Trace number 419685

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, and are wall clock time (not CPU 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
sat4jPseudoCPClause 2007-03-23UNSAT 63.6403 60.0015

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
babic/hsatv17/hsat_vc12070.opb
MD5SUM7d5429bec04fe9575fc24bd8fdbf82e6
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark22.8885
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables199223
Total number of constraints564196
Number of constraints which are clauses564196
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/419685-1177411625/instance-419685-1177411625.opb
0.20/0.20	c reading problem ... 
13.08/10.90	c ... done. Wall clock time 10.695s.
13.08/10.90	c CPU time (experimental) 8.83s.
13.08/10.90	c #vars     199223
13.08/10.90	c #constraints  539199
63.56/59.93	c starts		: 2
63.56/59.93	c conflicts		: 8430
63.56/59.93	c decisions		: 101597
63.56/59.93	c propagations		: 31891386
63.56/59.93	c inspects		: 75981430
63.56/59.93	c learnt literals	: 9
63.56/59.93	c learnt binary clauses	: 293
63.56/59.93	c learnt ternary clauses	: 1391
63.56/59.93	c learnt clauses	: 8420
63.56/59.93	c root simplifications	: 0
63.56/59.93	c removed literals (reason simplification)	: 0
63.56/59.93	c reason swapping (by a shorter reason)	: 0
63.56/59.93	c Calls to reduceDB	: 0
63.56/59.93	c speed (decisions/second)	: 2074.7631106028425
63.56/59.93	c non guided choices	18238
63.56/59.93	s UNSATISFIABLE
63.56/59.93	c Total wall clock time (ms): 59.724

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node1/watcher-419685-1177411625 -o ROOT/results/node1/solver-419685-1177411625 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419685-1177411625/sat4jPseudoCPClause.jar /tmp/evaluation/419685-1177411625/instance-419685-1177411625.opb 

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): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.29 1.15 1.05 2/77 21098
/proc/meminfo: memFree=1870016/2055920 swapFree=4145720/4192956
[pid=21098] ppid=21096 vsize=18528 CPUtime=0
/proc/21098/stat : 21098 (runsolver) R 21096 21098 20833 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 217200436 18972672 284 18446744073709551615 4194304 4255128 548682068880 18446744073709551615 259353275687 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/21098/statm: 4632 284 249 14 0 2626 0

[startup+0.0508261 s]
/proc/loadavg: 1.29 1.15 1.05 2/77 21098
/proc/meminfo: memFree=1870016/2055920 swapFree=4145720/4192956
[pid=21098] ppid=21096 vsize=1776376 CPUtime=0.03
/proc/21098/stat : 21098 (java) S 21096 21098 20833 0 -1 0 3457 0 1 0 2 1 0 0 18 0 4 0 217200436 1819009024 3204 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/21098/statm: 444094 3204 1022 9 0 441730 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776376

[startup+0.10183 s]
/proc/loadavg: 1.29 1.15 1.05 2/77 21098
/proc/meminfo: memFree=1870016/2055920 swapFree=4145720/4192956
[pid=21098] ppid=21096 vsize=1780112 CPUtime=0.08
/proc/21098/stat : 21098 (java) S 21096 21098 20833 0 -1 0 3963 0 1 0 6 2 0 0 18 0 12 0 217200436 1822834688 3706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21098/statm: 445028 3706 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301854 s]
/proc/loadavg: 1.29 1.15 1.05 2/77 21098
/proc/meminfo: memFree=1870016/2055920 swapFree=4145720/4192956
[pid=21098] ppid=21096 vsize=1781412 CPUtime=0.3
/proc/21098/stat : 21098 (java) S 21096 21098 20833 0 -1 0 6838 0 1 0 26 4 0 0 18 0 12 0 217200436 1824165888 6578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21098/statm: 445353 6578 1263 9 0 442964 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1781412

[startup+0.7019 s]
/proc/loadavg: 1.29 1.15 1.05 2/77 21098
/proc/meminfo: memFree=1870016/2055920 swapFree=4145720/4192956
[pid=21098] ppid=21096 vsize=1782756 CPUtime=0.85
/proc/21098/stat : 21098 (java) S 21096 21098 20833 0 -1 0 8518 0 1 0 80 5 0 0 18 0 12 0 217200436 1825542144 8129 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21098/statm: 445689 8129 1298 9 0 443300 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 1782756

[startup+1.50299 s]
/proc/loadavg: 1.29 1.15 1.05 2/89 21110
/proc/meminfo: memFree=1836832/2055920 swapFree=4145720/4192956
[pid=21098] ppid=21096 vsize=1785480 CPUtime=2.07
/proc/21098/stat : 21098 (java) S 21096 21098 20833 0 -1 0 19510 0 1 0 196 11 0 0 18 0 12 0 217200436 1828331520 18174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21098/statm: 446370 18176 1302 9 0 443981 0
[pid=21098/tid=21100] ppid=21096 vsize=1785480 CPUtime=1.17
/proc/21098/task/21100/stat : 21100 (java) R 21096 21098 20833 0 -1 64 16411 0 1 0 107 10 0 0 19 0 12 0 217200438 1828331520 18176 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109175047 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21101] ppid=21096 vsize=1785480 CPUtime=0
/proc/21098/task/21101/stat : 21101 (java) S 21096 21098 20833 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 217200439 1828331520 18177 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21102] ppid=21096 vsize=1785480 CPUtime=0
/proc/21098/task/21102/stat : 21102 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 217200439 1828331520 18178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21103] ppid=21096 vsize=1785480 CPUtime=0
/proc/21098/task/21103/stat : 21103 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 217200442 1828331520 18179 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21104] ppid=21096 vsize=1785480 CPUtime=0
/proc/21098/task/21104/stat : 21104 (java) S 21096 21098 20833 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 217200442 1828331520 18180 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21105] ppid=21096 vsize=1785480 CPUtime=0
/proc/21098/task/21105/stat : 21105 (java) S 21096 21098 20833 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 217200442 1828331520 18181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21106] ppid=21096 vsize=1785480 CPUtime=0
/proc/21098/task/21106/stat : 21106 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 217200446 1828331520 18182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21107] ppid=21096 vsize=1785480 CPUtime=0.39
/proc/21098/task/21107/stat : 21107 (java) S 21096 21098 20833 0 -1 64 1640 0 0 0 39 0 0 0 17 0 12 0 217200446 1828331520 18182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21108] ppid=21096 vsize=1785480 CPUtime=0.48
/proc/21098/task/21108/stat : 21108 (java) S 21096 21098 20833 0 -1 64 743 0 0 0 48 0 0 0 16 0 12 0 217200446 1828331520 18182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21109] ppid=21096 vsize=1785480 CPUtime=0
/proc/21098/task/21109/stat : 21109 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 217200446 1828331520 18183 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21110] ppid=21096 vsize=1785480 CPUtime=0
/proc/21098/task/21110/stat : 21110 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 217200446 1828331520 18184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 1785480

[startup+3.10217 s]
/proc/loadavg: 1.43 1.18 1.06 2/89 21110
/proc/meminfo: memFree=1739232/2055920 swapFree=4145720/4192956
[pid=21098] ppid=21096 vsize=1786288 CPUtime=3.8
/proc/21098/stat : 21098 (java) S 21096 21098 20833 0 -1 0 45004 0 1 0 356 24 0 0 18 0 12 0 217200436 1829158912 43517 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21098/statm: 446572 43517 1311 9 0 444183 0
[pid=21098/tid=21100] ppid=21096 vsize=1786288 CPUtime=2.63
/proc/21098/task/21100/stat : 21100 (java) R 21096 21098 20833 0 -1 64 37679 0 1 0 243 20 0 0 22 0 12 0 217200438 1829158912 43517 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109712420 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21101] ppid=21096 vsize=1786288 CPUtime=0.09
/proc/21098/task/21101/stat : 21101 (java) S 21096 21098 20833 0 -1 64 2029 0 0 0 9 0 0 0 16 0 12 0 217200439 1829158912 43517 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21102] ppid=21096 vsize=1786288 CPUtime=0.09
/proc/21098/task/21102/stat : 21102 (java) S 21096 21098 20833 0 -1 64 2168 0 0 0 8 1 0 0 17 0 12 0 217200439 1829158912 43517 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21103] ppid=21096 vsize=1786288 CPUtime=0
/proc/21098/task/21103/stat : 21103 (java) S 21096 21098 20833 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 217200442 1829158912 43517 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21104] ppid=21096 vsize=1786288 CPUtime=0
/proc/21098/task/21104/stat : 21104 (java) S 21096 21098 20833 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 217200442 1829158912 43517 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21105] ppid=21096 vsize=1786288 CPUtime=0
/proc/21098/task/21105/stat : 21105 (java) S 21096 21098 20833 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 217200442 1829158912 43517 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21106] ppid=21096 vsize=1786288 CPUtime=0
/proc/21098/task/21106/stat : 21106 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 217200446 1829158912 43517 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21107] ppid=21096 vsize=1786288 CPUtime=0.44
/proc/21098/task/21107/stat : 21107 (java) S 21096 21098 20833 0 -1 64 1646 0 0 0 44 0 0 0 16 0 12 0 217200446 1829158912 43517 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21108] ppid=21096 vsize=1786288 CPUtime=0.51
/proc/21098/task/21108/stat : 21108 (java) S 21096 21098 20833 0 -1 64 757 0 0 0 51 0 0 0 17 0 12 0 217200446 1829158912 43517 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21109] ppid=21096 vsize=1786288 CPUtime=0
/proc/21098/task/21109/stat : 21109 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 217200446 1829158912 43517 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21110] ppid=21096 vsize=1786288 CPUtime=0
/proc/21098/task/21110/stat : 21110 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 217200446 1829158912 43517 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 1786288

[startup+6.30155 s]
/proc/loadavg: 1.43 1.18 1.06 2/89 21110
/proc/meminfo: memFree=1662496/2055920 swapFree=4145720/4192956
[pid=21098] ppid=21096 vsize=1786288 CPUtime=7.55
/proc/21098/stat : 21098 (java) S 21096 21098 20833 0 -1 0 57050 0 1 0 724 31 0 0 18 0 12 0 217200436 1829158912 54871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21098/statm: 446572 54871 1312 9 0 444183 0
[pid=21098/tid=21100] ppid=21096 vsize=1786288 CPUtime=5.27
/proc/21098/task/21100/stat : 21100 (java) R 21096 21098 20833 0 -1 64 37683 0 1 0 507 20 0 0 21 0 12 0 217200438 1829158912 54871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109343686 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21101] ppid=21096 vsize=1786288 CPUtime=0.64
/proc/21098/task/21101/stat : 21101 (java) S 21096 21098 20833 0 -1 64 8695 0 0 0 60 4 0 0 19 0 12 0 217200439 1829158912 54871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21102] ppid=21096 vsize=1786288 CPUtime=0.64
/proc/21098/task/21102/stat : 21102 (java) S 21096 21098 20833 0 -1 64 7541 0 0 0 59 5 0 0 18 0 12 0 217200439 1829158912 54871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21103] ppid=21096 vsize=1786288 CPUtime=0
/proc/21098/task/21103/stat : 21103 (java) S 21096 21098 20833 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 217200442 1829158912 54871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21104] ppid=21096 vsize=1786288 CPUtime=0
/proc/21098/task/21104/stat : 21104 (java) S 21096 21098 20833 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 217200442 1829158912 54871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21105] ppid=21096 vsize=1786288 CPUtime=0
/proc/21098/task/21105/stat : 21105 (java) S 21096 21098 20833 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 217200442 1829158912 54871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21106] ppid=21096 vsize=1786288 CPUtime=0
/proc/21098/task/21106/stat : 21106 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 217200446 1829158912 54871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21107] ppid=21096 vsize=1786288 CPUtime=0.45
/proc/21098/task/21107/stat : 21107 (java) S 21096 21098 20833 0 -1 64 1647 0 0 0 45 0 0 0 16 0 12 0 217200446 1829158912 54871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21108] ppid=21096 vsize=1786288 CPUtime=0.51
/proc/21098/task/21108/stat : 21108 (java) S 21096 21098 20833 0 -1 64 757 0 0 0 51 0 0 0 16 0 12 0 217200446 1829158912 54871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21109] ppid=21096 vsize=1786288 CPUtime=0
/proc/21098/task/21109/stat : 21109 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 217200446 1829158912 54871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21110] ppid=21096 vsize=1786288 CPUtime=0
/proc/21098/task/21110/stat : 21110 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 217200446 1829158912 54871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 1786288

[startup+12.7023 s]
/proc/loadavg: 1.36 1.17 1.06 2/90 21111
/proc/meminfo: memFree=1615576/2055920 swapFree=4145720/4192956
[pid=21098] ppid=21096 vsize=1795028 CPUtime=15.7
/proc/21098/stat : 21098 (java) S 21096 21098 20833 0 -1 0 71824 0 1 0 1530 40 0 0 18 0 13 0 217200436 1838108672 64641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21098/statm: 448757 64641 1327 9 0 446368 0
[pid=21098/tid=21100] ppid=21096 vsize=1795028 CPUtime=10.25
/proc/21098/task/21100/stat : 21100 (java) R 21096 21098 20833 0 -1 64 37728 0 1 0 1004 21 0 0 25 0 13 0 217200438 1838108672 64641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109824049 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21101] ppid=21096 vsize=1795028 CPUtime=1.67
/proc/21098/task/21101/stat : 21101 (java) S 21096 21098 20833 0 -1 64 14902 0 0 0 160 7 0 0 16 0 13 0 217200439 1838108672 64641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21102] ppid=21096 vsize=1795028 CPUtime=1.66
/proc/21098/task/21102/stat : 21102 (java) S 21096 21098 20833 0 -1 64 12079 0 0 0 160 6 0 0 16 0 13 0 217200439 1838108672 64641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21103] ppid=21096 vsize=1795028 CPUtime=0
/proc/21098/task/21103/stat : 21103 (java) S 21096 21098 20833 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217200442 1838108672 64641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21104] ppid=21096 vsize=1795028 CPUtime=0
/proc/21098/task/21104/stat : 21104 (java) S 21096 21098 20833 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217200442 1838108672 64641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21105] ppid=21096 vsize=1795028 CPUtime=0
/proc/21098/task/21105/stat : 21105 (java) S 21096 21098 20833 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217200442 1838108672 64641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21106] ppid=21096 vsize=1795028 CPUtime=0
/proc/21098/task/21106/stat : 21106 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217200446 1838108672 64641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21107] ppid=21096 vsize=1795028 CPUtime=1.03
/proc/21098/task/21107/stat : 21107 (java) S 21096 21098 20833 0 -1 64 4604 0 0 0 101 2 0 0 16 0 13 0 217200446 1838108672 64641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21108] ppid=21096 vsize=1795028 CPUtime=1.03
/proc/21098/task/21108/stat : 21108 (java) S 21096 21098 20833 0 -1 64 1779 0 0 0 102 1 0 0 16 0 13 0 217200446 1838108672 64641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21109] ppid=21096 vsize=1795028 CPUtime=0
/proc/21098/task/21109/stat : 21109 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217200446 1838108672 64641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21110] ppid=21096 vsize=1795028 CPUtime=0
/proc/21098/task/21110/stat : 21110 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217200446 1838108672 64641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21111] ppid=21096 vsize=1795028 CPUtime=0
/proc/21098/task/21111/stat : 21111 (java) S 21096 21098 20833 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 217201537 1838108672 64641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.7
Current children cumulated vsize (KiB) 1795028

[startup+25.5028 s]
/proc/loadavg: 1.31 1.17 1.06 2/90 21111
/proc/meminfo: memFree=1589784/2055920 swapFree=4145720/4192956
[pid=21098] ppid=21096 vsize=1794676 CPUtime=28.94
/proc/21098/stat : 21098 (java) S 21096 21098 20833 0 -1 0 79245 0 1 0 2849 45 0 0 18 0 13 0 217200436 1837748224 71089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21098/statm: 448669 71089 1327 9 0 446280 0
[pid=21098/tid=21100] ppid=21096 vsize=1794676 CPUtime=22.64
/proc/21098/task/21100/stat : 21100 (java) R 21096 21098 20833 0 -1 64 37744 0 1 0 2243 21 0 0 25 0 13 0 217200438 1837748224 71089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109835113 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21101] ppid=21096 vsize=1794676 CPUtime=2.03
/proc/21098/task/21101/stat : 21101 (java) S 21096 21098 20833 0 -1 64 19406 0 0 0 193 10 0 0 16 0 13 0 217200439 1837748224 71089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21102] ppid=21096 vsize=1794676 CPUtime=2.01
/proc/21098/task/21102/stat : 21102 (java) S 21096 21098 20833 0 -1 64 14956 0 0 0 192 9 0 0 16 0 13 0 217200439 1837748224 71089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21103] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21103/stat : 21103 (java) S 21096 21098 20833 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 217200442 1837748224 71089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21104] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21104/stat : 21104 (java) S 21096 21098 20833 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217200442 1837748224 71089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21105] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21105/stat : 21105 (java) S 21096 21098 20833 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217200442 1837748224 71089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

################
# More data... #
################

/proc/21098/task/21111/stat : 21111 (java) S 21096 21098 20833 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 217201537 1837748224 67328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 54.7
Current children cumulated vsize (KiB) 1794676

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

[startup+54.3022 s]
/proc/loadavg: 1.18 1.15 1.05 2/90 21111
/proc/meminfo: memFree=1609752/2055920 swapFree=4145720/4192956
[pid=21098] ppid=21096 vsize=1794676 CPUtime=57.92
/proc/21098/stat : 21098 (java) S 21096 21098 20833 0 -1 0 79608 0 1 0 5743 49 0 0 18 0 13 0 217200436 1837748224 66108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21098/statm: 448669 66108 1327 9 0 446280 0
[pid=21098/tid=21100] ppid=21096 vsize=1794676 CPUtime=51.13
/proc/21098/task/21100/stat : 21100 (java) R 21096 21098 20833 0 -1 64 37765 0 1 0 5092 21 0 0 25 0 13 0 217200438 1837748224 66108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109934262 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21101] ppid=21096 vsize=1794676 CPUtime=2.28
/proc/21098/task/21101/stat : 21101 (java) S 21096 21098 20833 0 -1 64 19416 0 0 0 218 10 0 0 16 0 13 0 217200439 1837748224 66108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21102] ppid=21096 vsize=1794676 CPUtime=2.22
/proc/21098/task/21102/stat : 21102 (java) S 21096 21098 20833 0 -1 64 15262 0 0 0 211 11 0 0 16 0 13 0 217200439 1837748224 66108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21103] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21103/stat : 21103 (java) S 21096 21098 20833 0 -1 64 40 0 0 0 0 0 0 0 16 0 13 0 217200442 1837748224 66108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21104] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21104/stat : 21104 (java) S 21096 21098 20833 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217200442 1837748224 66108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21105] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21105/stat : 21105 (java) S 21096 21098 20833 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217200442 1837748224 66108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21106] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21106/stat : 21106 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217200446 1837748224 66108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21107] ppid=21096 vsize=1794676 CPUtime=1.08
/proc/21098/task/21107/stat : 21107 (java) S 21096 21098 20833 0 -1 64 4611 0 0 0 106 2 0 0 17 0 13 0 217200446 1837748224 66108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21108] ppid=21096 vsize=1794676 CPUtime=1.15
/proc/21098/task/21108/stat : 21108 (java) S 21096 21098 20833 0 -1 64 1793 0 0 0 114 1 0 0 16 0 13 0 217200446 1837748224 66108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21109] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21109/stat : 21109 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217200446 1837748224 66108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21110] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21110/stat : 21110 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217200446 1837748224 66108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21111] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21111/stat : 21111 (java) S 21096 21098 20833 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 217201537 1837748224 66108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 57.92
Current children cumulated vsize (KiB) 1794676

[startup+57.5015 s]
/proc/loadavg: 1.17 1.15 1.05 2/90 21111
/proc/meminfo: memFree=1604696/2055920 swapFree=4145720/4192956
[pid=21098] ppid=21096 vsize=1794676 CPUtime=61.14
/proc/21098/stat : 21098 (java) S 21096 21098 20833 0 -1 0 80909 0 1 0 6064 50 0 0 18 0 13 0 217200436 1837748224 67379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21098/statm: 448669 67379 1327 9 0 446280 0
[pid=21098/tid=21100] ppid=21096 vsize=1794676 CPUtime=54.3
/proc/21098/task/21100/stat : 21100 (java) R 21096 21098 20833 0 -1 64 38968 0 1 0 5408 22 0 0 24 0 13 0 217200438 1837748224 67379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109906575 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21101] ppid=21096 vsize=1794676 CPUtime=2.3
/proc/21098/task/21101/stat : 21101 (java) S 21096 21098 20833 0 -1 64 19420 0 0 0 220 10 0 0 16 0 13 0 217200439 1837748224 67379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21102] ppid=21096 vsize=1794676 CPUtime=2.25
/proc/21098/task/21102/stat : 21102 (java) S 21096 21098 20833 0 -1 64 15356 0 0 0 213 12 0 0 16 0 13 0 217200439 1837748224 67379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21103] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21103/stat : 21103 (java) S 21096 21098 20833 0 -1 64 40 0 0 0 0 0 0 0 16 0 13 0 217200442 1837748224 67379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21104] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21104/stat : 21104 (java) S 21096 21098 20833 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217200442 1837748224 67379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21105] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21105/stat : 21105 (java) S 21096 21098 20833 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217200442 1837748224 67379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21106] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21106/stat : 21106 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217200446 1837748224 67379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21107] ppid=21096 vsize=1794676 CPUtime=1.08
/proc/21098/task/21107/stat : 21107 (java) S 21096 21098 20833 0 -1 64 4611 0 0 0 106 2 0 0 17 0 13 0 217200446 1837748224 67379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21108] ppid=21096 vsize=1794676 CPUtime=1.15
/proc/21098/task/21108/stat : 21108 (java) S 21096 21098 20833 0 -1 64 1793 0 0 0 114 1 0 0 16 0 13 0 217200446 1837748224 67379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21109] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21109/stat : 21109 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217200446 1837748224 67379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21110] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21110/stat : 21110 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217200446 1837748224 67379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21111] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21111/stat : 21111 (java) S 21096 21098 20833 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 217201537 1837748224 67379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 61.14
Current children cumulated vsize (KiB) 1794676

[startup+59.1027 s]
/proc/loadavg: 1.17 1.15 1.05 2/90 21111
/proc/meminfo: memFree=1607640/2055920 swapFree=4145720/4192956
[pid=21098] ppid=21096 vsize=1794676 CPUtime=62.76
/proc/21098/stat : 21098 (java) S 21096 21098 20833 0 -1 0 80933 0 1 0 6226 50 0 0 18 0 13 0 217200436 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21098/statm: 448669 66604 1327 9 0 446280 0
[pid=21098/tid=21100] ppid=21096 vsize=1794676 CPUtime=55.88
/proc/21098/task/21100/stat : 21100 (java) R 21096 21098 20833 0 -1 64 38970 0 1 0 5566 22 0 0 25 0 13 0 217200438 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109881505 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21101] ppid=21096 vsize=1794676 CPUtime=2.33
/proc/21098/task/21101/stat : 21101 (java) S 21096 21098 20833 0 -1 64 19421 0 0 0 223 10 0 0 17 0 13 0 217200439 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21102] ppid=21096 vsize=1794676 CPUtime=2.27
/proc/21098/task/21102/stat : 21102 (java) S 21096 21098 20833 0 -1 64 15377 0 0 0 215 12 0 0 16 0 13 0 217200439 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21103] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21103/stat : 21103 (java) S 21096 21098 20833 0 -1 64 40 0 0 0 0 0 0 0 16 0 13 0 217200442 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21104] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21104/stat : 21104 (java) S 21096 21098 20833 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217200442 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21105] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21105/stat : 21105 (java) S 21096 21098 20833 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217200442 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21106] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21106/stat : 21106 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217200446 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21107] ppid=21096 vsize=1794676 CPUtime=1.08
/proc/21098/task/21107/stat : 21107 (java) S 21096 21098 20833 0 -1 64 4611 0 0 0 106 2 0 0 17 0 13 0 217200446 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21108] ppid=21096 vsize=1794676 CPUtime=1.15
/proc/21098/task/21108/stat : 21108 (java) S 21096 21098 20833 0 -1 64 1793 0 0 0 114 1 0 0 16 0 13 0 217200446 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21109] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21109/stat : 21109 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217200446 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21110] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21110/stat : 21110 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217200446 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21111] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21111/stat : 21111 (java) S 21096 21098 20833 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 217201537 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 62.76
Current children cumulated vsize (KiB) 1794676

[startup+59.5028 s]
/proc/loadavg: 1.17 1.15 1.05 2/90 21111
/proc/meminfo: memFree=1607640/2055920 swapFree=4145720/4192956
[pid=21098] ppid=21096 vsize=1794676 CPUtime=63.16
/proc/21098/stat : 21098 (java) S 21096 21098 20833 0 -1 0 80933 0 1 0 6266 50 0 0 18 0 13 0 217200436 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21098/statm: 448669 66604 1327 9 0 446280 0
[pid=21098/tid=21100] ppid=21096 vsize=1794676 CPUtime=56.28
/proc/21098/task/21100/stat : 21100 (java) R 21096 21098 20833 0 -1 64 38970 0 1 0 5606 22 0 0 25 0 13 0 217200438 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109787676 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21101] ppid=21096 vsize=1794676 CPUtime=2.33
/proc/21098/task/21101/stat : 21101 (java) S 21096 21098 20833 0 -1 64 19421 0 0 0 223 10 0 0 17 0 13 0 217200439 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21102] ppid=21096 vsize=1794676 CPUtime=2.27
/proc/21098/task/21102/stat : 21102 (java) S 21096 21098 20833 0 -1 64 15377 0 0 0 215 12 0 0 16 0 13 0 217200439 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21103] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21103/stat : 21103 (java) S 21096 21098 20833 0 -1 64 40 0 0 0 0 0 0 0 16 0 13 0 217200442 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21104] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21104/stat : 21104 (java) S 21096 21098 20833 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217200442 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21105] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21105/stat : 21105 (java) S 21096 21098 20833 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217200442 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21106] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21106/stat : 21106 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217200446 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21107] ppid=21096 vsize=1794676 CPUtime=1.08
/proc/21098/task/21107/stat : 21107 (java) S 21096 21098 20833 0 -1 64 4611 0 0 0 106 2 0 0 17 0 13 0 217200446 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21108] ppid=21096 vsize=1794676 CPUtime=1.15
/proc/21098/task/21108/stat : 21108 (java) S 21096 21098 20833 0 -1 64 1793 0 0 0 114 1 0 0 16 0 13 0 217200446 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21109] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21109/stat : 21109 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217200446 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21110] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21110/stat : 21110 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217200446 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21111] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21111/stat : 21111 (java) S 21096 21098 20833 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 217201537 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.16
Current children cumulated vsize (KiB) 1794676

[startup+59.9028 s]
/proc/loadavg: 1.17 1.15 1.05 2/90 21111
/proc/meminfo: memFree=1607640/2055920 swapFree=4145720/4192956
[pid=21098] ppid=21096 vsize=1794676 CPUtime=63.56
/proc/21098/stat : 21098 (java) S 21096 21098 20833 0 -1 0 80933 0 1 0 6306 50 0 0 18 0 13 0 217200436 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21098/statm: 448669 66604 1327 9 0 446280 0
[pid=21098/tid=21100] ppid=21096 vsize=1794676 CPUtime=56.68
/proc/21098/task/21100/stat : 21100 (java) R 21096 21098 20833 0 -1 64 38970 0 1 0 5646 22 0 0 25 0 13 0 217200438 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109787627 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21101] ppid=21096 vsize=1794676 CPUtime=2.33
/proc/21098/task/21101/stat : 21101 (java) S 21096 21098 20833 0 -1 64 19421 0 0 0 223 10 0 0 17 0 13 0 217200439 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21102] ppid=21096 vsize=1794676 CPUtime=2.27
/proc/21098/task/21102/stat : 21102 (java) S 21096 21098 20833 0 -1 64 15377 0 0 0 215 12 0 0 16 0 13 0 217200439 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21103] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21103/stat : 21103 (java) S 21096 21098 20833 0 -1 64 40 0 0 0 0 0 0 0 16 0 13 0 217200442 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21104] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21104/stat : 21104 (java) S 21096 21098 20833 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217200442 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21105] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21105/stat : 21105 (java) S 21096 21098 20833 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217200442 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21106] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21106/stat : 21106 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217200446 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21107] ppid=21096 vsize=1794676 CPUtime=1.08
/proc/21098/task/21107/stat : 21107 (java) S 21096 21098 20833 0 -1 64 4611 0 0 0 106 2 0 0 17 0 13 0 217200446 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21108] ppid=21096 vsize=1794676 CPUtime=1.15
/proc/21098/task/21108/stat : 21108 (java) S 21096 21098 20833 0 -1 64 1793 0 0 0 114 1 0 0 16 0 13 0 217200446 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21109] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21109/stat : 21109 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217200446 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21110] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21110/stat : 21110 (java) S 21096 21098 20833 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217200446 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21098/tid=21111] ppid=21096 vsize=1794676 CPUtime=0
/proc/21098/task/21111/stat : 21111 (java) S 21096 21098 20833 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 217201537 1837748224 66604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.56
Current children cumulated vsize (KiB) 1794676

Child status: 20
Real time (s): 60.0015
CPU time (s): 63.6403
CPU user time (s): 63.0944
CPU system time (s): 0.545917
CPU usage (%): 106.065
Max. virtual memory (cumulated for all children) (KiB): 1795952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.0944
system time used= 0.545917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80948
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= 2249
involuntary context switches= 2038

runsolver used 0.055991 second user time and 0.175973 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Tue Apr 24 10:47:06 UTC 2007

IDJOB= 419685
IDBENCH= 47791
IDSOLVER= 164
FILE ID= node1/419685-1177411625

PBS_JOBID= 4675657

Free space on /tmp= 66432 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/babic/hsatv17/hsat_vc12070.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419685-1177411625/sat4jPseudoCPClause.jar /tmp/evaluation/419685-1177411625/instance-419685-1177411625.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-419685-1177411625 -o ROOT/results/node1/solver-419685-1177411625 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419685-1177411625/sat4jPseudoCPClause.jar /tmp/evaluation/419685-1177411625/instance-419685-1177411625.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  7d5429bec04fe9575fc24bd8fdbf82e6

RANDOM SEED= 379423030

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.234
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.234
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:       1870424 kB
Buffers:          7976 kB
Cached:         110976 kB
SwapCached:      14804 kB
Active:          77520 kB
Inactive:        64448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1870424 kB
SwapTotal:     4192956 kB
SwapFree:      4145720 kB
Dirty:           22408 kB
Writeback:           0 kB
Mapped:          29252 kB
Slab:            29032 kB
Committed_AS:  5145772 kB
PageTables:       1832 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= 66432 MiB

End job on node1 on Tue Apr 24 10:48:06 UTC 2007