Trace number 419947

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 56.0485 55.1694

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
jarvisalo/eq.atree.braun.7.unsat.opb
MD5SUMab67c1936d99d8869960e896b137b6d2
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 benchmark4.41433
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables505
Total number of constraints1696
Number of constraints which are clauses1696
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 constraint13
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 11
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 24
Number of bits of the biggest sum of numbers5
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/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/419947-1177415694/instance-419947-1177415694.opb
0.20/0.20	c reading problem ... 
0.60/0.59	c ... done. Wall clock time 0.392s.
0.60/0.59	c CPU time (experimental) 0.46s.
0.60/0.59	c #vars     505
0.60/0.59	c #constraints  1693
55.92/55.09	c starts		: 2
55.92/55.09	c conflicts		: 17723
55.92/55.09	c decisions		: 19095
55.92/55.09	c propagations		: 2563491
55.92/55.09	c inspects		: 30472266
55.92/55.09	c learnt literals	: 0
55.92/55.09	c learnt binary clauses	: 28
55.92/55.09	c learnt ternary clauses	: 112
55.92/55.09	c learnt clauses	: 17722
55.92/55.09	c root simplifications	: 0
55.92/55.09	c removed literals (reason simplification)	: 0
55.92/55.09	c reason swapping (by a shorter reason)	: 0
55.92/55.09	c Calls to reduceDB	: 0
55.92/55.09	c speed (decisions/second)	: 350.3734013468137
55.92/55.09	c non guided choices	8
55.92/55.09	s UNSATISFIABLE
55.92/55.09	c Total wall clock time (ms): 54.895

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/node68/watcher-419947-1177415694 -o ROOT/results/node68/solver-419947-1177415694 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419947-1177415694/sat4jPseudoCP.jar /tmp/evaluation/419947-1177415694/instance-419947-1177415694.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.96 0.97 0.99 2/64 8836
/proc/meminfo: memFree=1785584/2055920 swapFree=4183916/4192956
[pid=8836] ppid=8834 vsize=200 CPUtime=0
/proc/8836/stat : 8836 (java) R 8834 8836 8214 0 -1 0 43 0 0 0 0 0 0 0 18 0 1 0 217558912 204800 30 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 10477316 0 0 4096 0 0 0 0 17 1 0 0
/proc/8836/statm: 68 33 26 9 0 4 0

[startup+0.0602569 s]
/proc/loadavg: 0.96 0.97 0.99 2/64 8836
/proc/meminfo: memFree=1785584/2055920 swapFree=4183916/4192956
[pid=8836] ppid=8834 vsize=1777708 CPUtime=0.04
/proc/8836/stat : 8836 (java) S 8834 8836 8214 0 -1 0 3613 0 1 0 3 1 0 0 18 0 7 0 217558912 1820372992 3357 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/8836/statm: 444427 3357 1070 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.101261 s]
/proc/loadavg: 0.96 0.97 0.99 2/64 8836
/proc/meminfo: memFree=1785584/2055920 swapFree=4183916/4192956
[pid=8836] ppid=8834 vsize=1781132 CPUtime=0.09
/proc/8836/stat : 8836 (java) S 8834 8836 8214 0 -1 0 3978 0 1 0 6 3 0 0 18 0 12 0 217558912 1823879168 3721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8836/statm: 445283 3721 1123 9 0 442902 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1781132

[startup+0.301279 s]
/proc/loadavg: 0.96 0.97 0.99 2/64 8836
/proc/meminfo: memFree=1785584/2055920 swapFree=4183916/4192956
[pid=8836] ppid=8834 vsize=1782444 CPUtime=0.31
/proc/8836/stat : 8836 (java) S 8834 8836 8214 0 -1 0 5131 0 1 0 28 3 0 0 18 0 12 0 217558912 1825222656 4872 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8836/statm: 445611 4872 1263 9 0 443223 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782444

[startup+0.701316 s]
/proc/loadavg: 0.96 0.97 0.99 2/64 8836
/proc/meminfo: memFree=1785584/2055920 swapFree=4183916/4192956
[pid=8836] ppid=8834 vsize=1784164 CPUtime=0.85
/proc/8836/stat : 8836 (java) S 8834 8836 8214 0 -1 0 6674 0 1 0 81 4 0 0 18 0 13 0 217558912 1826983936 6133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8836/statm: 446041 6133 1300 9 0 443653 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 1784164

[startup+1.50238 s]
/proc/loadavg: 0.96 0.97 0.99 3/77 8849
/proc/meminfo: memFree=1760584/2055920 swapFree=4183916/4192956
[pid=8836] ppid=8834 vsize=1784416 CPUtime=2.11
/proc/8836/stat : 8836 (java) S 8834 8836 8214 0 -1 0 16063 0 1 0 203 8 0 0 18 0 13 0 217558912 1827241984 14126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8836/statm: 446104 14129 1314 9 0 443716 0
[pid=8836/tid=8838] ppid=8834 vsize=1784416 CPUtime=1.03
/proc/8836/task/8838/stat : 8838 (java) R 8834 8836 8214 0 -1 64 12553 0 1 0 97 6 0 0 25 0 13 0 217558913 1827241984 14130 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109600031 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8839] ppid=8834 vsize=1784416 CPUtime=0
/proc/8836/task/8839/stat : 8839 (java) S 8834 8836 8214 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 217558915 1827241984 14131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8840] ppid=8834 vsize=1784416 CPUtime=0
/proc/8836/task/8840/stat : 8840 (java) S 8834 8836 8214 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 217558915 1827241984 14133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8841] ppid=8834 vsize=1784416 CPUtime=0
/proc/8836/task/8841/stat : 8841 (java) S 8834 8836 8214 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 217558917 1827241984 14135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8842] ppid=8834 vsize=1784416 CPUtime=0
/proc/8836/task/8842/stat : 8842 (java) S 8834 8836 8214 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 217558917 1827241984 14137 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8843] ppid=8834 vsize=1784416 CPUtime=0
/proc/8836/task/8843/stat : 8843 (java) S 8834 8836 8214 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 217558917 1827241984 14139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8844] ppid=8834 vsize=1784416 CPUtime=0
/proc/8836/task/8844/stat : 8844 (java) S 8834 8836 8214 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 217558921 1827241984 14141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8845] ppid=8834 vsize=1784416 CPUtime=0.56
/proc/8836/task/8845/stat : 8845 (java) S 8834 8836 8214 0 -1 64 1795 0 0 0 56 0 0 0 16 0 13 0 217558921 1827241984 14142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8846] ppid=8834 vsize=1784416 CPUtime=0.49
/proc/8836/task/8846/stat : 8846 (java) S 8834 8836 8214 0 -1 64 995 0 0 0 49 0 0 0 16 0 13 0 217558921 1827241984 14144 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8847] ppid=8834 vsize=1784416 CPUtime=0
/proc/8836/task/8847/stat : 8847 (java) S 8834 8836 8214 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 217558921 1827241984 14146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8848] ppid=8834 vsize=1784416 CPUtime=0
/proc/8836/task/8848/stat : 8848 (java) R 8834 8836 8214 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 217558921 1827241984 14147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8849] ppid=8834 vsize=1784416 CPUtime=0
/proc/8836/task/8849/stat : 8849 (java) S 8834 8836 8214 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 217558972 1827241984 14149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 1784416

[startup+3.10253 s]
/proc/loadavg: 0.96 0.97 0.99 2/77 8849
/proc/meminfo: memFree=1667592/2055920 swapFree=4183916/4192956
[pid=8836] ppid=8834 vsize=1784416 CPUtime=3.79
/proc/8836/stat : 8836 (java) S 8834 8836 8214 0 -1 0 41429 0 1 0 361 18 0 0 18 0 13 0 217558912 1827241984 39455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8836/statm: 446104 39455 1323 9 0 443716 0
[pid=8836/tid=8838] ppid=8834 vsize=1784416 CPUtime=2.61
/proc/8836/task/8838/stat : 8838 (java) R 8834 8836 8214 0 -1 64 37708 0 1 0 245 16 0 0 25 0 13 0 217558913 1827241984 39455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109600074 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8839] ppid=8834 vsize=1784416 CPUtime=0
/proc/8836/task/8839/stat : 8839 (java) S 8834 8836 8214 0 -1 64 90 0 0 0 0 0 0 0 16 0 13 0 217558915 1827241984 39455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8840] ppid=8834 vsize=1784416 CPUtime=0
/proc/8836/task/8840/stat : 8840 (java) S 8834 8836 8214 0 -1 64 72 0 0 0 0 0 0 0 16 0 13 0 217558915 1827241984 39455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8841] ppid=8834 vsize=1784416 CPUtime=0
/proc/8836/task/8841/stat : 8841 (java) S 8834 8836 8214 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 217558917 1827241984 39455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8842] ppid=8834 vsize=1784416 CPUtime=0
/proc/8836/task/8842/stat : 8842 (java) S 8834 8836 8214 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217558917 1827241984 39455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8843] ppid=8834 vsize=1784416 CPUtime=0
/proc/8836/task/8843/stat : 8843 (java) S 8834 8836 8214 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217558917 1827241984 39455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8844] ppid=8834 vsize=1784416 CPUtime=0
/proc/8836/task/8844/stat : 8844 (java) S 8834 8836 8214 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 217558921 1827241984 39455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8845] ppid=8834 vsize=1784416 CPUtime=0.61
/proc/8836/task/8845/stat : 8845 (java) S 8834 8836 8214 0 -1 64 1798 0 0 0 61 0 0 0 16 0 13 0 217558921 1827241984 39455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8846] ppid=8834 vsize=1784416 CPUtime=0.52
/proc/8836/task/8846/stat : 8846 (java) S 8834 8836 8214 0 -1 64 1032 0 0 0 52 0 0 0 16 0 13 0 217558921 1827241984 39455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8847] ppid=8834 vsize=1784416 CPUtime=0
/proc/8836/task/8847/stat : 8847 (java) S 8834 8836 8214 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 217558921 1827241984 39455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8848] ppid=8834 vsize=1784416 CPUtime=0
/proc/8836/task/8848/stat : 8848 (java) S 8834 8836 8214 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 217558921 1827241984 39455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8849] ppid=8834 vsize=1784416 CPUtime=0
/proc/8836/task/8849/stat : 8849 (java) S 8834 8836 8214 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 217558972 1827241984 39455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 1784416

[startup+6.30281 s]
/proc/loadavg: 0.97 0.97 0.99 2/77 8849
/proc/meminfo: memFree=1630728/2055920 swapFree=4183916/4192956
[pid=8836] ppid=8834 vsize=1784360 CPUtime=7.02
/proc/8836/stat : 8836 (java) S 8834 8836 8214 0 -1 0 41825 0 1 0 684 18 0 0 18 0 13 0 217558912 1827184640 39564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8836/statm: 446090 39564 1323 9 0 443702 0
[pid=8836/tid=8838] ppid=8834 vsize=1784360 CPUtime=5.77
/proc/8836/task/8838/stat : 8838 (java) R 8834 8836 8214 0 -1 64 37713 0 1 0 561 16 0 0 18 0 13 0 217558913 1827184640 39564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109566584 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8839] ppid=8834 vsize=1784360 CPUtime=0.01
/proc/8836/task/8839/stat : 8839 (java) S 8834 8836 8214 0 -1 64 274 0 0 0 1 0 0 0 16 0 13 0 217558915 1827184640 39564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8840] ppid=8834 vsize=1784360 CPUtime=0.01
/proc/8836/task/8840/stat : 8840 (java) S 8834 8836 8214 0 -1 64 265 0 0 0 1 0 0 0 16 0 13 0 217558915 1827184640 39564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8841] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8841/stat : 8841 (java) S 8834 8836 8214 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 217558917 1827184640 39564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8842] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8842/stat : 8842 (java) S 8834 8836 8214 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217558917 1827184640 39564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8843] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8843/stat : 8843 (java) S 8834 8836 8214 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217558917 1827184640 39564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8844] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8844/stat : 8844 (java) S 8834 8836 8214 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 217558921 1827184640 39564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8845] ppid=8834 vsize=1784360 CPUtime=0.65
/proc/8836/task/8845/stat : 8845 (java) S 8834 8836 8214 0 -1 64 1801 0 0 0 65 0 0 0 16 0 13 0 217558921 1827184640 39564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8846] ppid=8834 vsize=1784360 CPUtime=0.54
/proc/8836/task/8846/stat : 8846 (java) S 8834 8836 8214 0 -1 64 1035 0 0 0 54 0 0 0 16 0 13 0 217558921 1827184640 39564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8847] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8847/stat : 8847 (java) S 8834 8836 8214 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 217558921 1827184640 39564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8848] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8848/stat : 8848 (java) S 8834 8836 8214 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 217558921 1827184640 39564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8849] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8849/stat : 8849 (java) S 8834 8836 8214 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 217558972 1827184640 39564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 1784360

[startup+12.7024 s]
/proc/loadavg: 0.97 0.97 0.99 2/77 8849
/proc/meminfo: memFree=1629008/2055920 swapFree=4183916/4192956
[pid=8836] ppid=8834 vsize=1784360 CPUtime=13.46
/proc/8836/stat : 8836 (java) S 8834 8836 8214 0 -1 0 43237 0 1 0 1327 19 0 0 18 0 13 0 217558912 1827184640 40119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8836/statm: 446090 40119 1329 9 0 443702 0
[pid=8836/tid=8838] ppid=8834 vsize=1784360 CPUtime=12.13
/proc/8836/task/8838/stat : 8838 (java) R 8834 8836 8214 0 -1 64 37721 0 1 0 1197 16 0 0 25 0 13 0 217558913 1827184640 40119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109656442 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8839] ppid=8834 vsize=1784360 CPUtime=0.02
/proc/8836/task/8839/stat : 8839 (java) S 8834 8836 8214 0 -1 64 952 0 0 0 2 0 0 0 16 0 13 0 217558915 1827184640 40119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8840] ppid=8834 vsize=1784360 CPUtime=0.02
/proc/8836/task/8840/stat : 8840 (java) S 8834 8836 8214 0 -1 64 983 0 0 0 2 0 0 0 16 0 13 0 217558915 1827184640 40119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8841] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8841/stat : 8841 (java) S 8834 8836 8214 0 -1 64 15 0 0 0 0 0 0 0 15 0 13 0 217558917 1827184640 40119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8842] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8842/stat : 8842 (java) S 8834 8836 8214 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217558917 1827184640 40119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8843] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8843/stat : 8843 (java) S 8834 8836 8214 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217558917 1827184640 40119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8844] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8844/stat : 8844 (java) S 8834 8836 8214 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 217558921 1827184640 40119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8845] ppid=8834 vsize=1784360 CPUtime=0.68
/proc/8836/task/8845/stat : 8845 (java) S 8834 8836 8214 0 -1 64 1808 0 0 0 68 0 0 0 16 0 13 0 217558921 1827184640 40119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8846] ppid=8834 vsize=1784360 CPUtime=0.55
/proc/8836/task/8846/stat : 8846 (java) S 8834 8836 8214 0 -1 64 1036 0 0 0 55 0 0 0 16 0 13 0 217558921 1827184640 40119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8847] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8847/stat : 8847 (java) S 8834 8836 8214 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 217558921 1827184640 40119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8848] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8848/stat : 8848 (java) S 8834 8836 8214 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 217558921 1827184640 40119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8849] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8849/stat : 8849 (java) S 8834 8836 8214 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 217558972 1827184640 40119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.46
Current children cumulated vsize (KiB) 1784360

[startup+25.5015 s]
/proc/loadavg: 1.06 0.99 0.99 2/77 8849
/proc/meminfo: memFree=1627152/2055920 swapFree=4183916/4192956
[pid=8836] ppid=8834 vsize=1784360 CPUtime=26.34
/proc/8836/stat : 8836 (java) S 8834 8836 8214 0 -1 0 44408 0 1 0 2615 19 0 0 18 0 13 0 217558912 1827184640 40694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8836/statm: 446090 40694 1331 9 0 443702 0
[pid=8836/tid=8838] ppid=8834 vsize=1784360 CPUtime=24.88
/proc/8836/task/8838/stat : 8838 (java) R 8834 8836 8214 0 -1 64 37742 0 1 0 2472 16 0 0 18 0 13 0 217558913 1827184640 40694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109599947 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8839] ppid=8834 vsize=1784360 CPUtime=0.05
/proc/8836/task/8839/stat : 8839 (java) S 8834 8836 8214 0 -1 64 1542 0 0 0 5 0 0 0 16 0 13 0 217558915 1827184640 40694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8840] ppid=8834 vsize=1784360 CPUtime=0.04
/proc/8836/task/8840/stat : 8840 (java) S 8834 8836 8214 0 -1 64 1530 0 0 0 4 0 0 0 15 0 13 0 217558915 1827184640 40694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

/proc/8836/task/8848/stat : 8848 (java) S 8834 8836 8214 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 217558921 1827184640 40694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8849] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8849/stat : 8849 (java) S 8834 8836 8214 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 217558972 1827184640 40694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.34
Current children cumulated vsize (KiB) 1784360

[startup+51.1019 s]
/proc/loadavg: 1.04 0.99 0.99 2/77 8849
/proc/meminfo: memFree=1624272/2055920 swapFree=4183916/4192956
[pid=8836] ppid=8834 vsize=1784360 CPUtime=52
/proc/8836/stat : 8836 (java) S 8834 8836 8214 0 -1 0 46170 0 1 0 5179 21 0 0 18 0 13 0 217558912 1827184640 41369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8836/statm: 446090 41369 1331 9 0 443702 0
[pid=8836/tid=8838] ppid=8834 vsize=1784360 CPUtime=50.35
/proc/8836/task/8838/stat : 8838 (java) R 8834 8836 8214 0 -1 64 37819 0 1 0 5019 16 0 0 17 0 13 0 217558913 1827184640 41369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109555741 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8839] ppid=8834 vsize=1784360 CPUtime=0.12
/proc/8836/task/8839/stat : 8839 (java) S 8834 8836 8214 0 -1 64 2376 0 0 0 12 0 0 0 16 0 13 0 217558915 1827184640 41369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8840] ppid=8834 vsize=1784360 CPUtime=0.12
/proc/8836/task/8840/stat : 8840 (java) S 8834 8836 8214 0 -1 64 2381 0 0 0 11 1 0 0 15 0 13 0 217558915 1827184640 41369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8841] ppid=8834 vsize=1784360 CPUtime=0.01
/proc/8836/task/8841/stat : 8841 (java) S 8834 8836 8214 0 -1 64 15 0 0 0 0 1 0 0 15 0 13 0 217558917 1827184640 41369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8842] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8842/stat : 8842 (java) S 8834 8836 8214 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217558917 1827184640 41369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8843] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8843/stat : 8843 (java) S 8834 8836 8214 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217558917 1827184640 41369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8844] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8844/stat : 8844 (java) S 8834 8836 8214 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 217558921 1827184640 41369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8845] ppid=8834 vsize=1784360 CPUtime=0.75
/proc/8836/task/8845/stat : 8845 (java) S 8834 8836 8214 0 -1 64 1821 0 0 0 75 0 0 0 17 0 13 0 217558921 1827184640 41369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8846] ppid=8834 vsize=1784360 CPUtime=0.57
/proc/8836/task/8846/stat : 8846 (java) S 8834 8836 8214 0 -1 64 1036 0 0 0 57 0 0 0 16 0 13 0 217558921 1827184640 41369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8847] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8847/stat : 8847 (java) S 8834 8836 8214 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 217558921 1827184640 41369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8848] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8848/stat : 8848 (java) S 8834 8836 8214 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 217558921 1827184640 41369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8849] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8849/stat : 8849 (java) S 8834 8836 8214 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 217558972 1827184640 41369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52
Current children cumulated vsize (KiB) 1784360

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

[startup+52.702 s]
/proc/loadavg: 1.04 0.99 0.99 2/77 8849
/proc/meminfo: memFree=1624208/2055920 swapFree=4183916/4192956
[pid=8836] ppid=8834 vsize=1784360 CPUtime=53.61
/proc/8836/stat : 8836 (java) S 8834 8836 8214 0 -1 0 46241 0 1 0 5340 21 0 0 18 0 13 0 217558912 1827184640 41366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8836/statm: 446090 41366 1331 9 0 443702 0
[pid=8836/tid=8838] ppid=8834 vsize=1784360 CPUtime=51.95
/proc/8836/task/8838/stat : 8838 (java) R 8834 8836 8214 0 -1 64 37826 0 1 0 5179 16 0 0 18 0 13 0 217558913 1827184640 41366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109599587 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8839] ppid=8834 vsize=1784360 CPUtime=0.13
/proc/8836/task/8839/stat : 8839 (java) S 8834 8836 8214 0 -1 64 2411 0 0 0 13 0 0 0 16 0 13 0 217558915 1827184640 41366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8840] ppid=8834 vsize=1784360 CPUtime=0.13
/proc/8836/task/8840/stat : 8840 (java) S 8834 8836 8214 0 -1 64 2410 0 0 0 12 1 0 0 15 0 13 0 217558915 1827184640 41366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8841] ppid=8834 vsize=1784360 CPUtime=0.01
/proc/8836/task/8841/stat : 8841 (java) S 8834 8836 8214 0 -1 64 15 0 0 0 0 1 0 0 15 0 13 0 217558917 1827184640 41366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8842] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8842/stat : 8842 (java) S 8834 8836 8214 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217558917 1827184640 41366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8843] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8843/stat : 8843 (java) S 8834 8836 8214 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217558917 1827184640 41366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8844] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8844/stat : 8844 (java) S 8834 8836 8214 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 217558921 1827184640 41366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8845] ppid=8834 vsize=1784360 CPUtime=0.75
/proc/8836/task/8845/stat : 8845 (java) S 8834 8836 8214 0 -1 64 1821 0 0 0 75 0 0 0 17 0 13 0 217558921 1827184640 41366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8846] ppid=8834 vsize=1784360 CPUtime=0.57
/proc/8836/task/8846/stat : 8846 (java) S 8834 8836 8214 0 -1 64 1036 0 0 0 57 0 0 0 16 0 13 0 217558921 1827184640 41366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8847] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8847/stat : 8847 (java) S 8834 8836 8214 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 217558921 1827184640 41366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8848] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8848/stat : 8848 (java) S 8834 8836 8214 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 217558921 1827184640 41366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8849] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8849/stat : 8849 (java) S 8834 8836 8214 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 217558972 1827184640 41366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.61
Current children cumulated vsize (KiB) 1784360

[startup+54.3021 s]
/proc/loadavg: 1.03 0.99 0.99 2/77 8849
/proc/meminfo: memFree=1624208/2055920 swapFree=4183916/4192956
[pid=8836] ppid=8834 vsize=1784360 CPUtime=55.22
/proc/8836/stat : 8836 (java) S 8834 8836 8214 0 -1 0 46318 0 1 0 5500 22 0 0 18 0 13 0 217558912 1827184640 41370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8836/statm: 446090 41370 1331 9 0 443702 0
[pid=8836/tid=8838] ppid=8834 vsize=1784360 CPUtime=53.53
/proc/8836/task/8838/stat : 8838 (java) R 8834 8836 8214 0 -1 64 37834 0 1 0 5337 16 0 0 17 0 13 0 217558913 1827184640 41370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109533642 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8839] ppid=8834 vsize=1784360 CPUtime=0.14
/proc/8836/task/8839/stat : 8839 (java) S 8834 8836 8214 0 -1 64 2445 0 0 0 14 0 0 0 16 0 13 0 217558915 1827184640 41370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8840] ppid=8834 vsize=1784360 CPUtime=0.14
/proc/8836/task/8840/stat : 8840 (java) S 8834 8836 8214 0 -1 64 2445 0 0 0 13 1 0 0 15 0 13 0 217558915 1827184640 41370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8841] ppid=8834 vsize=1784360 CPUtime=0.01
/proc/8836/task/8841/stat : 8841 (java) S 8834 8836 8214 0 -1 64 15 0 0 0 0 1 0 0 16 0 13 0 217558917 1827184640 41370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8842] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8842/stat : 8842 (java) S 8834 8836 8214 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217558917 1827184640 41370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8843] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8843/stat : 8843 (java) S 8834 8836 8214 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217558917 1827184640 41370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8844] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8844/stat : 8844 (java) S 8834 8836 8214 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 217558921 1827184640 41370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8845] ppid=8834 vsize=1784360 CPUtime=0.75
/proc/8836/task/8845/stat : 8845 (java) S 8834 8836 8214 0 -1 64 1821 0 0 0 75 0 0 0 17 0 13 0 217558921 1827184640 41370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8846] ppid=8834 vsize=1784360 CPUtime=0.57
/proc/8836/task/8846/stat : 8846 (java) S 8834 8836 8214 0 -1 64 1036 0 0 0 57 0 0 0 16 0 13 0 217558921 1827184640 41370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8847] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8847/stat : 8847 (java) S 8834 8836 8214 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 217558921 1827184640 41370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8848] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8848/stat : 8848 (java) S 8834 8836 8214 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 217558921 1827184640 41370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8849] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8849/stat : 8849 (java) S 8834 8836 8214 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 217558972 1827184640 41370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 55.22
Current children cumulated vsize (KiB) 1784360

[startup+54.7022 s]
/proc/loadavg: 1.03 0.99 0.99 2/77 8849
/proc/meminfo: memFree=1624208/2055920 swapFree=4183916/4192956
[pid=8836] ppid=8834 vsize=1784360 CPUtime=55.62
/proc/8836/stat : 8836 (java) S 8834 8836 8214 0 -1 0 46336 0 1 0 5540 22 0 0 18 0 13 0 217558912 1827184640 41369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8836/statm: 446090 41369 1331 9 0 443702 0
[pid=8836/tid=8838] ppid=8834 vsize=1784360 CPUtime=53.93
/proc/8836/task/8838/stat : 8838 (java) R 8834 8836 8214 0 -1 64 37836 0 1 0 5377 16 0 0 17 0 13 0 217558913 1827184640 41369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109566253 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8839] ppid=8834 vsize=1784360 CPUtime=0.14
/proc/8836/task/8839/stat : 8839 (java) S 8834 8836 8214 0 -1 64 2453 0 0 0 14 0 0 0 16 0 13 0 217558915 1827184640 41369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8840] ppid=8834 vsize=1784360 CPUtime=0.14
/proc/8836/task/8840/stat : 8840 (java) S 8834 8836 8214 0 -1 64 2453 0 0 0 13 1 0 0 16 0 13 0 217558915 1827184640 41369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8841] ppid=8834 vsize=1784360 CPUtime=0.01
/proc/8836/task/8841/stat : 8841 (java) S 8834 8836 8214 0 -1 64 15 0 0 0 0 1 0 0 15 0 13 0 217558917 1827184640 41369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8842] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8842/stat : 8842 (java) S 8834 8836 8214 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217558917 1827184640 41369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8843] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8843/stat : 8843 (java) S 8834 8836 8214 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217558917 1827184640 41369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8844] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8844/stat : 8844 (java) S 8834 8836 8214 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 217558921 1827184640 41369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8845] ppid=8834 vsize=1784360 CPUtime=0.75
/proc/8836/task/8845/stat : 8845 (java) S 8834 8836 8214 0 -1 64 1821 0 0 0 75 0 0 0 17 0 13 0 217558921 1827184640 41369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8846] ppid=8834 vsize=1784360 CPUtime=0.57
/proc/8836/task/8846/stat : 8846 (java) S 8834 8836 8214 0 -1 64 1036 0 0 0 57 0 0 0 16 0 13 0 217558921 1827184640 41369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8847] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8847/stat : 8847 (java) S 8834 8836 8214 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 217558921 1827184640 41369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8848] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8848/stat : 8848 (java) S 8834 8836 8214 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 217558921 1827184640 41369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8849] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8849/stat : 8849 (java) S 8834 8836 8214 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 217558972 1827184640 41369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 55.62
Current children cumulated vsize (KiB) 1784360

[startup+55.1022 s]
/proc/loadavg: 1.03 0.99 0.99 2/77 8849
/proc/meminfo: memFree=1624272/2055920 swapFree=4183916/4192956
[pid=8836] ppid=8834 vsize=1784360 CPUtime=56.02
/proc/8836/stat : 8836 (java) S 8834 8836 8214 0 -1 0 46356 0 1 0 5580 22 0 0 18 0 12 0 217558912 1827184640 41371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8836/statm: 446090 41371 1332 9 0 443702 0
[pid=8836/tid=8838] ppid=8834 vsize=1784360 CPUtime=54.33
/proc/8836/task/8838/stat : 8838 (java) S 8834 8836 8214 0 -1 64 37842 0 1 0 5417 16 0 0 19 0 12 0 217558913 1827184640 41371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8839] ppid=8834 vsize=1784360 CPUtime=0.14
/proc/8836/task/8839/stat : 8839 (java) S 8834 8836 8214 0 -1 64 2460 0 0 0 14 0 0 0 16 0 12 0 217558915 1827184640 41371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8840] ppid=8834 vsize=1784360 CPUtime=0.14
/proc/8836/task/8840/stat : 8840 (java) S 8834 8836 8214 0 -1 64 2458 0 0 0 13 1 0 0 16 0 12 0 217558915 1827184640 41371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8841] ppid=8834 vsize=1784360 CPUtime=0.01
/proc/8836/task/8841/stat : 8841 (java) S 8834 8836 8214 0 -1 64 15 0 0 0 0 1 0 0 15 0 12 0 217558917 1827184640 41371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8842] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8842/stat : 8842 (java) S 8834 8836 8214 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 217558917 1827184640 41371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8843] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8843/stat : 8843 (java) S 8834 8836 8214 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 217558917 1827184640 41371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8844] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8844/stat : 8844 (java) S 8834 8836 8214 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 217558921 1827184640 41371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8845] ppid=8834 vsize=1784360 CPUtime=0.75
/proc/8836/task/8845/stat : 8845 (java) S 8834 8836 8214 0 -1 64 1821 0 0 0 75 0 0 0 17 0 12 0 217558921 1827184640 41371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8836/tid=8846] ppid=8834 vsize=1784360 CPUtime=0.57
/proc/8836/task/8846/stat : 8846 (java) S 8834 8836 8214 0 -1 64 1036 0 0 0 57 0 0 0 16 0 12 0 217558921 1827184640 41371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8847] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8847/stat : 8847 (java) S 8834 8836 8214 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 217558921 1827184640 41371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8836/tid=8848] ppid=8834 vsize=1784360 CPUtime=0
/proc/8836/task/8848/stat : 8848 (java) S 8834 8836 8214 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 217558921 1827184640 41371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 56.02
Current children cumulated vsize (KiB) 1784360

Child status: 20
Real time (s): 55.1694
CPU time (s): 56.0485
CPU user time (s): 55.8025
CPU system time (s): 0.245962
CPU usage (%): 101.593
Max. virtual memory (cumulated for all children) (KiB): 1784984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.8025
system time used= 0.245962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46358
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= 2539
involuntary context switches= 1401

runsolver used 0.071989 second user time and 0.140978 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Tue Apr 24 11:54:54 UTC 2007

IDJOB= 419947
IDBENCH= 47810
IDSOLVER= 160
FILE ID= node68/419947-1177415694

PBS_JOBID= 4675643

Free space on /tmp= 66441 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/jarvisalo/eq.atree.braun.7.unsat.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419947-1177415694/sat4jPseudoCP.jar /tmp/evaluation/419947-1177415694/instance-419947-1177415694.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-419947-1177415694 -o ROOT/results/node68/solver-419947-1177415694 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419947-1177415694/sat4jPseudoCP.jar /tmp/evaluation/419947-1177415694/instance-419947-1177415694.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  ab67c1936d99d8869960e896b137b6d2

RANDOM SEED= 247046532

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node68.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.216
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.216
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:       1785928 kB
Buffers:         28348 kB
Cached:         174860 kB
SwapCached:       3172 kB
Active:          63444 kB
Inactive:       150016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1785928 kB
SwapTotal:     4192956 kB
SwapFree:      4183916 kB
Dirty:            3792 kB
Writeback:           0 kB
Mapped:          16128 kB
Slab:            42532 kB
Committed_AS:  2860424 kB
PageTables:       1380 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= 66441 MiB

End job on node68 on Tue Apr 24 11:55:49 UTC 2007