Trace number 2081921

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.1SAT 17.5973 17.6115

General information on the benchmark

Namecsp/rlfapScens/
normalized-scen4.xml
MD5SUM5d4414d3c886be1f33029e682696e3fd
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.526919
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints3967
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3967
Global constraints used (with number of constraints)

Solver Data

0.09/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.12	c See www.sat4j.org for details.
0.09/0.12	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.20/0.21	c c --- Begin Solver configuration ---
0.20/0.21	c Stops conflict analysis at the first Unique Implication Point
0.20/0.21	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.20/0.21	c Learn all clauses as in MiniSAT
0.20/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.20/0.21	c Expensive reason simplification
0.20/0.21	c MiniSAT restarts strategy
0.20/0.21	c Memory based learned constraints deletion strategy
0.20/0.21	c timeout=2147483s
0.20/0.21	c DB Simplification allowed=false
0.20/0.21	c --- End Solver configuration ---
0.20/0.21	c solving HOME/instance-2081921-1247374470.xml
0.20/0.21	c reading problem ... 
0.39/0.46	c reading problem named null
0.39/0.46	c reading domains done.
0.39/0.46	c reading variables done.
0.89/0.91	c reading predicates  done.
1.10/1.11	c reading constraints
16.70/16.78	c done with constraints.
16.70/16.79	c ... done. Wall clock time 16.576s.
16.70/16.79	c #vars     26856
16.70/16.79	c #constraints  249896
16.70/16.79	c constraints type 
16.70/16.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 219089
16.70/16.79	c org.sat4j.minisat.constraints.card.AtLeast => 680
16.70/16.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 21882
17.51/17.54	c starts		: 1
17.51/17.54	c conflicts		: 13
17.51/17.54	c decisions		: 896
17.51/17.54	c propagations		: 26952
17.51/17.54	c inspects		: 586093
17.51/17.54	c learnt literals	: 0
17.51/17.54	c learnt binary clauses	: 0
17.51/17.54	c learnt ternary clauses	: 0
17.51/17.54	c learnt clauses	: 13
17.51/17.55	c ignored clauses	: 0
17.51/17.55	c root simplifications	: 0
17.51/17.55	c removed literals (reason simplification)	: 163
17.51/17.55	c reason swapping (by a shorter reason)	: 0
17.51/17.55	c Calls to reduceDB	: 0
17.51/17.55	c speed (assignments/second)	: 35603.69881109643
17.51/17.55	c non guided choices	886
17.51/17.55	c learnt constraints type 
17.51/17.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13
17.51/17.55	c constraints type 
17.51/17.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 219089
17.51/17.55	c org.sat4j.minisat.constraints.card.AtLeast => 680
17.51/17.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 21882
17.51/17.55	s SATISFIABLE
17.51/17.56	v 680 442 254 16 680 442 16 254 16 254 268 30 30 268 708 470 16 254 380 142 764 526 414 652 16 254 652 414 526 764 254 16 778 540 114 352 16 254 16 254 708 470 142 380 652 414 72 310 338 100 16 254 778 540 72 310 156 394 142 380 526 764 86 324 338 100 722 484 554 792 254 16 652 414 540 778 540 778 86 324 114 352 128 366 44 282 254 16 470 708 268 30 128 366 16 254 414 652 254 16 512 750 652 414 254 16 498 736 470 708 86 324 254 16 666 428 268 30 128 366 778 540 16 254 16 254 666 428 414 652 750 512 652 414 30 268 254 16 764 526 16 254 16 254 484 722 736 498 512 750 366 128 652 414 414 652 498 736 170 408 554 792 16 254 540 778 380 142 16 254 470 708 792 554 366 128 708 470 470 708 652 414 254 16 394 156 254 16 142 380 142 380 338 100 352 114 736 498 764 526 484 722 750 512 526 764 526 764 352 114 72 310 442 680 30 268 30 268 44 282 428 666 268 30 268 30 498 736 352 114 428 666 736 498 254 16 736 498 666 428 750 512 526 764 30 268 324 86 324 86 428 666 254 16 680 442 114 352 750 512 352 114 694 456 442 680 268 30 428 666 268 30 428 666 338 100 428 666 666 428 324 86 86 324 414 652 708 470 652 414 750 512 128 366 652 414 666 428 30 268 338 100 498 736 268 30 128 366 428 666 254 16 764 526 428 666 512 750 470 708 512 750 652 414 512 750 526 764 666 428 16 254 338 100 100 338 268 30 338 100 680 442 268 30 254 16 254 16 414 652 666 428 736 498 324 86 414 652 324 86 268 30 16 254 142 380 652 414 352 114 456 694 268 30 366 128 142 380 694 456 268 30 750 512 30 268 428 666 722 484 792 554 414 652 484 722 666 428 764 526 380 142 652 414 764 526 128 366 352 114 512 750 526 764 778 540 86 324 680 442 512 750 470 708 128 366 526 764 470 708 30 268 142 380 778 540 428 666 268 30 268 30 666 428 30 268 428 666 128 366 254 16 296 58 30 268 72 310 254 16 470 708 442 680 58 296 324 86 16 254 394 156 338 100 484 722 30 268 100 338 428 666 268 30 428 666 30 268 512 750 30 268 526 764 254 16 652 414 16 254 142 380 16 254 16 254 666 428 338 100 778 540 736 498 526 764 526 764 722 484 470 708 268 30 666 428 764 526 30 268 30 268 708 470 268 30 114 352 484 722 428 666 498 736 268 30 30 268 526 764 652 414 324 86 666 428 380 142 652 414 268 30 268 30 72 310 30 268 722 484 268 30 498 736 666 428 268 30 680 442 750 512 512 750 428 666 114 352 254 16 470 708 72 310 456 694 324 86 666 428 736 498 268 30 512 750 16 254 254 16 442 680 114 352 442 680 428 666 254 16 736 498 254 16 428 666 414 652 736 498 736 498 414 652 324 86 428 666 114 352 526 764 72 310 736 498 512 750 30 268 30 268 268 30 666 428 428 666 498 736 30 268 268 30 366 128 30 268 666 428 16 254 254 16 268 30 778 540 16 254 
17.51/17.56	c Total wall clock time (in seconds) : 17.334

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2081921-1247374470/watcher-2081921-1247374470 -o /tmp/evaluation-result-2081921-1247374470/solver-2081921-1247374470 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2081921-1247374470.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.06 2.06 2.01 4/76 27117
/proc/meminfo: memFree=1622992/2055920 swapFree=4192952/4192956
[pid=27117] ppid=27115 vsize=308 CPUtime=0
/proc/27117/stat : 27117 (java) R 27115 27117 22504 0 -1 0 218 0 0 0 0 0 0 0 18 0 1 0 24509742 315392 39 996147200 134512640 134550932 4294956016 18446744073709551615 8733476 0 0 4096 0 0 0 0 17 0 0 0
/proc/27117/statm: 77 39 29 9 0 6 0

[startup+0.037462 s]
/proc/loadavg: 2.06 2.06 2.01 4/76 27117
/proc/meminfo: memFree=1622992/2055920 swapFree=4192952/4192956
[pid=27117] ppid=27115 vsize=801384 CPUtime=0.03
/proc/27117/stat : 27117 (java) S 27115 27117 22504 0 -1 0 2505 0 1 0 2 1 0 0 18 0 5 0 24509742 820617216 2252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/27117/statm: 200346 2252 978 9 0 197697 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801384

[startup+0.102475 s]
/proc/loadavg: 2.06 2.06 2.01 4/76 27117
/proc/meminfo: memFree=1622992/2055920 swapFree=4192952/4192956
[pid=27117] ppid=27115 vsize=804560 CPUtime=0.09
/proc/27117/stat : 27117 (java) S 27115 27117 22504 0 -1 0 3080 0 1 0 7 2 0 0 18 0 12 0 24509742 823869440 2823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27117/statm: 201140 2825 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.302508 s]
/proc/loadavg: 2.06 2.06 2.01 4/76 27117
/proc/meminfo: memFree=1622992/2055920 swapFree=4192952/4192956
[pid=27117] ppid=27115 vsize=806248 CPUtime=0.29
/proc/27117/stat : 27117 (java) S 27115 27117 22504 0 -1 0 4469 0 1 0 26 3 0 0 18 0 12 0 24509742 825597952 4173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27117/statm: 201562 4185 1365 9 0 198889 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 806248

[startup+0.702577 s]
/proc/loadavg: 2.06 2.06 2.01 4/76 27117
/proc/meminfo: memFree=1622992/2055920 swapFree=4192952/4192956
[pid=27117] ppid=27115 vsize=808052 CPUtime=0.69
/proc/27117/stat : 27117 (java) S 27115 27117 22504 0 -1 0 5946 0 1 0 65 4 0 0 18 0 12 0 24509742 827445248 5355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27117/statm: 202013 5355 1386 9 0 199340 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808052

[startup+1.50171 s]
/proc/loadavg: 2.14 2.08 2.01 3/88 27129
/proc/meminfo: memFree=1600944/2055920 swapFree=4192952/4192956
[pid=27117] ppid=27115 vsize=810196 CPUtime=1.49
/proc/27117/stat : 27117 (java) S 27115 27117 22504 0 -1 0 10408 0 1 0 141 8 0 0 18 0 12 0 24509742 829640704 8137 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27117/statm: 202549 8137 1407 9 0 199876 0
[pid=27117/tid=27119] ppid=27115 vsize=810196 CPUtime=0.77
/proc/27117/task/27119/stat : 27119 (java) R 27115 27117 22504 0 -1 64 6198 0 1 0 72 5 0 0 25 0 12 0 24509743 829640704 8137 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27120] ppid=27115 vsize=810196 CPUtime=0
/proc/27117/task/27120/stat : 27120 (java) S 27115 27117 22504 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 24509744 829640704 8137 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27121] ppid=27115 vsize=810196 CPUtime=0
/proc/27117/task/27121/stat : 27121 (java) S 27115 27117 22504 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24509744 829640704 8137 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27122] ppid=27115 vsize=810196 CPUtime=0
/proc/27117/task/27122/stat : 27122 (java) S 27115 27117 22504 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24509745 829640704 8137 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27123] ppid=27115 vsize=810196 CPUtime=0
/proc/27117/task/27123/stat : 27123 (java) S 27115 27117 22504 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 24509746 829640704 8137 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27124] ppid=27115 vsize=810196 CPUtime=0
/proc/27117/task/27124/stat : 27124 (java) S 27115 27117 22504 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 24509746 829640704 8137 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27125] ppid=27115 vsize=810196 CPUtime=0
/proc/27117/task/27125/stat : 27125 (java) S 27115 27117 22504 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24509750 829640704 8137 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27126] ppid=27115 vsize=810196 CPUtime=0.02
/proc/27117/task/27126/stat : 27126 (java) S 27115 27117 22504 0 -1 64 243 0 0 0 2 0 0 0 17 0 12 0 24509750 829640704 8137 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27127] ppid=27115 vsize=810196 CPUtime=0.67
/proc/27117/task/27127/stat : 27127 (java) R 27115 27117 22504 0 -1 64 3223 0 0 0 66 1 0 0 17 0 12 0 24509750 829640704 8137 996147200 134512640 134550932 4294956016 18446744073709551615 103375091 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27128] ppid=27115 vsize=810196 CPUtime=0
/proc/27117/task/27128/stat : 27128 (java) S 27115 27117 22504 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24509750 829640704 8137 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27129] ppid=27115 vsize=810196 CPUtime=0
/proc/27117/task/27129/stat : 27129 (java) S 27115 27117 22504 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24509750 829640704 8137 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 810196

[startup+3.10299 s]
/proc/loadavg: 2.14 2.08 2.01 3/88 27129
/proc/meminfo: memFree=1583280/2055920 swapFree=4192952/4192956
[pid=27117] ppid=27115 vsize=810020 CPUtime=3.11
/proc/27117/stat : 27117 (java) S 27115 27117 22504 0 -1 0 23799 0 1 0 297 14 0 0 18 0 12 0 24509742 829460480 21155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27117/statm: 202505 21155 1437 9 0 199832 0
[pid=27117/tid=27119] ppid=27115 vsize=810020 CPUtime=1.83
/proc/27117/task/27119/stat : 27119 (java) R 27115 27117 22504 0 -1 64 17432 0 1 0 172 11 0 0 25 0 12 0 24509743 829460480 21155 996147200 134512640 134550932 4294956016 18446744073709551615 4109596178 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27120] ppid=27115 vsize=810020 CPUtime=0.03
/proc/27117/task/27120/stat : 27120 (java) S 27115 27117 22504 0 -1 64 983 0 0 0 3 0 0 0 16 0 12 0 24509744 829460480 21155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27121] ppid=27115 vsize=810020 CPUtime=0.01
/proc/27117/task/27121/stat : 27121 (java) S 27115 27117 22504 0 -1 64 726 0 0 0 1 0 0 0 16 0 12 0 24509744 829460480 21155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27117/tid=27122] ppid=27115 vsize=810020 CPUtime=0
/proc/27117/task/27122/stat : 27122 (java) S 27115 27117 22504 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24509745 829460480 21155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27123] ppid=27115 vsize=810020 CPUtime=0
/proc/27117/task/27123/stat : 27123 (java) S 27115 27117 22504 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24509746 829460480 21155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27124] ppid=27115 vsize=810020 CPUtime=0
/proc/27117/task/27124/stat : 27124 (java) S 27115 27117 22504 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24509746 829460480 21155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27125] ppid=27115 vsize=810020 CPUtime=0
/proc/27117/task/27125/stat : 27125 (java) S 27115 27117 22504 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24509750 829460480 21155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27126] ppid=27115 vsize=810020 CPUtime=0.02
/proc/27117/task/27126/stat : 27126 (java) S 27115 27117 22504 0 -1 64 243 0 0 0 2 0 0 0 17 0 12 0 24509750 829460480 21155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27127] ppid=27115 vsize=810020 CPUtime=1.18
/proc/27117/task/27127/stat : 27127 (java) S 27115 27117 22504 0 -1 64 3661 0 0 0 117 1 0 0 16 0 12 0 24509750 829460480 21155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27128] ppid=27115 vsize=810020 CPUtime=0
/proc/27117/task/27128/stat : 27128 (java) S 27115 27117 22504 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24509750 829460480 21155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27129] ppid=27115 vsize=810020 CPUtime=0
/proc/27117/task/27129/stat : 27129 (java) S 27115 27117 22504 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24509750 829460480 21155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 810020

[startup+6.30153 s]
/proc/loadavg: 2.14 2.08 2.01 3/88 27129
/proc/meminfo: memFree=1528816/2055920 swapFree=4192952/4192956
[pid=27117] ppid=27115 vsize=810420 CPUtime=6.31
/proc/27117/stat : 27117 (java) S 27115 27117 22504 0 -1 0 29093 0 1 0 614 17 0 0 18 0 12 0 24509742 829870080 25475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27117/statm: 202605 25475 1437 9 0 199932 0
[pid=27117/tid=27119] ppid=27115 vsize=810420 CPUtime=4.29
/proc/27117/task/27119/stat : 27119 (java) R 27115 27117 22504 0 -1 64 17446 0 1 0 418 11 0 0 25 0 12 0 24509743 829870080 25475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27120] ppid=27115 vsize=810420 CPUtime=0.17
/proc/27117/task/27120/stat : 27120 (java) S 27115 27117 22504 0 -1 64 4097 0 0 0 16 1 0 0 16 0 12 0 24509744 829870080 25475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27121] ppid=27115 vsize=810420 CPUtime=0.09
/proc/27117/task/27121/stat : 27121 (java) S 27115 27117 22504 0 -1 64 1775 0 0 0 9 0 0 0 16 0 12 0 24509744 829870080 25475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27122] ppid=27115 vsize=810420 CPUtime=0
/proc/27117/task/27122/stat : 27122 (java) S 27115 27117 22504 0 -1 64 26 0 0 0 0 0 0 0 16 0 12 0 24509745 829870080 25475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27123] ppid=27115 vsize=810420 CPUtime=0
/proc/27117/task/27123/stat : 27123 (java) S 27115 27117 22504 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24509746 829870080 25475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27124] ppid=27115 vsize=810420 CPUtime=0
/proc/27117/task/27124/stat : 27124 (java) S 27115 27117 22504 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24509746 829870080 25475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27125] ppid=27115 vsize=810420 CPUtime=0
/proc/27117/task/27125/stat : 27125 (java) S 27115 27117 22504 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24509750 829870080 25475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27126] ppid=27115 vsize=810420 CPUtime=0.02
/proc/27117/task/27126/stat : 27126 (java) S 27115 27117 22504 0 -1 64 243 0 0 0 2 0 0 0 17 0 12 0 24509750 829870080 25475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27127] ppid=27115 vsize=810420 CPUtime=1.68
/proc/27117/task/27127/stat : 27127 (java) R 27115 27117 22504 0 -1 64 4765 0 0 0 166 2 0 0 16 0 12 0 24509750 829870080 25475 996147200 134512640 134550932 4294956016 18446744073709551615 105856323 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27128] ppid=27115 vsize=810420 CPUtime=0
/proc/27117/task/27128/stat : 27128 (java) S 27115 27117 22504 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24509750 829870080 25475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27129] ppid=27115 vsize=810420 CPUtime=0
/proc/27117/task/27129/stat : 27129 (java) S 27115 27117 22504 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24509750 829870080 25475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 810420

[startup+12.7026 s]
/proc/loadavg: 2.20 2.09 2.02 3/88 27129
/proc/meminfo: memFree=1505392/2055920 swapFree=4192952/4192956
[pid=27117] ppid=27115 vsize=810420 CPUtime=12.7
/proc/27117/stat : 27117 (java) S 27115 27117 22504 0 -1 0 34515 0 1 0 1251 19 0 0 18 0 12 0 24509742 829870080 30819 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27117/statm: 202605 30819 1442 9 0 199932 0
[pid=27117/tid=27119] ppid=27115 vsize=810420 CPUtime=9.54
/proc/27117/task/27119/stat : 27119 (java) R 27115 27117 22504 0 -1 64 17466 0 1 0 943 11 0 0 25 0 12 0 24509743 829870080 30819 996147200 134512640 134550932 4294956016 18446744073709551615 4109595891 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27120] ppid=27115 vsize=810420 CPUtime=0.31
/proc/27117/task/27120/stat : 27120 (java) S 27115 27117 22504 0 -1 64 6999 0 0 0 29 2 0 0 16 0 12 0 24509744 829870080 30819 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27121] ppid=27115 vsize=810420 CPUtime=0.25
/proc/27117/task/27121/stat : 27121 (java) S 27115 27117 22504 0 -1 64 4156 0 0 0 24 1 0 0 16 0 12 0 24509744 829870080 30819 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27122] ppid=27115 vsize=810420 CPUtime=0
/proc/27117/task/27122/stat : 27122 (java) S 27115 27117 22504 0 -1 64 26 0 0 0 0 0 0 0 16 0 12 0 24509745 829870080 30819 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27123] ppid=27115 vsize=810420 CPUtime=0
/proc/27117/task/27123/stat : 27123 (java) S 27115 27117 22504 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24509746 829870080 30819 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27124] ppid=27115 vsize=810420 CPUtime=0
/proc/27117/task/27124/stat : 27124 (java) S 27115 27117 22504 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24509746 829870080 30819 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27125] ppid=27115 vsize=810420 CPUtime=0
/proc/27117/task/27125/stat : 27125 (java) S 27115 27117 22504 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24509750 829870080 30819 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27126] ppid=27115 vsize=810420 CPUtime=0.02
/proc/27117/task/27126/stat : 27126 (java) S 27115 27117 22504 0 -1 64 243 0 0 0 2 0 0 0 17 0 12 0 24509750 829870080 30819 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27127] ppid=27115 vsize=810420 CPUtime=2.51
/proc/27117/task/27127/stat : 27127 (java) S 27115 27117 22504 0 -1 64 4884 0 0 0 249 2 0 0 15 0 12 0 24509750 829870080 30819 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27128] ppid=27115 vsize=810420 CPUtime=0
/proc/27117/task/27128/stat : 27128 (java) S 27115 27117 22504 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24509750 829870080 30819 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27129] ppid=27115 vsize=810420 CPUtime=0
/proc/27117/task/27129/stat : 27129 (java) S 27115 27117 22504 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24509750 829870080 30819 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 810420

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

[startup+15.9022 s]
/proc/loadavg: 2.20 2.09 2.02 3/88 27129
/proc/meminfo: memFree=1496560/2055920 swapFree=4192952/4192956
[pid=27117] ppid=27115 vsize=810388 CPUtime=15.9
/proc/27117/stat : 27117 (java) S 27115 27117 22504 0 -1 0 36762 0 1 0 1570 20 0 0 18 0 12 0 24509742 829837312 33054 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27117/statm: 202597 33054 1449 9 0 199924 0
[pid=27117/tid=27119] ppid=27115 vsize=810388 CPUtime=12.55
/proc/27117/task/27119/stat : 27119 (java) R 27115 27117 22504 0 -1 64 17472 0 1 0 1244 11 0 0 25 0 12 0 24509743 829837312 33054 996147200 134512640 134550932 4294956016 18446744073709551615 4109595891 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27120] ppid=27115 vsize=810388 CPUtime=0.35
/proc/27117/task/27120/stat : 27120 (java) S 27115 27117 22504 0 -1 64 7912 0 0 0 32 3 0 0 16 0 12 0 24509744 829837312 33054 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27121] ppid=27115 vsize=810388 CPUtime=0.32
/proc/27117/task/27121/stat : 27121 (java) S 27115 27117 22504 0 -1 64 5476 0 0 0 30 2 0 0 16 0 12 0 24509744 829837312 33054 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27122] ppid=27115 vsize=810388 CPUtime=0.01
/proc/27117/task/27122/stat : 27122 (java) S 27115 27117 22504 0 -1 64 26 0 0 0 1 0 0 0 16 0 12 0 24509745 829837312 33054 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27123] ppid=27115 vsize=810388 CPUtime=0
/proc/27117/task/27123/stat : 27123 (java) S 27115 27117 22504 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24509746 829837312 33054 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27124] ppid=27115 vsize=810388 CPUtime=0
/proc/27117/task/27124/stat : 27124 (java) S 27115 27117 22504 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24509746 829837312 33054 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27125] ppid=27115 vsize=810388 CPUtime=0
/proc/27117/task/27125/stat : 27125 (java) S 27115 27117 22504 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24509750 829837312 33054 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27126] ppid=27115 vsize=810388 CPUtime=0.02
/proc/27117/task/27126/stat : 27126 (java) S 27115 27117 22504 0 -1 64 243 0 0 0 2 0 0 0 17 0 12 0 24509750 829837312 33054 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27127] ppid=27115 vsize=810388 CPUtime=2.59
/proc/27117/task/27127/stat : 27127 (java) S 27115 27117 22504 0 -1 64 4892 0 0 0 257 2 0 0 16 0 12 0 24509750 829837312 33054 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27128] ppid=27115 vsize=810388 CPUtime=0
/proc/27117/task/27128/stat : 27128 (java) S 27115 27117 22504 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24509750 829837312 33054 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27129] ppid=27115 vsize=810388 CPUtime=0
/proc/27117/task/27129/stat : 27129 (java) S 27115 27117 22504 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24509750 829837312 33054 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.9
Current children cumulated vsize (KiB) 810388

[startup+16.7013 s]
/proc/loadavg: 2.18 2.09 2.02 3/88 27129
/proc/meminfo: memFree=1494384/2055920 swapFree=4192952/4192956
[pid=27117] ppid=27115 vsize=810388 CPUtime=16.7
/proc/27117/stat : 27117 (java) S 27115 27117 22504 0 -1 0 37045 0 1 0 1650 20 0 0 18 0 12 0 24509742 829837312 33336 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27117/statm: 202597 33336 1449 9 0 199924 0
[pid=27117/tid=27119] ppid=27115 vsize=810388 CPUtime=13.33
/proc/27117/task/27119/stat : 27119 (java) R 27115 27117 22504 0 -1 64 17473 0 1 0 1322 11 0 0 25 0 12 0 24509743 829837312 33336 996147200 134512640 134550932 4294956016 18446744073709551615 4109595891 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27120] ppid=27115 vsize=810388 CPUtime=0.36
/proc/27117/task/27120/stat : 27120 (java) S 27115 27117 22504 0 -1 64 8059 0 0 0 33 3 0 0 16 0 12 0 24509744 829837312 33336 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27121] ppid=27115 vsize=810388 CPUtime=0.33
/proc/27117/task/27121/stat : 27121 (java) S 27115 27117 22504 0 -1 64 5611 0 0 0 31 2 0 0 16 0 12 0 24509744 829837312 33336 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27122] ppid=27115 vsize=810388 CPUtime=0.01
/proc/27117/task/27122/stat : 27122 (java) S 27115 27117 22504 0 -1 64 26 0 0 0 1 0 0 0 16 0 12 0 24509745 829837312 33336 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27123] ppid=27115 vsize=810388 CPUtime=0
/proc/27117/task/27123/stat : 27123 (java) S 27115 27117 22504 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24509746 829837312 33336 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27124] ppid=27115 vsize=810388 CPUtime=0
/proc/27117/task/27124/stat : 27124 (java) S 27115 27117 22504 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24509746 829837312 33336 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27125] ppid=27115 vsize=810388 CPUtime=0
/proc/27117/task/27125/stat : 27125 (java) S 27115 27117 22504 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24509750 829837312 33336 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27126] ppid=27115 vsize=810388 CPUtime=0.02
/proc/27117/task/27126/stat : 27126 (java) S 27115 27117 22504 0 -1 64 243 0 0 0 2 0 0 0 17 0 12 0 24509750 829837312 33336 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27127] ppid=27115 vsize=810388 CPUtime=2.6
/proc/27117/task/27127/stat : 27127 (java) S 27115 27117 22504 0 -1 64 4892 0 0 0 258 2 0 0 16 0 12 0 24509750 829837312 33336 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27128] ppid=27115 vsize=810388 CPUtime=0
/proc/27117/task/27128/stat : 27128 (java) S 27115 27117 22504 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24509750 829837312 33336 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27129] ppid=27115 vsize=810388 CPUtime=0
/proc/27117/task/27129/stat : 27129 (java) S 27115 27117 22504 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24509750 829837312 33336 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.7
Current children cumulated vsize (KiB) 810388

[startup+17.1014 s]
/proc/loadavg: 2.18 2.09 2.02 3/88 27129
/proc/meminfo: memFree=1494384/2055920 swapFree=4192952/4192956
[pid=27117] ppid=27115 vsize=810712 CPUtime=17.1
/proc/27117/stat : 27117 (java) S 27115 27117 22504 0 -1 0 37333 0 1 0 1690 20 0 0 18 0 13 0 24509742 830169088 33623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27117/statm: 202678 33623 1453 9 0 200005 0
[pid=27117/tid=27119] ppid=27115 vsize=810712 CPUtime=13.53
/proc/27117/task/27119/stat : 27119 (java) R 27115 27117 22504 0 -1 64 17482 0 1 0 1342 11 0 0 25 0 13 0 24509743 830169088 33623 996147200 134512640 134550932 4294956016 18446744073709551615 4109162715 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27120] ppid=27115 vsize=810712 CPUtime=0.37
/proc/27117/task/27120/stat : 27120 (java) S 27115 27117 22504 0 -1 64 8224 0 0 0 34 3 0 0 16 0 13 0 24509744 830169088 33623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27121] ppid=27115 vsize=810712 CPUtime=0.34
/proc/27117/task/27121/stat : 27121 (java) S 27115 27117 22504 0 -1 64 5720 0 0 0 32 2 0 0 16 0 13 0 24509744 830169088 33623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27122] ppid=27115 vsize=810712 CPUtime=0.01
/proc/27117/task/27122/stat : 27122 (java) S 27115 27117 22504 0 -1 64 26 0 0 0 1 0 0 0 16 0 13 0 24509745 830169088 33623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27123] ppid=27115 vsize=810712 CPUtime=0
/proc/27117/task/27123/stat : 27123 (java) S 27115 27117 22504 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24509746 830169088 33623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27124] ppid=27115 vsize=810712 CPUtime=0
/proc/27117/task/27124/stat : 27124 (java) S 27115 27117 22504 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24509746 830169088 33623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27125] ppid=27115 vsize=810712 CPUtime=0
/proc/27117/task/27125/stat : 27125 (java) S 27115 27117 22504 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24509750 830169088 33623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27126] ppid=27115 vsize=810712 CPUtime=0.02
/proc/27117/task/27126/stat : 27126 (java) S 27115 27117 22504 0 -1 64 243 0 0 0 2 0 0 0 17 0 13 0 24509750 830169088 33623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27127] ppid=27115 vsize=810712 CPUtime=2.78
/proc/27117/task/27127/stat : 27127 (java) S 27115 27117 22504 0 -1 64 4896 0 0 0 276 2 0 0 16 0 13 0 24509750 830169088 33623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27128] ppid=27115 vsize=810712 CPUtime=0
/proc/27117/task/27128/stat : 27128 (java) S 27115 27117 22504 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24509750 830169088 33623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27129] ppid=27115 vsize=810712 CPUtime=0
/proc/27117/task/27129/stat : 27129 (java) S 27115 27117 22504 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24509750 830169088 33623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.1
Current children cumulated vsize (KiB) 810712

[startup+17.5014 s]
/proc/loadavg: 2.18 2.09 2.02 3/89 27130
/proc/meminfo: memFree=1493160/2055920 swapFree=4192952/4192956
[pid=27117] ppid=27115 vsize=810712 CPUtime=17.51
/proc/27117/stat : 27117 (java) S 27115 27117 22504 0 -1 0 37359 0 1 0 1730 21 0 0 18 0 13 0 24509742 830169088 33647 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27117/statm: 202678 33647 1454 9 0 200005 0
[pid=27117/tid=27119] ppid=27115 vsize=810712 CPUtime=13.62
/proc/27117/task/27119/stat : 27119 (java) R 27115 27117 22504 0 -1 64 17485 0 1 0 1351 11 0 0 25 0 13 0 24509743 830169088 33647 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27120] ppid=27115 vsize=810712 CPUtime=0.37
/proc/27117/task/27120/stat : 27120 (java) S 27115 27117 22504 0 -1 64 8224 0 0 0 34 3 0 0 16 0 13 0 24509744 830169088 33647 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27121] ppid=27115 vsize=810712 CPUtime=0.34
/proc/27117/task/27121/stat : 27121 (java) S 27115 27117 22504 0 -1 64 5720 0 0 0 32 2 0 0 16 0 13 0 24509744 830169088 33647 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27122] ppid=27115 vsize=810712 CPUtime=0.01
/proc/27117/task/27122/stat : 27122 (java) S 27115 27117 22504 0 -1 64 26 0 0 0 1 0 0 0 16 0 13 0 24509745 830169088 33647 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27123] ppid=27115 vsize=810712 CPUtime=0
/proc/27117/task/27123/stat : 27123 (java) S 27115 27117 22504 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24509746 830169088 33647 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27124] ppid=27115 vsize=810712 CPUtime=0
/proc/27117/task/27124/stat : 27124 (java) S 27115 27117 22504 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24509746 830169088 33647 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27125] ppid=27115 vsize=810712 CPUtime=0
/proc/27117/task/27125/stat : 27125 (java) S 27115 27117 22504 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24509750 830169088 33647 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27126] ppid=27115 vsize=810712 CPUtime=0.02
/proc/27117/task/27126/stat : 27126 (java) S 27115 27117 22504 0 -1 64 243 0 0 0 2 0 0 0 17 0 13 0 24509750 830169088 33647 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27127] ppid=27115 vsize=810712 CPUtime=3.08
/proc/27117/task/27127/stat : 27127 (java) R 27115 27117 22504 0 -1 64 4915 0 0 0 306 2 0 0 15 0 13 0 24509750 830169088 33647 996147200 134512640 134550932 4294956016 18446744073709551615 103133950 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27128] ppid=27115 vsize=810712 CPUtime=0
/proc/27117/task/27128/stat : 27128 (java) S 27115 27117 22504 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24509750 830169088 33647 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27129] ppid=27115 vsize=810712 CPUtime=0
/proc/27117/task/27129/stat : 27129 (java) S 27115 27117 22504 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24509750 830169088 33647 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27117/tid=27130] ppid=27115 vsize=810712 CPUtime=0
/proc/27117/task/27130/stat : 27130 (java) S 27115 27117 22504 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 24511450 830169088 33647 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.51
Current children cumulated vsize (KiB) 810712

[startup+17.6074 s]
/proc/loadavg: 2.18 2.09 2.02 3/89 27130
/proc/meminfo: memFree=1493160/2055920 swapFree=4192952/4192956
[pid=27117] ppid=27115 vsize=0 CPUtime=17.58
/proc/27117/stat : 27117 (java) Z 27115 27117 22504 0 -1 12 37372 0 1 0 1736 22 0 0 16 0 2 0 24509742 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27117/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 17.58
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 17.6115
CPU time (s): 17.5973
CPU user time (s): 17.3644
CPU system time (s): 0.232964
CPU usage (%): 99.9197
Max. virtual memory (cumulated for all children) (KiB): 810852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.3644
system time used= 0.232964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37372
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= 1663
involuntary context switches= 1664

runsolver used 0.026995 second user time and 0.070989 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-12 06:54:31
IDJOB=2081921
IDBENCH=57510
IDSOLVER=731
FILE ID=node68/2081921-1247374470
PBS_JOBID= 9507085
Free space on /tmp= 66452 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/rlfapScens/normalized-scen4.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2081921-1247374470/watcher-2081921-1247374470 -o /tmp/evaluation-result-2081921-1247374470/solver-2081921-1247374470 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2081921-1247374470.xml

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

MD5SUM BENCH= 5d4414d3c886be1f33029e682696e3fd
RANDOM SEED=868291408

node68.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.258
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.258
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:       1623472 kB
Buffers:         75264 kB
Cached:         214752 kB
SwapCached:          4 kB
Active:         195412 kB
Inactive:       160980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1623472 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1944 kB
Writeback:           0 kB
Mapped:          77340 kB
Slab:            61168 kB
Committed_AS:   300820 kB
PageTables:       2024 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66452 MiB
End job on node68 at 2009-07-12 06:54:48