Trace number 2063683

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2.1.1? (TO) 1802.17 1809.92

General information on the benchmark

Namecsp/radar-9-28-4-2/
normalized-radar-9-28-4-2-4.xml
MD5SUM1b3e9f570e95abe960fbfbda965062aa
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.094984
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints81
Maximum constraint arity23
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension81
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.14	c version 2.1.1.v20090622
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0_12
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 671000808
0.08/0.14	c Max memory 672137216
0.08/0.14	c Total memory 672137216
0.08/0.15	c Number of processors 2
0.18/0.23	c c --- Begin Solver configuration ---
0.18/0.23	c Stops conflict analysis at the first Unique Implication Point
0.18/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.23	c Learn all clauses as in MiniSAT
0.18/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.23	c Expensive reason simplification
0.18/0.23	c MiniSAT restarts strategy
0.18/0.23	c Memory based learned constraints deletion strategy
0.18/0.23	c timeout=2147483s
0.18/0.23	c DB Simplification allowed=false
0.18/0.23	c --- End Solver configuration ---
0.18/0.23	c solving HOME/instance-2063683-1247332732.xml
0.18/0.23	c reading problem ... 
0.39/0.46	c reading problem named null
0.39/0.46	c reading domains done.
0.39/0.47	c reading variables done.
0.48/0.51	c reading predicates  done.
0.98/1.03	c reading constraints

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2063683-1247332732/watcher-2063683-1247332732 -o /tmp/evaluation-result-2063683-1247332732/solver-2063683-1247332732 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2063683-1247332732.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.02 1.84 4/82 12893
/proc/meminfo: memFree=594832/2055920 swapFree=4192040/4192956
[pid=12893] ppid=12891 vsize=0 CPUtime=0
/proc/12893/stat : 12893 (java6) R 12891 12893 11223 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 20339332 0 0 996147200 0 0 0 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/12893/statm: 0 0 0 0 0 0 0

[startup+0.0243769 s]
/proc/loadavg: 2.03 2.02 1.84 4/82 12893
/proc/meminfo: memFree=594832/2055920 swapFree=4192040/4192956
[pid=12893] ppid=12891 vsize=798736 CPUtime=0
/proc/12893/stat : 12893 (java) S 12891 12893 11223 0 -1 0 1820 0 1 0 0 0 0 0 18 0 4 0 20339332 817905664 1567 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/12893/statm: 199684 1568 512 9 0 197436 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 798736

[startup+0.101381 s]
/proc/loadavg: 2.03 2.02 1.84 4/82 12893
/proc/meminfo: memFree=594832/2055920 swapFree=4192040/4192956
[pid=12893] ppid=12891 vsize=804560 CPUtime=0.08
/proc/12893/stat : 12893 (java) S 12891 12893 11223 0 -1 0 3064 0 1 0 7 1 0 0 18 0 12 0 20339332 823869440 2807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12893/statm: 201140 2807 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301393 s]
/proc/loadavg: 2.03 2.02 1.84 4/82 12893
/proc/meminfo: memFree=594832/2055920 swapFree=4192040/4192956
[pid=12893] ppid=12891 vsize=805896 CPUtime=0.28
/proc/12893/stat : 12893 (java) S 12891 12893 11223 0 -1 0 4398 0 1 0 25 3 0 0 18 0 12 0 20339332 825237504 4135 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12893/statm: 201474 4135 1363 9 0 198801 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805896

[startup+0.701419 s]
/proc/loadavg: 2.03 2.02 1.84 4/82 12893
/proc/meminfo: memFree=594832/2055920 swapFree=4192040/4192956
[pid=12893] ppid=12891 vsize=807368 CPUtime=0.68
/proc/12893/stat : 12893 (java) S 12891 12893 11223 0 -1 0 6369 0 1 0 63 5 0 0 18 0 12 0 20339332 826744832 5775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12893/statm: 201842 5775 1387 9 0 199169 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807368

[startup+1.50247 s]
/proc/loadavg: 2.11 2.04 1.84 3/94 12905
/proc/meminfo: memFree=575600/2055920 swapFree=4192040/4192956
[pid=12893] ppid=12891 vsize=810436 CPUtime=1.48
/proc/12893/stat : 12893 (java) S 12891 12893 11223 0 -1 0 8756 0 1 0 142 6 0 0 18 0 12 0 20339332 829886464 7144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12893/statm: 202609 7144 1415 9 0 199936 0
[pid=12893/tid=12895] ppid=12891 vsize=810436 CPUtime=0.77
/proc/12893/task/12895/stat : 12895 (java) R 12891 12893 11223 0 -1 64 5140 0 1 0 73 4 0 0 25 0 12 0 20339333 829886464 7144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12896] ppid=12891 vsize=810436 CPUtime=0
/proc/12893/task/12896/stat : 12896 (java) S 12891 12893 11223 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 20339334 829886464 7144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12897] ppid=12891 vsize=810436 CPUtime=0
/proc/12893/task/12897/stat : 12897 (java) S 12891 12893 11223 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 20339334 829886464 7144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12898] ppid=12891 vsize=810436 CPUtime=0
/proc/12893/task/12898/stat : 12898 (java) S 12891 12893 11223 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 20339336 829886464 7144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12899] ppid=12891 vsize=810436 CPUtime=0
/proc/12893/task/12899/stat : 12899 (java) S 12891 12893 11223 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 20339336 829886464 7144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12900] ppid=12891 vsize=810436 CPUtime=0
/proc/12893/task/12900/stat : 12900 (java) S 12891 12893 11223 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 20339337 829886464 7144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12901] ppid=12891 vsize=810436 CPUtime=0
/proc/12893/task/12901/stat : 12901 (java) S 12891 12893 11223 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20339341 829886464 7144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12902] ppid=12891 vsize=810436 CPUtime=0.04
/proc/12893/task/12902/stat : 12902 (java) S 12891 12893 11223 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 20339341 829886464 7144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12903] ppid=12891 vsize=810436 CPUtime=0.64
/proc/12893/task/12903/stat : 12903 (java) R 12891 12893 11223 0 -1 64 2608 0 0 0 63 1 0 0 18 0 12 0 20339341 829886464 7144 996147200 134512640 134550932 4294956016 18446744073709551615 105871007 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12904] ppid=12891 vsize=810436 CPUtime=0
/proc/12893/task/12904/stat : 12904 (java) S 12891 12893 11223 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20339341 829886464 7144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12905] ppid=12891 vsize=810436 CPUtime=0
/proc/12893/task/12905/stat : 12905 (java) S 12891 12893 11223 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20339341 829886464 7144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 810436

[startup+3.10157 s]
/proc/loadavg: 2.11 2.04 1.84 4/94 12905
/proc/meminfo: memFree=563952/2055920 swapFree=4192040/4192956
[pid=12893] ppid=12891 vsize=814616 CPUtime=3.07
/proc/12893/stat : 12893 (java) S 12891 12893 11223 0 -1 0 17781 0 1 0 297 10 0 0 18 0 12 0 20339332 834166784 14497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12893/statm: 203654 14497 1426 9 0 200981 0
[pid=12893/tid=12895] ppid=12891 vsize=814616 CPUtime=1.56
/proc/12893/task/12895/stat : 12895 (java) R 12891 12893 11223 0 -1 64 11555 0 1 0 149 7 0 0 25 0 12 0 20339333 834166784 14497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12896] ppid=12891 vsize=814616 CPUtime=0
/proc/12893/task/12896/stat : 12896 (java) S 12891 12893 11223 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 20339334 834166784 14497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12897] ppid=12891 vsize=814616 CPUtime=0
/proc/12893/task/12897/stat : 12897 (java) S 12891 12893 11223 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 20339334 834166784 14497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12898] ppid=12891 vsize=814616 CPUtime=0
/proc/12893/task/12898/stat : 12898 (java) S 12891 12893 11223 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 20339336 834166784 14497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12899] ppid=12891 vsize=814616 CPUtime=0
/proc/12893/task/12899/stat : 12899 (java) S 12891 12893 11223 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 20339336 834166784 14497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12900] ppid=12891 vsize=814616 CPUtime=0
/proc/12893/task/12900/stat : 12900 (java) S 12891 12893 11223 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 20339337 834166784 14497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12901] ppid=12891 vsize=814616 CPUtime=0
/proc/12893/task/12901/stat : 12901 (java) S 12891 12893 11223 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20339341 834166784 14497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12902] ppid=12891 vsize=814616 CPUtime=0.04
/proc/12893/task/12902/stat : 12902 (java) S 12891 12893 11223 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 20339341 834166784 14497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12903] ppid=12891 vsize=814616 CPUtime=1.45
/proc/12893/task/12903/stat : 12903 (java) R 12891 12893 11223 0 -1 64 5218 0 0 0 143 2 0 0 16 0 12 0 20339341 834166784 14497 996147200 134512640 134550932 4294956016 18446744073709551615 105873618 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12904] ppid=12891 vsize=814616 CPUtime=0
/proc/12893/task/12904/stat : 12904 (java) S 12891 12893 11223 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20339341 834166784 14497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12905] ppid=12891 vsize=814616 CPUtime=0
/proc/12893/task/12905/stat : 12905 (java) S 12891 12893 11223 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20339341 834166784 14497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 814616

[startup+6.30177 s]
/proc/loadavg: 2.11 2.04 1.84 3/94 12905
/proc/meminfo: memFree=503408/2055920 swapFree=4192040/4192956
[pid=12893] ppid=12891 vsize=815016 CPUtime=6.27
/proc/12893/stat : 12893 (java) S 12891 12893 11223 0 -1 0 32862 0 1 0 611 16 0 0 18 0 12 0 20339332 834576384 26110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12893/statm: 203754 26110 1435 9 0 201081 0
[pid=12893/tid=12895] ppid=12891 vsize=815016 CPUtime=3.77
/proc/12893/task/12895/stat : 12895 (java) R 12891 12893 11223 0 -1 64 17384 0 1 0 367 10 0 0 25 0 12 0 20339333 834576384 26110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12896] ppid=12891 vsize=815016 CPUtime=0.1
/proc/12893/task/12896/stat : 12896 (java) R 12891 12893 11223 0 -1 64 2829 0 0 0 9 1 0 0 15 0 12 0 20339334 834576384 26110 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12897] ppid=12891 vsize=815016 CPUtime=0.08
/proc/12893/task/12897/stat : 12897 (java) R 12891 12893 11223 0 -1 64 2473 0 0 0 8 0 0 0 16 0 12 0 20339334 834576384 26110 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12898] ppid=12891 vsize=815016 CPUtime=0
/proc/12893/task/12898/stat : 12898 (java) S 12891 12893 11223 0 -1 64 24 0 0 0 0 0 0 0 16 0 12 0 20339336 834576384 26110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12899] ppid=12891 vsize=815016 CPUtime=0
/proc/12893/task/12899/stat : 12899 (java) S 12891 12893 11223 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20339336 834576384 26110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12900] ppid=12891 vsize=815016 CPUtime=0
/proc/12893/task/12900/stat : 12900 (java) S 12891 12893 11223 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20339337 834576384 26110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12901] ppid=12891 vsize=815016 CPUtime=0
/proc/12893/task/12901/stat : 12901 (java) S 12891 12893 11223 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20339341 834576384 26110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12902] ppid=12891 vsize=815016 CPUtime=0.04
/proc/12893/task/12902/stat : 12902 (java) S 12891 12893 11223 0 -1 64 299 0 0 0 4 0 0 0 17 0 12 0 20339341 834576384 26110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12903] ppid=12891 vsize=815016 CPUtime=2.23
/proc/12893/task/12903/stat : 12903 (java) S 12891 12893 11223 0 -1 64 9113 0 0 0 220 3 0 0 19 0 12 0 20339341 834576384 26110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12904] ppid=12891 vsize=815016 CPUtime=0
/proc/12893/task/12904/stat : 12904 (java) S 12891 12893 11223 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20339341 834576384 26110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12905] ppid=12891 vsize=815016 CPUtime=0
/proc/12893/task/12905/stat : 12905 (java) S 12891 12893 11223 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20339341 834576384 26110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 815016

[startup+12.7012 s]
/proc/loadavg: 2.17 2.05 1.85 3/94 12905
/proc/meminfo: memFree=446192/2055920 swapFree=4192040/4192956
[pid=12893] ppid=12891 vsize=818824 CPUtime=12.71
/proc/12893/stat : 12893 (java) S 12891 12893 11223 0 -1 0 46404 0 1 0 1248 23 0 0 18 0 12 0 20339332 838475776 38871 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12893/statm: 204706 38871 1435 9 0 202033 0
[pid=12893/tid=12895] ppid=12891 vsize=818824 CPUtime=8.86
/proc/12893/task/12895/stat : 12895 (java) R 12891 12893 11223 0 -1 64 17398 0 1 0 876 10 0 0 25 0 12 0 20339333 838475776 38871 996147200 134512640 134550932 4294956016 18446744073709551615 4109686872 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12896] ppid=12891 vsize=818824 CPUtime=0.51
/proc/12893/task/12896/stat : 12896 (java) S 12891 12893 11223 0 -1 64 7654 0 0 0 48 3 0 0 16 0 12 0 20339334 838475776 38871 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12897] ppid=12891 vsize=818824 CPUtime=0.53
/proc/12893/task/12897/stat : 12897 (java) S 12891 12893 11223 0 -1 64 9610 0 0 0 50 3 0 0 16 0 12 0 20339334 838475776 38871 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12898] ppid=12891 vsize=818824 CPUtime=0.01
/proc/12893/task/12898/stat : 12898 (java) S 12891 12893 11223 0 -1 64 24 0 0 0 1 0 0 0 16 0 12 0 20339336 838475776 38871 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12899] ppid=12891 vsize=818824 CPUtime=0
/proc/12893/task/12899/stat : 12899 (java) S 12891 12893 11223 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20339336 838475776 38871 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12900] ppid=12891 vsize=818824 CPUtime=0
/proc/12893/task/12900/stat : 12900 (java) S 12891 12893 11223 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20339337 838475776 38871 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12901] ppid=12891 vsize=818824 CPUtime=0
/proc/12893/task/12901/stat : 12901 (java) S 12891 12893 11223 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20339341 838475776 38871 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12902] ppid=12891 vsize=818824 CPUtime=0.04
/proc/12893/task/12902/stat : 12902 (java) S 12891 12893 11223 0 -1 64 299 0 0 0 4 0 0 0 17 0 12 0 20339341 838475776 38871 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12903] ppid=12891 vsize=818824 CPUtime=2.7
/proc/12893/task/12903/stat : 12903 (java) S 12891 12893 11223 0 -1 64 10679 0 0 0 266 4 0 0 20 0 12 0 20339341 838475776 38871 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12904] ppid=12891 vsize=818824 CPUtime=0
/proc/12893/task/12904/stat : 12904 (java) S 12891 12893 11223 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20339341 838475776 38871 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12905] ppid=12891 vsize=818824 CPUtime=0
/proc/12893/task/12905/stat : 12905 (java) S 12891 12893 11223 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20339341 838475776 38871 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 818824

[startup+25.503 s]
/proc/loadavg: 2.22 2.07 1.86 3/94 12905
/proc/meminfo: memFree=380528/2055920 swapFree=4192040/4192956
[pid=12893] ppid=12891 vsize=819176 CPUtime=25.48
/proc/12893/stat : 12893 (java) S 12891 12893 11223 0 -1 0 64100 0 1 0 2518 30 0 0 18 0 12 0 20339332 838836224 54905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12893/statm: 204794 54905 1435 9 0 202121 0
[pid=12893/tid=12895] ppid=12891 vsize=819176 CPUtime=19.35
/proc/12893/task/12895/stat : 12895 (java) R 12891 12893 11223 0 -1 64 17424 0 1 0 1925 10 0 0 25 0 12 0 20339333 838836224 54905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12896] ppid=12891 vsize=819176 CPUtime=1.16
/proc/12893/task/12896/stat : 12896 (java) R 12891 12893 11223 0 -1 64 16010 0 0 0 110 6 0 0 15 0 12 0 20339334 838836224 54905 996147200 134512640 134550932 4294956016 18446744073709551615 105886426 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12897] ppid=12891 vsize=819176 CPUtime=1.14
/proc/12893/task/12897/stat : 12897 (java) R 12891 12893 11223 0 -1 64 17201 0 0 0 109 5 0 0 16 0 12 0 20339334 838836224 54905 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12898] ppid=12891 vsize=819176 CPUtime=0.01
/proc/12893/task/12898/stat : 12898 (java) S 12891 12893 11223 0 -1 64 24 0 0 0 1 0 0 0 15 0 12 0 20339336 838836224 54905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12899] ppid=12891 vsize=819176 CPUtime=0
/proc/12893/task/12899/stat : 12899 (java) S 12891 12893 11223 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20339336 838836224 54905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12900] ppid=12891 vsize=819176 CPUtime=0
/proc/12893/task/12900/stat : 12900 (java) S 12891 12893 11223 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20339337 838836224 54905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12901] ppid=12891 vsize=819176 CPUtime=0
/proc/12893/task/12901/stat : 12901 (java) S 12891 12893 11223 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20339341 838836224 54905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12902] ppid=12891 vsize=819176 CPUtime=0.04

################
# More data... #
################

[pid=12893/tid=12895] ppid=12891 vsize=817880 CPUtime=122.56
/proc/12893/task/12895/stat : 12895 (java) S 12891 12893 11223 0 -1 64 18132 0 1 0 12244 12 0 0 16 0 12 0 20339333 837509120 174437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12896] ppid=12891 vsize=817880 CPUtime=10.1
/proc/12893/task/12896/stat : 12896 (java) S 12891 12893 11223 0 -1 64 67741 0 0 0 984 26 0 0 16 0 12 0 20339334 837509120 174437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12893/tid=12897] ppid=12891 vsize=817880 CPUtime=9.96
/proc/12893/task/12897/stat : 12897 (java) S 12891 12893 11223 0 -1 64 86965 0 0 0 964 32 0 0 16 0 12 0 20339334 837509120 174437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12893/tid=12898] ppid=12891 vsize=817880 CPUtime=1624.64
/proc/12893/task/12898/stat : 12898 (java) R 12891 12893 11223 0 -1 64 1281385 0 0 0 161741 723 0 0 25 0 12 0 20339336 837509120 174437 996147200 134512640 134550932 4294956016 18446744073709551615 106158050 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12899] ppid=12891 vsize=817880 CPUtime=0
/proc/12893/task/12899/stat : 12899 (java) S 12891 12893 11223 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20339336 837509120 174437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12893/tid=12900] ppid=12891 vsize=817880 CPUtime=0
/proc/12893/task/12900/stat : 12900 (java) S 12891 12893 11223 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20339337 837509120 174437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12901] ppid=12891 vsize=817880 CPUtime=0
/proc/12893/task/12901/stat : 12901 (java) S 12891 12893 11223 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20339341 837509120 174437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12902] ppid=12891 vsize=817880 CPUtime=0.04
/proc/12893/task/12902/stat : 12902 (java) S 12891 12893 11223 0 -1 64 349 0 0 0 4 0 0 0 17 0 12 0 20339341 837509120 174437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12903] ppid=12891 vsize=817880 CPUtime=7.3
/proc/12893/task/12903/stat : 12903 (java) S 12891 12893 11223 0 -1 64 25312 0 0 0 721 9 0 0 20 0 12 0 20339341 837509120 174437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12904] ppid=12891 vsize=817880 CPUtime=0
/proc/12893/task/12904/stat : 12904 (java) S 12891 12893 11223 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20339341 837509120 174437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12905] ppid=12891 vsize=817880 CPUtime=0
/proc/12893/task/12905/stat : 12905 (java) S 12891 12893 11223 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20339341 837509120 174437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.68
Current children cumulated vsize (KiB) 817880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.8 s]
/proc/loadavg: 2.06 2.13 2.09 3/95 12977
/proc/meminfo: memFree=392352/2055920 swapFree=4192040/4192956
[pid=12893] ppid=12891 vsize=817880 CPUtime=1800.06
/proc/12893/stat : 12893 (java) S 12891 12893 11223 0 -1 0 1499918 0 1 0 179191 815 0 0 18 0 12 0 20339332 837509120 174437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12893/statm: 204470 174437 1437 9 0 201797 0
[pid=12893/tid=12895] ppid=12891 vsize=817880 CPUtime=122.56
/proc/12893/task/12895/stat : 12895 (java) S 12891 12893 11223 0 -1 64 18143 0 1 0 12244 12 0 0 16 0 12 0 20339333 837509120 174437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12896] ppid=12891 vsize=817880 CPUtime=10.1
/proc/12893/task/12896/stat : 12896 (java) S 12891 12893 11223 0 -1 64 67741 0 0 0 984 26 0 0 16 0 12 0 20339334 837509120 174437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12893/tid=12897] ppid=12891 vsize=817880 CPUtime=9.96
/proc/12893/task/12897/stat : 12897 (java) S 12891 12893 11223 0 -1 64 86965 0 0 0 964 32 0 0 16 0 12 0 20339334 837509120 174437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12893/tid=12898] ppid=12891 vsize=817880 CPUtime=1650.01
/proc/12893/task/12898/stat : 12898 (java) R 12891 12893 11223 0 -1 64 1300668 0 0 0 164270 731 0 0 25 0 12 0 20339336 837509120 174437 996147200 134512640 134550932 4294956016 18446744073709551615 105696731 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12899] ppid=12891 vsize=817880 CPUtime=0
/proc/12893/task/12899/stat : 12899 (java) S 12891 12893 11223 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20339336 837509120 174437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12893/tid=12900] ppid=12891 vsize=817880 CPUtime=0
/proc/12893/task/12900/stat : 12900 (java) S 12891 12893 11223 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20339337 837509120 174437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12901] ppid=12891 vsize=817880 CPUtime=0
/proc/12893/task/12901/stat : 12901 (java) S 12891 12893 11223 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20339341 837509120 174437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12902] ppid=12891 vsize=817880 CPUtime=0.04
/proc/12893/task/12902/stat : 12902 (java) S 12891 12893 11223 0 -1 64 349 0 0 0 4 0 0 0 17 0 12 0 20339341 837509120 174437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12903] ppid=12891 vsize=817880 CPUtime=7.3
/proc/12893/task/12903/stat : 12903 (java) S 12891 12893 11223 0 -1 64 25312 0 0 0 721 9 0 0 20 0 12 0 20339341 837509120 174437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12904] ppid=12891 vsize=817880 CPUtime=0
/proc/12893/task/12904/stat : 12904 (java) S 12891 12893 11223 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20339341 837509120 174437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12905] ppid=12891 vsize=817880 CPUtime=0
/proc/12893/task/12905/stat : 12905 (java) S 12891 12893 11223 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20339341 837509120 174437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 817880

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -12893

Solver just ended. Dumping a history of the last processes samples

[startup+1808.6 s]
/proc/loadavg: 2.06 2.13 2.09 3/96 12978
/proc/meminfo: memFree=392344/2055920 swapFree=4192040/4192956
[pid=12893] ppid=12891 vsize=817880 CPUtime=1800.85
/proc/12893/stat : 12893 (java) S 12891 12893 11223 0 -1 0 1499920 0 1 0 179270 815 0 0 16 0 12 0 20339332 837509120 174438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12893/statm: 204470 174438 1437 9 0 201797 0
[pid=12893/tid=12895] ppid=12891 vsize=817880 CPUtime=122.56
/proc/12893/task/12895/stat : 12895 (java) S 12891 12893 11223 0 -1 64 18143 0 1 0 12244 12 0 0 16 0 12 0 20339333 837509120 174438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12896] ppid=12891 vsize=817880 CPUtime=10.1
/proc/12893/task/12896/stat : 12896 (java) S 12891 12893 11223 0 -1 64 67741 0 0 0 984 26 0 0 16 0 12 0 20339334 837509120 174438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12893/tid=12897] ppid=12891 vsize=817880 CPUtime=9.96
/proc/12893/task/12897/stat : 12897 (java) S 12891 12893 11223 0 -1 64 86965 0 0 0 964 32 0 0 16 0 12 0 20339334 837509120 174438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12893/tid=12898] ppid=12891 vsize=817880 CPUtime=1650.8
/proc/12893/task/12898/stat : 12898 (java) R 12891 12893 11223 0 -1 64 1300668 0 0 0 164349 731 0 0 25 0 12 0 20339336 837509120 174438 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12899] ppid=12891 vsize=817880 CPUtime=0
/proc/12893/task/12899/stat : 12899 (java) S 12891 12893 11223 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20339336 837509120 174438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12893/tid=12900] ppid=12891 vsize=817880 CPUtime=0
/proc/12893/task/12900/stat : 12900 (java) S 12891 12893 11223 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20339337 837509120 174438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12901] ppid=12891 vsize=817880 CPUtime=0
/proc/12893/task/12901/stat : 12901 (java) S 12891 12893 11223 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 20339341 837509120 174438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12902] ppid=12891 vsize=817880 CPUtime=0.04
/proc/12893/task/12902/stat : 12902 (java) S 12891 12893 11223 0 -1 64 349 0 0 0 4 0 0 0 17 0 12 0 20339341 837509120 174438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12903] ppid=12891 vsize=817880 CPUtime=7.3
/proc/12893/task/12903/stat : 12903 (java) S 12891 12893 11223 0 -1 64 25312 0 0 0 721 9 0 0 20 0 12 0 20339341 837509120 174438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12904] ppid=12891 vsize=817880 CPUtime=0
/proc/12893/task/12904/stat : 12904 (java) S 12891 12893 11223 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20339341 837509120 174438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12905] ppid=12891 vsize=817880 CPUtime=0
/proc/12893/task/12905/stat : 12905 (java) S 12891 12893 11223 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20339341 837509120 174438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.85
Current children cumulated vsize (KiB) 817880

[startup+1809.4 s]
/proc/loadavg: 2.06 2.13 2.09 3/96 12978
/proc/meminfo: memFree=396120/2055920 swapFree=4192040/4192956
[pid=12893] ppid=12891 vsize=813876 CPUtime=1801.65
/proc/12893/stat : 12893 (java) S 12891 12893 11223 0 -1 0 1499923 0 1 0 179350 815 0 0 16 0 12 0 20339332 833409024 173440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12893/statm: 203469 173440 1437 9 0 200796 0
[pid=12893/tid=12895] ppid=12891 vsize=813876 CPUtime=122.56
/proc/12893/task/12895/stat : 12895 (java) S 12891 12893 11223 0 -1 64 18143 0 1 0 12244 12 0 0 16 0 12 0 20339333 833409024 173440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12896] ppid=12891 vsize=813876 CPUtime=10.1
/proc/12893/task/12896/stat : 12896 (java) S 12891 12893 11223 0 -1 64 67741 0 0 0 984 26 0 0 16 0 12 0 20339334 833409024 173440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12893/tid=12897] ppid=12891 vsize=813876 CPUtime=9.96
/proc/12893/task/12897/stat : 12897 (java) S 12891 12893 11223 0 -1 64 86965 0 0 0 964 32 0 0 16 0 12 0 20339334 833409024 173440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12893/tid=12898] ppid=12891 vsize=813876 CPUtime=1651.61
/proc/12893/task/12898/stat : 12898 (java) R 12891 12893 11223 0 -1 64 1300668 0 0 0 164429 732 0 0 25 0 12 0 20339336 833409024 173440 996147200 134512640 134550932 4294956016 18446744073709551615 105697124 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12899] ppid=12891 vsize=813876 CPUtime=0
/proc/12893/task/12899/stat : 12899 (java) S 12891 12893 11223 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20339336 833409024 173440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12893/tid=12900] ppid=12891 vsize=813876 CPUtime=0
/proc/12893/task/12900/stat : 12900 (java) S 12891 12893 11223 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20339337 833409024 173440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12901] ppid=12891 vsize=813876 CPUtime=0
/proc/12893/task/12901/stat : 12901 (java) S 12891 12893 11223 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 20339341 833409024 173440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12902] ppid=12891 vsize=813876 CPUtime=0.04
/proc/12893/task/12902/stat : 12902 (java) S 12891 12893 11223 0 -1 64 349 0 0 0 4 0 0 0 17 0 12 0 20339341 833409024 173440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12903] ppid=12891 vsize=813876 CPUtime=7.3
/proc/12893/task/12903/stat : 12903 (java) S 12891 12893 11223 0 -1 64 25312 0 0 0 721 9 0 0 20 0 12 0 20339341 833409024 173440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12904] ppid=12891 vsize=813876 CPUtime=0
/proc/12893/task/12904/stat : 12904 (java) S 12891 12893 11223 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20339341 833409024 173440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12905] ppid=12891 vsize=813876 CPUtime=0
/proc/12893/task/12905/stat : 12905 (java) S 12891 12893 11223 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20339341 833409024 173440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.65
Current children cumulated vsize (KiB) 813876

[startup+1809.8 s]
/proc/loadavg: 2.06 2.13 2.09 3/96 12978
/proc/meminfo: memFree=396120/2055920 swapFree=4192040/4192956
[pid=12893] ppid=12891 vsize=815880 CPUtime=1802.04
/proc/12893/stat : 12893 (java) S 12891 12893 11223 0 -1 0 1500675 0 1 0 179389 815 0 0 16 0 12 0 20339332 835461120 173941 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12893/statm: 203970 173941 1437 9 0 201297 0
[pid=12893/tid=12895] ppid=12891 vsize=815880 CPUtime=122.56
/proc/12893/task/12895/stat : 12895 (java) S 12891 12893 11223 0 -1 64 18143 0 1 0 12244 12 0 0 16 0 12 0 20339333 835461120 173941 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12896] ppid=12891 vsize=815880 CPUtime=10.1
/proc/12893/task/12896/stat : 12896 (java) S 12891 12893 11223 0 -1 64 67741 0 0 0 984 26 0 0 16 0 12 0 20339334 835461120 173941 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12893/tid=12897] ppid=12891 vsize=815880 CPUtime=9.96
/proc/12893/task/12897/stat : 12897 (java) S 12891 12893 11223 0 -1 64 86965 0 0 0 964 32 0 0 16 0 12 0 20339334 835461120 173941 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12893/tid=12898] ppid=12891 vsize=815880 CPUtime=1652
/proc/12893/task/12898/stat : 12898 (java) R 12891 12893 11223 0 -1 64 1301420 0 0 0 164468 732 0 0 25 0 12 0 20339336 835461120 173941 996147200 134512640 134550932 4294956016 18446744073709551615 104177728 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12899] ppid=12891 vsize=815880 CPUtime=0
/proc/12893/task/12899/stat : 12899 (java) S 12891 12893 11223 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20339336 835461120 173941 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12893/tid=12900] ppid=12891 vsize=815880 CPUtime=0
/proc/12893/task/12900/stat : 12900 (java) S 12891 12893 11223 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20339337 835461120 173941 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12901] ppid=12891 vsize=815880 CPUtime=0
/proc/12893/task/12901/stat : 12901 (java) S 12891 12893 11223 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 20339341 835461120 173941 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12902] ppid=12891 vsize=815880 CPUtime=0.04
/proc/12893/task/12902/stat : 12902 (java) S 12891 12893 11223 0 -1 64 349 0 0 0 4 0 0 0 17 0 12 0 20339341 835461120 173941 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12903] ppid=12891 vsize=815880 CPUtime=7.3
/proc/12893/task/12903/stat : 12903 (java) S 12891 12893 11223 0 -1 64 25312 0 0 0 721 9 0 0 20 0 12 0 20339341 835461120 173941 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12904] ppid=12891 vsize=815880 CPUtime=0
/proc/12893/task/12904/stat : 12904 (java) S 12891 12893 11223 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20339341 835461120 173941 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12893/tid=12905] ppid=12891 vsize=815880 CPUtime=0
/proc/12893/task/12905/stat : 12905 (java) S 12891 12893 11223 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20339341 835461120 173941 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 815880

[startup+1809.9 s]
/proc/loadavg: 2.06 2.13 2.09 3/96 12978
/proc/meminfo: memFree=396120/2055920 swapFree=4192040/4192956
[pid=12893] ppid=12891 vsize=0 CPUtime=1802.14
/proc/12893/stat : 12893 (java) Z 12891 12893 11223 0 -1 1036 1500675 0 1 0 179391 823 0 0 16 0 2 0 20339332 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12893/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1809.92
CPU time (s): 1802.17
CPU user time (s): 1793.92
CPU system time (s): 8.25375
CPU usage (%): 99.5716
Max. virtual memory (cumulated for all children) (KiB): 861884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.92
system time used= 8.25375
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1500675
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40001
involuntary context switches= 58526

runsolver used 2.22166 second user time and 6.10907 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-11 19:18:52
IDJOB=2063683
IDBENCH=54060
IDSOLVER=731
FILE ID=node29/2063683-1247332732
PBS_JOBID= 9506569
Free space on /tmp= 66332 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/radar-9-28-4-2/normalized-radar-9-28-4-2-4.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063683-1247332732/watcher-2063683-1247332732 -o /tmp/evaluation-result-2063683-1247332732/solver-2063683-1247332732 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2063683-1247332732.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 1b3e9f570e95abe960fbfbda965062aa
RANDOM SEED=1546257730

node29.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.225
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.225
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        595312 kB
Buffers:         52708 kB
Cached:        1113820 kB
SwapCached:        420 kB
Active:         347000 kB
Inactive:      1041124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        595312 kB
SwapTotal:     4192956 kB
SwapFree:      4192040 kB
Dirty:            1292 kB
Writeback:           0 kB
Mapped:         241312 kB
Slab:            57156 kB
Committed_AS:   440324 kB
PageTables:       2352 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66324 MiB
End job on node29 at 2009-07-11 19:49:02