Trace number 420091

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23SAT 482.216 472.506

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/
industrial/palacios/uts/uts-l06-ipc5-h35-unknown.opb
MD5SUMecd892960cc360ea30071d6d2b01c7e5
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark141.067
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables196689
Total number of constraints912286
Number of constraints which are clauses912286
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 constraint591
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 589
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1180
Number of bits of the biggest sum of numbers11
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)

Sorry, but this trace is too large and cannot be obtained.

Verifier Data (download as text)

OK	0

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node6/watcher-420091-1177418775 -o ROOT/results/node6/solver-420091-1177418775 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420091-1177418775/sat4jPseudoCPClause.jar /tmp/evaluation/420091-1177418775/instance-420091-1177418775.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.95 1.00 0.99 2/77 19564
/proc/meminfo: memFree=1881720/2055924 swapFree=4137960/4192956
[pid=19564] ppid=19562 vsize=152 CPUtime=0
/proc/19564/stat : 19564 (java) R 19562 19564 18440 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 217915324 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2188068 0 0 4096 0 0 0 0 17 1 0 0
/proc/19564/statm: 38 26 19 9 0 4 0

[startup+0.00894698 s]
/proc/loadavg: 0.95 1.00 0.99 2/77 19564
/proc/meminfo: memFree=1881720/2055924 swapFree=4137960/4192956
[pid=19564] ppid=19562 vsize=152 CPUtime=0
/proc/19564/stat : 19564 (java) R 19562 19564 18440 0 -1 0 203 0 0 0 0 0 0 0 18 0 1 0 217915324 155648 26 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 2188068 0 0 4096 0 0 0 0 17 1 0 0
/proc/19564/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152

[startup+0.101965 s]
/proc/loadavg: 0.95 1.00 0.99 2/77 19564
/proc/meminfo: memFree=1881720/2055924 swapFree=4137960/4192956
[pid=19564] ppid=19562 vsize=1780112 CPUtime=0.08
/proc/19564/stat : 19564 (java) S 19562 19564 18440 0 -1 0 3976 0 1 0 6 2 0 0 18 0 12 0 217915324 1822834688 3719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19564/statm: 445028 3719 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301986 s]
/proc/loadavg: 0.95 1.00 0.99 2/77 19564
/proc/meminfo: memFree=1881720/2055924 swapFree=4137960/4192956
[pid=19564] ppid=19562 vsize=1781408 CPUtime=0.31
/proc/19564/stat : 19564 (java) S 19562 19564 18440 0 -1 0 6824 0 1 0 27 4 0 0 18 0 12 0 217915324 1824161792 6564 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19564/statm: 445352 6564 1263 9 0 442963 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781408

[startup+0.701035 s]
/proc/loadavg: 0.95 1.00 0.99 2/77 19564
/proc/meminfo: memFree=1881720/2055924 swapFree=4137960/4192956
[pid=19564] ppid=19562 vsize=1783648 CPUtime=0.88
/proc/19564/stat : 19564 (java) S 19562 19564 18440 0 -1 0 8440 0 1 0 84 4 0 0 18 0 12 0 217915324 1826455552 8073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19564/statm: 445912 8073 1301 9 0 443523 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1783648

[startup+1.50112 s]
/proc/loadavg: 0.95 1.00 0.99 2/89 19576
/proc/meminfo: memFree=1847000/2055924 swapFree=4137960/4192956
[pid=19564] ppid=19562 vsize=1788344 CPUtime=2.16
/proc/19564/stat : 19564 (java) S 19562 19564 18440 0 -1 0 20755 0 1 0 206 10 0 0 18 0 12 0 217915324 1831264256 17372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19564/statm: 447086 17374 1303 9 0 444697 0
[pid=19564/tid=19566] ppid=19562 vsize=1788344 CPUtime=0.99
/proc/19564/task/19566/stat : 19566 (java) R 19562 19564 18440 0 -1 64 14917 0 1 0 92 7 0 0 19 0 12 0 217915325 1831264256 17375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109662906 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19564/tid=19567] ppid=19562 vsize=1788344 CPUtime=0
/proc/19564/task/19567/stat : 19567 (java) S 19562 19564 18440 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 217915327 1831264256 17376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19568] ppid=19562 vsize=1788344 CPUtime=0
/proc/19564/task/19568/stat : 19568 (java) S 19562 19564 18440 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 217915327 1831264256 17377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19564/tid=19569] ppid=19562 vsize=1788344 CPUtime=0
/proc/19564/task/19569/stat : 19569 (java) S 19562 19564 18440 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 217915329 1831264256 17379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19570] ppid=19562 vsize=1788344 CPUtime=0
/proc/19564/task/19570/stat : 19570 (java) S 19562 19564 18440 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 217915329 1831264256 17380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19571] ppid=19562 vsize=1788344 CPUtime=0
/proc/19564/task/19571/stat : 19571 (java) S 19562 19564 18440 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 217915329 1831264256 17381 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19572] ppid=19562 vsize=1788344 CPUtime=0
/proc/19564/task/19572/stat : 19572 (java) S 19562 19564 18440 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 217915333 1831264256 17382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19573] ppid=19562 vsize=1788344 CPUtime=0.58
/proc/19564/task/19573/stat : 19573 (java) S 19562 19564 18440 0 -1 64 2834 0 0 0 57 1 0 0 16 0 12 0 217915333 1831264256 17383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19574] ppid=19562 vsize=1788344 CPUtime=0.56
/proc/19564/task/19574/stat : 19574 (java) S 19562 19564 18440 0 -1 64 2288 0 0 0 55 1 0 0 16 0 12 0 217915333 1831264256 17384 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19564/tid=19575] ppid=19562 vsize=1788344 CPUtime=0
/proc/19564/task/19575/stat : 19575 (java) S 19562 19564 18440 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 217915333 1831264256 17385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19576] ppid=19562 vsize=1788344 CPUtime=0
/proc/19564/task/19576/stat : 19576 (java) S 19562 19564 18440 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 217915333 1831264256 17386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 1788344

[startup+3.10131 s]
/proc/loadavg: 0.96 1.00 0.99 2/89 19576
/proc/meminfo: memFree=1749784/2055924 swapFree=4137960/4192956
[pid=19564] ppid=19562 vsize=1788668 CPUtime=3.81
/proc/19564/stat : 19564 (java) S 19562 19564 18440 0 -1 0 46547 0 1 0 358 23 0 0 18 0 12 0 217915324 1831596032 43156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19564/statm: 447167 43156 1312 9 0 444778 0
[pid=19564/tid=19566] ppid=19562 vsize=1788668 CPUtime=2.53
/proc/19564/task/19566/stat : 19566 (java) R 19562 19564 18440 0 -1 64 37675 0 1 0 236 17 0 0 22 0 12 0 217915325 1831596032 43156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109517256 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19564/tid=19567] ppid=19562 vsize=1788668 CPUtime=0.05
/proc/19564/task/19567/stat : 19567 (java) S 19562 19564 18440 0 -1 64 1696 0 0 0 4 1 0 0 16 0 12 0 217915327 1831596032 43156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19568] ppid=19562 vsize=1788668 CPUtime=0.04
/proc/19564/task/19568/stat : 19568 (java) S 19562 19564 18440 0 -1 64 1330 0 0 0 4 0 0 0 16 0 12 0 217915327 1831596032 43156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19564/tid=19569] ppid=19562 vsize=1788668 CPUtime=0
/proc/19564/task/19569/stat : 19569 (java) S 19562 19564 18440 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 217915329 1831596032 43156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19570] ppid=19562 vsize=1788668 CPUtime=0
/proc/19564/task/19570/stat : 19570 (java) S 19562 19564 18440 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 217915329 1831596032 43156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19571] ppid=19562 vsize=1788668 CPUtime=0
/proc/19564/task/19571/stat : 19571 (java) S 19562 19564 18440 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 217915329 1831596032 43156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19572] ppid=19562 vsize=1788668 CPUtime=0
/proc/19564/task/19572/stat : 19572 (java) S 19562 19564 18440 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 217915333 1831596032 43156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19573] ppid=19562 vsize=1788668 CPUtime=0.58
/proc/19564/task/19573/stat : 19573 (java) S 19562 19564 18440 0 -1 64 2834 0 0 0 57 1 0 0 16 0 12 0 217915333 1831596032 43156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19574] ppid=19562 vsize=1788668 CPUtime=0.56
/proc/19564/task/19574/stat : 19574 (java) S 19562 19564 18440 0 -1 64 2288 0 0 0 55 1 0 0 16 0 12 0 217915333 1831596032 43156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19564/tid=19575] ppid=19562 vsize=1788668 CPUtime=0
/proc/19564/task/19575/stat : 19575 (java) S 19562 19564 18440 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 217915333 1831596032 43156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19576] ppid=19562 vsize=1788668 CPUtime=0
/proc/19564/task/19576/stat : 19576 (java) S 19562 19564 18440 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 217915333 1831596032 43156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 1788668

[startup+6.30268 s]
/proc/loadavg: 0.96 1.00 0.99 2/89 19576
/proc/meminfo: memFree=1684376/2055924 swapFree=4137960/4192956
[pid=19564] ppid=19562 vsize=1789124 CPUtime=7.37
/proc/19564/stat : 19564 (java) S 19562 19564 18440 0 -1 0 57639 0 1 0 708 29 0 0 18 0 12 0 217915324 1832062976 53446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19564/statm: 447281 53446 1313 9 0 444892 0
[pid=19564/tid=19566] ppid=19562 vsize=1789124 CPUtime=5.36
/proc/19564/task/19566/stat : 19566 (java) R 19562 19564 18440 0 -1 64 37679 0 1 0 518 18 0 0 21 0 12 0 217915325 1832062976 53446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109681011 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19564/tid=19567] ppid=19562 vsize=1789124 CPUtime=0.41
/proc/19564/task/19567/stat : 19567 (java) S 19562 19564 18440 0 -1 64 7286 0 0 0 37 4 0 0 16 0 12 0 217915327 1832062976 53446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19568] ppid=19562 vsize=1789124 CPUtime=0.4
/proc/19564/task/19568/stat : 19568 (java) S 19562 19564 18440 0 -1 64 6822 0 0 0 37 3 0 0 16 0 12 0 217915327 1832062976 53446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19564/tid=19569] ppid=19562 vsize=1789124 CPUtime=0
/proc/19564/task/19569/stat : 19569 (java) S 19562 19564 18440 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 217915329 1832062976 53446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19570] ppid=19562 vsize=1789124 CPUtime=0
/proc/19564/task/19570/stat : 19570 (java) S 19562 19564 18440 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 217915329 1832062976 53446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19571] ppid=19562 vsize=1789124 CPUtime=0
/proc/19564/task/19571/stat : 19571 (java) S 19562 19564 18440 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 217915329 1832062976 53446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19572] ppid=19562 vsize=1789124 CPUtime=0
/proc/19564/task/19572/stat : 19572 (java) S 19562 19564 18440 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 217915333 1832062976 53446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19573] ppid=19562 vsize=1789124 CPUtime=0.59
/proc/19564/task/19573/stat : 19573 (java) S 19562 19564 18440 0 -1 64 2834 0 0 0 58 1 0 0 17 0 12 0 217915333 1832062976 53446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19574] ppid=19562 vsize=1789124 CPUtime=0.57
/proc/19564/task/19574/stat : 19574 (java) S 19562 19564 18440 0 -1 64 2289 0 0 0 56 1 0 0 17 0 12 0 217915333 1832062976 53446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19564/tid=19575] ppid=19562 vsize=1789124 CPUtime=0
/proc/19564/task/19575/stat : 19575 (java) S 19562 19564 18440 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 217915333 1832062976 53446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19576] ppid=19562 vsize=1789124 CPUtime=0
/proc/19564/task/19576/stat : 19576 (java) S 19562 19564 18440 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 217915333 1832062976 53446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.37
Current children cumulated vsize (KiB) 1789124

[startup+12.7024 s]
/proc/loadavg: 0.96 1.00 0.99 2/89 19576
/proc/meminfo: memFree=1627224/2055924 swapFree=4137960/4192956
[pid=19564] ppid=19562 vsize=1792324 CPUtime=15.16
/proc/19564/stat : 19564 (java) S 19562 19564 18440 0 -1 0 74234 0 1 0 1481 35 0 0 18 0 12 0 217915324 1835339776 67244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19564/statm: 448081 67244 1313 9 0 445692 0
[pid=19564/tid=19566] ppid=19562 vsize=1792324 CPUtime=10.34
/proc/19564/task/19566/stat : 19566 (java) R 19562 19564 18440 0 -1 64 37687 0 1 0 1016 18 0 0 18 0 12 0 217915325 1835339776 67244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109568158 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19564/tid=19567] ppid=19562 vsize=1792324 CPUtime=1.81
/proc/19564/task/19567/stat : 19567 (java) S 19562 19564 18440 0 -1 64 14891 0 0 0 174 7 0 0 16 0 12 0 217915327 1835339776 67244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19568] ppid=19562 vsize=1792324 CPUtime=1.81
/proc/19564/task/19568/stat : 19568 (java) S 19562 19564 18440 0 -1 64 15802 0 0 0 175 6 0 0 16 0 12 0 217915327 1835339776 67244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19564/tid=19569] ppid=19562 vsize=1792324 CPUtime=0
/proc/19564/task/19569/stat : 19569 (java) S 19562 19564 18440 0 -1 64 15 0 0 0 0 0 0 0 15 0 12 0 217915329 1835339776 67244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19570] ppid=19562 vsize=1792324 CPUtime=0
/proc/19564/task/19570/stat : 19570 (java) S 19562 19564 18440 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 217915329 1835339776 67244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19571] ppid=19562 vsize=1792324 CPUtime=0
/proc/19564/task/19571/stat : 19571 (java) S 19562 19564 18440 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 217915329 1835339776 67244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19572] ppid=19562 vsize=1792324 CPUtime=0
/proc/19564/task/19572/stat : 19572 (java) S 19562 19564 18440 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 217915333 1835339776 67244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19573] ppid=19562 vsize=1792324 CPUtime=0.59
/proc/19564/task/19573/stat : 19573 (java) S 19562 19564 18440 0 -1 64 2834 0 0 0 58 1 0 0 16 0 12 0 217915333 1835339776 67244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19574] ppid=19562 vsize=1792324 CPUtime=0.57
/proc/19564/task/19574/stat : 19574 (java) S 19562 19564 18440 0 -1 64 2289 0 0 0 56 1 0 0 17 0 12 0 217915333 1835339776 67244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19564/tid=19575] ppid=19562 vsize=1792324 CPUtime=0
/proc/19564/task/19575/stat : 19575 (java) S 19562 19564 18440 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 217915333 1835339776 67244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19576] ppid=19562 vsize=1792324 CPUtime=0
/proc/19564/task/19576/stat : 19576 (java) S 19562 19564 18440 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 217915333 1835339776 67244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.16
Current children cumulated vsize (KiB) 1792324

[startup+25.5019 s]
/proc/loadavg: 1.04 1.02 1.00 2/90 19577
/proc/meminfo: memFree=1570704/2055924 swapFree=4137960/4192956
[pid=19564] ppid=19562 vsize=1793672 CPUtime=29.56
/proc/19564/stat : 19564 (java) S 19562 19564 18440 0 -1 0 89160 0 1 0 2912 44 0 0 18 0 13 0 217915324 1836720128 78822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19564/statm: 448418 78822 1327 9 0 446029 0
[pid=19564/tid=19566] ppid=19562 vsize=1793672 CPUtime=22.09
/proc/19564/task/19566/stat : 19566 (java) R 19562 19564 18440 0 -1 64 37739 0 1 0 2190 19 0 0 25 0 13 0 217915325 1836720128 78822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109892510 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19564/tid=19567] ppid=19562 vsize=1793672 CPUtime=2.47
/proc/19564/task/19567/stat : 19567 (java) S 19562 19564 18440 0 -1 64 21256 0 0 0 237 10 0 0 16 0 13 0 217915327 1836720128 78822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19564/tid=19568] ppid=19562 vsize=1793672 CPUtime=2.48
/proc/19564/task/19568/stat : 19568 (java) S 19562 19564 18440 0 -1 64 21053 0 0 0 239 9 0 0 17 0 13 0 217915327 1836720128 78822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19569] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19569/stat : 19569 (java) S 19562 19564 18440 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 217915329 1836720128 78822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19564/tid=19570] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19570/stat : 19570 (java) S 19562 19564 18440 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217915329 1836720128 78822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19571] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19571/stat : 19571 (java) S 19562 19564 18440 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217915329 1836720128 78822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19572] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19572/stat : 19572 (java) S 19562 19564 18440 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 217915333 1836720128 78822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=19564] ppid=19562 vsize=1793672 CPUtime=471.85
/proc/19564/stat : 19564 (java) S 19562 19564 18440 0 -1 0 92746 0 1 0 47103 82 0 0 18 0 13 0 217915324 1836720128 81982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19564/statm: 448418 81982 1328 9 0 446029 0
[pid=19564/tid=19566] ppid=19562 vsize=1793672 CPUtime=451.79
/proc/19564/task/19566/stat : 19566 (java) R 19562 19564 18440 0 -1 64 38722 0 1 0 45156 23 0 0 18 0 13 0 217915325 1836720128 81982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109892355 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19567] ppid=19562 vsize=1793672 CPUtime=8.56
/proc/19564/task/19567/stat : 19567 (java) S 19562 19564 18440 0 -1 64 22575 0 0 0 831 25 0 0 16 0 13 0 217915327 1836720128 81982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19568] ppid=19562 vsize=1793672 CPUtime=8.58
/proc/19564/task/19568/stat : 19568 (java) S 19562 19564 18440 0 -1 64 22321 0 0 0 833 25 0 0 16 0 13 0 217915327 1836720128 81982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19564/tid=19569] ppid=19562 vsize=1793672 CPUtime=0.06
/proc/19564/task/19569/stat : 19569 (java) S 19562 19564 18440 0 -1 64 29 0 0 0 5 1 0 0 16 0 13 0 217915329 1836720128 81982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19564/tid=19570] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19570/stat : 19570 (java) S 19562 19564 18440 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217915329 1836720128 81982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19571] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19571/stat : 19571 (java) S 19562 19564 18440 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217915329 1836720128 81982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19572] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19572/stat : 19572 (java) S 19562 19564 18440 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 217915333 1836720128 81982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19573] ppid=19562 vsize=1793672 CPUtime=1.54
/proc/19564/task/19573/stat : 19573 (java) S 19562 19564 18440 0 -1 64 4206 0 0 0 152 2 0 0 17 0 13 0 217915333 1836720128 81982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19564/tid=19574] ppid=19562 vsize=1793672 CPUtime=1.24
/proc/19564/task/19574/stat : 19574 (java) S 19562 19564 18440 0 -1 64 4173 0 0 0 123 1 0 0 16 0 13 0 217915333 1836720128 81982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19575] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19575/stat : 19575 (java) S 19562 19564 18440 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 217915333 1836720128 81982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19576] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19576/stat : 19576 (java) S 19562 19564 18440 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217915333 1836720128 81982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19564/tid=19577] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19577/stat : 19577 (java) S 19562 19564 18440 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 217917002 1836720128 81982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 471.85
Current children cumulated vsize (KiB) 1793672

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

[startup+467.103 s]
/proc/loadavg: 1.06 1.04 1.00 2/90 19577
/proc/meminfo: memFree=1557584/2055924 swapFree=4137960/4192956
[pid=19564] ppid=19562 vsize=1793672 CPUtime=476.69
/proc/19564/stat : 19564 (java) S 19562 19564 18440 0 -1 0 92766 0 1 0 47587 82 0 0 18 0 13 0 217915324 1836720128 81998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19564/statm: 448418 81998 1328 9 0 446029 0
[pid=19564/tid=19566] ppid=19562 vsize=1793672 CPUtime=456.54
/proc/19564/task/19566/stat : 19566 (java) R 19562 19564 18440 0 -1 64 38726 0 1 0 45630 24 0 0 25 0 13 0 217915325 1836720128 81998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109892598 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19567] ppid=19562 vsize=1793672 CPUtime=8.62
/proc/19564/task/19567/stat : 19567 (java) S 19562 19564 18440 0 -1 64 22578 0 0 0 836 26 0 0 16 0 13 0 217915327 1836720128 81998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19564/tid=19568] ppid=19562 vsize=1793672 CPUtime=8.63
/proc/19564/task/19568/stat : 19568 (java) S 19562 19564 18440 0 -1 64 22334 0 0 0 838 25 0 0 16 0 13 0 217915327 1836720128 81998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19569] ppid=19562 vsize=1793672 CPUtime=0.06
/proc/19564/task/19569/stat : 19569 (java) S 19562 19564 18440 0 -1 64 29 0 0 0 5 1 0 0 16 0 13 0 217915329 1836720128 81998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19570] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19570/stat : 19570 (java) S 19562 19564 18440 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217915329 1836720128 81998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19571] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19571/stat : 19571 (java) S 19562 19564 18440 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217915329 1836720128 81998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19572] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19572/stat : 19572 (java) S 19562 19564 18440 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 217915333 1836720128 81998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19573] ppid=19562 vsize=1793672 CPUtime=1.54
/proc/19564/task/19573/stat : 19573 (java) S 19562 19564 18440 0 -1 64 4206 0 0 0 152 2 0 0 17 0 13 0 217915333 1836720128 81998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19564/tid=19574] ppid=19562 vsize=1793672 CPUtime=1.24
/proc/19564/task/19574/stat : 19574 (java) S 19562 19564 18440 0 -1 64 4173 0 0 0 123 1 0 0 16 0 13 0 217915333 1836720128 81998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19575] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19575/stat : 19575 (java) S 19562 19564 18440 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 217915333 1836720128 81998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19576] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19576/stat : 19576 (java) S 19562 19564 18440 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217915333 1836720128 81998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19577] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19577/stat : 19577 (java) S 19562 19564 18440 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 217917002 1836720128 81998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 476.69
Current children cumulated vsize (KiB) 1793672

[startup+470.301 s]
/proc/loadavg: 1.05 1.04 1.00 2/90 19577
/proc/meminfo: memFree=1557456/2055924 swapFree=4137960/4192956
[pid=19564] ppid=19562 vsize=1793672 CPUtime=479.91
/proc/19564/stat : 19564 (java) S 19562 19564 18440 0 -1 0 92786 0 1 0 47909 82 0 0 18 0 13 0 217915324 1836720128 82015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19564/statm: 448418 82015 1328 9 0 446029 0
[pid=19564/tid=19566] ppid=19562 vsize=1793672 CPUtime=459.69
/proc/19564/task/19566/stat : 19566 (java) R 19562 19564 18440 0 -1 64 38729 0 1 0 45945 24 0 0 25 0 13 0 217915325 1836720128 82015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109892528 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19567] ppid=19562 vsize=1793672 CPUtime=8.67
/proc/19564/task/19567/stat : 19567 (java) S 19562 19564 18440 0 -1 64 22579 0 0 0 841 26 0 0 16 0 13 0 217915327 1836720128 82015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19564/tid=19568] ppid=19562 vsize=1793672 CPUtime=8.66
/proc/19564/task/19568/stat : 19568 (java) S 19562 19564 18440 0 -1 64 22350 0 0 0 841 25 0 0 16 0 13 0 217915327 1836720128 82015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19569] ppid=19562 vsize=1793672 CPUtime=0.06
/proc/19564/task/19569/stat : 19569 (java) S 19562 19564 18440 0 -1 64 29 0 0 0 5 1 0 0 15 0 13 0 217915329 1836720128 82015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19570] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19570/stat : 19570 (java) S 19562 19564 18440 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217915329 1836720128 82015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19571] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19571/stat : 19571 (java) S 19562 19564 18440 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217915329 1836720128 82015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19572] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19572/stat : 19572 (java) S 19562 19564 18440 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 217915333 1836720128 82015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19573] ppid=19562 vsize=1793672 CPUtime=1.54
/proc/19564/task/19573/stat : 19573 (java) S 19562 19564 18440 0 -1 64 4206 0 0 0 152 2 0 0 17 0 13 0 217915333 1836720128 82015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19564/tid=19574] ppid=19562 vsize=1793672 CPUtime=1.24
/proc/19564/task/19574/stat : 19574 (java) S 19562 19564 18440 0 -1 64 4173 0 0 0 123 1 0 0 16 0 13 0 217915333 1836720128 82015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19575] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19575/stat : 19575 (java) S 19562 19564 18440 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 217915333 1836720128 82015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19576] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19576/stat : 19576 (java) S 19562 19564 18440 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217915333 1836720128 82015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19577] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19577/stat : 19577 (java) S 19562 19564 18440 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 217917002 1836720128 82015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 479.91
Current children cumulated vsize (KiB) 1793672

[startup+471.906 s]
/proc/loadavg: 1.05 1.04 1.00 2/90 19577
/proc/meminfo: memFree=1557392/2055924 swapFree=4137960/4192956
[pid=19564] ppid=19562 vsize=1793672 CPUtime=481.54
/proc/19564/stat : 19564 (java) S 19562 19564 18440 0 -1 0 92807 0 1 0 48072 82 0 0 18 0 13 0 217915324 1836720128 82034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19564/statm: 448418 82034 1328 9 0 446029 0
[pid=19564/tid=19566] ppid=19562 vsize=1793672 CPUtime=461.27
/proc/19564/task/19566/stat : 19566 (java) R 19562 19564 18440 0 -1 64 38731 0 1 0 46103 24 0 0 25 0 13 0 217915325 1836720128 82034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109961988 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19567] ppid=19562 vsize=1793672 CPUtime=8.69
/proc/19564/task/19567/stat : 19567 (java) S 19562 19564 18440 0 -1 64 22579 0 0 0 843 26 0 0 15 0 13 0 217915327 1836720128 82034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19564/tid=19568] ppid=19562 vsize=1793672 CPUtime=8.68
/proc/19564/task/19568/stat : 19568 (java) S 19562 19564 18440 0 -1 64 22369 0 0 0 843 25 0 0 16 0 13 0 217915327 1836720128 82034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19569] ppid=19562 vsize=1793672 CPUtime=0.06
/proc/19564/task/19569/stat : 19569 (java) S 19562 19564 18440 0 -1 64 29 0 0 0 5 1 0 0 15 0 13 0 217915329 1836720128 82034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19570] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19570/stat : 19570 (java) S 19562 19564 18440 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217915329 1836720128 82034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19571] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19571/stat : 19571 (java) S 19562 19564 18440 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217915329 1836720128 82034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19572] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19572/stat : 19572 (java) S 19562 19564 18440 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 217915333 1836720128 82034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19573] ppid=19562 vsize=1793672 CPUtime=1.54
/proc/19564/task/19573/stat : 19573 (java) S 19562 19564 18440 0 -1 64 4206 0 0 0 152 2 0 0 17 0 13 0 217915333 1836720128 82034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19564/tid=19574] ppid=19562 vsize=1793672 CPUtime=1.24
/proc/19564/task/19574/stat : 19574 (java) S 19562 19564 18440 0 -1 64 4173 0 0 0 123 1 0 0 16 0 13 0 217915333 1836720128 82034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19575] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19575/stat : 19575 (java) S 19562 19564 18440 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 217915333 1836720128 82034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19576] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19576/stat : 19576 (java) S 19562 19564 18440 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217915333 1836720128 82034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19577] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19577/stat : 19577 (java) S 19562 19564 18440 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 217917002 1836720128 82034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 481.54
Current children cumulated vsize (KiB) 1793672

[startup+472.302 s]
/proc/loadavg: 1.05 1.04 1.00 2/90 19577
/proc/meminfo: memFree=1557392/2055924 swapFree=4137960/4192956
[pid=19564] ppid=19562 vsize=1793672 CPUtime=482.02
/proc/19564/stat : 19564 (java) S 19562 19564 18440 0 -1 0 92812 0 1 0 48120 82 0 0 18 0 13 0 217915324 1836720128 82038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19564/statm: 448418 82038 1329 9 0 446029 0
[pid=19564/tid=19566] ppid=19562 vsize=1793672 CPUtime=461.54
/proc/19564/task/19566/stat : 19566 (java) S 19562 19564 18440 0 -1 64 38733 0 1 0 46130 24 0 0 18 0 13 0 217915325 1836720128 82038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19564/tid=19567] ppid=19562 vsize=1793672 CPUtime=8.69
/proc/19564/task/19567/stat : 19567 (java) S 19562 19564 18440 0 -1 64 22579 0 0 0 843 26 0 0 15 0 13 0 217915327 1836720128 82038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19564/tid=19568] ppid=19562 vsize=1793672 CPUtime=8.68
/proc/19564/task/19568/stat : 19568 (java) S 19562 19564 18440 0 -1 64 22369 0 0 0 843 25 0 0 16 0 13 0 217915327 1836720128 82038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19569] ppid=19562 vsize=1793672 CPUtime=0.06
/proc/19564/task/19569/stat : 19569 (java) S 19562 19564 18440 0 -1 64 29 0 0 0 5 1 0 0 16 0 13 0 217915329 1836720128 82038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19570] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19570/stat : 19570 (java) S 19562 19564 18440 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 217915329 1836720128 82038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19571] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19571/stat : 19571 (java) S 19562 19564 18440 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217915329 1836720128 82038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19572] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19572/stat : 19572 (java) S 19562 19564 18440 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 217915333 1836720128 82038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19573] ppid=19562 vsize=1793672 CPUtime=1.6
/proc/19564/task/19573/stat : 19573 (java) S 19562 19564 18440 0 -1 64 4206 0 0 0 158 2 0 0 16 0 13 0 217915333 1836720128 82038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19564/tid=19574] ppid=19562 vsize=1793672 CPUtime=1.32
/proc/19564/task/19574/stat : 19574 (java) S 19562 19564 18440 0 -1 64 4173 0 0 0 131 1 0 0 16 0 13 0 217915333 1836720128 82038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19575] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19575/stat : 19575 (java) S 19562 19564 18440 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 217915333 1836720128 82038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19564/tid=19576] ppid=19562 vsize=1793672 CPUtime=0
/proc/19564/task/19576/stat : 19576 (java) S 19562 19564 18440 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217915333 1836720128 82038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 482.02
Current children cumulated vsize (KiB) 1793672

[startup+472.505 s]
/proc/loadavg: 1.05 1.04 1.00 2/90 19577
/proc/meminfo: memFree=1557392/2055924 swapFree=4137960/4192956
[pid=19564] ppid=19562 vsize=0 CPUtime=482.2
/proc/19564/stat : 19564 (java) Z 19562 19564 18440 0 -1 1036 92814 0 1 0 48132 88 0 0 16 0 2 0 217915324 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19564/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 482.2
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 472.506
CPU time (s): 482.216
CPU user time (s): 481.329
CPU system time (s): 0.886865
CPU usage (%): 102.055
Max. virtual memory (cumulated for all children) (KiB): 1794780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 481.329
system time used= 0.886865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92814
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= 15331
involuntary context switches= 11972

runsolver used 0.415936 second user time and 1.3438 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Tue Apr 24 12:46:17 UTC 2007

IDJOB= 420091
IDBENCH= 47820
IDSOLVER= 164
FILE ID= node6/420091-1177418775

PBS_JOBID= 4675651

Free space on /tmp= 66394 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/palacios/uts/uts-l06-ipc5-h35-unknown.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420091-1177418775/sat4jPseudoCPClause.jar /tmp/evaluation/420091-1177418775/instance-420091-1177418775.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-420091-1177418775 -o ROOT/results/node6/solver-420091-1177418775 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420091-1177418775/sat4jPseudoCPClause.jar /tmp/evaluation/420091-1177418775/instance-420091-1177418775.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  ecd892960cc360ea30071d6d2b01c7e5

RANDOM SEED= 726902893

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.232
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.232
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:      2055924 kB
MemFree:       1882128 kB
Buffers:          8252 kB
Cached:         102644 kB
SwapCached:      20888 kB
Active:          90140 kB
Inactive:        45760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1882128 kB
SwapTotal:     4192956 kB
SwapFree:      4137960 kB
Dirty:           32504 kB
Writeback:           0 kB
Mapped:          25100 kB
Slab:            23408 kB
Committed_AS:  7108932 kB
PageTables:       1784 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= 66394 MiB

End job on node6 on Tue Apr 24 12:54:09 UTC 2007