Trace number 419723

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
sat4jPseudoCP 2007-03-23UNSAT 57.9402 54.2025

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
babic/hsatv17/hsat_vc11944.opb
MD5SUMf83f841a8f4dff79c5180d1c656f5f99
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 benchmark18.3892
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables178730
Total number of constraints508210
Number of constraints which are clauses508210
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.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
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 solving /tmp/evaluation/419723-1177411878/instance-419723-1177411878.opb
0.20/0.20	c reading problem ... 
12.64/10.30	c ... done. Wall clock time 10.105s.
12.64/10.31	c CPU time (experimental) 7.97s.
12.64/10.31	c #vars     178730
12.64/10.31	c #constraints  486291
57.85/54.14	c starts		: 2
57.85/54.14	c conflicts		: 8947
57.85/54.14	c decisions		: 95793
57.85/54.14	c propagations		: 29420720
57.85/54.14	c inspects		: 72236355
57.85/54.14	c learnt literals	: 8
57.85/54.14	c learnt binary clauses	: 328
57.85/54.14	c learnt ternary clauses	: 1692
57.85/54.14	c learnt clauses	: 8938
57.85/54.14	c root simplifications	: 0
57.85/54.14	c removed literals (reason simplification)	: 0
57.85/54.14	c reason swapping (by a shorter reason)	: 0
57.85/54.14	c Calls to reduceDB	: 0
57.85/54.14	c speed (decisions/second)	: 2187.754076645503
57.85/54.14	c non guided choices	28561
57.85/54.14	s UNSATISFIABLE
57.85/54.14	c Total wall clock time (ms): 53.946

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/node12/watcher-419723-1177411878 -o ROOT/results/node12/solver-419723-1177411878 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419723-1177411878/sat4jPseudoCP.jar /tmp/evaluation/419723-1177411878/instance-419723-1177411878.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: 0.90 0.98 0.99 3/77 16774
/proc/meminfo: memFree=1861104/2055920 swapFree=4160056/4192956
[pid=16774] ppid=16772 vsize=308 CPUtime=0
/proc/16774/stat : 16774 (java) R 16772 16774 16659 0 -1 0 56 0 0 0 0 0 0 0 18 0 1 0 217225310 315392 41 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 9696036 0 0 4096 0 0 0 0 17 1 0 0
/proc/16774/statm: 81 44 33 9 0 6 0

[startup+0.070978 s]
/proc/loadavg: 0.90 0.98 0.99 3/77 16774
/proc/meminfo: memFree=1861104/2055920 swapFree=4160056/4192956
[pid=16774] ppid=16772 vsize=1777708 CPUtime=0.05
/proc/16774/stat : 16774 (java) S 16772 16774 16659 0 -1 0 3712 0 1 0 3 2 0 0 18 0 7 0 217225310 1820372992 3456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/16774/statm: 444427 3456 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101956 s]
/proc/loadavg: 0.90 0.98 0.99 3/77 16774
/proc/meminfo: memFree=1861104/2055920 swapFree=4160056/4192956
[pid=16774] ppid=16772 vsize=1780108 CPUtime=0.08
/proc/16774/stat : 16774 (java) S 16772 16774 16659 0 -1 0 3979 0 1 0 6 2 0 0 18 0 12 0 217225310 1822830592 3722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16774/statm: 445027 3722 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301972 s]
/proc/loadavg: 0.90 0.98 0.99 3/77 16774
/proc/meminfo: memFree=1861104/2055920 swapFree=4160056/4192956
[pid=16774] ppid=16772 vsize=1781420 CPUtime=0.31
/proc/16774/stat : 16774 (java) S 16772 16774 16659 0 -1 0 6683 0 1 0 27 4 0 0 18 0 12 0 217225310 1824174080 6423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16774/statm: 445355 6423 1263 9 0 442967 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781420

[startup+0.70201 s]
/proc/loadavg: 0.90 0.98 0.99 3/77 16774
/proc/meminfo: memFree=1861104/2055920 swapFree=4160056/4192956
[pid=16774] ppid=16772 vsize=1783468 CPUtime=0.86
/proc/16774/stat : 16774 (java) S 16772 16774 16659 0 -1 0 8457 0 1 0 81 5 0 0 18 0 12 0 217225310 1826271232 8020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16774/statm: 445867 8020 1298 9 0 443479 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 1783468

[startup+1.50109 s]
/proc/loadavg: 0.91 0.98 0.99 2/89 16786
/proc/meminfo: memFree=1828048/2055920 swapFree=4160056/4192956
[pid=16774] ppid=16772 vsize=1785412 CPUtime=2
/proc/16774/stat : 16774 (java) S 16772 16774 16659 0 -1 0 18329 0 1 0 190 10 0 0 18 0 12 0 217225310 1828261888 16655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16774/statm: 446353 16656 1302 9 0 443965 0
[pid=16774/tid=16776] ppid=16772 vsize=1785412 CPUtime=1.03
/proc/16774/task/16776/stat : 16776 (java) R 16772 16774 16659 0 -1 64 14818 0 1 0 95 8 0 0 25 0 12 0 217225312 1828261888 16657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109574321 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16774/tid=16777] ppid=16772 vsize=1785412 CPUtime=0
/proc/16774/task/16777/stat : 16777 (java) S 16772 16774 16659 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 217225313 1828261888 16658 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16778] ppid=16772 vsize=1785412 CPUtime=0
/proc/16774/task/16778/stat : 16778 (java) S 16772 16774 16659 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 217225313 1828261888 16659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16774/tid=16779] ppid=16772 vsize=1785412 CPUtime=0
/proc/16774/task/16779/stat : 16779 (java) S 16772 16774 16659 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 217225315 1828261888 16660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16780] ppid=16772 vsize=1785412 CPUtime=0
/proc/16774/task/16780/stat : 16780 (java) S 16772 16774 16659 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 217225316 1828261888 16661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16781] ppid=16772 vsize=1785412 CPUtime=0
/proc/16774/task/16781/stat : 16781 (java) S 16772 16774 16659 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 217225316 1828261888 16661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16782] ppid=16772 vsize=1785412 CPUtime=0
/proc/16774/task/16782/stat : 16782 (java) S 16772 16774 16659 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 217225320 1828261888 16662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16783] ppid=16772 vsize=1785412 CPUtime=0.47
/proc/16774/task/16783/stat : 16783 (java) S 16772 16774 16659 0 -1 64 1604 0 0 0 47 0 0 0 16 0 12 0 217225320 1828261888 16663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16774/tid=16784] ppid=16772 vsize=1785412 CPUtime=0.47
/proc/16774/task/16784/stat : 16784 (java) S 16772 16774 16659 0 -1 64 1188 0 0 0 47 0 0 0 16 0 12 0 217225320 1828261888 16664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16785] ppid=16772 vsize=1785412 CPUtime=0
/proc/16774/task/16785/stat : 16785 (java) S 16772 16774 16659 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 217225320 1828261888 16665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16786] ppid=16772 vsize=1785412 CPUtime=0
/proc/16774/task/16786/stat : 16786 (java) S 16772 16774 16659 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 217225320 1828261888 16666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1785412

[startup+3.10124 s]
/proc/loadavg: 0.91 0.98 0.99 2/89 16786
/proc/meminfo: memFree=1737168/2055920 swapFree=4160056/4192956
[pid=16774] ppid=16772 vsize=1786220 CPUtime=3.75
/proc/16774/stat : 16774 (java) S 16772 16774 16659 0 -1 0 45169 0 1 0 350 25 0 0 18 0 12 0 217225310 1829089280 43375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16774/statm: 446555 43375 1311 9 0 444167 0
[pid=16774/tid=16776] ppid=16772 vsize=1786220 CPUtime=2.48
/proc/16774/task/16776/stat : 16776 (java) R 16772 16774 16659 0 -1 64 37674 0 1 0 228 20 0 0 21 0 12 0 217225312 1829089280 43375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109540351 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16774/tid=16777] ppid=16772 vsize=1786220 CPUtime=0.09
/proc/16774/task/16777/stat : 16777 (java) S 16772 16774 16659 0 -1 64 1926 0 0 0 9 0 0 0 16 0 12 0 217225313 1829089280 43375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16778] ppid=16772 vsize=1786220 CPUtime=0.09
/proc/16774/task/16778/stat : 16778 (java) S 16772 16774 16659 0 -1 64 2021 0 0 0 9 0 0 0 17 0 12 0 217225313 1829089280 43375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16774/tid=16779] ppid=16772 vsize=1786220 CPUtime=0
/proc/16774/task/16779/stat : 16779 (java) S 16772 16774 16659 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 217225315 1829089280 43375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16780] ppid=16772 vsize=1786220 CPUtime=0
/proc/16774/task/16780/stat : 16780 (java) S 16772 16774 16659 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 217225316 1829089280 43375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16781] ppid=16772 vsize=1786220 CPUtime=0
/proc/16774/task/16781/stat : 16781 (java) S 16772 16774 16659 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 217225316 1829089280 43375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16782] ppid=16772 vsize=1786220 CPUtime=0
/proc/16774/task/16782/stat : 16782 (java) S 16772 16774 16659 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 217225320 1829089280 43375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16783] ppid=16772 vsize=1786220 CPUtime=0.52
/proc/16774/task/16783/stat : 16783 (java) S 16772 16774 16659 0 -1 64 1608 0 0 0 52 0 0 0 16 0 12 0 217225320 1829089280 43375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16774/tid=16784] ppid=16772 vsize=1786220 CPUtime=0.49
/proc/16774/task/16784/stat : 16784 (java) S 16772 16774 16659 0 -1 64 1216 0 0 0 49 0 0 0 17 0 12 0 217225320 1829089280 43375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16785] ppid=16772 vsize=1786220 CPUtime=0
/proc/16774/task/16785/stat : 16785 (java) S 16772 16774 16659 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 217225320 1829089280 43375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16786] ppid=16772 vsize=1786220 CPUtime=0
/proc/16774/task/16786/stat : 16786 (java) S 16772 16774 16659 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 217225320 1829089280 43375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 1786220

[startup+6.30256 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 16786
/proc/meminfo: memFree=1654800/2055920 swapFree=4160056/4192956
[pid=16774] ppid=16772 vsize=1787884 CPUtime=7.59
/proc/16774/stat : 16774 (java) S 16772 16774 16659 0 -1 0 57576 0 1 0 728 31 0 0 18 0 12 0 217225310 1830793216 54846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16774/statm: 446971 54846 1312 9 0 444583 0
[pid=16774/tid=16776] ppid=16772 vsize=1787884 CPUtime=5.04
/proc/16774/task/16776/stat : 16776 (java) R 16772 16774 16659 0 -1 64 37678 0 1 0 483 21 0 0 19 0 12 0 217225312 1830793216 54846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109621938 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16774/tid=16777] ppid=16772 vsize=1787884 CPUtime=0.73
/proc/16774/task/16777/stat : 16777 (java) S 16772 16774 16659 0 -1 64 8582 0 0 0 70 3 0 0 19 0 12 0 217225313 1830793216 54846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16778] ppid=16772 vsize=1787884 CPUtime=0.73
/proc/16774/task/16778/stat : 16778 (java) S 16772 16774 16659 0 -1 64 7763 0 0 0 70 3 0 0 19 0 12 0 217225313 1830793216 54846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16779] ppid=16772 vsize=1787884 CPUtime=0
/proc/16774/task/16779/stat : 16779 (java) S 16772 16774 16659 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 217225315 1830793216 54846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16780] ppid=16772 vsize=1787884 CPUtime=0
/proc/16774/task/16780/stat : 16780 (java) S 16772 16774 16659 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 217225316 1830793216 54846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16781] ppid=16772 vsize=1787884 CPUtime=0
/proc/16774/task/16781/stat : 16781 (java) S 16772 16774 16659 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 217225316 1830793216 54846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16782] ppid=16772 vsize=1787884 CPUtime=0
/proc/16774/task/16782/stat : 16782 (java) S 16772 16774 16659 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 217225320 1830793216 54846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16783] ppid=16772 vsize=1787884 CPUtime=0.53
/proc/16774/task/16783/stat : 16783 (java) S 16772 16774 16659 0 -1 64 1609 0 0 0 53 0 0 0 16 0 12 0 217225320 1830793216 54846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16774/tid=16784] ppid=16772 vsize=1787884 CPUtime=0.49
/proc/16774/task/16784/stat : 16784 (java) S 16772 16774 16659 0 -1 64 1216 0 0 0 49 0 0 0 16 0 12 0 217225320 1830793216 54846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16785] ppid=16772 vsize=1787884 CPUtime=0
/proc/16774/task/16785/stat : 16785 (java) S 16772 16774 16659 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 217225320 1830793216 54846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16786] ppid=16772 vsize=1787884 CPUtime=0
/proc/16774/task/16786/stat : 16786 (java) S 16772 16774 16659 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 217225320 1830793216 54846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 1787884

[startup+12.7022 s]
/proc/loadavg: 1.00 0.99 0.99 2/90 16787
/proc/meminfo: memFree=1619848/2055920 swapFree=4160056/4192956
[pid=16774] ppid=16772 vsize=1795480 CPUtime=15.89
/proc/16774/stat : 16774 (java) S 16772 16774 16659 0 -1 0 71408 0 1 0 1551 38 0 0 18 0 13 0 217225310 1838571520 64454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16774/statm: 448870 64454 1326 9 0 446482 0
[pid=16774/tid=16776] ppid=16772 vsize=1795480 CPUtime=9.69
/proc/16774/task/16776/stat : 16776 (java) R 16772 16774 16659 0 -1 64 37722 0 1 0 947 22 0 0 16 0 13 0 217225312 1838571520 64454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109795923 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16777] ppid=16772 vsize=1795480 CPUtime=2.06
/proc/16774/task/16777/stat : 16777 (java) S 16772 16774 16659 0 -1 64 13432 0 0 0 201 5 0 0 16 0 13 0 217225313 1838571520 64454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16778] ppid=16772 vsize=1795480 CPUtime=2.08
/proc/16774/task/16778/stat : 16778 (java) S 16772 16774 16659 0 -1 64 12995 0 0 0 202 6 0 0 16 0 13 0 217225313 1838571520 64454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16774/tid=16779] ppid=16772 vsize=1795480 CPUtime=0
/proc/16774/task/16779/stat : 16779 (java) S 16772 16774 16659 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 217225315 1838571520 64454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16774/tid=16780] ppid=16772 vsize=1795480 CPUtime=0
/proc/16774/task/16780/stat : 16780 (java) S 16772 16774 16659 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217225316 1838571520 64454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16781] ppid=16772 vsize=1795480 CPUtime=0
/proc/16774/task/16781/stat : 16781 (java) S 16772 16774 16659 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217225316 1838571520 64454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16782] ppid=16772 vsize=1795480 CPUtime=0
/proc/16774/task/16782/stat : 16782 (java) S 16772 16774 16659 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217225320 1838571520 64454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16783] ppid=16772 vsize=1795480 CPUtime=1.07
/proc/16774/task/16783/stat : 16783 (java) S 16772 16774 16659 0 -1 64 4433 0 0 0 105 2 0 0 16 0 13 0 217225320 1838571520 64454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16774/tid=16784] ppid=16772 vsize=1795480 CPUtime=0.94
/proc/16774/task/16784/stat : 16784 (java) S 16772 16774 16659 0 -1 64 2093 0 0 0 94 0 0 0 16 0 13 0 217225320 1838571520 64454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16785] ppid=16772 vsize=1795480 CPUtime=0
/proc/16774/task/16785/stat : 16785 (java) S 16772 16774 16659 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 217225320 1838571520 64454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16786] ppid=16772 vsize=1795480 CPUtime=0
/proc/16774/task/16786/stat : 16786 (java) S 16772 16774 16659 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217225320 1838571520 64454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16787] ppid=16772 vsize=1795480 CPUtime=0
/proc/16774/task/16787/stat : 16787 (java) S 16772 16774 16659 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 217226351 1838571520 64454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.89
Current children cumulated vsize (KiB) 1795480

[startup+25.5017 s]
/proc/loadavg: 1.07 1.01 1.00 2/90 16787
/proc/meminfo: memFree=1590600/2055920 swapFree=4160056/4192956
[pid=16774] ppid=16772 vsize=1793116 CPUtime=29.05
/proc/16774/stat : 16774 (java) S 16772 16774 16659 0 -1 0 76772 0 1 0 2864 41 0 0 18 0 13 0 217225310 1836150784 68746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16774/statm: 448279 68746 1327 9 0 445891 0
[pid=16774/tid=16776] ppid=16772 vsize=1793116 CPUtime=22.19
/proc/16774/task/16776/stat : 16776 (java) R 16772 16774 16659 0 -1 64 37734 0 1 0 2197 22 0 0 25 0 13 0 217225312 1836150784 68746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109784519 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16777] ppid=16772 vsize=1793116 CPUtime=2.3
/proc/16774/task/16777/stat : 16777 (java) S 16772 16774 16659 0 -1 64 16997 0 0 0 223 7 0 0 16 0 13 0 217225313 1836150784 68746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16778] ppid=16772 vsize=1793116 CPUtime=2.31
/proc/16774/task/16778/stat : 16778 (java) S 16772 16774 16659 0 -1 64 14759 0 0 0 225 6 0 0 16 0 13 0 217225313 1836150784 68746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16774/tid=16779] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16779/stat : 16779 (java) S 16772 16774 16659 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 217225315 1836150784 68746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16780] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16780/stat : 16780 (java) S 16772 16774 16659 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217225316 1836150784 68746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16781] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16781/stat : 16781 (java) S 16772 16774 16659 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217225316 1836150784 68746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/16774/task/16787/stat : 16787 (java) S 16772 16774 16659 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 217226351 1836150784 68746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.05
Current children cumulated vsize (KiB) 1793116

[startup+51.1012 s]
/proc/loadavg: 1.04 1.01 1.00 2/90 16787
/proc/meminfo: memFree=1614792/2055920 swapFree=4160056/4192956
[pid=16774] ppid=16772 vsize=1793116 CPUtime=54.82
/proc/16774/stat : 16774 (java) S 16772 16774 16659 0 -1 0 78855 0 1 0 5439 43 0 0 18 0 13 0 217225310 1836150784 62691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16774/statm: 448279 62691 1327 9 0 445891 0
[pid=16774/tid=16776] ppid=16772 vsize=1793116 CPUtime=47.49
/proc/16774/task/16776/stat : 16776 (java) R 16772 16774 16659 0 -1 64 39437 0 1 0 4726 23 0 0 25 0 13 0 217225312 1836150784 62691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109884769 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16777] ppid=16772 vsize=1793116 CPUtime=2.52
/proc/16774/task/16777/stat : 16777 (java) S 16772 16774 16659 0 -1 64 17300 0 0 0 244 8 0 0 16 0 13 0 217225313 1836150784 62691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16774/tid=16778] ppid=16772 vsize=1793116 CPUtime=2.54
/proc/16774/task/16778/stat : 16778 (java) S 16772 16774 16659 0 -1 64 14823 0 0 0 248 6 0 0 16 0 13 0 217225313 1836150784 62691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16779] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16779/stat : 16779 (java) S 16772 16774 16659 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 217225315 1836150784 62691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16780] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16780/stat : 16780 (java) S 16772 16774 16659 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217225316 1836150784 62691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16781] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16781/stat : 16781 (java) S 16772 16774 16659 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217225316 1836150784 62691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16782] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16782/stat : 16782 (java) S 16772 16774 16659 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217225320 1836150784 62691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16783] ppid=16772 vsize=1793116 CPUtime=1.19
/proc/16774/task/16783/stat : 16783 (java) S 16772 16774 16659 0 -1 64 4447 0 0 0 117 2 0 0 16 0 13 0 217225320 1836150784 62691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16774/tid=16784] ppid=16772 vsize=1793116 CPUtime=1.01
/proc/16774/task/16784/stat : 16784 (java) S 16772 16774 16659 0 -1 64 2100 0 0 0 101 0 0 0 17 0 13 0 217225320 1836150784 62691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16785] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16785/stat : 16785 (java) S 16772 16774 16659 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 217225320 1836150784 62691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16786] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16786/stat : 16786 (java) S 16772 16774 16659 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217225320 1836150784 62691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16774/tid=16787] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16787/stat : 16787 (java) S 16772 16774 16659 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 217226351 1836150784 62691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 54.82
Current children cumulated vsize (KiB) 1793116

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

[startup+52.7014 s]
/proc/loadavg: 1.04 1.01 1.00 2/90 16787
/proc/meminfo: memFree=1614664/2055920 swapFree=4160056/4192956
[pid=16774] ppid=16772 vsize=1793116 CPUtime=56.44
/proc/16774/stat : 16774 (java) S 16772 16774 16659 0 -1 0 78919 0 1 0 5601 43 0 0 18 0 13 0 217225310 1836150784 62742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16774/statm: 448279 62742 1327 9 0 445891 0
[pid=16774/tid=16776] ppid=16772 vsize=1793116 CPUtime=49.07
/proc/16774/task/16776/stat : 16776 (java) R 16772 16774 16659 0 -1 64 39439 0 1 0 4884 23 0 0 25 0 13 0 217225312 1836150784 62742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109834713 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16777] ppid=16772 vsize=1793116 CPUtime=2.54
/proc/16774/task/16777/stat : 16777 (java) S 16772 16774 16659 0 -1 64 17300 0 0 0 246 8 0 0 16 0 13 0 217225313 1836150784 62742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16774/tid=16778] ppid=16772 vsize=1793116 CPUtime=2.56
/proc/16774/task/16778/stat : 16778 (java) S 16772 16774 16659 0 -1 64 14885 0 0 0 250 6 0 0 16 0 13 0 217225313 1836150784 62742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16779] ppid=16772 vsize=1793116 CPUtime=0.01
/proc/16774/task/16779/stat : 16779 (java) S 16772 16774 16659 0 -1 64 27 0 0 0 0 1 0 0 15 0 13 0 217225315 1836150784 62742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16780] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16780/stat : 16780 (java) S 16772 16774 16659 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217225316 1836150784 62742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16781] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16781/stat : 16781 (java) S 16772 16774 16659 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217225316 1836150784 62742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16782] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16782/stat : 16782 (java) S 16772 16774 16659 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217225320 1836150784 62742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16783] ppid=16772 vsize=1793116 CPUtime=1.19
/proc/16774/task/16783/stat : 16783 (java) S 16772 16774 16659 0 -1 64 4447 0 0 0 117 2 0 0 16 0 13 0 217225320 1836150784 62742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16774/tid=16784] ppid=16772 vsize=1793116 CPUtime=1.01
/proc/16774/task/16784/stat : 16784 (java) S 16772 16774 16659 0 -1 64 2100 0 0 0 101 0 0 0 17 0 13 0 217225320 1836150784 62742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16785] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16785/stat : 16785 (java) S 16772 16774 16659 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 217225320 1836150784 62742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16786] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16786/stat : 16786 (java) S 16772 16774 16659 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217225320 1836150784 62742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16774/tid=16787] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16787/stat : 16787 (java) S 16772 16774 16659 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 217226351 1836150784 62742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 56.44
Current children cumulated vsize (KiB) 1793116

[startup+53.5025 s]
/proc/loadavg: 1.04 1.01 1.00 2/90 16787
/proc/meminfo: memFree=1614664/2055920 swapFree=4160056/4192956
[pid=16774] ppid=16772 vsize=1793116 CPUtime=57.24
/proc/16774/stat : 16774 (java) S 16772 16774 16659 0 -1 0 78931 0 1 0 5681 43 0 0 18 0 13 0 217225310 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16774/statm: 448279 62190 1327 9 0 445891 0
[pid=16774/tid=16776] ppid=16772 vsize=1793116 CPUtime=49.85
/proc/16774/task/16776/stat : 16776 (java) R 16772 16774 16659 0 -1 64 39440 0 1 0 4962 23 0 0 17 0 13 0 217225312 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109813693 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16774/tid=16777] ppid=16772 vsize=1793116 CPUtime=2.55
/proc/16774/task/16777/stat : 16777 (java) S 16772 16774 16659 0 -1 64 17300 0 0 0 247 8 0 0 16 0 13 0 217225313 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16774/tid=16778] ppid=16772 vsize=1793116 CPUtime=2.56
/proc/16774/task/16778/stat : 16778 (java) S 16772 16774 16659 0 -1 64 14896 0 0 0 250 6 0 0 16 0 13 0 217225313 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16779] ppid=16772 vsize=1793116 CPUtime=0.01
/proc/16774/task/16779/stat : 16779 (java) S 16772 16774 16659 0 -1 64 27 0 0 0 0 1 0 0 16 0 13 0 217225315 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16780] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16780/stat : 16780 (java) S 16772 16774 16659 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217225316 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16781] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16781/stat : 16781 (java) S 16772 16774 16659 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217225316 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16782] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16782/stat : 16782 (java) S 16772 16774 16659 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217225320 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16783] ppid=16772 vsize=1793116 CPUtime=1.19
/proc/16774/task/16783/stat : 16783 (java) S 16772 16774 16659 0 -1 64 4447 0 0 0 117 2 0 0 16 0 13 0 217225320 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16774/tid=16784] ppid=16772 vsize=1793116 CPUtime=1.01
/proc/16774/task/16784/stat : 16784 (java) S 16772 16774 16659 0 -1 64 2100 0 0 0 101 0 0 0 17 0 13 0 217225320 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16785] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16785/stat : 16785 (java) S 16772 16774 16659 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 217225320 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16786] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16786/stat : 16786 (java) S 16772 16774 16659 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217225320 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16774/tid=16787] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16787/stat : 16787 (java) S 16772 16774 16659 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 217226351 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 57.24
Current children cumulated vsize (KiB) 1793116

[startup+53.9065 s]
/proc/loadavg: 1.04 1.01 1.00 2/90 16787
/proc/meminfo: memFree=1616648/2055920 swapFree=4160056/4192956
[pid=16774] ppid=16772 vsize=1793116 CPUtime=57.65
/proc/16774/stat : 16774 (java) S 16772 16774 16659 0 -1 0 78931 0 1 0 5721 44 0 0 18 0 13 0 217225310 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16774/statm: 448279 62190 1327 9 0 445891 0
[pid=16774/tid=16776] ppid=16772 vsize=1793116 CPUtime=50.25
/proc/16774/task/16776/stat : 16776 (java) R 16772 16774 16659 0 -1 64 39440 0 1 0 5002 23 0 0 21 0 13 0 217225312 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109685210 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16777] ppid=16772 vsize=1793116 CPUtime=2.55
/proc/16774/task/16777/stat : 16777 (java) S 16772 16774 16659 0 -1 64 17300 0 0 0 247 8 0 0 16 0 13 0 217225313 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16774/tid=16778] ppid=16772 vsize=1793116 CPUtime=2.56
/proc/16774/task/16778/stat : 16778 (java) S 16772 16774 16659 0 -1 64 14896 0 0 0 250 6 0 0 16 0 13 0 217225313 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16779] ppid=16772 vsize=1793116 CPUtime=0.01
/proc/16774/task/16779/stat : 16779 (java) S 16772 16774 16659 0 -1 64 27 0 0 0 0 1 0 0 16 0 13 0 217225315 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16780] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16780/stat : 16780 (java) S 16772 16774 16659 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217225316 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16781] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16781/stat : 16781 (java) S 16772 16774 16659 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217225316 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16782] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16782/stat : 16782 (java) S 16772 16774 16659 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217225320 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16783] ppid=16772 vsize=1793116 CPUtime=1.2
/proc/16774/task/16783/stat : 16783 (java) S 16772 16774 16659 0 -1 64 4447 0 0 0 118 2 0 0 16 0 13 0 217225320 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16774/tid=16784] ppid=16772 vsize=1793116 CPUtime=1.01
/proc/16774/task/16784/stat : 16784 (java) S 16772 16774 16659 0 -1 64 2100 0 0 0 101 0 0 0 17 0 13 0 217225320 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16785] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16785/stat : 16785 (java) S 16772 16774 16659 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 217225320 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16786] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16786/stat : 16786 (java) S 16772 16774 16659 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217225320 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16774/tid=16787] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16787/stat : 16787 (java) S 16772 16774 16659 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 217226351 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 57.65
Current children cumulated vsize (KiB) 1793116

[startup+54.1025 s]
/proc/loadavg: 1.04 1.01 1.00 2/90 16787
/proc/meminfo: memFree=1616648/2055920 swapFree=4160056/4192956
[pid=16774] ppid=16772 vsize=1793116 CPUtime=57.85
/proc/16774/stat : 16774 (java) S 16772 16774 16659 0 -1 0 78931 0 1 0 5741 44 0 0 18 0 13 0 217225310 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16774/statm: 448279 62190 1327 9 0 445891 0
[pid=16774/tid=16776] ppid=16772 vsize=1793116 CPUtime=50.45
/proc/16774/task/16776/stat : 16776 (java) R 16772 16774 16659 0 -1 64 39440 0 1 0 5022 23 0 0 23 0 13 0 217225312 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109796047 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16777] ppid=16772 vsize=1793116 CPUtime=2.55
/proc/16774/task/16777/stat : 16777 (java) S 16772 16774 16659 0 -1 64 17300 0 0 0 247 8 0 0 16 0 13 0 217225313 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16774/tid=16778] ppid=16772 vsize=1793116 CPUtime=2.56
/proc/16774/task/16778/stat : 16778 (java) S 16772 16774 16659 0 -1 64 14896 0 0 0 250 6 0 0 16 0 13 0 217225313 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16779] ppid=16772 vsize=1793116 CPUtime=0.01
/proc/16774/task/16779/stat : 16779 (java) S 16772 16774 16659 0 -1 64 27 0 0 0 0 1 0 0 16 0 13 0 217225315 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16780] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16780/stat : 16780 (java) S 16772 16774 16659 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217225316 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16781] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16781/stat : 16781 (java) S 16772 16774 16659 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217225316 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16782] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16782/stat : 16782 (java) S 16772 16774 16659 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217225320 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16783] ppid=16772 vsize=1793116 CPUtime=1.2
/proc/16774/task/16783/stat : 16783 (java) S 16772 16774 16659 0 -1 64 4447 0 0 0 118 2 0 0 16 0 13 0 217225320 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16774/tid=16784] ppid=16772 vsize=1793116 CPUtime=1.01
/proc/16774/task/16784/stat : 16784 (java) S 16772 16774 16659 0 -1 64 2100 0 0 0 101 0 0 0 17 0 13 0 217225320 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16785] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16785/stat : 16785 (java) S 16772 16774 16659 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 217225320 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16774/tid=16786] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16786/stat : 16786 (java) S 16772 16774 16659 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217225320 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16774/tid=16787] ppid=16772 vsize=1793116 CPUtime=0
/proc/16774/task/16787/stat : 16787 (java) S 16772 16774 16659 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 217226351 1836150784 62190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 57.85
Current children cumulated vsize (KiB) 1793116

Child status: 20
Real time (s): 54.2025
CPU time (s): 57.9402
CPU user time (s): 57.4603
CPU system time (s): 0.479927
CPU usage (%): 106.896
Max. virtual memory (cumulated for all children) (KiB): 1796028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.4603
system time used= 0.479927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78942
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= 2339
involuntary context switches= 2066

runsolver used 0.056991 second user time and 0.165974 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Tue Apr 24 10:51:19 UTC 2007

IDJOB= 419723
IDBENCH= 47794
IDSOLVER= 160
FILE ID= node12/419723-1177411878

PBS_JOBID= 4675683

Free space on /tmp= 66367 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  f83f841a8f4dff79c5180d1c656f5f99

RANDOM SEED= 349814098

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.239
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.239
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:       1861704 kB
Buffers:          7380 kB
Cached:         111304 kB
SwapCached:      11332 kB
Active:          82828 kB
Inactive:        62156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1861704 kB
SwapTotal:     4192956 kB
SwapFree:      4160056 kB
Dirty:           20520 kB
Writeback:           0 kB
Mapped:          33476 kB
Slab:            34716 kB
Committed_AS:  6105692 kB
PageTables:       1800 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= 66367 MiB

End job on node12 on Tue Apr 24 10:52:14 UTC 2007