Trace number 2084176

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 19.3371 19.4168

General information on the benchmark

Namecsp/rlfapGraphs/
normalized-graph10.xml
MD5SUM6343a8d49ea791a447d6fc04b8a967e7
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.592909
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints3907
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3907
Global constraints used (with number of constraints)

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.14	c That software uses the Rhino library from the Mozilla project.
0.09/0.15	c version 2.1.1.v20090622
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version	1.6.0_12
0.09/0.16	c os.name	Linux
0.09/0.16	c os.version	2.6.9-22.EL.rootsmp
0.09/0.16	c os.arch	i386
0.09/0.16	c Free memory 671000808
0.09/0.16	c Max memory 672137216
0.09/0.16	c Total memory 672137216
0.09/0.16	c Number of processors 2
0.19/0.25	c c --- Begin Solver configuration ---
0.19/0.25	c Stops conflict analysis at the first Unique Implication Point
0.19/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.25	c Learn all clauses as in MiniSAT
0.19/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.25	c Expensive reason simplification
0.19/0.25	c MiniSAT restarts strategy
0.19/0.25	c Memory based learned constraints deletion strategy
0.19/0.25	c timeout=2147483s
0.19/0.25	c DB Simplification allowed=false
0.19/0.25	c --- End Solver configuration ---
0.19/0.25	c solving HOME/instance-2084176-1247378880.xml
0.19/0.25	c reading problem ... 
0.48/0.50	c reading problem named null
0.48/0.50	c reading domains done.
0.48/0.51	c reading variables done.
0.98/1.03	c reading predicates  done.
1.18/1.25	c reading constraints
18.32/18.40	c done with constraints.
18.32/18.40	c ... done. Wall clock time 18.154s.
18.32/18.40	c #vars     26980
18.32/18.40	c #constraints  310886
18.32/18.40	c constraints type 
18.32/18.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 283159
18.32/18.40	c org.sat4j.minisat.constraints.card.AtLeast => 680
18.32/18.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 26664
19.22/19.36	c starts		: 1
19.22/19.36	c conflicts		: 7
19.22/19.36	c decisions		: 486
19.22/19.36	c propagations		: 28805
19.22/19.36	c inspects		: 1078815
19.22/19.36	c learnt literals	: 0
19.22/19.36	c learnt binary clauses	: 0
19.22/19.36	c learnt ternary clauses	: 0
19.22/19.36	c learnt clauses	: 7
19.22/19.36	c ignored clauses	: 0
19.22/19.36	c root simplifications	: 0
19.22/19.36	c removed literals (reason simplification)	: 576
19.22/19.36	c reason swapping (by a shorter reason)	: 0
19.22/19.36	c Calls to reduceDB	: 0
19.22/19.36	c speed (assignments/second)	: 29911.734164070614
19.22/19.37	c non guided choices	453
19.22/19.37	c learnt constraints type 
19.22/19.37	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 7
19.22/19.37	c constraints type 
19.22/19.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 283159
19.22/19.37	c org.sat4j.minisat.constraints.card.AtLeast => 680
19.22/19.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 26664
19.22/19.37	s SATISFIABLE
19.22/19.38	v 324 86 498 736 352 114 526 764 498 736 380 142 254 16 366 128 282 44 428 666 268 30 268 30 254 16 498 736 470 708 254 16 282 44 540 778 442 680 442 680 414 652 414 652 526 764 540 778 324 86 282 44 526 764 442 680 338 100 352 114 254 16 456 694 470 708 526 764 442 680 254 16 442 680 526 764 268 30 338 100 324 86 540 778 380 142 512 750 554 792 498 736 526 764 484 722 456 694 428 666 540 778 512 750 366 128 498 736 512 750 268 30 324 86 254 16 366 128 296 58 526 764 470 708 498 736 268 30 16 254 338 100 526 764 456 694 540 778 310 72 310 72 512 750 498 736 414 652 366 128 414 652 394 156 282 44 352 114 338 100 540 778 352 114 540 778 540 778 380 142 380 142 484 722 526 764 338 100 366 128 540 778 540 778 540 778 282 44 456 694 268 30 254 16 366 128 352 114 540 778 540 778 442 680 526 764 470 708 414 652 498 736 554 792 366 128 324 86 310 72 554 792 540 778 352 114 442 680 470 708 352 114 526 764 394 156 484 722 352 114 394 156 526 764 540 778 540 778 540 778 282 44 512 750 58 296 254 16 428 666 380 142 540 778 310 72 324 86 442 680 310 72 338 100 484 722 540 778 484 722 338 100 338 100 512 750 428 666 282 44 268 30 484 722 484 722 428 666 540 778 352 114 428 666 310 72 366 128 352 114 526 764 442 680 526 764 428 666 310 72 380 142 282 44 526 764 526 764 366 128 324 86 484 722 296 58 498 736 268 30 324 86 142 380 414 652 380 142 414 652 512 750 498 736 394 156 310 72 282 44 268 30 338 100 282 44 324 86 470 708 512 750 352 114 512 750 540 778 484 722 498 736 526 764 498 736 254 16 442 680 296 58 366 128 394 156 512 750 512 750 268 30 268 30 380 142 366 128 540 778 526 764 352 114 512 750 282 44 366 128 526 764 442 680 338 100 512 750 268 30 414 652 526 764 310 72 526 764 268 30 442 680 498 736 428 666 310 72 296 58 540 778 512 750 442 680 414 652 484 722 394 156 414 652 254 16 428 666 414 652 470 708 498 736 484 722 442 680 338 100 470 708 380 142 296 58 470 708 338 100 540 778 512 750 470 708 394 156 254 16 526 764 540 778 282 44 310 72 338 100 540 778 442 680 282 44 554 792 484 722 338 100 414 652 498 736 268 30 414 652 498 736 540 778 540 778 414 652 540 778 470 708 268 30 394 156 428 666 512 750 456 694 484 722 456 694 338 100 324 86 442 680 540 778 352 114 540 778 380 142 512 750 296 58 540 778 540 778 254 16 254 16 526 764 512 750 380 142 352 114 498 736 268 30 414 652 394 156 498 736 380 142 442 680 268 30 324 86 338 100 526 764 498 736 282 44 338 100 338 100 352 114 498 736 470 708 268 30 282 44 268 30 254 16 512 750 324 86 736 498 310 72 324 86 310 72 268 30 310 72 282 44 254 16 338 100 268 30 484 722 268 30 268 30 428 666 512 750 268 30 414 652 484 722 526 764 282 44 268 30 
19.22/19.38	c Total wall clock time (in seconds) : 19.118

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-2084176-1247378880/watcher-2084176-1247378880 -o /tmp/evaluation-result-2084176-1247378880/solver-2084176-1247378880 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2084176-1247378880.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.47 2.30 2.20 3/81 26531
/proc/meminfo: memFree=1659472/2055920 swapFree=4192812/4192956
[pid=26531] ppid=26529 vsize=13208 CPUtime=0
/proc/26531/stat : 26531 (java) S 26529 26531 8169 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 24955552 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/26531/statm: 3302 521 219 9 0 1186 0
[pid=26531/tid=26532] ppid=26529 vsize=13208 CPUtime=0
/proc/26531/task/26532/stat : 26532 (java) R 26529 26531 8169 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 24955553 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 11771864 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0258169 s]
/proc/loadavg: 2.47 2.30 2.20 3/81 26531
/proc/meminfo: memFree=1659472/2055920 swapFree=4192812/4192956
[pid=26531] ppid=26529 vsize=798736 CPUtime=0.01
/proc/26531/stat : 26531 (java) S 26529 26531 8169 0 -1 0 1820 0 1 0 0 1 0 0 18 0 4 0 24955552 817905664 1567 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/26531/statm: 200174 2041 924 9 0 197525 0
[pid=26531/tid=26532] ppid=26529 vsize=800696 CPUtime=0
/proc/26531/task/26532/stat : 26532 (java) R 26529 26531 8169 0 -1 64 1570 0 1 0 0 0 0 0 19 0 4 0 24955553 819912704 2041 996147200 134512640 134550932 4294956016 18446744073709551615 105794496 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798736

[startup+0.107423 s]
/proc/loadavg: 2.47 2.30 2.20 3/81 26531
/proc/meminfo: memFree=1659472/2055920 swapFree=4192812/4192956
[pid=26531] ppid=26529 vsize=804560 CPUtime=0.09
/proc/26531/stat : 26531 (java) S 26529 26531 8169 0 -1 0 3049 0 1 0 6 3 0 0 18 0 12 0 24955552 823869440 2792 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26531/statm: 201140 2792 1083 9 0 198474 0
[pid=26531/tid=26532] ppid=26529 vsize=804560 CPUtime=0.08
/proc/26531/task/26532/stat : 26532 (java) R 26529 26531 8169 0 -1 64 2296 0 1 0 6 2 0 0 21 0 12 0 24955553 823869440 2792 996147200 134512640 134550932 4294956016 18446744073709551615 4109170534 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.302455 s]
/proc/loadavg: 2.47 2.30 2.20 3/81 26531
/proc/meminfo: memFree=1659472/2055920 swapFree=4192812/4192956
[pid=26531] ppid=26529 vsize=805628 CPUtime=0.29
/proc/26531/stat : 26531 (java) S 26529 26531 8169 0 -1 0 4302 0 1 0 24 5 0 0 18 0 12 0 24955552 824963072 4039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26531/statm: 201407 4039 1359 9 0 198734 0
[pid=26531/tid=26532] ppid=26529 vsize=805628 CPUtime=0.22
/proc/26531/task/26532/stat : 26532 (java) R 26529 26531 8169 0 -1 64 3066 0 1 0 18 4 0 0 18 0 12 0 24955553 824963072 4039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805628

[startup+0.702517 s]
/proc/loadavg: 2.47 2.30 2.20 3/81 26531
/proc/meminfo: memFree=1659472/2055920 swapFree=4192812/4192956
[pid=26531] ppid=26529 vsize=807184 CPUtime=0.69
/proc/26531/stat : 26531 (java) S 26529 26531 8169 0 -1 0 5580 0 1 0 63 6 0 0 18 0 12 0 24955552 826556416 5073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26531/statm: 201796 5073 1386 9 0 199123 0
[pid=26531/tid=26532] ppid=26529 vsize=807184 CPUtime=0.43
/proc/26531/task/26532/stat : 26532 (java) R 26529 26531 8169 0 -1 64 3692 0 1 0 39 4 0 0 19 0 12 0 24955553 826556416 5073 996147200 134512640 134550932 4294956016 18446744073709551615 103273985 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807184

[startup+1.50165 s]
/proc/loadavg: 2.52 2.31 2.20 4/93 26543
/proc/meminfo: memFree=1642416/2055920 swapFree=4192812/4192956
[pid=26531] ppid=26529 vsize=809052 CPUtime=1.48
/proc/26531/stat : 26531 (java) S 26529 26531 8169 0 -1 0 9557 0 1 0 140 8 0 0 18 0 12 0 24955552 828469248 7833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26531/statm: 202263 7833 1397 9 0 199590 0
[pid=26531/tid=26532] ppid=26529 vsize=809052 CPUtime=0.83
/proc/26531/task/26532/stat : 26532 (java) R 26529 26531 8169 0 -1 64 6080 0 1 0 77 6 0 0 19 0 12 0 24955553 828469248 7833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26534] ppid=26529 vsize=809052 CPUtime=0
/proc/26531/task/26534/stat : 26534 (java) S 26529 26531 8169 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 24955554 828469248 7833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26535] ppid=26529 vsize=809052 CPUtime=0
/proc/26531/task/26535/stat : 26535 (java) S 26529 26531 8169 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 24955554 828469248 7833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26536] ppid=26529 vsize=809052 CPUtime=0
/proc/26531/task/26536/stat : 26536 (java) S 26529 26531 8169 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 24955556 828469248 7833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26537] ppid=26529 vsize=809052 CPUtime=0
/proc/26531/task/26537/stat : 26537 (java) S 26529 26531 8169 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 24955556 828469248 7833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26538] ppid=26529 vsize=809052 CPUtime=0
/proc/26531/task/26538/stat : 26538 (java) S 26529 26531 8169 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24955556 828469248 7833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26539] ppid=26529 vsize=809052 CPUtime=0
/proc/26531/task/26539/stat : 26539 (java) S 26529 26531 8169 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24955561 828469248 7833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26540] ppid=26529 vsize=809052 CPUtime=0
/proc/26531/task/26540/stat : 26540 (java) S 26529 26531 8169 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24955561 828469248 7833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26541] ppid=26529 vsize=809052 CPUtime=0.63
/proc/26531/task/26541/stat : 26541 (java) R 26529 26531 8169 0 -1 64 2724 0 0 0 62 1 0 0 16 0 12 0 24955561 828469248 7833 996147200 134512640 134550932 4294956016 18446744073709551615 105580678 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26542] ppid=26529 vsize=809052 CPUtime=0
/proc/26531/task/26542/stat : 26542 (java) S 26529 26531 8169 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24955561 828469248 7833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26543] ppid=26529 vsize=809052 CPUtime=0
/proc/26531/task/26543/stat : 26543 (java) S 26529 26531 8169 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24955561 828469248 7833 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) 809052

[startup+3.10291 s]
/proc/loadavg: 2.52 2.31 2.20 3/93 26543
/proc/meminfo: memFree=1626544/2055920 swapFree=4192812/4192956
[pid=26531] ppid=26529 vsize=810888 CPUtime=3.08
/proc/26531/stat : 26531 (java) S 26529 26531 8169 0 -1 0 21725 0 1 0 293 15 0 0 18 0 12 0 24955552 830349312 19423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26531/statm: 202722 19423 1429 9 0 200049 0
[pid=26531/tid=26532] ppid=26529 vsize=810888 CPUtime=1.68
/proc/26531/task/26532/stat : 26532 (java) R 26529 26531 8169 0 -1 64 17116 0 1 0 156 12 0 0 25 0 12 0 24955553 830349312 19423 996147200 134512640 134550932 4294956016 18446744073709551615 4109692009 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26534] ppid=26529 vsize=810888 CPUtime=0
/proc/26531/task/26534/stat : 26534 (java) S 26529 26531 8169 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 24955554 830349312 19423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26535] ppid=26529 vsize=810888 CPUtime=0
/proc/26531/task/26535/stat : 26535 (java) S 26529 26531 8169 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 24955554 830349312 19423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26536] ppid=26529 vsize=810888 CPUtime=0
/proc/26531/task/26536/stat : 26536 (java) S 26529 26531 8169 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 24955556 830349312 19423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26537] ppid=26529 vsize=810888 CPUtime=0
/proc/26531/task/26537/stat : 26537 (java) S 26529 26531 8169 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 24955556 830349312 19423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26538] ppid=26529 vsize=810888 CPUtime=0
/proc/26531/task/26538/stat : 26538 (java) S 26529 26531 8169 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24955556 830349312 19423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26539] ppid=26529 vsize=810888 CPUtime=0
/proc/26531/task/26539/stat : 26539 (java) S 26529 26531 8169 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24955561 830349312 19423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26540] ppid=26529 vsize=810888 CPUtime=0
/proc/26531/task/26540/stat : 26540 (java) S 26529 26531 8169 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24955561 830349312 19423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26541] ppid=26529 vsize=810888 CPUtime=1.37
/proc/26531/task/26541/stat : 26541 (java) S 26529 26531 8169 0 -1 64 3855 0 0 0 135 2 0 0 16 0 12 0 24955561 830349312 19423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26542] ppid=26529 vsize=810888 CPUtime=0
/proc/26531/task/26542/stat : 26542 (java) S 26529 26531 8169 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24955561 830349312 19423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26543] ppid=26529 vsize=810888 CPUtime=0
/proc/26531/task/26543/stat : 26543 (java) S 26529 26531 8169 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24955561 830349312 19423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 810888

[startup+6.30143 s]
/proc/loadavg: 2.52 2.31 2.20 3/93 26543
/proc/meminfo: memFree=1564592/2055920 swapFree=4192812/4192956
[pid=26531] ppid=26529 vsize=810376 CPUtime=6.25
/proc/26531/stat : 26531 (java) S 26529 26531 8169 0 -1 0 27970 0 1 0 607 18 0 0 18 0 12 0 24955552 829825024 25545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26531/statm: 202594 25545 1438 9 0 199921 0
[pid=26531/tid=26532] ppid=26529 vsize=810376 CPUtime=4.14
/proc/26531/task/26532/stat : 26532 (java) R 26529 26531 8169 0 -1 64 17355 0 1 0 402 12 0 0 25 0 12 0 24955553 829825024 25545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26534] ppid=26529 vsize=810376 CPUtime=0.14
/proc/26531/task/26534/stat : 26534 (java) S 26529 26531 8169 0 -1 64 3292 0 0 0 13 1 0 0 16 0 12 0 24955554 829825024 25545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26535] ppid=26529 vsize=810376 CPUtime=0.11
/proc/26531/task/26535/stat : 26535 (java) S 26529 26531 8169 0 -1 64 2675 0 0 0 10 1 0 0 16 0 12 0 24955554 829825024 25545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26536] ppid=26529 vsize=810376 CPUtime=0
/proc/26531/task/26536/stat : 26536 (java) S 26529 26531 8169 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 24955556 829825024 25545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26537] ppid=26529 vsize=810376 CPUtime=0
/proc/26531/task/26537/stat : 26537 (java) S 26529 26531 8169 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 24955556 829825024 25545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26538] ppid=26529 vsize=810376 CPUtime=0
/proc/26531/task/26538/stat : 26538 (java) S 26529 26531 8169 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24955556 829825024 25545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26539] ppid=26529 vsize=810376 CPUtime=0
/proc/26531/task/26539/stat : 26539 (java) S 26529 26531 8169 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24955561 829825024 25545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26540] ppid=26529 vsize=810376 CPUtime=0
/proc/26531/task/26540/stat : 26540 (java) S 26529 26531 8169 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24955561 829825024 25545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26541] ppid=26529 vsize=810376 CPUtime=1.82
/proc/26531/task/26541/stat : 26541 (java) R 26529 26531 8169 0 -1 64 3877 0 0 0 180 2 0 0 16 0 12 0 24955561 829825024 25545 996147200 134512640 134550932 4294956016 18446744073709551615 106427901 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26542] ppid=26529 vsize=810376 CPUtime=0
/proc/26531/task/26542/stat : 26542 (java) S 26529 26531 8169 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24955561 829825024 25545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26543] ppid=26529 vsize=810376 CPUtime=0
/proc/26531/task/26543/stat : 26543 (java) S 26529 26531 8169 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24955561 829825024 25545 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) 810376

[startup+12.7015 s]
/proc/loadavg: 2.52 2.31 2.21 3/93 26543
/proc/meminfo: memFree=1536560/2055920 swapFree=4192812/4192956
[pid=26531] ppid=26529 vsize=810336 CPUtime=12.65
/proc/26531/stat : 26531 (java) S 26529 26531 8169 0 -1 0 34984 0 1 0 1243 22 0 0 18 0 12 0 24955552 829784064 32084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26531/statm: 202584 32084 1442 9 0 199911 0
[pid=26531/tid=26532] ppid=26529 vsize=810336 CPUtime=9.15
/proc/26531/task/26532/stat : 26532 (java) R 26529 26531 8169 0 -1 64 17373 0 1 0 902 13 0 0 25 0 12 0 24955553 829784064 32084 996147200 134512640 134550932 4294956016 18446744073709551615 4109512162 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26534] ppid=26529 vsize=810336 CPUtime=0.34
/proc/26531/task/26534/stat : 26534 (java) S 26529 26531 8169 0 -1 64 6065 0 0 0 32 2 0 0 16 0 12 0 24955554 829784064 32084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26535] ppid=26529 vsize=810336 CPUtime=0.31
/proc/26531/task/26535/stat : 26535 (java) S 26529 26531 8169 0 -1 64 6486 0 0 0 29 2 0 0 16 0 12 0 24955554 829784064 32084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26536] ppid=26529 vsize=810336 CPUtime=0
/proc/26531/task/26536/stat : 26536 (java) S 26529 26531 8169 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 24955556 829784064 32084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26537] ppid=26529 vsize=810336 CPUtime=0
/proc/26531/task/26537/stat : 26537 (java) S 26529 26531 8169 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 24955556 829784064 32084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26538] ppid=26529 vsize=810336 CPUtime=0
/proc/26531/task/26538/stat : 26538 (java) S 26529 26531 8169 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24955556 829784064 32084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26539] ppid=26529 vsize=810336 CPUtime=0
/proc/26531/task/26539/stat : 26539 (java) S 26529 26531 8169 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24955561 829784064 32084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26540] ppid=26529 vsize=810336 CPUtime=0
/proc/26531/task/26540/stat : 26540 (java) S 26529 26531 8169 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24955561 829784064 32084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26541] ppid=26529 vsize=810336 CPUtime=2.79
/proc/26531/task/26541/stat : 26541 (java) S 26529 26531 8169 0 -1 64 4289 0 0 0 277 2 0 0 16 0 12 0 24955561 829784064 32084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26542] ppid=26529 vsize=810336 CPUtime=0
/proc/26531/task/26542/stat : 26542 (java) S 26529 26531 8169 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24955561 829784064 32084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26543] ppid=26529 vsize=810336 CPUtime=0
/proc/26531/task/26543/stat : 26543 (java) S 26529 26531 8169 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24955561 829784064 32084 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) 810336

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

[startup+15.903 s]
/proc/loadavg: 2.52 2.31 2.21 3/94 26544
/proc/meminfo: memFree=1511144/2055920 swapFree=4192812/4192956
[pid=26531] ppid=26529 vsize=810336 CPUtime=15.83
/proc/26531/stat : 26531 (java) S 26529 26531 8169 0 -1 0 38134 0 1 0 1560 23 0 0 18 0 12 0 24955552 829784064 35228 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26531/statm: 202584 35228 1442 9 0 199911 0
[pid=26531/tid=26532] ppid=26529 vsize=810336 CPUtime=12.13
/proc/26531/task/26532/stat : 26532 (java) R 26529 26531 8169 0 -1 64 17380 0 1 0 1200 13 0 0 25 0 12 0 24955553 829784064 35228 996147200 134512640 134550932 4294956016 18446744073709551615 4109627244 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26534] ppid=26529 vsize=810336 CPUtime=0.42
/proc/26531/task/26534/stat : 26534 (java) S 26529 26531 8169 0 -1 64 7407 0 0 0 39 3 0 0 16 0 12 0 24955554 829784064 35228 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26535] ppid=26529 vsize=810336 CPUtime=0.39
/proc/26531/task/26535/stat : 26535 (java) S 26529 26531 8169 0 -1 64 8287 0 0 0 36 3 0 0 16 0 12 0 24955554 829784064 35228 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26536] ppid=26529 vsize=810336 CPUtime=0
/proc/26531/task/26536/stat : 26536 (java) S 26529 26531 8169 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 24955556 829784064 35228 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26537] ppid=26529 vsize=810336 CPUtime=0
/proc/26531/task/26537/stat : 26537 (java) S 26529 26531 8169 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 24955556 829784064 35228 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26538] ppid=26529 vsize=810336 CPUtime=0
/proc/26531/task/26538/stat : 26538 (java) S 26529 26531 8169 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24955556 829784064 35228 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26539] ppid=26529 vsize=810336 CPUtime=0
/proc/26531/task/26539/stat : 26539 (java) S 26529 26531 8169 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24955561 829784064 35228 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26540] ppid=26529 vsize=810336 CPUtime=0
/proc/26531/task/26540/stat : 26540 (java) S 26529 26531 8169 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24955561 829784064 35228 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26541] ppid=26529 vsize=810336 CPUtime=2.85
/proc/26531/task/26541/stat : 26541 (java) S 26529 26531 8169 0 -1 64 4289 0 0 0 283 2 0 0 16 0 12 0 24955561 829784064 35228 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26542] ppid=26529 vsize=810336 CPUtime=0
/proc/26531/task/26542/stat : 26542 (java) S 26529 26531 8169 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24955561 829784064 35228 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26543] ppid=26529 vsize=810336 CPUtime=0
/proc/26531/task/26543/stat : 26543 (java) S 26529 26531 8169 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24955561 829784064 35228 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.83
Current children cumulated vsize (KiB) 810336

[startup+17.5012 s]
/proc/loadavg: 2.48 2.31 2.20 3/94 26544
/proc/meminfo: memFree=1495400/2055920 swapFree=4192812/4192956
[pid=26531] ppid=26529 vsize=810336 CPUtime=17.42
/proc/26531/stat : 26531 (java) S 26529 26531 8169 0 -1 0 39577 0 1 0 1719 23 0 0 18 0 12 0 24955552 829784064 36668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26531/statm: 202584 36668 1442 9 0 199911 0
[pid=26531/tid=26532] ppid=26529 vsize=810336 CPUtime=13.57
/proc/26531/task/26532/stat : 26532 (java) R 26529 26531 8169 0 -1 64 17383 0 1 0 1344 13 0 0 25 0 12 0 24955553 829784064 36668 996147200 134512640 134550932 4294956016 18446744073709551615 4109599929 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26534] ppid=26529 vsize=810336 CPUtime=0.46
/proc/26531/task/26534/stat : 26534 (java) S 26529 26531 8169 0 -1 64 8017 0 0 0 43 3 0 0 16 0 12 0 24955554 829784064 36668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26535] ppid=26529 vsize=810336 CPUtime=0.42
/proc/26531/task/26535/stat : 26535 (java) S 26529 26531 8169 0 -1 64 9117 0 0 0 39 3 0 0 16 0 12 0 24955554 829784064 36668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26536] ppid=26529 vsize=810336 CPUtime=0.01
/proc/26531/task/26536/stat : 26536 (java) S 26529 26531 8169 0 -1 64 20 0 0 0 1 0 0 0 16 0 12 0 24955556 829784064 36668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26537] ppid=26529 vsize=810336 CPUtime=0
/proc/26531/task/26537/stat : 26537 (java) S 26529 26531 8169 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 24955556 829784064 36668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26538] ppid=26529 vsize=810336 CPUtime=0
/proc/26531/task/26538/stat : 26538 (java) S 26529 26531 8169 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24955556 829784064 36668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26539] ppid=26529 vsize=810336 CPUtime=0
/proc/26531/task/26539/stat : 26539 (java) S 26529 26531 8169 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24955561 829784064 36668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26540] ppid=26529 vsize=810336 CPUtime=0
/proc/26531/task/26540/stat : 26540 (java) S 26529 26531 8169 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24955561 829784064 36668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26541] ppid=26529 vsize=810336 CPUtime=2.92
/proc/26531/task/26541/stat : 26541 (java) S 26529 26531 8169 0 -1 64 4289 0 0 0 290 2 0 0 16 0 12 0 24955561 829784064 36668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26542] ppid=26529 vsize=810336 CPUtime=0
/proc/26531/task/26542/stat : 26542 (java) S 26529 26531 8169 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24955561 829784064 36668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26543] ppid=26529 vsize=810336 CPUtime=0
/proc/26531/task/26543/stat : 26543 (java) R 26529 26531 8169 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24955561 829784064 36668 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.42
Current children cumulated vsize (KiB) 810336

[startup+18.3024 s]
/proc/loadavg: 2.48 2.31 2.20 3/94 26544
/proc/meminfo: memFree=1495400/2055920 swapFree=4192812/4192956
[pid=26531] ppid=26529 vsize=810336 CPUtime=18.22
/proc/26531/stat : 26531 (java) S 26529 26531 8169 0 -1 0 40580 0 1 0 1798 24 0 0 18 0 12 0 24955552 829784064 37669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26531/statm: 202584 37669 1442 9 0 199911 0
[pid=26531/tid=26532] ppid=26529 vsize=810336 CPUtime=14.32
/proc/26531/task/26532/stat : 26532 (java) R 26529 26531 8169 0 -1 64 17386 0 1 0 1419 13 0 0 25 0 12 0 24955553 829784064 37669 996147200 134512640 134550932 4294956016 18446744073709551615 4109512641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26534] ppid=26529 vsize=810336 CPUtime=0.48
/proc/26531/task/26534/stat : 26534 (java) S 26529 26531 8169 0 -1 64 8505 0 0 0 45 3 0 0 16 0 12 0 24955554 829784064 37669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26535] ppid=26529 vsize=810336 CPUtime=0.44
/proc/26531/task/26535/stat : 26535 (java) S 26529 26531 8169 0 -1 64 9629 0 0 0 41 3 0 0 16 0 12 0 24955554 829784064 37669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26536] ppid=26529 vsize=810336 CPUtime=0.01
/proc/26531/task/26536/stat : 26536 (java) S 26529 26531 8169 0 -1 64 20 0 0 0 1 0 0 0 15 0 12 0 24955556 829784064 37669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26537] ppid=26529 vsize=810336 CPUtime=0
/proc/26531/task/26537/stat : 26537 (java) S 26529 26531 8169 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 24955556 829784064 37669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26538] ppid=26529 vsize=810336 CPUtime=0
/proc/26531/task/26538/stat : 26538 (java) S 26529 26531 8169 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24955556 829784064 37669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26539] ppid=26529 vsize=810336 CPUtime=0
/proc/26531/task/26539/stat : 26539 (java) S 26529 26531 8169 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24955561 829784064 37669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26540] ppid=26529 vsize=810336 CPUtime=0
/proc/26531/task/26540/stat : 26540 (java) S 26529 26531 8169 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24955561 829784064 37669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26541] ppid=26529 vsize=810336 CPUtime=2.92
/proc/26531/task/26541/stat : 26541 (java) S 26529 26531 8169 0 -1 64 4289 0 0 0 290 2 0 0 16 0 12 0 24955561 829784064 37669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26542] ppid=26529 vsize=810336 CPUtime=0
/proc/26531/task/26542/stat : 26542 (java) S 26529 26531 8169 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24955561 829784064 37669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26543] ppid=26529 vsize=810336 CPUtime=0
/proc/26531/task/26543/stat : 26543 (java) S 26529 26531 8169 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24955561 829784064 37669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.22
Current children cumulated vsize (KiB) 810336

[startup+19.1025 s]
/proc/loadavg: 2.48 2.31 2.20 3/95 26545
/proc/meminfo: memFree=1491296/2055920 swapFree=4192812/4192956
[pid=26531] ppid=26529 vsize=810660 CPUtime=19.02
/proc/26531/stat : 26531 (java) S 26529 26531 8169 0 -1 0 40618 0 1 0 1878 24 0 0 18 0 13 0 24955552 830115840 37705 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26531/statm: 202665 37705 1447 9 0 199992 0
[pid=26531/tid=26532] ppid=26529 vsize=810660 CPUtime=14.68
/proc/26531/task/26532/stat : 26532 (java) R 26529 26531 8169 0 -1 64 17397 0 1 0 1455 13 0 0 25 0 13 0 24955553 830115840 37705 996147200 134512640 134550932 4294956016 18446744073709551615 4110186759 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26534] ppid=26529 vsize=810660 CPUtime=0.48
/proc/26531/task/26534/stat : 26534 (java) S 26529 26531 8169 0 -1 64 8505 0 0 0 45 3 0 0 16 0 13 0 24955554 830115840 37705 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26535] ppid=26529 vsize=810660 CPUtime=0.44
/proc/26531/task/26535/stat : 26535 (java) S 26529 26531 8169 0 -1 64 9629 0 0 0 41 3 0 0 16 0 13 0 24955554 830115840 37705 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26536] ppid=26529 vsize=810660 CPUtime=0.01
/proc/26531/task/26536/stat : 26536 (java) S 26529 26531 8169 0 -1 64 20 0 0 0 1 0 0 0 16 0 13 0 24955556 830115840 37705 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26537] ppid=26529 vsize=810660 CPUtime=0
/proc/26531/task/26537/stat : 26537 (java) S 26529 26531 8169 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 24955556 830115840 37705 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26538] ppid=26529 vsize=810660 CPUtime=0
/proc/26531/task/26538/stat : 26538 (java) S 26529 26531 8169 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24955556 830115840 37705 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26539] ppid=26529 vsize=810660 CPUtime=0
/proc/26531/task/26539/stat : 26539 (java) S 26529 26531 8169 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24955561 830115840 37705 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26540] ppid=26529 vsize=810660 CPUtime=0
/proc/26531/task/26540/stat : 26540 (java) S 26529 26531 8169 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 24955561 830115840 37705 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26541] ppid=26529 vsize=810660 CPUtime=3.35
/proc/26531/task/26541/stat : 26541 (java) S 26529 26531 8169 0 -1 64 4311 0 0 0 333 2 0 0 16 0 13 0 24955561 830115840 37705 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26542] ppid=26529 vsize=810660 CPUtime=0
/proc/26531/task/26542/stat : 26542 (java) S 26529 26531 8169 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24955561 830115840 37705 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26543] ppid=26529 vsize=810660 CPUtime=0
/proc/26531/task/26543/stat : 26543 (java) S 26529 26531 8169 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24955561 830115840 37705 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26545] ppid=26529 vsize=810660 CPUtime=0
/proc/26531/task/26545/stat : 26545 (java) S 26529 26531 8169 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 24957407 830115840 37705 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.02
Current children cumulated vsize (KiB) 810660

[startup+19.3025 s]
/proc/loadavg: 2.48 2.31 2.20 3/95 26545
/proc/meminfo: memFree=1491296/2055920 swapFree=4192812/4192956
[pid=26531] ppid=26529 vsize=810660 CPUtime=19.22
/proc/26531/stat : 26531 (java) S 26529 26531 8169 0 -1 0 40622 0 1 0 1898 24 0 0 18 0 13 0 24955552 830115840 37709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26531/statm: 202665 37709 1447 9 0 199992 0
[pid=26531/tid=26532] ppid=26529 vsize=810660 CPUtime=14.81
/proc/26531/task/26532/stat : 26532 (java) R 26529 26531 8169 0 -1 64 17397 0 1 0 1468 13 0 0 25 0 13 0 24955553 830115840 37709 996147200 134512640 134550932 4294956016 18446744073709551615 4109134782 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26534] ppid=26529 vsize=810660 CPUtime=0.48
/proc/26531/task/26534/stat : 26534 (java) S 26529 26531 8169 0 -1 64 8505 0 0 0 45 3 0 0 16 0 13 0 24955554 830115840 37709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26535] ppid=26529 vsize=810660 CPUtime=0.44
/proc/26531/task/26535/stat : 26535 (java) S 26529 26531 8169 0 -1 64 9629 0 0 0 41 3 0 0 16 0 13 0 24955554 830115840 37709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26536] ppid=26529 vsize=810660 CPUtime=0.01
/proc/26531/task/26536/stat : 26536 (java) S 26529 26531 8169 0 -1 64 20 0 0 0 1 0 0 0 16 0 13 0 24955556 830115840 37709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26537] ppid=26529 vsize=810660 CPUtime=0
/proc/26531/task/26537/stat : 26537 (java) S 26529 26531 8169 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 24955556 830115840 37709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26538] ppid=26529 vsize=810660 CPUtime=0
/proc/26531/task/26538/stat : 26538 (java) S 26529 26531 8169 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24955556 830115840 37709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26539] ppid=26529 vsize=810660 CPUtime=0
/proc/26531/task/26539/stat : 26539 (java) S 26529 26531 8169 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24955561 830115840 37709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26540] ppid=26529 vsize=810660 CPUtime=0
/proc/26531/task/26540/stat : 26540 (java) S 26529 26531 8169 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 24955561 830115840 37709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26541] ppid=26529 vsize=810660 CPUtime=3.42
/proc/26531/task/26541/stat : 26541 (java) S 26529 26531 8169 0 -1 64 4315 0 0 0 340 2 0 0 15 0 13 0 24955561 830115840 37709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26542] ppid=26529 vsize=810660 CPUtime=0
/proc/26531/task/26542/stat : 26542 (java) S 26529 26531 8169 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24955561 830115840 37709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26543] ppid=26529 vsize=810660 CPUtime=0
/proc/26531/task/26543/stat : 26543 (java) S 26529 26531 8169 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24955561 830115840 37709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26531/tid=26545] ppid=26529 vsize=810660 CPUtime=0
/proc/26531/task/26545/stat : 26545 (java) S 26529 26531 8169 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 24957407 830115840 37709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.22
Current children cumulated vsize (KiB) 810660

[startup+19.4028 s]
/proc/loadavg: 2.48 2.31 2.20 3/95 26545
/proc/meminfo: memFree=1491296/2055920 swapFree=4192812/4192956
[pid=26531] ppid=26529 vsize=0 CPUtime=19.31
/proc/26531/stat : 26531 (java) Z 26529 26531 8169 0 -1 12 40636 0 1 0 1906 25 0 0 16 0 2 0 24955552 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26531/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 19.31
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 19.4168
CPU time (s): 19.3371
CPU user time (s): 19.0671
CPU system time (s): 0.269958
CPU usage (%): 99.5892
Max. virtual memory (cumulated for all children) (KiB): 811204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.0671
system time used= 0.269958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40636
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= 1735
involuntary context switches= 2120

runsolver used 0.026995 second user time and 0.076988 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-12 08:08:00
IDJOB=2084176
IDBENCH=58052
IDSOLVER=731
FILE ID=node3/2084176-1247378880
PBS_JOBID= 9507109
Free space on /tmp= 66400 MiB

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

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

MD5SUM BENCH= 6343a8d49ea791a447d6fc04b8a967e7
RANDOM SEED=1960707851

node3.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.259
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.259
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:       1659952 kB
Buffers:          7828 kB
Cached:          66836 kB
SwapCached:          0 kB
Active:         157096 kB
Inactive:       182032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1659952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1824 kB
Writeback:           0 kB
Mapped:         125076 kB
Slab:            41960 kB
Committed_AS:   311384 kB
PageTables:       1980 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= 66400 MiB
End job on node3 at 2009-07-12 08:08:19