Trace number 2090039

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 9.57454 10.0453

General information on the benchmark

Namecsp/rand-2-30-15/
normalized-rand-2-30-15-306-230-14_ext.xml
MD5SUMb6cefde041f53dd24b10638a139f9717
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.031994
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints212
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension212
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.08/0.55	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.55	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.55	c See www.sat4j.org for details.
0.08/0.55	c That software uses the Rhino library from the Mozilla project.
0.08/0.56	c version 2.1.1.v20090622
0.08/0.56	c sun.arch.data.model	32
0.08/0.56	c java.version	1.6.0_12
0.08/0.56	c os.name	Linux
0.08/0.56	c os.version	2.6.9-22.EL.rootsmp
0.08/0.56	c os.arch	i386
0.08/0.56	c Free memory 671000808
0.08/0.56	c Max memory 672137216
0.08/0.56	c Total memory 672137216
0.08/0.56	c Number of processors 2
0.18/0.65	c c --- Begin Solver configuration ---
0.18/0.65	c Stops conflict analysis at the first Unique Implication Point
0.18/0.65	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.65	c Learn all clauses as in MiniSAT
0.18/0.65	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.65	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.65	c Expensive reason simplification
0.18/0.65	c MiniSAT restarts strategy
0.18/0.65	c Memory based learned constraints deletion strategy
0.18/0.65	c timeout=2147483s
0.18/0.65	c DB Simplification allowed=false
0.18/0.65	c --- End Solver configuration ---
0.18/0.65	c solving HOME/instance-2090039-1247391048.xml
0.18/0.65	c reading problem ... 
0.38/0.88	c reading problem named null
0.38/0.88	c reading domains done.
0.38/0.89	c reading variables done.
0.48/0.90	c reading relations done.
1.45/1.91	c reading constraints
1.75/2.26	c done with constraints.
1.75/2.26	c ... done. Wall clock time 1.612s.
1.75/2.26	c #vars     450
1.75/2.26	c #constraints  12865
1.75/2.26	c constraints type 
1.75/2.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 474
1.75/2.26	c org.sat4j.minisat.constraints.card.AtLeast => 30
1.75/2.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 12361
9.44/9.98	c starts		: 12
9.44/9.98	c conflicts		: 18989
9.44/9.98	c decisions		: 25810
9.44/9.98	c propagations		: 1261867
9.44/9.98	c inspects		: 36968110
9.44/9.98	c learnt literals	: 1
9.44/9.98	c learnt binary clauses	: 25
9.44/9.98	c learnt ternary clauses	: 69
9.44/9.98	c learnt clauses	: 18988
9.44/9.98	c ignored clauses	: 0
9.44/9.98	c root simplifications	: 0
9.44/9.98	c removed literals (reason simplification)	: 450105
9.44/9.98	c reason swapping (by a shorter reason)	: 0
9.44/9.98	c Calls to reduceDB	: 0
9.44/9.98	c speed (assignments/second)	: 163517.81780484645
9.44/9.98	c non guided choices	42
9.54/10.01	c learnt constraints type 
9.54/10.01	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 25
9.54/10.01	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18963
9.54/10.01	c constraints type 
9.54/10.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 474
9.54/10.01	c org.sat4j.minisat.constraints.card.AtLeast => 30
9.54/10.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 12361
9.54/10.01	s SATISFIABLE
9.54/10.01	v 8 14 2 10 0 14 7 14 9 5 14 5 5 13 2 4 1 4 13 8 10 6 3 9 5 10 6 7 8 3 
9.54/10.01	c Total wall clock time (in seconds) : 9.33

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-2090039-1247391048/watcher-2090039-1247391048 -o /tmp/evaluation-result-2090039-1247391048/solver-2090039-1247391048 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2090039-1247391048.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.09 2.03 1.90 4/80 28561
/proc/meminfo: memFree=1798000/2055920 swapFree=4192812/4192956
[pid=28561] ppid=28559 vsize=48 CPUtime=0
/proc/28561/stat : 28561 (java) R 28559 28561 25606 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 26171441 49152 1 996147200 0 0 4294956428 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/28561/statm: 35 6 3 9 0 1 0

[startup+0.0181921 s]
/proc/loadavg: 2.09 2.03 1.90 4/80 28561
/proc/meminfo: memFree=1798000/2055920 swapFree=4192812/4192956
[pid=28561] ppid=28559 vsize=797436 CPUtime=0
/proc/28561/stat : 28561 (java) S 28559 28561 25606 0 -1 0 1172 0 1 0 0 0 0 0 18 0 2 0 26171441 816574464 921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/28561/statm: 199359 934 406 9 0 197111 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 797436

[startup+0.101233 s]
/proc/loadavg: 2.09 2.03 1.90 4/80 28561
/proc/meminfo: memFree=1798000/2055920 swapFree=4192812/4192956
[pid=28561] ppid=28559 vsize=802032 CPUtime=0.03
/proc/28561/stat : 28561 (java) S 28559 28561 25606 0 -1 0 2577 0 1 0 2 1 0 0 18 0 7 0 26171441 821280768 2322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/28561/statm: 200508 2322 1007 9 0 197859 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802032

[startup+0.331223 s]
/proc/loadavg: 2.09 2.03 1.90 4/80 28561
/proc/meminfo: memFree=1798000/2055920 swapFree=4192812/4192956
[pid=28561] ppid=28559 vsize=802032 CPUtime=0.03
/proc/28561/stat : 28561 (java) S 28559 28561 25606 0 -1 0 2577 0 1 0 2 1 0 0 18 0 7 0 26171441 821280768 2322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/28561/statm: 200508 2322 1007 9 0 197859 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802032

[startup+0.701308 s]
/proc/loadavg: 2.09 2.03 1.90 4/80 28561
/proc/meminfo: memFree=1798000/2055920 swapFree=4192812/4192956
[pid=28561] ppid=28559 vsize=805792 CPUtime=0.28
/proc/28561/stat : 28561 (java) S 28559 28561 25606 0 -1 0 4341 0 1 0 25 3 0 0 18 0 12 0 26171441 825131008 4078 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28561/statm: 201448 4078 1359 9 0 198775 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805792

[startup+1.50236 s]
/proc/loadavg: 2.16 2.04 1.91 3/92 28573
/proc/meminfo: memFree=1782032/2055920 swapFree=4192812/4192956
[pid=28561] ppid=28559 vsize=809172 CPUtime=1.05
/proc/28561/stat : 28561 (java) S 28559 28561 25606 0 -1 0 7740 0 1 0 100 5 0 0 18 0 12 0 26171441 828592128 6172 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28561/statm: 202293 6173 1405 9 0 199620 0
[pid=28561/tid=28563] ppid=28559 vsize=809172 CPUtime=0.52
/proc/28561/task/28563/stat : 28563 (java) R 28559 28561 25606 0 -1 64 4306 0 1 0 49 3 0 0 25 0 12 0 26171442 828592128 6173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28564] ppid=28559 vsize=809172 CPUtime=0
/proc/28561/task/28564/stat : 28564 (java) S 28559 28561 25606 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 26171443 828592128 6173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28565] ppid=28559 vsize=809172 CPUtime=0
/proc/28561/task/28565/stat : 28565 (java) S 28559 28561 25606 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 26171443 828592128 6173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28566] ppid=28559 vsize=809172 CPUtime=0
/proc/28561/task/28566/stat : 28566 (java) S 28559 28561 25606 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 26171445 828592128 6173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28567] ppid=28559 vsize=809172 CPUtime=0
/proc/28561/task/28567/stat : 28567 (java) S 28559 28561 25606 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 26171445 828592128 6173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28568] ppid=28559 vsize=809172 CPUtime=0
/proc/28561/task/28568/stat : 28568 (java) S 28559 28561 25606 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 26171445 828592128 6173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28569] ppid=28559 vsize=809172 CPUtime=0
/proc/28561/task/28569/stat : 28569 (java) S 28559 28561 25606 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 26171492 828592128 6173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28570] ppid=28559 vsize=809172 CPUtime=0.04
/proc/28561/task/28570/stat : 28570 (java) S 28559 28561 25606 0 -1 64 321 0 0 0 4 0 0 0 18 0 12 0 26171492 828592128 6173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28571] ppid=28559 vsize=809172 CPUtime=0.46
/proc/28561/task/28571/stat : 28571 (java) R 28559 28561 25606 0 -1 64 2373 0 0 0 46 0 0 0 17 0 12 0 26171492 828592128 6173 996147200 134512640 134550932 4294956016 18446744073709551615 106514365 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28572] ppid=28559 vsize=809172 CPUtime=0
/proc/28561/task/28572/stat : 28572 (java) S 28559 28561 25606 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 26171492 828592128 6173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28573] ppid=28559 vsize=809172 CPUtime=0
/proc/28561/task/28573/stat : 28573 (java) S 28559 28561 25606 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 26171492 828592128 6174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 809172

[startup+3.10255 s]
/proc/loadavg: 2.16 2.04 1.91 3/92 28573
/proc/meminfo: memFree=1767440/2055920 swapFree=4192812/4192956
[pid=28561] ppid=28559 vsize=809656 CPUtime=2.65
/proc/28561/stat : 28561 (java) S 28559 28561 25606 0 -1 0 10883 0 1 0 258 7 0 0 18 0 13 0 26171441 829087744 9308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28561/statm: 202414 9308 1432 9 0 199741 0
[pid=28561/tid=28563] ppid=28559 vsize=809656 CPUtime=1.28
/proc/28561/task/28563/stat : 28563 (java) R 28559 28561 25606 0 -1 64 7294 0 1 0 123 5 0 0 25 0 13 0 26171442 829087744 9308 996147200 134512640 134550932 4294956016 18446744073709551615 4109696659 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28564] ppid=28559 vsize=809656 CPUtime=0
/proc/28561/task/28564/stat : 28564 (java) S 28559 28561 25606 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 26171443 829087744 9308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28565] ppid=28559 vsize=809656 CPUtime=0
/proc/28561/task/28565/stat : 28565 (java) S 28559 28561 25606 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 26171443 829087744 9308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28566] ppid=28559 vsize=809656 CPUtime=0
/proc/28561/task/28566/stat : 28566 (java) S 28559 28561 25606 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 26171445 829087744 9308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28567] ppid=28559 vsize=809656 CPUtime=0
/proc/28561/task/28567/stat : 28567 (java) S 28559 28561 25606 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 26171445 829087744 9308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28568] ppid=28559 vsize=809656 CPUtime=0
/proc/28561/task/28568/stat : 28568 (java) S 28559 28561 25606 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 26171445 829087744 9308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28569] ppid=28559 vsize=809656 CPUtime=0
/proc/28561/task/28569/stat : 28569 (java) S 28559 28561 25606 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 26171492 829087744 9308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28570] ppid=28559 vsize=809656 CPUtime=0.04
/proc/28561/task/28570/stat : 28570 (java) S 28559 28561 25606 0 -1 64 321 0 0 0 4 0 0 0 18 0 13 0 26171492 829087744 9308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28571] ppid=28559 vsize=809656 CPUtime=1.3
/proc/28561/task/28571/stat : 28571 (java) S 28559 28561 25606 0 -1 64 2523 0 0 0 130 0 0 0 16 0 13 0 26171492 829087744 9308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28572] ppid=28559 vsize=809656 CPUtime=0
/proc/28561/task/28572/stat : 28572 (java) S 28559 28561 25606 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 26171492 829087744 9308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28573] ppid=28559 vsize=809656 CPUtime=0
/proc/28561/task/28573/stat : 28573 (java) S 28559 28561 25606 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 26171492 829087744 9308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 809656

[startup+6.30191 s]
/proc/loadavg: 2.15 2.04 1.91 3/93 28574
/proc/meminfo: memFree=1763144/2055920 swapFree=4192812/4192956
[pid=28561] ppid=28559 vsize=809496 CPUtime=5.85
/proc/28561/stat : 28561 (java) S 28559 28561 25606 0 -1 0 11736 0 1 0 577 8 0 0 18 0 13 0 26171441 828923904 10149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28561/statm: 202374 10149 1436 9 0 199701 0
[pid=28561/tid=28563] ppid=28559 vsize=809496 CPUtime=4.23
/proc/28561/task/28563/stat : 28563 (java) R 28559 28561 25606 0 -1 64 8120 0 1 0 417 6 0 0 25 0 13 0 26171442 828923904 10149 996147200 134512640 134550932 4294956016 18446744073709551615 4109684927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28564] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28564/stat : 28564 (java) S 28559 28561 25606 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 26171443 828923904 10149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28565] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28565/stat : 28565 (java) S 28559 28561 25606 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 26171443 828923904 10149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28566] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28566/stat : 28566 (java) S 28559 28561 25606 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 26171445 828923904 10149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28567] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28567/stat : 28567 (java) S 28559 28561 25606 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 26171445 828923904 10149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28568] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28568/stat : 28568 (java) S 28559 28561 25606 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 26171445 828923904 10149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28569] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28569/stat : 28569 (java) S 28559 28561 25606 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 26171492 828923904 10149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28570] ppid=28559 vsize=809496 CPUtime=0.04
/proc/28561/task/28570/stat : 28570 (java) S 28559 28561 25606 0 -1 64 321 0 0 0 4 0 0 0 18 0 13 0 26171492 828923904 10149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28571] ppid=28559 vsize=809496 CPUtime=1.55
/proc/28561/task/28571/stat : 28571 (java) S 28559 28561 25606 0 -1 64 2550 0 0 0 155 0 0 0 16 0 13 0 26171492 828923904 10149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28572] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28572/stat : 28572 (java) S 28559 28561 25606 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 26171492 828923904 10149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28573] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28573/stat : 28573 (java) S 28559 28561 25606 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 26171492 828923904 10149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28574] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28574/stat : 28574 (java) S 28559 28561 25606 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 26171668 828923904 10149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 809496

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

[startup+6.40296 s]
/proc/loadavg: 2.15 2.04 1.91 3/93 28574
/proc/meminfo: memFree=1763144/2055920 swapFree=4192812/4192956
[pid=28561] ppid=28559 vsize=809496 CPUtime=5.95
/proc/28561/stat : 28561 (java) S 28559 28561 25606 0 -1 0 11781 0 1 0 587 8 0 0 18 0 13 0 26171441 828923904 10194 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28561/statm: 202374 10194 1436 9 0 199701 0
[pid=28561/tid=28563] ppid=28559 vsize=809496 CPUtime=4.33
/proc/28561/task/28563/stat : 28563 (java) R 28559 28561 25606 0 -1 64 8165 0 1 0 427 6 0 0 25 0 13 0 26171442 828923904 10194 996147200 134512640 134550932 4294956016 18446744073709551615 4109696408 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28564] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28564/stat : 28564 (java) S 28559 28561 25606 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 26171443 828923904 10194 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28565] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28565/stat : 28565 (java) S 28559 28561 25606 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 26171443 828923904 10194 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28566] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28566/stat : 28566 (java) S 28559 28561 25606 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 26171445 828923904 10194 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28567] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28567/stat : 28567 (java) S 28559 28561 25606 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 26171445 828923904 10194 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28568] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28568/stat : 28568 (java) S 28559 28561 25606 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 26171445 828923904 10194 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28569] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28569/stat : 28569 (java) S 28559 28561 25606 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 26171492 828923904 10194 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28570] ppid=28559 vsize=809496 CPUtime=0.04
/proc/28561/task/28570/stat : 28570 (java) S 28559 28561 25606 0 -1 64 321 0 0 0 4 0 0 0 18 0 13 0 26171492 828923904 10194 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28571] ppid=28559 vsize=809496 CPUtime=1.55
/proc/28561/task/28571/stat : 28571 (java) S 28559 28561 25606 0 -1 64 2550 0 0 0 155 0 0 0 16 0 13 0 26171492 828923904 10194 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28572] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28572/stat : 28572 (java) S 28559 28561 25606 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 26171492 828923904 10194 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28573] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28573/stat : 28573 (java) S 28559 28561 25606 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 26171492 828923904 10194 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28574] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28574/stat : 28574 (java) S 28559 28561 25606 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 26171668 828923904 10194 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 809496

[startup+8.0021 s]
/proc/loadavg: 2.15 2.04 1.91 3/93 28574
/proc/meminfo: memFree=1761416/2055920 swapFree=4192812/4192956
[pid=28561] ppid=28559 vsize=809496 CPUtime=7.54
/proc/28561/stat : 28561 (java) S 28559 28561 25606 0 -1 0 12071 0 1 0 746 8 0 0 18 0 13 0 26171441 828923904 10483 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28561/statm: 202374 10483 1436 9 0 199701 0
[pid=28561/tid=28563] ppid=28559 vsize=809496 CPUtime=5.92
/proc/28561/task/28563/stat : 28563 (java) R 28559 28561 25606 0 -1 64 8455 0 1 0 586 6 0 0 25 0 13 0 26171442 828923904 10483 996147200 134512640 134550932 4294956016 18446744073709551615 4109696416 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28564] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28564/stat : 28564 (java) S 28559 28561 25606 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 26171443 828923904 10483 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28565] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28565/stat : 28565 (java) S 28559 28561 25606 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 26171443 828923904 10483 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28566] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28566/stat : 28566 (java) S 28559 28561 25606 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 26171445 828923904 10483 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28567] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28567/stat : 28567 (java) S 28559 28561 25606 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 26171445 828923904 10484 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28568] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28568/stat : 28568 (java) S 28559 28561 25606 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 26171445 828923904 10484 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28569] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28569/stat : 28569 (java) S 28559 28561 25606 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 26171492 828923904 10484 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28570] ppid=28559 vsize=809496 CPUtime=0.04
/proc/28561/task/28570/stat : 28570 (java) S 28559 28561 25606 0 -1 64 321 0 0 0 4 0 0 0 18 0 13 0 26171492 828923904 10484 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28571] ppid=28559 vsize=809496 CPUtime=1.55
/proc/28561/task/28571/stat : 28571 (java) S 28559 28561 25606 0 -1 64 2550 0 0 0 155 0 0 0 17 0 13 0 26171492 828923904 10484 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28572] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28572/stat : 28572 (java) S 28559 28561 25606 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 26171492 828923904 10484 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28573] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28573/stat : 28573 (java) S 28559 28561 25606 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 26171492 828923904 10484 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28574] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28574/stat : 28574 (java) S 28559 28561 25606 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 26171668 828923904 10484 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 809496

[startup+8.8022 s]
/proc/loadavg: 2.15 2.04 1.91 3/93 28574
/proc/meminfo: memFree=1760712/2055920 swapFree=4192812/4192956
[pid=28561] ppid=28559 vsize=809496 CPUtime=8.35
/proc/28561/stat : 28561 (java) S 28559 28561 25606 0 -1 0 12205 0 1 0 827 8 0 0 18 0 13 0 26171441 828923904 10617 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28561/statm: 202374 10617 1436 9 0 199701 0
[pid=28561/tid=28563] ppid=28559 vsize=809496 CPUtime=6.73
/proc/28561/task/28563/stat : 28563 (java) R 28559 28561 25606 0 -1 64 8589 0 1 0 667 6 0 0 25 0 13 0 26171442 828923904 10617 996147200 134512640 134550932 4294956016 18446744073709551615 4109696408 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28564] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28564/stat : 28564 (java) S 28559 28561 25606 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 26171443 828923904 10617 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28565] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28565/stat : 28565 (java) S 28559 28561 25606 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 26171443 828923904 10617 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28566] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28566/stat : 28566 (java) S 28559 28561 25606 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 26171445 828923904 10617 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28567] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28567/stat : 28567 (java) S 28559 28561 25606 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 26171445 828923904 10617 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28568] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28568/stat : 28568 (java) S 28559 28561 25606 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 26171445 828923904 10617 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28569] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28569/stat : 28569 (java) S 28559 28561 25606 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 26171492 828923904 10617 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28570] ppid=28559 vsize=809496 CPUtime=0.04
/proc/28561/task/28570/stat : 28570 (java) S 28559 28561 25606 0 -1 64 321 0 0 0 4 0 0 0 18 0 13 0 26171492 828923904 10617 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28571] ppid=28559 vsize=809496 CPUtime=1.55
/proc/28561/task/28571/stat : 28571 (java) S 28559 28561 25606 0 -1 64 2550 0 0 0 155 0 0 0 17 0 13 0 26171492 828923904 10617 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28572] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28572/stat : 28572 (java) S 28559 28561 25606 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 26171492 828923904 10617 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28573] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28573/stat : 28573 (java) S 28559 28561 25606 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 26171492 828923904 10617 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28574] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28574/stat : 28574 (java) S 28559 28561 25606 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 26171668 828923904 10617 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.35
Current children cumulated vsize (KiB) 809496

[startup+9.60229 s]
/proc/loadavg: 2.15 2.04 1.91 3/93 28574
/proc/meminfo: memFree=1760712/2055920 swapFree=4192812/4192956
[pid=28561] ppid=28559 vsize=809496 CPUtime=9.14
/proc/28561/stat : 28561 (java) S 28559 28561 25606 0 -1 0 12326 0 1 0 906 8 0 0 18 0 13 0 26171441 828923904 10738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28561/statm: 202374 10738 1436 9 0 199701 0
[pid=28561/tid=28563] ppid=28559 vsize=809496 CPUtime=7.52
/proc/28561/task/28563/stat : 28563 (java) R 28559 28561 25606 0 -1 64 8710 0 1 0 746 6 0 0 25 0 13 0 26171442 828923904 10738 996147200 134512640 134550932 4294956016 18446744073709551615 4109702729 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28564] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28564/stat : 28564 (java) S 28559 28561 25606 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 26171443 828923904 10738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28565] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28565/stat : 28565 (java) S 28559 28561 25606 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 26171443 828923904 10738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28566] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28566/stat : 28566 (java) S 28559 28561 25606 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 26171445 828923904 10738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28567] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28567/stat : 28567 (java) S 28559 28561 25606 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 26171445 828923904 10738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28568] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28568/stat : 28568 (java) S 28559 28561 25606 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 26171445 828923904 10738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28569] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28569/stat : 28569 (java) S 28559 28561 25606 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 26171492 828923904 10738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28570] ppid=28559 vsize=809496 CPUtime=0.04
/proc/28561/task/28570/stat : 28570 (java) S 28559 28561 25606 0 -1 64 321 0 0 0 4 0 0 0 18 0 13 0 26171492 828923904 10738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28571] ppid=28559 vsize=809496 CPUtime=1.55
/proc/28561/task/28571/stat : 28571 (java) S 28559 28561 25606 0 -1 64 2550 0 0 0 155 0 0 0 17 0 13 0 26171492 828923904 10738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28572] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28572/stat : 28572 (java) S 28559 28561 25606 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 26171492 828923904 10738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28573] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28573/stat : 28573 (java) S 28559 28561 25606 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 26171492 828923904 10738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28574] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28574/stat : 28574 (java) S 28559 28561 25606 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 26171668 828923904 10738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.14
Current children cumulated vsize (KiB) 809496

[startup+10.0073 s]
/proc/loadavg: 2.15 2.04 1.91 3/93 28574
/proc/meminfo: memFree=1760008/2055920 swapFree=4192812/4192956
[pid=28561] ppid=28559 vsize=809496 CPUtime=9.54
/proc/28561/stat : 28561 (java) S 28559 28561 25606 0 -1 0 12384 0 1 0 946 8 0 0 18 0 13 0 26171441 828923904 10796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28561/statm: 202374 10796 1437 9 0 199701 0
[pid=28561/tid=28563] ppid=28559 vsize=809496 CPUtime=7.91
/proc/28561/task/28563/stat : 28563 (java) S 28559 28561 25606 0 -1 64 8761 0 1 0 784 7 0 0 25 0 13 0 26171442 828923904 10796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28564] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28564/stat : 28564 (java) S 28559 28561 25606 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 26171443 828923904 10796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28565] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28565/stat : 28565 (java) S 28559 28561 25606 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 26171443 828923904 10796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28566] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28566/stat : 28566 (java) S 28559 28561 25606 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 26171445 828923904 10796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28567] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28567/stat : 28567 (java) S 28559 28561 25606 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 26171445 828923904 10796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28568] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28568/stat : 28568 (java) S 28559 28561 25606 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 26171445 828923904 10796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28569] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28569/stat : 28569 (java) S 28559 28561 25606 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 26171492 828923904 10796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28570] ppid=28559 vsize=809496 CPUtime=0.04
/proc/28561/task/28570/stat : 28570 (java) S 28559 28561 25606 0 -1 64 321 0 0 0 4 0 0 0 18 0 13 0 26171492 828923904 10796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28571] ppid=28559 vsize=809496 CPUtime=1.56
/proc/28561/task/28571/stat : 28571 (java) R 28559 28561 25606 0 -1 64 2550 0 0 0 156 0 0 0 16 0 13 0 26171492 828923904 10796 996147200 134512640 134550932 4294956016 18446744073709551615 103148483 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28572] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28572/stat : 28572 (java) S 28559 28561 25606 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 26171492 828923904 10796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28561/tid=28573] ppid=28559 vsize=809496 CPUtime=0
/proc/28561/task/28573/stat : 28573 (java) S 28559 28561 25606 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 26171492 828923904 10796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.54
Current children cumulated vsize (KiB) 809496

Child status: 0
Real time (s): 10.0453
CPU time (s): 9.57454
CPU user time (s): 9.47856
CPU system time (s): 0.095985
CPU usage (%): 95.3134
Max. virtual memory (cumulated for all children) (KiB): 809656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.47856
system time used= 0.095985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12392
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= 937
involuntary context switches= 949

runsolver used 0.021996 second user time and 0.045993 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-12 11:30:48
IDJOB=2090039
IDBENCH=59670
IDSOLVER=731
FILE ID=node28/2090039-1247391048
PBS_JOBID= 9507279
Free space on /tmp= 66116 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/rand-2-30-15/normalized-rand-2-30-15-306-230-14_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2090039-1247391048/watcher-2090039-1247391048 -o /tmp/evaluation-result-2090039-1247391048/solver-2090039-1247391048 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2090039-1247391048.xml

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

MD5SUM BENCH= b6cefde041f53dd24b10638a139f9717
RANDOM SEED=1167952689

node28.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.230
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.230
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:       1798480 kB
Buffers:         19548 kB
Cached:         107952 kB
SwapCached:          0 kB
Active:         154956 kB
Inactive:        53032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1798480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1324 kB
Writeback:           0 kB
Mapped:          95204 kB
Slab:            34364 kB
Committed_AS:   936076 kB
PageTables:       1952 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= 66116 MiB
End job on node28 at 2009-07-12 11:30:58