Trace number 1883603

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BoolVar 2009-04-26? (exit code) 451.186 451.309

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v50_e1000_d25_mw10_9.opb.PB06.opb
MD5SUM81a731c23b82a1147f726d3bcf60f6bf
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark12.7681
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4500
Total number of constraints2559501
Number of constraints which are clauses2554450
Number of constraints which are cardinality constraints (but not clauses)101
Number of constraints which are nor clauses,nor cardinality constraints4950
Minimum length of a constraint2
Maximum length of a constraint2000
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 462
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 2049
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

450.88/451.08	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
450.88/451.08		at java.math.BigInteger.add(Unknown Source)
450.88/451.08		at boolvar.model.constraints.global.PBconstraint.makeCascadingBargraphs(PBconstraint.java:1201)
450.88/451.08		at boolvar.model.constraints.global.PBconstraint.getGloBarCascadingCNF(PBconstraint.java:1163)
450.88/451.08		at boolvar.model.constraints.global.PBconstraint.getCNF(PBconstraint.java:259)
450.88/451.08		at boolvar.output.CnfProblem.read(CnfProblem.java:118)
450.88/451.08		at PBsolve.main(PBsolve.java:771)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1883603-1245194828/watcher-1883603-1245194828 -o /tmp/evaluation-result-1883603-1245194828/solver-1883603-1245194828 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883603-1245194828.opb minisat %dimacs %var 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 5200
/proc/meminfo: memFree=1738368/2055920 swapFree=4169920/4192956
[pid=5200] ppid=5198 vsize=1620 CPUtime=0
/proc/5200/stat : 5200 (java) R 5198 5200 4784 0 -1 0 192 0 0 0 0 0 0 0 20 0 1 0 187081904 1658880 160 1992294400 134512640 134550932 4294956192 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5200/statm: 405 160 124 9 0 47 0

[startup+0.034735 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 5200
/proc/meminfo: memFree=1738368/2055920 swapFree=4169920/4192956
[pid=5200] ppid=5198 vsize=1682168 CPUtime=0.02
/proc/5200/stat : 5200 (java) S 5198 5200 4784 0 -1 0 1822 0 1 0 1 1 0 0 18 0 5 0 187081904 1722540032 1433 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/5200/statm: 420542 1435 835 9 0 415457 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1682168

[startup+0.103595 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 5200
/proc/meminfo: memFree=1738368/2055920 swapFree=4169920/4192956
[pid=5200] ppid=5198 vsize=1684400 CPUtime=0.11
/proc/5200/stat : 5200 (java) S 5198 5200 4784 0 -1 0 2938 0 1 0 10 1 0 0 18 0 9 0 187081904 1724825600 2432 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5200/statm: 421100 2432 1221 9 0 416011 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1684400

[startup+0.302618 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 5200
/proc/meminfo: memFree=1738368/2055920 swapFree=4169920/4192956
[pid=5200] ppid=5198 vsize=1684832 CPUtime=0.33
/proc/5200/stat : 5200 (java) S 5198 5200 4784 0 -1 0 4331 0 1 0 31 2 0 0 18 0 9 0 187081904 1725267968 3757 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5200/statm: 421208 3757 1369 9 0 416119 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1684832

[startup+0.702654 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 5200
/proc/meminfo: memFree=1738368/2055920 swapFree=4169920/4192956
[pid=5200] ppid=5198 vsize=1684576 CPUtime=0.73
/proc/5200/stat : 5200 (java) S 5198 5200 4784 0 -1 0 7508 0 1 0 69 4 0 0 18 0 9 0 187081904 1725005824 6473 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5200/statm: 421144 6473 2154 9 0 416055 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 1684576

[startup+1.50189 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 5209
/proc/meminfo: memFree=1711928/2055920 swapFree=4169920/4192956
[pid=5200] ppid=5198 vsize=1684564 CPUtime=1.53
/proc/5200/stat : 5200 (java) S 5198 5200 4784 0 -1 0 11903 0 1 0 147 6 0 0 18 0 9 0 187081904 1724993536 10153 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5200/statm: 421141 10153 2154 9 0 416052 0
[pid=5200/tid=5202] ppid=5198 vsize=1684564 CPUtime=0.98
/proc/5200/task/5202/stat : 5202 (java) S 5198 5200 4784 0 -1 64 2256 0 1 0 96 2 0 0 17 0 9 0 187081905 1724993536 10153 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5203] ppid=5198 vsize=1684564 CPUtime=0.5
/proc/5200/task/5203/stat : 5203 (java) R 5198 5200 4784 0 -1 64 8626 0 0 0 47 3 0 0 16 0 9 0 187081907 1724993536 10153 1992294400 134512640 134550932 4294956032 18446744073709551615 104196480 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5204] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5204/stat : 5204 (java) S 5198 5200 4784 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 187081907 1724993536 10153 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5205] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5205/stat : 5205 (java) S 5198 5200 4784 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 187081907 1724993536 10153 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5206] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5206/stat : 5206 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 187081909 1724993536 10153 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5207] ppid=5198 vsize=1684564 CPUtime=0.03
/proc/5200/task/5207/stat : 5207 (java) S 5198 5200 4784 0 -1 64 287 0 0 0 3 0 0 0 15 0 9 0 187081909 1724993536 10153 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5208] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5208/stat : 5208 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187081909 1724993536 10153 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5209] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5209/stat : 5209 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187081909 1724993536 10153 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 1684564

[startup+3.10104 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 5209
/proc/meminfo: memFree=1692024/2055920 swapFree=4169920/4192956
[pid=5200] ppid=5198 vsize=1684564 CPUtime=3.13
/proc/5200/stat : 5200 (java) S 5198 5200 4784 0 -1 0 21004 0 1 0 303 10 0 0 18 0 9 0 187081904 1724993536 18242 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5200/statm: 421141 18242 2154 9 0 416052 0
[pid=5200/tid=5202] ppid=5198 vsize=1684564 CPUtime=2.06
/proc/5200/task/5202/stat : 5202 (java) R 5198 5200 4784 0 -1 64 2545 0 1 0 204 2 0 0 17 0 9 0 187081905 1724993536 18242 1992294400 134512640 134550932 4294956032 18446744073709551615 4126359251 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5203] ppid=5198 vsize=1684564 CPUtime=1.01
/proc/5200/task/5203/stat : 5203 (java) S 5198 5200 4784 0 -1 64 17436 0 0 0 95 6 0 0 16 0 9 0 187081907 1724993536 18242 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5204] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5204/stat : 5204 (java) S 5198 5200 4784 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 187081907 1724993536 18242 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5205] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5205/stat : 5205 (java) S 5198 5200 4784 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 187081907 1724993536 18242 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5206] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5206/stat : 5206 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 187081909 1724993536 18242 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5207] ppid=5198 vsize=1684564 CPUtime=0.04
/proc/5200/task/5207/stat : 5207 (java) S 5198 5200 4784 0 -1 64 289 0 0 0 4 0 0 0 16 0 9 0 187081909 1724993536 18242 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5208] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5208/stat : 5208 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187081909 1724993536 18242 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5209] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5209/stat : 5209 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187081909 1724993536 18242 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 1684564

[startup+6.30237 s]
/proc/loadavg: 1.15 1.00 1.00 2/74 5209
/proc/meminfo: memFree=1612152/2055920 swapFree=4169920/4192956
[pid=5200] ppid=5198 vsize=1684564 CPUtime=6.33
/proc/5200/stat : 5200 (java) S 5198 5200 4784 0 -1 0 46753 0 1 0 611 22 0 0 18 0 9 0 187081904 1724993536 34976 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5200/statm: 421141 34976 2155 9 0 416052 0
[pid=5200/tid=5202] ppid=5198 vsize=1684564 CPUtime=3.7
/proc/5200/task/5202/stat : 5202 (java) R 5198 5200 4784 0 -1 64 3692 0 1 0 366 4 0 0 17 0 9 0 187081905 1724993536 34976 1992294400 134512640 134550932 4294956032 18446744073709551615 4126363207 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5203] ppid=5198 vsize=1684564 CPUtime=2.57
/proc/5200/task/5203/stat : 5203 (java) S 5198 5200 4784 0 -1 64 42036 0 0 0 241 16 0 0 16 0 9 0 187081907 1724993536 34976 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5204] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5204/stat : 5204 (java) S 5198 5200 4784 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 187081907 1724993536 34976 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5205] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5205/stat : 5205 (java) S 5198 5200 4784 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 187081907 1724993536 34976 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5206] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5206/stat : 5206 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 187081909 1724993536 34976 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5207] ppid=5198 vsize=1684564 CPUtime=0.04
/proc/5200/task/5207/stat : 5207 (java) S 5198 5200 4784 0 -1 64 291 0 0 0 4 0 0 0 15 0 9 0 187081909 1724993536 34976 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5208] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5208/stat : 5208 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187081909 1724993536 34976 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5209] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5209/stat : 5209 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187081909 1724993536 34976 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 1684564

[startup+12.702 s]
/proc/loadavg: 1.30 1.04 1.01 2/74 5209
/proc/meminfo: memFree=1467904/2055920 swapFree=4169920/4192956
[pid=5200] ppid=5198 vsize=1684564 CPUtime=12.7
/proc/5200/stat : 5200 (java) S 5198 5200 4784 0 -1 0 94279 0 1 0 1227 43 0 0 18 0 9 0 187081904 1724993536 73447 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5200/statm: 421141 73448 2155 9 0 416052 0
[pid=5200/tid=5202] ppid=5198 vsize=1684564 CPUtime=7.43
/proc/5200/task/5202/stat : 5202 (java) S 5198 5200 4784 0 -1 64 4784 0 1 0 737 6 0 0 17 0 9 0 187081905 1724993536 73448 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5203] ppid=5198 vsize=1684564 CPUtime=5.2
/proc/5200/task/5203/stat : 5203 (java) R 5198 5200 4784 0 -1 64 88469 0 0 0 485 35 0 0 16 0 9 0 187081907 1724993536 73449 1992294400 134512640 134550932 4294956032 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5204] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5204/stat : 5204 (java) S 5198 5200 4784 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 187081907 1724993536 73449 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5205] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5205/stat : 5205 (java) S 5198 5200 4784 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 187081907 1724993536 73450 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5206] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5206/stat : 5206 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 187081909 1724993536 73450 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5207] ppid=5198 vsize=1684564 CPUtime=0.04
/proc/5200/task/5207/stat : 5207 (java) S 5198 5200 4784 0 -1 64 294 0 0 0 4 0 0 0 16 0 9 0 187081909 1724993536 73451 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5208] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5208/stat : 5208 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187081909 1724993536 73452 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5209] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5209/stat : 5209 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187081909 1724993536 73452 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 1684564

[startup+25.5023 s]
/proc/loadavg: 1.52 1.10 1.03 2/74 5209
/proc/meminfo: memFree=1173824/2055920 swapFree=4169920/4192956
[pid=5200] ppid=5198 vsize=1684564 CPUtime=25.49
/proc/5200/stat : 5200 (java) S 5198 5200 4784 0 -1 0 200470 0 1 0 2460 89 0 0 18 0 9 0 187081904 1724993536 145589 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5200/statm: 421141 145589 2155 9 0 416052 0
[pid=5200/tid=5202] ppid=5198 vsize=1684564 CPUtime=13.58
/proc/5200/task/5202/stat : 5202 (java) R 5198 5200 4784 0 -1 64 9928 0 1 0 1346 12 0 0 15 0 9 0 187081905 1724993536 145589 1992294400 134512640 134550932 4294956032 18446744073709551615 4126359251 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5203] ppid=5198 vsize=1684564 CPUtime=11.83
/proc/5200/task/5203/stat : 5203 (java) S 5198 5200 4784 0 -1 64 189514 0 0 0 1108 75 0 0 17 0 9 0 187081907 1724993536 145589 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5204] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5204/stat : 5204 (java) S 5198 5200 4784 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 187081907 1724993536 145589 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5205] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5205/stat : 5205 (java) S 5198 5200 4784 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 187081907 1724993536 145589 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5206] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5206/stat : 5206 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 187081909 1724993536 145589 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5207] ppid=5198 vsize=1684564 CPUtime=0.04
/proc/5200/task/5207/stat : 5207 (java) S 5198 5200 4784 0 -1 64 294 0 0 0 4 0 0 0 16 0 9 0 187081909 1724993536 145589 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5208] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5208/stat : 5208 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187081909 1724993536 145589 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5209] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5209/stat : 5209 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187081909 1724993536 145589 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1684564

[startup+51.1029 s]
/proc/loadavg: 1.34 1.09 1.03 2/74 5209
/proc/meminfo: memFree=516224/2055920 swapFree=4169920/4192956
[pid=5200] ppid=5198 vsize=1684564 CPUtime=51.12
/proc/5200/stat : 5200 (java) S 5198 5200 4784 0 -1 0 383338 0 1 0 4947 165 0 0 18 0 9 0 187081904 1724993536 309965 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5200/statm: 421141 309965 2165 9 0 416052 0
[pid=5200/tid=5202] ppid=5198 vsize=1684564 CPUtime=27.68
/proc/5200/task/5202/stat : 5202 (java) S 5198 5200 4784 0 -1 64 15186 0 1 0 2748 20 0 0 16 0 9 0 187081905 1724993536 309965 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5203] ppid=5198 vsize=1684564 CPUtime=23.3
/proc/5200/task/5203/stat : 5203 (java) R 5198 5200 4784 0 -1 64 367072 0 0 0 2187 143 0 0 17 0 9 0 187081907 1724993536 309965 1992294400 134512640 134550932 4294956032 18446744073709551615 102549491 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5204] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5204/stat : 5204 (java) S 5198 5200 4784 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 187081907 1724993536 309965 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5205] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5205/stat : 5205 (java) S 5198 5200 4784 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 187081907 1724993536 309965 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5206] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5206/stat : 5206 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 187081909 1724993536 309965 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5207] ppid=5198 vsize=1684564 CPUtime=0.1
/proc/5200/task/5207/stat : 5207 (java) S 5198 5200 4784 0 -1 64 346 0 0 0 10 0 0 0 16 0 9 0 187081909 1724993536 309965 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5208] ppid=5198 vsize=1684564 CPUtime=0
/proc/5200/task/5208/stat : 5208 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187081909 1724993536 309965 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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


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

[startup+409.503 s]
/proc/loadavg: 1.00 1.02 1.00 2/74 5209
/proc/meminfo: memFree=113152/2055920 swapFree=4169920/4192956
[pid=5200] ppid=5198 vsize=1748688 CPUtime=409.39
/proc/5200/stat : 5200 (java) S 5198 5200 4784 0 -1 0 1995710 0 1 0 40099 840 0 0 18 0 9 0 187081904 1790656512 404865 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5200/statm: 437172 404865 2162 9 0 432083 0
[pid=5200/tid=5202] ppid=5198 vsize=1748688 CPUtime=37.92
/proc/5200/task/5202/stat : 5202 (java) S 5198 5200 4784 0 -1 64 15245 0 1 0 3767 25 0 0 16 0 9 0 187081905 1790656512 404865 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5203] ppid=5198 vsize=1748688 CPUtime=371.33
/proc/5200/task/5203/stat : 5203 (java) R 5198 5200 4784 0 -1 64 1979383 0 0 0 36320 813 0 0 23 0 9 0 187081907 1790656512 404865 1992294400 134512640 134550932 4294956032 18446744073709551615 104188640 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5204] ppid=5198 vsize=1748688 CPUtime=0
/proc/5200/task/5204/stat : 5204 (java) S 5198 5200 4784 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 187081907 1790656512 404865 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5205] ppid=5198 vsize=1748688 CPUtime=0
/proc/5200/task/5205/stat : 5205 (java) S 5198 5200 4784 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187081907 1790656512 404865 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5206] ppid=5198 vsize=1748688 CPUtime=0
/proc/5200/task/5206/stat : 5206 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 187081909 1790656512 404865 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5207] ppid=5198 vsize=1748688 CPUtime=0.1
/proc/5200/task/5207/stat : 5207 (java) S 5198 5200 4784 0 -1 64 348 0 0 0 10 0 0 0 16 0 9 0 187081909 1790656512 404865 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5208] ppid=5198 vsize=1748688 CPUtime=0
/proc/5200/task/5208/stat : 5208 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187081909 1790656512 404865 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5209] ppid=5198 vsize=1748688 CPUtime=0
/proc/5200/task/5209/stat : 5209 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187081909 1790656512 404865 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 409.39
Current children cumulated vsize (KiB) 1748688

[startup+435.103 s]
/proc/loadavg: 1.00 1.02 1.00 2/74 5209
/proc/meminfo: memFree=112896/2055920 swapFree=4169920/4192956
[pid=5200] ppid=5198 vsize=1700688 CPUtime=434.97
/proc/5200/stat : 5200 (java) S 5198 5200 4784 0 -1 0 2099495 0 1 0 42614 883 0 0 18 0 9 0 187081904 1741504512 392865 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5200/statm: 425172 392865 2162 9 0 420083 0
[pid=5200/tid=5202] ppid=5198 vsize=1700688 CPUtime=37.92
/proc/5200/task/5202/stat : 5202 (java) S 5198 5200 4784 0 -1 64 15248 0 1 0 3767 25 0 0 16 0 9 0 187081905 1741504512 392865 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5203] ppid=5198 vsize=1700688 CPUtime=396.92
/proc/5200/task/5203/stat : 5203 (java) R 5198 5200 4784 0 -1 64 2083165 0 0 0 38835 857 0 0 25 0 9 0 187081907 1741504512 392865 1992294400 134512640 134550932 4294956032 18446744073709551615 103732030 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5204] ppid=5198 vsize=1700688 CPUtime=0
/proc/5200/task/5204/stat : 5204 (java) S 5198 5200 4784 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 187081907 1741504512 392865 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5205] ppid=5198 vsize=1700688 CPUtime=0
/proc/5200/task/5205/stat : 5205 (java) S 5198 5200 4784 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187081907 1741504512 392865 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5206] ppid=5198 vsize=1700688 CPUtime=0
/proc/5200/task/5206/stat : 5206 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 187081909 1741504512 392865 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5207] ppid=5198 vsize=1700688 CPUtime=0.1
/proc/5200/task/5207/stat : 5207 (java) S 5198 5200 4784 0 -1 64 348 0 0 0 10 0 0 0 16 0 9 0 187081909 1741504512 392865 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5208] ppid=5198 vsize=1700688 CPUtime=0
/proc/5200/task/5208/stat : 5208 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187081909 1741504512 392865 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5209] ppid=5198 vsize=1700688 CPUtime=0
/proc/5200/task/5209/stat : 5209 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187081909 1741504512 392865 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 434.97
Current children cumulated vsize (KiB) 1700688

[startup+441.501 s]
/proc/loadavg: 1.00 1.02 1.00 2/74 5209
/proc/meminfo: memFree=112832/2055920 swapFree=4169920/4192956
[pid=5200] ppid=5198 vsize=1748688 CPUtime=441.38
/proc/5200/stat : 5200 (java) S 5198 5200 4784 0 -1 0 2123497 0 1 0 43245 893 0 0 18 0 9 0 187081904 1790656512 404865 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5200/statm: 437172 404865 2162 9 0 432083 0
[pid=5200/tid=5202] ppid=5198 vsize=1748688 CPUtime=37.92
/proc/5200/task/5202/stat : 5202 (java) S 5198 5200 4784 0 -1 64 15248 0 1 0 3767 25 0 0 16 0 9 0 187081905 1790656512 404865 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5203] ppid=5198 vsize=1748688 CPUtime=403.32
/proc/5200/task/5203/stat : 5203 (java) R 5198 5200 4784 0 -1 64 2107167 0 0 0 39466 866 0 0 25 0 9 0 187081907 1790656512 404865 1992294400 134512640 134550932 4294956032 18446744073709551615 102768099 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5204] ppid=5198 vsize=1748688 CPUtime=0
/proc/5200/task/5204/stat : 5204 (java) S 5198 5200 4784 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 187081907 1790656512 404865 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5205] ppid=5198 vsize=1748688 CPUtime=0
/proc/5200/task/5205/stat : 5205 (java) S 5198 5200 4784 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187081907 1790656512 404865 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5206] ppid=5198 vsize=1748688 CPUtime=0
/proc/5200/task/5206/stat : 5206 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 187081909 1790656512 404865 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5207] ppid=5198 vsize=1748688 CPUtime=0.1
/proc/5200/task/5207/stat : 5207 (java) S 5198 5200 4784 0 -1 64 348 0 0 0 10 0 0 0 16 0 9 0 187081909 1790656512 404865 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5208] ppid=5198 vsize=1748688 CPUtime=0
/proc/5200/task/5208/stat : 5208 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187081909 1790656512 404865 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5209] ppid=5198 vsize=1748688 CPUtime=0
/proc/5200/task/5209/stat : 5209 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187081909 1790656512 404865 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 441.38
Current children cumulated vsize (KiB) 1748688

[startup+447.902 s]
/proc/loadavg: 1.00 1.02 1.00 2/74 5209
/proc/meminfo: memFree=112768/2055920 swapFree=4169920/4192956
[pid=5200] ppid=5198 vsize=1748688 CPUtime=447.77
/proc/5200/stat : 5200 (java) S 5198 5200 4784 0 -1 0 2155445 0 1 0 43871 906 0 0 18 0 9 0 187081904 1790656512 404866 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5200/statm: 437172 404866 2163 9 0 432083 0
[pid=5200/tid=5202] ppid=5198 vsize=1748688 CPUtime=37.92
/proc/5200/task/5202/stat : 5202 (java) S 5198 5200 4784 0 -1 64 15250 0 1 0 3767 25 0 0 16 0 9 0 187081905 1790656512 404866 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5203] ppid=5198 vsize=1748688 CPUtime=409.71
/proc/5200/task/5203/stat : 5203 (java) R 5198 5200 4784 0 -1 64 2139113 0 0 0 40092 879 0 0 25 0 9 0 187081907 1790656512 404866 1992294400 134512640 134550932 4294956032 18446744073709551615 104516183 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5204] ppid=5198 vsize=1748688 CPUtime=0
/proc/5200/task/5204/stat : 5204 (java) S 5198 5200 4784 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 187081907 1790656512 404866 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5205] ppid=5198 vsize=1748688 CPUtime=0
/proc/5200/task/5205/stat : 5205 (java) S 5198 5200 4784 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187081907 1790656512 404866 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5206] ppid=5198 vsize=1748688 CPUtime=0
/proc/5200/task/5206/stat : 5206 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 187081909 1790656512 404866 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5207] ppid=5198 vsize=1748688 CPUtime=0.1
/proc/5200/task/5207/stat : 5207 (java) S 5198 5200 4784 0 -1 64 348 0 0 0 10 0 0 0 16 0 9 0 187081909 1790656512 404866 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5208] ppid=5198 vsize=1748688 CPUtime=0
/proc/5200/task/5208/stat : 5208 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187081909 1790656512 404866 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5209] ppid=5198 vsize=1748688 CPUtime=0
/proc/5200/task/5209/stat : 5209 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187081909 1790656512 404866 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 447.77
Current children cumulated vsize (KiB) 1748688

[startup+449.502 s]
/proc/loadavg: 1.00 1.02 1.00 2/74 5209
/proc/meminfo: memFree=112768/2055920 swapFree=4169920/4192956
[pid=5200] ppid=5198 vsize=1748688 CPUtime=449.37
/proc/5200/stat : 5200 (java) S 5198 5200 4784 0 -1 0 2155445 0 1 0 44031 906 0 0 18 0 9 0 187081904 1790656512 404866 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5200/statm: 437172 404866 2163 9 0 432083 0
[pid=5200/tid=5202] ppid=5198 vsize=1748688 CPUtime=37.92
/proc/5200/task/5202/stat : 5202 (java) S 5198 5200 4784 0 -1 64 15250 0 1 0 3767 25 0 0 16 0 9 0 187081905 1790656512 404866 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5203] ppid=5198 vsize=1748688 CPUtime=411.31
/proc/5200/task/5203/stat : 5203 (java) R 5198 5200 4784 0 -1 64 2139113 0 0 0 40252 879 0 0 25 0 9 0 187081907 1790656512 404866 1992294400 134512640 134550932 4294956032 18446744073709551615 104190715 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5204] ppid=5198 vsize=1748688 CPUtime=0
/proc/5200/task/5204/stat : 5204 (java) S 5198 5200 4784 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 187081907 1790656512 404866 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5205] ppid=5198 vsize=1748688 CPUtime=0
/proc/5200/task/5205/stat : 5205 (java) S 5198 5200 4784 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187081907 1790656512 404866 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5206] ppid=5198 vsize=1748688 CPUtime=0
/proc/5200/task/5206/stat : 5206 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 187081909 1790656512 404866 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5207] ppid=5198 vsize=1748688 CPUtime=0.1
/proc/5200/task/5207/stat : 5207 (java) S 5198 5200 4784 0 -1 64 348 0 0 0 10 0 0 0 16 0 9 0 187081909 1790656512 404866 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5208] ppid=5198 vsize=1748688 CPUtime=0
/proc/5200/task/5208/stat : 5208 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187081909 1790656512 404866 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5209] ppid=5198 vsize=1748688 CPUtime=0
/proc/5200/task/5209/stat : 5209 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187081909 1790656512 404866 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 449.37
Current children cumulated vsize (KiB) 1748688

[startup+450.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/74 5209
/proc/meminfo: memFree=112768/2055920 swapFree=4169920/4192956
[pid=5200] ppid=5198 vsize=1748688 CPUtime=450.17
/proc/5200/stat : 5200 (java) S 5198 5200 4784 0 -1 0 2155445 0 1 0 44111 906 0 0 18 0 9 0 187081904 1790656512 404866 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5200/statm: 437172 404866 2163 9 0 432083 0
[pid=5200/tid=5202] ppid=5198 vsize=1748688 CPUtime=37.92
/proc/5200/task/5202/stat : 5202 (java) S 5198 5200 4784 0 -1 64 15250 0 1 0 3767 25 0 0 16 0 9 0 187081905 1790656512 404866 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5203] ppid=5198 vsize=1748688 CPUtime=412.11
/proc/5200/task/5203/stat : 5203 (java) R 5198 5200 4784 0 -1 64 2139113 0 0 0 40332 879 0 0 25 0 9 0 187081907 1790656512 404866 1992294400 134512640 134550932 4294956032 18446744073709551615 104190884 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5204] ppid=5198 vsize=1748688 CPUtime=0
/proc/5200/task/5204/stat : 5204 (java) S 5198 5200 4784 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 187081907 1790656512 404866 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5205] ppid=5198 vsize=1748688 CPUtime=0
/proc/5200/task/5205/stat : 5205 (java) S 5198 5200 4784 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 187081907 1790656512 404866 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5206] ppid=5198 vsize=1748688 CPUtime=0
/proc/5200/task/5206/stat : 5206 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 187081909 1790656512 404866 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5207] ppid=5198 vsize=1748688 CPUtime=0.1
/proc/5200/task/5207/stat : 5207 (java) S 5198 5200 4784 0 -1 64 348 0 0 0 10 0 0 0 16 0 9 0 187081909 1790656512 404866 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5200/tid=5208] ppid=5198 vsize=1748688 CPUtime=0
/proc/5200/task/5208/stat : 5208 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187081909 1790656512 404866 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5200/tid=5209] ppid=5198 vsize=1748688 CPUtime=0
/proc/5200/task/5209/stat : 5209 (java) S 5198 5200 4784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 187081909 1790656512 404866 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 450.17
Current children cumulated vsize (KiB) 1748688

[startup+451.102 s]
/proc/loadavg: 1.00 1.01 1.00 2/74 5209
/proc/meminfo: memFree=112768/2055920 swapFree=4169920/4192956
[pid=5200] ppid=5198 vsize=0 CPUtime=450.97
/proc/5200/stat : 5200 (java) Z 5198 5200 4784 0 -1 12 2155459 0 1 0 44189 908 0 0 16 0 2 0 187081904 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5200/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 450.97
Current children cumulated vsize (KiB) 0

[startup+451.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/74 5209
/proc/meminfo: memFree=112768/2055920 swapFree=4169920/4192956
[pid=5200] ppid=5198 vsize=0 CPUtime=451.17
/proc/5200/stat : 5200 (java) Z 5198 5200 4784 0 -1 12 2155459 0 1 0 44189 928 0 0 16 0 2 0 187081904 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5200/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 451.17
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 451.309
CPU time (s): 451.186
CPU user time (s): 441.893
CPU system time (s): 9.29359
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 1780692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 441.893
system time used= 9.29359
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2155459
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= 9855
involuntary context switches= 8988

runsolver used 0.491925 second user time and 1.16382 second system time

The end

Launcher Data

Begin job on node84 at 2009-06-17 01:27:13
IDJOB=1883603
IDBENCH=1380
IDSOLVER=688
FILE ID=node84/1883603-1245194828
PBS_JOBID= 9368323
Free space on /tmp= 66436 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/dbst/normalized-dbst_v50_e1000_d25_mw10_9.opb.PB06.opb
COMMAND LINE= java -Xmx1500m -jar pb2cnfsolver.jar 6 BENCHNAME minisat %dimacs %var
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1883603-1245194828/watcher-1883603-1245194828 -o /tmp/evaluation-result-1883603-1245194828/solver-1883603-1245194828 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883603-1245194828.opb minisat %dimacs %var

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

MD5SUM BENCH= 81a731c23b82a1147f726d3bcf60f6bf
RANDOM SEED=1938566073

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1738912 kB
Buffers:         38208 kB
Cached:         197520 kB
SwapCached:      17164 kB
Active:         147900 kB
Inactive:       107412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1738912 kB
SwapTotal:     4192956 kB
SwapFree:      4169920 kB
Dirty:           89516 kB
Writeback:           0 kB
Mapped:          25284 kB
Slab:            47692 kB
Committed_AS:   105788 kB
PageTables:       1396 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1883603-1245194828.opb

Free space on /tmp at the end= 66428 MiB
End job on node84 at 2009-06-17 01:34:44