Trace number 2081899

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 24.9682 25.1149

General information on the benchmark

Namecsp/rlfapScens/
normalized-scen1.xml
MD5SUMa20b814963264f712f828b46a490fc99
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.638902
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5548
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5548
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.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.15	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-2081899-1247374455.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.50	c reading variables done.
0.99/1.04	c reading predicates  done.
1.18/1.25	c reading constraints
23.98/24.10	c done with constraints.
23.98/24.12	c ... done. Wall clock time 23.879s.
23.98/24.12	c #vars     36200
23.98/24.12	c #constraints  434744
23.98/24.12	c constraints type 
23.98/24.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 397628
23.98/24.12	c org.sat4j.minisat.constraints.card.AtLeast => 916
23.98/24.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 36200
24.87/25.01	c starts		: 1
24.87/25.01	c conflicts		: 0
24.87/25.01	c decisions		: 12615
24.87/25.01	c propagations		: 36200
24.87/25.01	c inspects		: 1531517
24.87/25.01	c learnt literals	: 0
24.87/25.01	c learnt binary clauses	: 0
24.87/25.01	c learnt ternary clauses	: 0
24.87/25.01	c learnt clauses	: 0
24.87/25.01	c ignored clauses	: 0
24.87/25.01	c root simplifications	: 0
24.87/25.01	c removed literals (reason simplification)	: 0
24.87/25.01	c reason swapping (by a shorter reason)	: 0
24.87/25.01	c Calls to reduceDB	: 0
24.87/25.01	c speed (assignments/second)	: 40765.76576576576
24.87/25.01	c non guided choices	12615
24.87/25.01	c learnt constraints type 
24.87/25.01	c constraints type 
24.87/25.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 397628
24.87/25.01	c org.sat4j.minisat.constraints.card.AtLeast => 916
24.87/25.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 36200
24.87/25.01	s SATISFIABLE
24.87/25.03	v 652 414 736 498 268 30 128 366 254 16 366 128 254 16 254 16 156 394 764 526 142 380 142 380 352 114 352 114 414 652 268 30 554 792 708 470 352 114 442 680 142 380 736 498 352 114 652 414 310 72 16 254 338 100 366 128 324 86 310 72 254 16 324 86 254 16 722 484 652 414 282 44 254 16 366 128 352 114 254 16 268 30 680 442 352 114 652 414 310 72 366 128 254 16 296 58 282 44 680 442 394 156 282 44 254 16 268 30 352 114 394 156 268 30 310 72 750 512 722 484 282 44 254 16 128 366 142 380 310 72 380 142 282 44 44 282 338 100 268 30 408 170 324 86 324 86 666 428 128 366 708 470 366 128 652 414 44 282 338 100 268 30 268 30 268 30 282 44 324 86 352 114 324 86 666 428 394 156 142 380 394 156 694 456 324 86 254 16 282 44 366 128 296 58 338 100 254 16 282 44 352 114 254 16 254 16 296 58 58 296 58 296 254 16 296 58 296 58 254 16 268 30 282 44 254 16 268 30 324 86 338 100 666 428 338 100 694 456 254 16 352 114 352 114 338 100 268 30 268 30 380 142 254 16 324 86 282 44 254 16 254 16 352 114 324 86 254 16 352 114 352 114 44 282 44 282 352 114 394 156 282 44 282 44 366 128 254 16 254 16 324 86 408 170 254 16 254 16 366 128 282 44 680 442 352 114 30 268 338 100 254 16 254 16 254 16 324 86 254 16 254 16 254 16 666 428 338 100 254 16 666 428 338 100 394 156 254 16 352 114 30 268 30 268 394 156 324 86 380 142 30 268 736 498 44 282 268 30 666 428 338 100 268 30 380 142 310 72 142 380 310 72 142 380 282 44 86 324 736 498 352 114 380 142 666 428 366 128 352 114 338 100 128 366 44 282 394 156 380 142 114 352 366 128 114 352 254 16 268 30 324 86 338 100 338 100 268 30 352 114 352 114 310 72 310 72 310 72 268 30 268 30 268 30 366 128 254 16 366 128 338 100 254 16 310 72 254 16 100 338 254 16 254 16 16 254 380 142 310 72 268 30 114 352 296 58 268 30 128 366 254 16 114 352 338 100 268 30 352 114 352 114 352 114 254 16 254 16 268 30 310 72 268 30 268 30 338 100 324 86 30 268 254 16 142 380 338 100 254 16 338 100 268 30 366 128 268 30 338 100 268 30 338 100 296 58 268 30 254 16 254 16 282 44 254 16 310 72 254 16 268 30 310 72 254 16 338 100 254 16 254 16 254 16 128 366 666 428 58 296 352 114 666 428 114 352 44 282 352 114 338 100 268 30 114 352 366 128 352 114 352 114 666 428 338 100 254 16 366 128 352 114 114 352 296 58 268 30 142 380 282 44 268 30 268 30 338 100 254 16 366 128 100 338 282 44 268 30 352 114 338 100 338 100 268 30 352 114 282 44 268 30 282 44 268 30 282 44 268 30 380 142 338 100 268 30 268 30 254 16 254 16 254 16 338 100 324 86 254 16 254 16 394 156 366 128 268 30 254 16 254 16 324 86 254 16 114 352 338 100 268 30 338 100 268 30 338 100 268 30 338 100 268 30 310 72 254 16 254 16 254 16 268 30 254 16 268 30 254 16 324 86 352 114 254 16 44 282 394 156 324 86 254 16 254 16 254 16 310 72 268 30 268 30 310 72 268 30 268 30 268 30 44 282 268 30 324 86 268 30 338 100 268 30 268 30 338 100 268 30 268 30 268 30 254 16 296 58 268 30 338 100 254 16 338 100 254 16 254 16 254 16 268 30 254 16 268 30 338 100 268 30 338 100 268 30 352 114 282 44 268 30 268 30 338 100 268 30 254 16 338 100 268 30 338 100 268 30 338 100 268 30 114 352 282 44 324 86 254 16 254 16 254 16 380 142 282 44 44 282 268 30 128 366 114 352 338 100 324 86 30 268 338 100 268 30 254 16 338 100 352 114 352 114 268 30 352 114 254 16 16 254 254 16 324 86 282 44 310 72 268 30 282 44 380 142 338 100 324 86 282 44 268 30 268 30 268 30 338 100 268 30 254 16 254 16 268 30 254 16 254 16 268 30 254 16 
24.87/25.06	c Total wall clock time (in seconds) : 24.769

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-2081899-1247374455/watcher-2081899-1247374455 -o /tmp/evaluation-result-2081899-1247374455/solver-2081899-1247374455 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2081899-1247374455.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.05 2.02 2.00 4/84 26322
/proc/meminfo: memFree=1051456/2055912 swapFree=4192812/4192956
[pid=26322] ppid=26320 vsize=13208 CPUtime=0
/proc/26322/stat : 26322 (java) S 26320 26322 21858 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 24510105 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/26322/statm: 3302 521 219 9 0 1186 0
[pid=26322/tid=26323] ppid=26320 vsize=13208 CPUtime=0
/proc/26322/task/26323/stat : 26323 (java) R 26320 26322 21858 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 24510106 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 10563544 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.097585 s]
/proc/loadavg: 2.05 2.02 2.00 4/84 26322
/proc/meminfo: memFree=1051456/2055912 swapFree=4192812/4192956
[pid=26322] ppid=26320 vsize=804560 CPUtime=0.08
/proc/26322/stat : 26322 (java) S 26320 26322 21858 0 -1 0 3000 0 1 0 6 2 0 0 18 0 12 0 24510105 823869440 2743 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26322/statm: 201140 2743 1080 9 0 198474 0
[pid=26322/tid=26323] ppid=26320 vsize=804560 CPUtime=0.07
/proc/26322/task/26323/stat : 26323 (java) R 26320 26322 21858 0 -1 64 2246 0 1 0 6 1 0 0 21 0 12 0 24510106 823869440 2743 996147200 134512640 134550932 4294956016 18446744073709551615 106406976 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.101582 s]
/proc/loadavg: 2.05 2.02 2.00 4/84 26322
/proc/meminfo: memFree=1051456/2055912 swapFree=4192812/4192956
[pid=26322] ppid=26320 vsize=804560 CPUtime=0.08
/proc/26322/stat : 26322 (java) S 26320 26322 21858 0 -1 0 3016 0 1 0 6 2 0 0 18 0 12 0 24510105 823869440 2759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26322/statm: 201140 2759 1082 9 0 198474 0
[pid=26322/tid=26323] ppid=26320 vsize=804560 CPUtime=0.07
/proc/26322/task/26323/stat : 26323 (java) R 26320 26322 21858 0 -1 64 2262 0 1 0 6 1 0 0 21 0 12 0 24510106 823869440 2759 996147200 134512640 134550932 4294956016 18446744073709551615 106407137 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.30161 s]
/proc/loadavg: 2.05 2.02 2.00 4/84 26322
/proc/meminfo: memFree=1051456/2055912 swapFree=4192812/4192956
[pid=26322] ppid=26320 vsize=805628 CPUtime=0.28
/proc/26322/stat : 26322 (java) S 26320 26322 21858 0 -1 0 4311 0 1 0 24 4 0 0 18 0 12 0 24510105 824963072 4048 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26322/statm: 201407 4048 1359 9 0 198734 0
[pid=26322/tid=26323] ppid=26320 vsize=805628 CPUtime=0.22
/proc/26322/task/26323/stat : 26323 (java) R 26320 26322 21858 0 -1 64 3074 0 1 0 19 3 0 0 18 0 12 0 24510106 824963072 4048 996147200 134512640 134550932 4294956016 18446744073709551615 4109162847 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701647 s]
/proc/loadavg: 2.05 2.02 2.00 4/84 26322
/proc/meminfo: memFree=1051456/2055912 swapFree=4192812/4192956
[pid=26322] ppid=26320 vsize=807184 CPUtime=0.68
/proc/26322/stat : 26322 (java) S 26320 26322 21858 0 -1 0 5434 0 1 0 63 5 0 0 18 0 12 0 24510105 826556416 4927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26322/statm: 201796 4927 1389 9 0 199123 0
[pid=26322/tid=26323] ppid=26320 vsize=807184 CPUtime=0.45
/proc/26322/task/26323/stat : 26323 (java) R 26320 26322 21858 0 -1 64 3542 0 1 0 41 4 0 0 19 0 12 0 24510106 826556416 4927 996147200 134512640 134550932 4294956016 18446744073709551615 4109126792 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50174 s]
/proc/loadavg: 2.05 2.02 2.00 4/96 26334
/proc/meminfo: memFree=1034016/2055912 swapFree=4192812/4192956
[pid=26322] ppid=26320 vsize=809108 CPUtime=1.48
/proc/26322/stat : 26322 (java) S 26320 26322 21858 0 -1 0 10003 0 1 0 141 7 0 0 18 0 12 0 24510105 828526592 8307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26322/statm: 202277 8307 1397 9 0 199604 0
[pid=26322/tid=26323] ppid=26320 vsize=809108 CPUtime=0.85
/proc/26322/task/26323/stat : 26323 (java) R 26320 26322 21858 0 -1 64 6576 0 1 0 80 5 0 0 23 0 12 0 24510106 828526592 8307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26325] ppid=26320 vsize=809108 CPUtime=0
/proc/26322/task/26325/stat : 26325 (java) S 26320 26322 21858 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 24510107 828526592 8307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26326] ppid=26320 vsize=809108 CPUtime=0
/proc/26322/task/26326/stat : 26326 (java) S 26320 26322 21858 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24510107 828526592 8307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26327] ppid=26320 vsize=809108 CPUtime=0
/proc/26322/task/26327/stat : 26327 (java) S 26320 26322 21858 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 24510109 828526592 8307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26328] ppid=26320 vsize=809108 CPUtime=0
/proc/26322/task/26328/stat : 26328 (java) S 26320 26322 21858 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 24510110 828526592 8307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26329] ppid=26320 vsize=809108 CPUtime=0
/proc/26322/task/26329/stat : 26329 (java) S 26320 26322 21858 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 24510110 828526592 8307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26330] ppid=26320 vsize=809108 CPUtime=0
/proc/26322/task/26330/stat : 26330 (java) S 26320 26322 21858 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24510114 828526592 8307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26331] ppid=26320 vsize=809108 CPUtime=0
/proc/26322/task/26331/stat : 26331 (java) S 26320 26322 21858 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24510114 828526592 8307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26332] ppid=26320 vsize=809108 CPUtime=0.61
/proc/26322/task/26332/stat : 26332 (java) R 26320 26322 21858 0 -1 64 2673 0 0 0 60 1 0 0 16 0 12 0 24510114 828526592 8307 996147200 134512640 134550932 4294956016 18446744073709551615 103147746 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26333] ppid=26320 vsize=809108 CPUtime=0
/proc/26322/task/26333/stat : 26333 (java) S 26320 26322 21858 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24510114 828526592 8307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26334] ppid=26320 vsize=809108 CPUtime=0
/proc/26322/task/26334/stat : 26334 (java) S 26320 26322 21858 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24510114 828526592 8307 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) 809108

[startup+3.1029 s]
/proc/loadavg: 2.05 2.02 2.00 3/96 26334
/proc/meminfo: memFree=1014176/2055912 swapFree=4192812/4192956
[pid=26322] ppid=26320 vsize=810028 CPUtime=3.07
/proc/26322/stat : 26322 (java) S 26320 26322 21858 0 -1 0 24207 0 1 0 292 15 0 0 18 0 12 0 24510105 829468672 21726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26322/statm: 202507 21726 1437 9 0 199834 0
[pid=26322/tid=26323] ppid=26320 vsize=810028 CPUtime=1.78
/proc/26322/task/26323/stat : 26323 (java) R 26320 26322 21858 0 -1 64 17339 0 1 0 167 11 0 0 25 0 12 0 24510106 829468672 21726 996147200 134512640 134550932 4294956016 18446744073709551615 4109140930 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26325] ppid=26320 vsize=810028 CPUtime=0.03
/proc/26322/task/26325/stat : 26325 (java) S 26320 26322 21858 0 -1 64 1051 0 0 0 3 0 0 0 17 0 12 0 24510107 829468672 21726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26326] ppid=26320 vsize=810028 CPUtime=0.03
/proc/26322/task/26326/stat : 26326 (java) S 26320 26322 21858 0 -1 64 1233 0 0 0 3 0 0 0 17 0 12 0 24510107 829468672 21726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26327] ppid=26320 vsize=810028 CPUtime=0
/proc/26322/task/26327/stat : 26327 (java) S 26320 26322 21858 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24510109 829468672 21726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26328] ppid=26320 vsize=810028 CPUtime=0
/proc/26322/task/26328/stat : 26328 (java) S 26320 26322 21858 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24510110 829468672 21726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26329] ppid=26320 vsize=810028 CPUtime=0
/proc/26322/task/26329/stat : 26329 (java) S 26320 26322 21858 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24510110 829468672 21726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26330] ppid=26320 vsize=810028 CPUtime=0
/proc/26322/task/26330/stat : 26330 (java) S 26320 26322 21858 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24510114 829468672 21726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26331] ppid=26320 vsize=810028 CPUtime=0
/proc/26322/task/26331/stat : 26331 (java) S 26320 26322 21858 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24510114 829468672 21726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26332] ppid=26320 vsize=810028 CPUtime=1.2
/proc/26322/task/26332/stat : 26332 (java) S 26320 26322 21858 0 -1 64 3818 0 0 0 119 1 0 0 16 0 12 0 24510114 829468672 21726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26333] ppid=26320 vsize=810028 CPUtime=0
/proc/26322/task/26333/stat : 26333 (java) S 26320 26322 21858 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24510114 829468672 21726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26334] ppid=26320 vsize=810028 CPUtime=0
/proc/26322/task/26334/stat : 26334 (java) S 26320 26322 21858 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24510114 829468672 21726 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) 810028

[startup+6.30223 s]
/proc/loadavg: 2.05 2.02 2.00 3/96 26334
/proc/meminfo: memFree=952800/2055912 swapFree=4192812/4192956
[pid=26322] ppid=26320 vsize=809936 CPUtime=6.25
/proc/26322/stat : 26322 (java) S 26320 26322 21858 0 -1 0 30017 0 1 0 607 18 0 0 18 0 12 0 24510105 829374464 26322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26322/statm: 202484 26322 1437 9 0 199811 0
[pid=26322/tid=26323] ppid=26320 vsize=809936 CPUtime=4.04
/proc/26322/task/26323/stat : 26323 (java) R 26320 26322 21858 0 -1 64 17354 0 1 0 393 11 0 0 25 0 12 0 24510106 829374464 26322 996147200 134512640 134550932 4294956016 18446744073709551615 4109597488 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26325] ppid=26320 vsize=809936 CPUtime=0.15
/proc/26322/task/26325/stat : 26325 (java) S 26320 26322 21858 0 -1 64 3226 0 0 0 14 1 0 0 17 0 12 0 24510107 829374464 26322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26326] ppid=26320 vsize=809936 CPUtime=0.12
/proc/26322/task/26326/stat : 26326 (java) S 26320 26322 21858 0 -1 64 3612 0 0 0 11 1 0 0 17 0 12 0 24510107 829374464 26322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26327] ppid=26320 vsize=809936 CPUtime=0
/proc/26322/task/26327/stat : 26327 (java) S 26320 26322 21858 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 24510109 829374464 26322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26328] ppid=26320 vsize=809936 CPUtime=0
/proc/26322/task/26328/stat : 26328 (java) S 26320 26322 21858 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24510110 829374464 26322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26329] ppid=26320 vsize=809936 CPUtime=0
/proc/26322/task/26329/stat : 26329 (java) S 26320 26322 21858 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24510110 829374464 26322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26330] ppid=26320 vsize=809936 CPUtime=0
/proc/26322/task/26330/stat : 26330 (java) S 26320 26322 21858 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24510114 829374464 26322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26331] ppid=26320 vsize=809936 CPUtime=0
/proc/26322/task/26331/stat : 26331 (java) S 26320 26322 21858 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24510114 829374464 26322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26332] ppid=26320 vsize=809936 CPUtime=1.9
/proc/26322/task/26332/stat : 26332 (java) S 26320 26322 21858 0 -1 64 5053 0 0 0 188 2 0 0 16 0 12 0 24510114 829374464 26322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26333] ppid=26320 vsize=809936 CPUtime=0
/proc/26322/task/26333/stat : 26333 (java) S 26320 26322 21858 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24510114 829374464 26322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26334] ppid=26320 vsize=809936 CPUtime=0
/proc/26322/task/26334/stat : 26334 (java) S 26320 26322 21858 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24510114 829374464 26322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 809936

[startup+12.7029 s]
/proc/loadavg: 2.11 2.04 2.01 3/96 26334
/proc/meminfo: memFree=864864/2055912 swapFree=4192812/4192956
[pid=26322] ppid=26320 vsize=809592 CPUtime=12.65
/proc/26322/stat : 26322 (java) S 26320 26322 21858 0 -1 0 38671 0 1 0 1242 23 0 0 18 0 12 0 24510105 829022208 33837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26322/statm: 202398 33837 1441 9 0 199725 0
[pid=26322/tid=26323] ppid=26320 vsize=809592 CPUtime=9.31
/proc/26322/task/26323/stat : 26323 (java) R 26320 26322 21858 0 -1 64 17371 0 1 0 920 11 0 0 25 0 12 0 24510106 829022208 33837 996147200 134512640 134550932 4294956016 18446744073709551615 4109673151 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26322/tid=26325] ppid=26320 vsize=809592 CPUtime=0.36
/proc/26322/task/26325/stat : 26325 (java) S 26320 26322 21858 0 -1 64 7433 0 0 0 33 3 0 0 16 0 12 0 24510107 829022208 33837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26322/tid=26326] ppid=26320 vsize=809592 CPUtime=0.31
/proc/26322/task/26326/stat : 26326 (java) S 26320 26322 21858 0 -1 64 7188 0 0 0 29 2 0 0 16 0 12 0 24510107 829022208 33837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26322/tid=26327] ppid=26320 vsize=809592 CPUtime=0
/proc/26322/task/26327/stat : 26327 (java) S 26320 26322 21858 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 24510109 829022208 33837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26322/tid=26328] ppid=26320 vsize=809592 CPUtime=0
/proc/26322/task/26328/stat : 26328 (java) S 26320 26322 21858 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24510110 829022208 33837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26329] ppid=26320 vsize=809592 CPUtime=0
/proc/26322/task/26329/stat : 26329 (java) S 26320 26322 21858 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24510110 829022208 33837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26330] ppid=26320 vsize=809592 CPUtime=0
/proc/26322/task/26330/stat : 26330 (java) S 26320 26322 21858 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24510114 829022208 33837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26331] ppid=26320 vsize=809592 CPUtime=0
/proc/26322/task/26331/stat : 26331 (java) S 26320 26322 21858 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24510114 829022208 33837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26332] ppid=26320 vsize=809592 CPUtime=2.6
/proc/26322/task/26332/stat : 26332 (java) S 26320 26322 21858 0 -1 64 5907 0 0 0 257 3 0 0 15 0 12 0 24510114 829022208 33837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26322/tid=26333] ppid=26320 vsize=809592 CPUtime=0
/proc/26322/task/26333/stat : 26333 (java) S 26320 26322 21858 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24510114 829022208 33837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26334] ppid=26320 vsize=809592 CPUtime=0
/proc/26322/task/26334/stat : 26334 (java) S 26320 26322 21858 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24510114 829022208 33837 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 809592

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

[startup+19.1016 s]
/proc/loadavg: 2.10 2.04 2.01 3/96 26334
/proc/meminfo: memFree=892000/2055912 swapFree=4192812/4192956
[pid=26322] ppid=26320 vsize=809592 CPUtime=19
/proc/26322/stat : 26322 (java) S 26320 26322 21858 0 -1 0 46147 0 1 0 1875 25 0 0 18 0 12 0 24510105 829022208 41300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26322/statm: 202398 41300 1448 9 0 199725 0
[pid=26322/tid=26323] ppid=26320 vsize=809592 CPUtime=15.24
/proc/26322/task/26323/stat : 26323 (java) R 26320 26322 21858 0 -1 64 17385 0 1 0 1512 12 0 0 25 0 12 0 24510106 829022208 41300 996147200 134512640 134550932 4294956016 18446744073709551615 4109610288 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26322/tid=26325] ppid=26320 vsize=809592 CPUtime=0.51
/proc/26322/task/26325/stat : 26325 (java) S 26320 26322 21858 0 -1 64 10526 0 0 0 47 4 0 0 16 0 12 0 24510107 829022208 41300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26322/tid=26326] ppid=26320 vsize=809592 CPUtime=0.45
/proc/26322/task/26326/stat : 26326 (java) S 26320 26322 21858 0 -1 64 11550 0 0 0 41 4 0 0 16 0 12 0 24510107 829022208 41300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26322/tid=26327] ppid=26320 vsize=809592 CPUtime=0.01
/proc/26322/task/26327/stat : 26327 (java) S 26320 26322 21858 0 -1 64 19 0 0 0 1 0 0 0 15 0 12 0 24510109 829022208 41300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26322/tid=26328] ppid=26320 vsize=809592 CPUtime=0
/proc/26322/task/26328/stat : 26328 (java) S 26320 26322 21858 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24510110 829022208 41300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26329] ppid=26320 vsize=809592 CPUtime=0
/proc/26322/task/26329/stat : 26329 (java) S 26320 26322 21858 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24510110 829022208 41300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26330] ppid=26320 vsize=809592 CPUtime=0
/proc/26322/task/26330/stat : 26330 (java) S 26320 26322 21858 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24510114 829022208 41300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26331] ppid=26320 vsize=809592 CPUtime=0
/proc/26322/task/26331/stat : 26331 (java) S 26320 26322 21858 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24510114 829022208 41300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26332] ppid=26320 vsize=809592 CPUtime=2.74
/proc/26322/task/26332/stat : 26332 (java) S 26320 26322 21858 0 -1 64 5914 0 0 0 271 3 0 0 15 0 12 0 24510114 829022208 41300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26322/tid=26333] ppid=26320 vsize=809592 CPUtime=0
/proc/26322/task/26333/stat : 26333 (java) S 26320 26322 21858 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24510114 829022208 41300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26334] ppid=26320 vsize=809592 CPUtime=0
/proc/26322/task/26334/stat : 26334 (java) R 26320 26322 21858 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24510114 829022208 41300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19
Current children cumulated vsize (KiB) 809592

[startup+22.3029 s]
/proc/loadavg: 2.17 2.05 2.01 3/96 26334
/proc/meminfo: memFree=875872/2055912 swapFree=4192812/4192956
[pid=26322] ppid=26320 vsize=813324 CPUtime=22.18
/proc/26322/stat : 26322 (java) S 26320 26322 21858 0 -1 0 51108 0 1 0 2191 27 0 0 18 0 12 0 24510105 832843776 44739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26322/statm: 203331 44739 1449 9 0 200658 0
[pid=26322/tid=26323] ppid=26320 vsize=813324 CPUtime=17.67
/proc/26322/task/26323/stat : 26323 (java) R 26320 26322 21858 0 -1 64 17390 0 1 0 1755 12 0 0 25 0 12 0 24510106 832843776 44739 996147200 134512640 134550932 4294956016 18446744073709551615 4109687731 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26322/tid=26325] ppid=26320 vsize=813324 CPUtime=0.57
/proc/26322/task/26325/stat : 26325 (java) S 26320 26322 21858 0 -1 64 11663 0 0 0 52 5 0 0 16 0 12 0 24510107 832843776 44739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26322/tid=26326] ppid=26320 vsize=813324 CPUtime=0.5
/proc/26322/task/26326/stat : 26326 (java) S 26320 26322 21858 0 -1 64 12891 0 0 0 46 4 0 0 16 0 12 0 24510107 832843776 44739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26322/tid=26327] ppid=26320 vsize=813324 CPUtime=0.01
/proc/26322/task/26327/stat : 26327 (java) S 26320 26322 21858 0 -1 64 19 0 0 0 1 0 0 0 15 0 12 0 24510109 832843776 44739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26322/tid=26328] ppid=26320 vsize=813324 CPUtime=0
/proc/26322/task/26328/stat : 26328 (java) S 26320 26322 21858 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24510110 832843776 44739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26329] ppid=26320 vsize=813324 CPUtime=0
/proc/26322/task/26329/stat : 26329 (java) S 26320 26322 21858 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24510110 832843776 44739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26330] ppid=26320 vsize=813324 CPUtime=0
/proc/26322/task/26330/stat : 26330 (java) S 26320 26322 21858 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24510114 832843776 44739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26331] ppid=26320 vsize=813324 CPUtime=0
/proc/26322/task/26331/stat : 26331 (java) S 26320 26322 21858 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24510114 832843776 44739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26332] ppid=26320 vsize=813324 CPUtime=3.39
/proc/26322/task/26332/stat : 26332 (java) S 26320 26322 21858 0 -1 64 8392 0 0 0 335 4 0 0 15 0 12 0 24510114 832843776 44739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26322/tid=26333] ppid=26320 vsize=813324 CPUtime=0
/proc/26322/task/26333/stat : 26333 (java) S 26320 26322 21858 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24510114 832843776 44739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26334] ppid=26320 vsize=813324 CPUtime=0
/proc/26322/task/26334/stat : 26334 (java) S 26320 26322 21858 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24510114 832843776 44739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.18
Current children cumulated vsize (KiB) 813324

[startup+23.9021 s]
/proc/loadavg: 2.17 2.05 2.01 3/96 26334
/proc/meminfo: memFree=873184/2055912 swapFree=4192812/4192956
[pid=26322] ppid=26320 vsize=813324 CPUtime=23.78
/proc/26322/stat : 26322 (java) S 26320 26322 21858 0 -1 0 53784 0 1 0 2349 29 0 0 18 0 12 0 24510105 832843776 47412 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26322/statm: 203331 47412 1449 9 0 200658 0
[pid=26322/tid=26323] ppid=26320 vsize=813324 CPUtime=19.12
/proc/26322/task/26323/stat : 26323 (java) R 26320 26322 21858 0 -1 64 17393 0 1 0 1900 12 0 0 25 0 12 0 24510106 832843776 47412 996147200 134512640 134550932 4294956016 18446744073709551615 4109727458 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26322/tid=26325] ppid=26320 vsize=813324 CPUtime=0.62
/proc/26322/task/26325/stat : 26325 (java) S 26320 26322 21858 0 -1 64 13194 0 0 0 57 5 0 0 16 0 12 0 24510107 832843776 47412 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26322/tid=26326] ppid=26320 vsize=813324 CPUtime=0.55
/proc/26322/task/26326/stat : 26326 (java) S 26320 26322 21858 0 -1 64 14031 0 0 0 50 5 0 0 16 0 12 0 24510107 832843776 47412 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26322/tid=26327] ppid=26320 vsize=813324 CPUtime=0.01
/proc/26322/task/26327/stat : 26327 (java) S 26320 26322 21858 0 -1 64 19 0 0 0 1 0 0 0 15 0 12 0 24510109 832843776 47412 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26322/tid=26328] ppid=26320 vsize=813324 CPUtime=0
/proc/26322/task/26328/stat : 26328 (java) S 26320 26322 21858 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24510110 832843776 47412 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26329] ppid=26320 vsize=813324 CPUtime=0
/proc/26322/task/26329/stat : 26329 (java) S 26320 26322 21858 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24510110 832843776 47412 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26330] ppid=26320 vsize=813324 CPUtime=0
/proc/26322/task/26330/stat : 26330 (java) S 26320 26322 21858 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24510114 832843776 47412 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26331] ppid=26320 vsize=813324 CPUtime=0
/proc/26322/task/26331/stat : 26331 (java) S 26320 26322 21858 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24510114 832843776 47412 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26332] ppid=26320 vsize=813324 CPUtime=3.42
/proc/26322/task/26332/stat : 26332 (java) S 26320 26322 21858 0 -1 64 8394 0 0 0 338 4 0 0 16 0 12 0 24510114 832843776 47412 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26322/tid=26333] ppid=26320 vsize=813324 CPUtime=0
/proc/26322/task/26333/stat : 26333 (java) S 26320 26322 21858 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24510114 832843776 47412 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26334] ppid=26320 vsize=813324 CPUtime=0
/proc/26322/task/26334/stat : 26334 (java) S 26320 26322 21858 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24510114 832843776 47412 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.78
Current children cumulated vsize (KiB) 813324

[startup+24.7022 s]
/proc/loadavg: 2.17 2.05 2.01 3/96 26334
/proc/meminfo: memFree=865184/2055912 swapFree=4192812/4192956
[pid=26322] ppid=26320 vsize=813648 CPUtime=24.57
/proc/26322/stat : 26322 (java) S 26320 26322 21858 0 -1 0 53817 0 1 0 2428 29 0 0 18 0 13 0 24510105 833175552 47444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26322/statm: 203412 47444 1453 9 0 200739 0
[pid=26322/tid=26323] ppid=26320 vsize=813648 CPUtime=19.67
/proc/26322/task/26323/stat : 26323 (java) R 26320 26322 21858 0 -1 64 17403 0 1 0 1955 12 0 0 25 0 13 0 24510106 833175552 47444 996147200 134512640 134550932 4294956016 18446744073709551615 4110361823 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26322/tid=26325] ppid=26320 vsize=813648 CPUtime=0.62
/proc/26322/task/26325/stat : 26325 (java) S 26320 26322 21858 0 -1 64 13194 0 0 0 57 5 0 0 16 0 13 0 24510107 833175552 47444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26322/tid=26326] ppid=26320 vsize=813648 CPUtime=0.55
/proc/26322/task/26326/stat : 26326 (java) S 26320 26322 21858 0 -1 64 14031 0 0 0 50 5 0 0 16 0 13 0 24510107 833175552 47444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26322/tid=26327] ppid=26320 vsize=813648 CPUtime=0.01
/proc/26322/task/26327/stat : 26327 (java) S 26320 26322 21858 0 -1 64 19 0 0 0 1 0 0 0 16 0 13 0 24510109 833175552 47444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26322/tid=26328] ppid=26320 vsize=813648 CPUtime=0
/proc/26322/task/26328/stat : 26328 (java) S 26320 26322 21858 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24510110 833175552 47444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26329] ppid=26320 vsize=813648 CPUtime=0
/proc/26322/task/26329/stat : 26329 (java) S 26320 26322 21858 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24510110 833175552 47444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26330] ppid=26320 vsize=813648 CPUtime=0
/proc/26322/task/26330/stat : 26330 (java) S 26320 26322 21858 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24510114 833175552 47444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26331] ppid=26320 vsize=813648 CPUtime=0
/proc/26322/task/26331/stat : 26331 (java) S 26320 26322 21858 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 24510114 833175552 47444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26332] ppid=26320 vsize=813648 CPUtime=3.67
/proc/26322/task/26332/stat : 26332 (java) S 26320 26322 21858 0 -1 64 8413 0 0 0 363 4 0 0 16 0 13 0 24510114 833175552 47444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26322/tid=26333] ppid=26320 vsize=813648 CPUtime=0
/proc/26322/task/26333/stat : 26333 (java) S 26320 26322 21858 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24510114 833175552 47444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26322/tid=26334] ppid=26320 vsize=813648 CPUtime=0
/proc/26322/task/26334/stat : 26334 (java) S 26320 26322 21858 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24510114 833175552 47444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.57
Current children cumulated vsize (KiB) 813648

[startup+25.1022 s]
/proc/loadavg: 2.17 2.05 2.01 3/96 26334
/proc/meminfo: memFree=865184/2055912 swapFree=4192812/4192956
[pid=26322] ppid=26320 vsize=0 CPUtime=24.95
/proc/26322/stat : 26322 (java) Z 26320 26322 21858 0 -1 12 55219 0 1 0 2463 32 0 0 16 0 2 0 24510105 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26322/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 25.1149
CPU time (s): 24.9682
CPU user time (s): 24.6383
CPU system time (s): 0.329949
CPU usage (%): 99.4159
Max. virtual memory (cumulated for all children) (KiB): 813648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.6383
system time used= 0.329949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55219
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= 2133
involuntary context switches= 2379

runsolver used 0.036994 second user time and 0.098984 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-12 06:54:15
IDJOB=2081899
IDBENCH=57508
IDSOLVER=731
FILE ID=node78/2081899-1247374455
PBS_JOBID= 9507058
Free space on /tmp= 126812 MiB

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

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

MD5SUM BENCH= a20b814963264f712f828b46a490fc99
RANDOM SEED=1197582718

node78.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.232
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.232
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:      2055912 kB
MemFree:       1051936 kB
Buffers:         62756 kB
Cached:         164432 kB
SwapCached:          0 kB
Active:         847284 kB
Inactive:        94324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1051936 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2480 kB
Writeback:           0 kB
Mapped:         730112 kB
Slab:            45908 kB
Committed_AS:   906068 kB
PageTables:       3304 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= 126808 MiB
End job on node78 at 2009-07-12 06:54:41