Trace number 2076729

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 30.9483 31.1246

General information on the benchmark

Namecsp/rlfapGraphsMod/
normalized-graph9-f9.xml
MD5SUM17a33451183b9900020243750ee5373a
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 benchmark2.6146
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5246
Maximum constraint arity2
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5246
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.18/0.24	c c --- Begin Solver configuration ---
0.18/0.24	c Stops conflict analysis at the first Unique Implication Point
0.18/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.24	c Learn all clauses as in MiniSAT
0.18/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.24	c Expensive reason simplification
0.18/0.24	c MiniSAT restarts strategy
0.18/0.24	c Memory based learned constraints deletion strategy
0.18/0.24	c timeout=2147483s
0.18/0.24	c DB Simplification allowed=false
0.18/0.24	c --- End Solver configuration ---
0.18/0.24	c solving HOME/instance-2076729-1247363021.xml
0.18/0.24	c reading problem ... 
0.38/0.49	c reading problem named null
0.38/0.49	c reading domains done.
0.48/0.51	c reading variables done.
0.98/1.06	c reading predicates  done.
1.18/1.27	c reading constraints
16.82/16.95	c done with constraints.
16.82/16.96	c ... done. Wall clock time 16.721s.
16.82/16.96	c #vars     28352
16.82/16.96	c #constraints  285836
16.82/16.96	c constraints type 
16.82/16.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 256568
16.82/16.96	c org.sat4j.minisat.constraints.card.AtLeast => 916
16.82/16.96	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 20612
30.76/30.98	c starts		: 11
30.76/30.98	c conflicts		: 15064
30.76/30.98	c decisions		: 42427
30.76/30.98	c propagations		: 1428171
30.76/30.98	c inspects		: 61099463
30.76/30.98	c learnt literals	: 16
30.76/30.98	c learnt binary clauses	: 44
30.76/30.98	c learnt ternary clauses	: 37
30.76/30.98	c learnt clauses	: 15048
30.76/30.98	c ignored clauses	: 0
30.76/30.98	c root simplifications	: 0
30.76/30.98	c removed literals (reason simplification)	: 431016
30.76/30.98	c reason swapping (by a shorter reason)	: 0
30.76/30.98	c Calls to reduceDB	: 0
30.76/30.98	c speed (assignments/second)	: 101932.12475911784
30.76/30.98	c non guided choices	22125
30.86/31.01	c learnt constraints type 
30.86/31.01	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 44
30.86/31.01	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15004
30.86/31.01	c constraints type 
30.86/31.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 256568
30.86/31.01	c org.sat4j.minisat.constraints.card.AtLeast => 916
30.86/31.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 20612
30.86/31.01	s SATISFIABLE
30.86/31.03	v 366 128 380 142 380 142 254 16 30 268 128 366 254 16 652 414 428 666 44 282 268 30 652 414 352 114 666 428 142 380 156 394 128 366 58 296 254 16 268 30 414 652 16 254 310 72 282 44 282 44 86 324 428 666 652 414 142 380 324 86 16 254 16 254 282 44 394 156 666 428 30 268 86 324 114 352 652 414 380 142 652 414 268 30 428 666 100 338 142 380 142 380 666 428 652 414 72 310 352 114 380 142 128 366 142 380 324 86 268 30 86 324 310 72 324 86 254 16 666 428 58 296 30 268 296 58 128 366 324 86 72 310 142 380 352 114 282 44 114 352 282 44 352 114 414 652 268 30 652 414 338 100 428 666 72 310 44 282 414 652 380 142 366 128 128 366 254 16 156 394 338 100 666 428 310 72 310 72 310 72 428 666 310 72 128 366 352 114 666 428 324 86 352 114 310 72 338 100 652 414 428 666 128 366 296 58 394 156 100 338 338 100 156 394 58 296 72 310 282 44 30 268 352 114 296 58 324 86 86 324 100 338 156 394 324 86 324 86 44 282 282 44 666 428 380 142 44 282 666 428 128 366 58 296 282 44 142 380 428 666 366 128 114 352 666 428 72 310 282 44 282 44 324 86 282 44 414 652 666 428 366 128 254 16 30 268 268 30 366 128 268 30 282 44 30 268 324 86 268 30 296 58 428 666 58 296 428 666 352 114 296 58 666 428 44 282 156 394 380 142 58 296 394 156 128 366 414 652 310 72 310 72 16 254 86 324 282 44 114 352 16 254 16 254 254 16 428 666 128 366 282 44 86 324 366 128 652 414 324 86 44 282 254 16 86 324 268 30 394 156 380 142 394 156 414 652 86 324 142 380 86 324 652 414 156 394 352 114 652 414 310 72 428 666 366 128 324 86 666 428 44 282 414 652 254 16 72 310 72 310 652 414 380 142 100 338 16 254 128 366 100 338 58 296 666 428 352 114 100 338 352 114 44 282 142 380 268 30 268 30 114 352 296 58 310 72 114 352 268 30 310 72 310 72 310 72 30 268 352 114 72 310 296 58 142 380 338 100 72 310 366 128 72 310 414 652 44 282 142 380 114 352 652 414 428 666 666 428 428 666 380 142 156 394 324 86 652 414 58 296 30 268 86 324 128 366 428 666 30 268 142 380 44 282 428 666 652 414 86 324 44 282 338 100 100 338 414 652 414 652 666 428 380 142 428 666 428 666 44 282 338 100 296 58 268 30 380 142 428 666 366 128 352 114 44 282 16 254 414 652 380 142 428 666 282 44 366 128 282 44 296 58 100 338 414 652 380 142 72 310 16 254 128 366 310 72 86 324 352 114 268 30 114 352 268 30 58 296 254 16 142 380 156 394 366 128 30 268 282 44 100 338 666 428 352 114 30 268 86 324 254 16 44 282 428 666 652 414 428 666 114 352 142 380 100 338 128 366 72 310 324 86 666 428 142 380 394 156 352 114 666 428 58 296 394 156 310 72 58 296 296 58 58 296 380 142 114 352 128 366 142 380 428 666 142 380 58 296 282 44 86 324 86 324 100 338 30 268 296 58 30 268 380 142 282 44 142 380 114 352 666 428 428 666 142 380 324 86 128 366 86 324 666 428 128 366 100 338 100 338 30 268 428 666 324 86 394 156 114 352 380 142 666 428 428 666 296 58 310 72 310 72 156 394 142 380 58 296 44 282 366 128 366 128 310 72 428 666 352 114 282 44 296 58 380 142 44 282 30 268 338 100 268 30 338 100 296 58 114 352 44 282 296 58 428 666 428 666 352 114 44 282 428 666 428 666 414 652 44 282 414 652 282 44 142 380 296 58 30 268 30 268 338 100 86 324 352 114 666 428 394 156 268 30 428 666 114 352 128 366 666 428 428 666 428 666 128 366 100 338 44 282 30 268 414 652 156 394 58 296 310 72 114 352 268 30 30 268 338 100 324 86 414 652 310 72 394 156 428 666 72 310 338 100 428 666 268 30 282 44 30 268 128 366 72 310 352 114 366 128 128 366 352 114 324 86 72 310 652 414 324 86 58 296 380 142 100 338 380 142 352 114 30 268 142 380 
30.86/31.05	c Total wall clock time (in seconds) : 30.733

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-2076729-1247363021/watcher-2076729-1247363021 -o /tmp/evaluation-result-2076729-1247363021/solver-2076729-1247363021 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2076729-1247363021.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: 1.63 2.00 1.98 4/72 19340
/proc/meminfo: memFree=1891224/2055920 swapFree=4192812/4192956
[pid=19340] ppid=19338 vsize=18576 CPUtime=0
/proc/19340/stat : 19340 (runsolver) R 19338 19340 15910 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 22993783 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 209135922471 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/19340/statm: 4644 284 249 26 0 2626 0

[startup+0.042319 s]
/proc/loadavg: 1.63 2.00 1.98 4/72 19340
/proc/meminfo: memFree=1891224/2055920 swapFree=4192812/4192956
[pid=19340] ppid=19338 vsize=801384 CPUtime=0.02
/proc/19340/stat : 19340 (java) S 19338 19340 15910 0 -1 0 2476 0 1 0 1 1 0 0 19 0 5 0 22993783 820617216 2223 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/19340/statm: 200346 2223 965 9 0 197697 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801384

[startup+0.101785 s]
/proc/loadavg: 1.63 2.00 1.98 4/72 19340
/proc/meminfo: memFree=1891224/2055920 swapFree=4192812/4192956
[pid=19340] ppid=19338 vsize=804560 CPUtime=0.08
/proc/19340/stat : 19340 (java) S 19338 19340 15910 0 -1 0 3017 0 1 0 6 2 0 0 19 0 12 0 22993783 823869440 2760 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19340/statm: 201140 2760 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301802 s]
/proc/loadavg: 1.63 2.00 1.98 4/72 19340
/proc/meminfo: memFree=1891224/2055920 swapFree=4192812/4192956
[pid=19340] ppid=19338 vsize=805628 CPUtime=0.28
/proc/19340/stat : 19340 (java) S 19338 19340 15910 0 -1 0 4311 0 1 0 24 4 0 0 19 0 12 0 22993783 824963072 4048 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19340/statm: 201407 4048 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701836 s]
/proc/loadavg: 1.63 2.00 1.98 4/72 19340
/proc/meminfo: memFree=1891224/2055920 swapFree=4192812/4192956
[pid=19340] ppid=19338 vsize=807184 CPUtime=0.68
/proc/19340/stat : 19340 (java) S 19338 19340 15910 0 -1 0 5435 0 1 0 63 5 0 0 19 0 12 0 22993783 826556416 4926 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19340/statm: 201796 4926 1389 9 0 199123 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50291 s]
/proc/loadavg: 1.74 2.01 1.99 4/85 19353
/proc/meminfo: memFree=1867888/2055920 swapFree=4192812/4192956
[pid=19340] ppid=19338 vsize=808256 CPUtime=1.48
/proc/19340/stat : 19340 (java) S 19338 19340 15910 0 -1 0 9255 0 1 0 140 8 0 0 19 0 12 0 22993783 827654144 7719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19340/statm: 202064 7719 1397 9 0 199391 0
[pid=19340/tid=19342] ppid=19338 vsize=808256 CPUtime=0.85
/proc/19340/task/19342/stat : 19342 (java) R 19338 19340 15910 0 -1 64 6169 0 1 0 79 6 0 0 19 0 12 0 22993785 827654144 7719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19343] ppid=19338 vsize=808256 CPUtime=0
/proc/19340/task/19343/stat : 19343 (java) S 19338 19340 15910 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 22993785 827654144 7719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19344] ppid=19338 vsize=808256 CPUtime=0
/proc/19340/task/19344/stat : 19344 (java) S 19338 19340 15910 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 22993785 827654144 7719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19345] ppid=19338 vsize=808256 CPUtime=0
/proc/19340/task/19345/stat : 19345 (java) S 19338 19340 15910 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 22993787 827654144 7719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19346] ppid=19338 vsize=808256 CPUtime=0
/proc/19340/task/19346/stat : 19346 (java) S 19338 19340 15910 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 22993788 827654144 7719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19347] ppid=19338 vsize=808256 CPUtime=0
/proc/19340/task/19347/stat : 19347 (java) S 19338 19340 15910 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 22993788 827654144 7719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19348] ppid=19338 vsize=808256 CPUtime=0
/proc/19340/task/19348/stat : 19348 (java) S 19338 19340 15910 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22993792 827654144 7719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19349] ppid=19338 vsize=808256 CPUtime=0
/proc/19340/task/19349/stat : 19349 (java) S 19338 19340 15910 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22993792 827654144 7719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19350] ppid=19338 vsize=808256 CPUtime=0.61
/proc/19340/task/19350/stat : 19350 (java) R 19338 19340 15910 0 -1 64 2330 0 0 0 60 1 0 0 16 0 12 0 22993792 827654144 7719 996147200 134512640 134550932 4294956016 18446744073709551615 105817441 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19351] ppid=19338 vsize=808256 CPUtime=0
/proc/19340/task/19351/stat : 19351 (java) S 19338 19340 15910 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22993792 827654144 7719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19352] ppid=19338 vsize=808256 CPUtime=0
/proc/19340/task/19352/stat : 19352 (java) S 19338 19340 15910 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22993792 827654144 7719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 808256

[startup+3.10205 s]
/proc/loadavg: 1.74 2.01 1.99 4/85 19353
/proc/meminfo: memFree=1853040/2055920 swapFree=4192812/4192956
[pid=19340] ppid=19338 vsize=810928 CPUtime=3.07
/proc/19340/stat : 19340 (java) S 19338 19340 15910 0 -1 0 22321 0 1 0 293 14 0 0 19 0 12 0 22993783 830390272 20006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19340/statm: 202732 20006 1433 9 0 200059 0
[pid=19340/tid=19342] ppid=19338 vsize=810928 CPUtime=1.7
/proc/19340/task/19342/stat : 19342 (java) R 19338 19340 15910 0 -1 64 17342 0 1 0 159 11 0 0 25 0 12 0 22993785 830390272 20006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19343] ppid=19338 vsize=810928 CPUtime=0
/proc/19340/task/19343/stat : 19343 (java) R 19338 19340 15910 0 -1 64 248 0 0 0 0 0 0 0 16 0 12 0 22993785 830390272 20006 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19344] ppid=19338 vsize=810928 CPUtime=0
/proc/19340/task/19344/stat : 19344 (java) R 19338 19340 15910 0 -1 64 100 0 0 0 0 0 0 0 16 0 12 0 22993785 830390272 20006 996147200 134512640 134550932 4294956016 18446744073709551615 104188522 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19345] ppid=19338 vsize=810928 CPUtime=0
/proc/19340/task/19345/stat : 19345 (java) S 19338 19340 15910 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 22993787 830390272 20006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19346] ppid=19338 vsize=810928 CPUtime=0
/proc/19340/task/19346/stat : 19346 (java) S 19338 19340 15910 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 22993788 830390272 20006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19347] ppid=19338 vsize=810928 CPUtime=0
/proc/19340/task/19347/stat : 19347 (java) S 19338 19340 15910 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 22993788 830390272 20006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19348] ppid=19338 vsize=810928 CPUtime=0
/proc/19340/task/19348/stat : 19348 (java) S 19338 19340 15910 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22993792 830390272 20006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19349] ppid=19338 vsize=810928 CPUtime=0
/proc/19340/task/19349/stat : 19349 (java) S 19338 19340 15910 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22993792 830390272 20006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19350] ppid=19338 vsize=810928 CPUtime=1.34
/proc/19340/task/19350/stat : 19350 (java) S 19338 19340 15910 0 -1 64 3878 0 0 0 132 2 0 0 16 0 12 0 22993792 830390272 20006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19351] ppid=19338 vsize=810928 CPUtime=0
/proc/19340/task/19351/stat : 19351 (java) S 19338 19340 15910 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22993792 830390272 20006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19352] ppid=19338 vsize=810928 CPUtime=0
/proc/19340/task/19352/stat : 19352 (java) S 19338 19340 15910 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22993792 830390272 20006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 810928

[startup+6.30234 s]
/proc/loadavg: 1.74 2.01 1.99 3/85 19353
/proc/meminfo: memFree=1789808/2055920 swapFree=4192812/4192956
[pid=19340] ppid=19338 vsize=810192 CPUtime=6.26
/proc/19340/stat : 19340 (java) S 19338 19340 15910 0 -1 0 28550 0 1 0 610 16 0 0 19 0 12 0 22993783 829636608 25466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19340/statm: 202548 25466 1437 9 0 199875 0
[pid=19340/tid=19342] ppid=19338 vsize=810192 CPUtime=3.93
/proc/19340/task/19342/stat : 19342 (java) R 19338 19340 15910 0 -1 64 17359 0 1 0 382 11 0 0 25 0 12 0 22993785 829636608 25466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19343] ppid=19338 vsize=810192 CPUtime=0.1
/proc/19340/task/19343/stat : 19343 (java) S 19338 19340 15910 0 -1 64 2846 0 0 0 10 0 0 0 16 0 12 0 22993785 829636608 25466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19344] ppid=19338 vsize=810192 CPUtime=0.12
/proc/19340/task/19344/stat : 19344 (java) S 19338 19340 15910 0 -1 64 3066 0 0 0 12 0 0 0 16 0 12 0 22993785 829636608 25466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19345] ppid=19338 vsize=810192 CPUtime=0
/proc/19340/task/19345/stat : 19345 (java) S 19338 19340 15910 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 22993787 829636608 25466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19346] ppid=19338 vsize=810192 CPUtime=0
/proc/19340/task/19346/stat : 19346 (java) S 19338 19340 15910 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22993788 829636608 25466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19347] ppid=19338 vsize=810192 CPUtime=0
/proc/19340/task/19347/stat : 19347 (java) S 19338 19340 15910 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22993788 829636608 25466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19348] ppid=19338 vsize=810192 CPUtime=0
/proc/19340/task/19348/stat : 19348 (java) S 19338 19340 15910 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22993792 829636608 25466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19349] ppid=19338 vsize=810192 CPUtime=0
/proc/19340/task/19349/stat : 19349 (java) S 19338 19340 15910 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22993792 829636608 25466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19350] ppid=19338 vsize=810192 CPUtime=2.06
/proc/19340/task/19350/stat : 19350 (java) R 19338 19340 15910 0 -1 64 4508 0 0 0 204 2 0 0 16 0 12 0 22993792 829636608 25466 996147200 134512640 134550932 4294956016 18446744073709551615 104144473 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19351] ppid=19338 vsize=810192 CPUtime=0
/proc/19340/task/19351/stat : 19351 (java) S 19338 19340 15910 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22993792 829636608 25466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19352] ppid=19338 vsize=810192 CPUtime=0
/proc/19340/task/19352/stat : 19352 (java) S 19338 19340 15910 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22993792 829636608 25466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 810192

[startup+12.7029 s]
/proc/loadavg: 1.86 2.03 1.99 3/85 19353
/proc/meminfo: memFree=1763512/2055920 swapFree=4192812/4192956
[pid=19340] ppid=19338 vsize=810192 CPUtime=12.63
/proc/19340/stat : 19340 (java) S 19338 19340 15910 0 -1 0 35095 0 1 0 1246 17 0 0 19 0 12 0 22993783 829636608 32002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19340/statm: 202548 32002 1441 9 0 199875 0
[pid=19340/tid=19342] ppid=19338 vsize=810192 CPUtime=9.15
/proc/19340/task/19342/stat : 19342 (java) R 19338 19340 15910 0 -1 64 17377 0 1 0 904 11 0 0 25 0 12 0 22993785 829636608 32002 996147200 134512640 134550932 4294956016 18446744073709551615 4109601651 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19340/tid=19343] ppid=19338 vsize=810192 CPUtime=0.34
/proc/19340/task/19343/stat : 19343 (java) S 19338 19340 15910 0 -1 64 6238 0 0 0 33 1 0 0 16 0 12 0 22993785 829636608 32002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19340/tid=19344] ppid=19338 vsize=810192 CPUtime=0.29
/proc/19340/task/19344/stat : 19344 (java) S 19338 19340 15910 0 -1 64 6157 0 0 0 28 1 0 0 16 0 12 0 22993785 829636608 32002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19340/tid=19345] ppid=19338 vsize=810192 CPUtime=0
/proc/19340/task/19345/stat : 19345 (java) S 19338 19340 15910 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 22993787 829636608 32002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19340/tid=19346] ppid=19338 vsize=810192 CPUtime=0
/proc/19340/task/19346/stat : 19346 (java) S 19338 19340 15910 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22993788 829636608 32002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19347] ppid=19338 vsize=810192 CPUtime=0
/proc/19340/task/19347/stat : 19347 (java) S 19338 19340 15910 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22993788 829636608 32002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19348] ppid=19338 vsize=810192 CPUtime=0
/proc/19340/task/19348/stat : 19348 (java) S 19338 19340 15910 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22993792 829636608 32002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19349] ppid=19338 vsize=810192 CPUtime=0
/proc/19340/task/19349/stat : 19349 (java) S 19338 19340 15910 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22993792 829636608 32002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19350] ppid=19338 vsize=810192 CPUtime=2.8
/proc/19340/task/19350/stat : 19350 (java) S 19338 19340 15910 0 -1 64 4552 0 0 0 278 2 0 0 15 0 12 0 22993792 829636608 32002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19340/tid=19351] ppid=19338 vsize=810192 CPUtime=0
/proc/19340/task/19351/stat : 19351 (java) S 19338 19340 15910 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22993792 829636608 32002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19352] ppid=19338 vsize=810192 CPUtime=0
/proc/19340/task/19352/stat : 19352 (java) S 19338 19340 15910 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22993792 829636608 32002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 810192

[startup+25.501 s]
/proc/loadavg: 1.95 2.04 2.00 3/86 19354
/proc/meminfo: memFree=1742384/2055920 swapFree=4192812/4192956
[pid=19340] ppid=19338 vsize=813608 CPUtime=25.39
/proc/19340/stat : 19340 (java) S 19338 19340 15910 0 -1 0 40778 0 1 0 2518 21 0 0 19 0 13 0 22993783 833134592 36830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19340/statm: 203402 36830 1455 9 0 200729 0
[pid=19340/tid=19342] ppid=19338 vsize=813608 CPUtime=20.1
/proc/19340/task/19342/stat : 19342 (java) R 19338 19340 15910 0 -1 64 17404 0 1 0 1999 11 0 0 25 0 13 0 22993785 833134592 36830 996147200 134512640 134550932 4294956016 18446744073709551615 4110397967 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19340/tid=19343] ppid=19338 vsize=813608 CPUtime=0.46
/proc/19340/task/19343/stat : 19343 (java) S 19338 19340 15910 0 -1 64 8013 0 0 0 43 3 0 0 17 0 13 0 22993785 833134592 36830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19340/tid=19344] ppid=19338 vsize=813608 CPUtime=0.38
/proc/19340/task/19344/stat : 19344 (java) S 19338 19340 15910 0 -1 64 8341 0 0 0 36 2 0 0 17 0 13 0 22993785 833134592 36830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19340/tid=19345] ppid=19338 vsize=813608 CPUtime=0.01
/proc/19340/task/19345/stat : 19345 (java) S 19338 19340 15910 0 -1 64 18 0 0 0 1 0 0 0 16 0 13 0 22993787 833134592 36830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19340/tid=19346] ppid=19338 vsize=813608 CPUtime=0
/proc/19340/task/19346/stat : 19346 (java) S 19338 19340 15910 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22993788 833134592 36830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19347] ppid=19338 vsize=813608 CPUtime=0
/proc/19340/task/19347/stat : 19347 (java) S 19338 19340 15910 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22993788 833134592 36830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19348] ppid=19338 vsize=813608 CPUtime=0
/proc/19340/task/19348/stat : 19348 (java) S 19338 19340 15910 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 22993792 833134592 36830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19349] ppid=19338 vsize=813608 CPUtime=0
/proc/19340/task/19349/stat : 19349 (java) S 19338 19340 15910 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 22993792 833134592 36830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19350] ppid=19338 vsize=813608 CPUtime=4.4
/proc/19340/task/19350/stat : 19350 (java) S 19338 19340 15910 0 -1 64 6244 0 0 0 437 3 0 0 16 0 13 0 22993792 833134592 36830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19340/tid=19351] ppid=19338 vsize=813608 CPUtime=0
/proc/19340/task/19351/stat : 19351 (java) S 19338 19340 15910 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 22993792 833134592 36830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19352] ppid=19338 vsize=813608 CPUtime=0
/proc/19340/task/19352/stat : 19352 (java) S 19338 19340 15910 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22993792 833134592 36830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19354] ppid=19338 vsize=813608 CPUtime=0
/proc/19340/task/19354/stat : 19354 (java) S 19338 19340 15910 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 22995492 833134592 36830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 813608

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

[startup+28.7023 s]
/proc/loadavg: 1.96 2.04 2.00 3/86 19354
/proc/meminfo: memFree=1742384/2055920 swapFree=4192812/4192956
[pid=19340] ppid=19338 vsize=813608 CPUtime=28.57
/proc/19340/stat : 19340 (java) S 19338 19340 15910 0 -1 0 40783 0 1 0 2836 21 0 0 19 0 13 0 22993783 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19340/statm: 203402 36834 1455 9 0 200729 0
[pid=19340/tid=19342] ppid=19338 vsize=813608 CPUtime=23.23
/proc/19340/task/19342/stat : 19342 (java) R 19338 19340 15910 0 -1 64 17405 0 1 0 2312 11 0 0 25 0 13 0 22993785 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4109985347 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19340/tid=19343] ppid=19338 vsize=813608 CPUtime=0.46
/proc/19340/task/19343/stat : 19343 (java) S 19338 19340 15910 0 -1 64 8013 0 0 0 43 3 0 0 17 0 13 0 22993785 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19340/tid=19344] ppid=19338 vsize=813608 CPUtime=0.38
/proc/19340/task/19344/stat : 19344 (java) S 19338 19340 15910 0 -1 64 8341 0 0 0 36 2 0 0 17 0 13 0 22993785 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19340/tid=19345] ppid=19338 vsize=813608 CPUtime=0.01
/proc/19340/task/19345/stat : 19345 (java) S 19338 19340 15910 0 -1 64 18 0 0 0 1 0 0 0 16 0 13 0 22993787 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19340/tid=19346] ppid=19338 vsize=813608 CPUtime=0
/proc/19340/task/19346/stat : 19346 (java) S 19338 19340 15910 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22993788 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19347] ppid=19338 vsize=813608 CPUtime=0
/proc/19340/task/19347/stat : 19347 (java) S 19338 19340 15910 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22993788 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19348] ppid=19338 vsize=813608 CPUtime=0
/proc/19340/task/19348/stat : 19348 (java) S 19338 19340 15910 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 22993792 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19349] ppid=19338 vsize=813608 CPUtime=0
/proc/19340/task/19349/stat : 19349 (java) S 19338 19340 15910 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 22993792 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19350] ppid=19338 vsize=813608 CPUtime=4.45
/proc/19340/task/19350/stat : 19350 (java) S 19338 19340 15910 0 -1 64 6248 0 0 0 442 3 0 0 16 0 13 0 22993792 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19340/tid=19351] ppid=19338 vsize=813608 CPUtime=0
/proc/19340/task/19351/stat : 19351 (java) S 19338 19340 15910 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 22993792 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19352] ppid=19338 vsize=813608 CPUtime=0
/proc/19340/task/19352/stat : 19352 (java) S 19338 19340 15910 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22993792 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19354] ppid=19338 vsize=813608 CPUtime=0
/proc/19340/task/19354/stat : 19354 (java) S 19338 19340 15910 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 22995492 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.57
Current children cumulated vsize (KiB) 813608

[startup+30.3025 s]
/proc/loadavg: 1.96 2.04 2.00 3/86 19354
/proc/meminfo: memFree=1742384/2055920 swapFree=4192812/4192956
[pid=19340] ppid=19338 vsize=813608 CPUtime=30.17
/proc/19340/stat : 19340 (java) S 19338 19340 15910 0 -1 0 40783 0 1 0 2996 21 0 0 19 0 13 0 22993783 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19340/statm: 203402 36834 1455 9 0 200729 0
[pid=19340/tid=19342] ppid=19338 vsize=813608 CPUtime=24.83
/proc/19340/task/19342/stat : 19342 (java) R 19338 19340 15910 0 -1 64 17405 0 1 0 2472 11 0 0 25 0 13 0 22993785 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4110397967 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19340/tid=19343] ppid=19338 vsize=813608 CPUtime=0.46
/proc/19340/task/19343/stat : 19343 (java) S 19338 19340 15910 0 -1 64 8013 0 0 0 43 3 0 0 17 0 13 0 22993785 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19340/tid=19344] ppid=19338 vsize=813608 CPUtime=0.38
/proc/19340/task/19344/stat : 19344 (java) S 19338 19340 15910 0 -1 64 8341 0 0 0 36 2 0 0 17 0 13 0 22993785 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19340/tid=19345] ppid=19338 vsize=813608 CPUtime=0.01
/proc/19340/task/19345/stat : 19345 (java) S 19338 19340 15910 0 -1 64 18 0 0 0 1 0 0 0 16 0 13 0 22993787 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19340/tid=19346] ppid=19338 vsize=813608 CPUtime=0
/proc/19340/task/19346/stat : 19346 (java) S 19338 19340 15910 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22993788 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19347] ppid=19338 vsize=813608 CPUtime=0
/proc/19340/task/19347/stat : 19347 (java) S 19338 19340 15910 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22993788 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19348] ppid=19338 vsize=813608 CPUtime=0
/proc/19340/task/19348/stat : 19348 (java) S 19338 19340 15910 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 22993792 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19349] ppid=19338 vsize=813608 CPUtime=0
/proc/19340/task/19349/stat : 19349 (java) S 19338 19340 15910 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 22993792 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19350] ppid=19338 vsize=813608 CPUtime=4.45
/proc/19340/task/19350/stat : 19350 (java) S 19338 19340 15910 0 -1 64 6248 0 0 0 442 3 0 0 16 0 13 0 22993792 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19340/tid=19351] ppid=19338 vsize=813608 CPUtime=0
/proc/19340/task/19351/stat : 19351 (java) S 19338 19340 15910 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 22993792 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19352] ppid=19338 vsize=813608 CPUtime=0
/proc/19340/task/19352/stat : 19352 (java) S 19338 19340 15910 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22993792 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19354] ppid=19338 vsize=813608 CPUtime=0
/proc/19340/task/19354/stat : 19354 (java) S 19338 19340 15910 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 22995492 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.17
Current children cumulated vsize (KiB) 813608

[startup+30.7025 s]
/proc/loadavg: 1.96 2.04 2.00 3/86 19354
/proc/meminfo: memFree=1742384/2055920 swapFree=4192812/4192956
[pid=19340] ppid=19338 vsize=813608 CPUtime=30.57
/proc/19340/stat : 19340 (java) S 19338 19340 15910 0 -1 0 40783 0 1 0 3036 21 0 0 19 0 13 0 22993783 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19340/statm: 203402 36834 1455 9 0 200729 0
[pid=19340/tid=19342] ppid=19338 vsize=813608 CPUtime=25.23
/proc/19340/task/19342/stat : 19342 (java) R 19338 19340 15910 0 -1 64 17405 0 1 0 2512 11 0 0 25 0 13 0 22993785 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4109986125 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19340/tid=19343] ppid=19338 vsize=813608 CPUtime=0.46
/proc/19340/task/19343/stat : 19343 (java) S 19338 19340 15910 0 -1 64 8013 0 0 0 43 3 0 0 17 0 13 0 22993785 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19340/tid=19344] ppid=19338 vsize=813608 CPUtime=0.38
/proc/19340/task/19344/stat : 19344 (java) S 19338 19340 15910 0 -1 64 8341 0 0 0 36 2 0 0 17 0 13 0 22993785 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19340/tid=19345] ppid=19338 vsize=813608 CPUtime=0.01
/proc/19340/task/19345/stat : 19345 (java) S 19338 19340 15910 0 -1 64 18 0 0 0 1 0 0 0 16 0 13 0 22993787 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19340/tid=19346] ppid=19338 vsize=813608 CPUtime=0
/proc/19340/task/19346/stat : 19346 (java) S 19338 19340 15910 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22993788 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19347] ppid=19338 vsize=813608 CPUtime=0
/proc/19340/task/19347/stat : 19347 (java) S 19338 19340 15910 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22993788 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19348] ppid=19338 vsize=813608 CPUtime=0
/proc/19340/task/19348/stat : 19348 (java) S 19338 19340 15910 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 22993792 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19349] ppid=19338 vsize=813608 CPUtime=0
/proc/19340/task/19349/stat : 19349 (java) S 19338 19340 15910 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 22993792 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19350] ppid=19338 vsize=813608 CPUtime=4.45
/proc/19340/task/19350/stat : 19350 (java) S 19338 19340 15910 0 -1 64 6248 0 0 0 442 3 0 0 16 0 13 0 22993792 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19340/tid=19351] ppid=19338 vsize=813608 CPUtime=0
/proc/19340/task/19351/stat : 19351 (java) S 19338 19340 15910 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 22993792 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19352] ppid=19338 vsize=813608 CPUtime=0
/proc/19340/task/19352/stat : 19352 (java) S 19338 19340 15910 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22993792 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19340/tid=19354] ppid=19338 vsize=813608 CPUtime=0
/proc/19340/task/19354/stat : 19354 (java) S 19338 19340 15910 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 22995492 833134592 36834 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.57
Current children cumulated vsize (KiB) 813608

[startup+31.1025 s]
/proc/loadavg: 1.96 2.04 2.00 3/86 19354
/proc/meminfo: memFree=1742384/2055920 swapFree=4192812/4192956
[pid=19340] ppid=19338 vsize=0 CPUtime=30.92
/proc/19340/stat : 19340 (java) Z 19338 19340 15910 0 -1 12 40803 0 1 0 3071 21 0 0 16 0 2 0 22993783 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19340/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 30.92
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 31.1246
CPU time (s): 30.9483
CPU user time (s): 30.7113
CPU system time (s): 0.236963
CPU usage (%): 99.4335
Max. virtual memory (cumulated for all children) (KiB): 813608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.7113
system time used= 0.236963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40803
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= 2291
involuntary context switches= 2287

runsolver used 0.037994 second user time and 0.119981 second system time

The end

Launcher Data

Begin job on node41 at 2009-07-12 03:43:41
IDJOB=2076729
IDBENCH=56489
IDSOLVER=731
FILE ID=node41/2076729-1247363021
PBS_JOBID= 9506891
Free space on /tmp= 65876 MiB

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

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

MD5SUM BENCH= 17a33451183b9900020243750ee5373a
RANDOM SEED=1108156400

node41.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.212
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	: 5931.00
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.212
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:       1891704 kB
Buffers:         13888 kB
Cached:          86820 kB
SwapCached:          0 kB
Active:          96924 kB
Inactive:        22348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1891704 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4652 kB
Writeback:           0 kB
Mapped:          29152 kB
Slab:            30548 kB
Committed_AS:   228044 kB
PageTables:       1688 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= 65876 MiB
End job on node41 at 2009-07-12 03:44:12