Trace number 431273

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 NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.19 1772.3

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=197-P1=29-P2=199-P3=251-P4=227-P5=257-P6=149-P7=53-B.opb
MD5SUM83b6f70c71dbcf261c00790940be437e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.171972
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables168
Total number of constraints15
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints15
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)448
Sum of products size (including duplicates)896
Number of different products448
Sum of products size896

Solver Data (download as text)

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.21/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.21/0.20	--- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.20	c Learn all clauses as in MiniSAT
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.20	c No reason simplification
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c solving /tmp/evaluation/431273-1178004320/instance-431273-1178004320.opb
0.21/0.20	c reading problem ... 
0.45/0.45	c ... done. Wall clock time 0.253s.
0.45/0.45	c CPU time (experimental) 0.37s.
0.45/0.45	c #vars     616
0.45/0.45	c #constraints  918
1800.08/1772.21	c starts		: 2
1800.08/1772.21	c conflicts		: 34178
1800.08/1772.21	c decisions		: 34680
1800.08/1772.21	c propagations		: 461596
1800.08/1772.21	c inspects		: 714058628
1800.08/1772.21	c learnt literals	: 0
1800.08/1772.21	c learnt binary clauses	: 0
1800.08/1772.21	c learnt ternary clauses	: 0
1800.08/1772.21	c learnt clauses	: 34178
1800.08/1772.21	c root simplifications	: 0
1800.08/1772.21	c removed literals (reason simplification)	: 0
1800.08/1772.21	c reason swapping (by a shorter reason)	: 0
1800.08/1772.21	c Calls to reduceDB	: 0
1800.08/1772.21	c speed (decisions/second)	: 19.573834501761816
1800.08/1772.21	c non guided choices	119
1800.08/1772.21	s UNKNOWN
1800.08/1772.21	c Total wall clock time (ms): 1772.013

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node17/watcher-431273-1178004320 -o ROOT/results/node17/solver-431273-1178004320 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/431273-1178004320/sat4jPseudoCP.jar /tmp/evaluation/431273-1178004320/instance-431273-1178004320.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.78 0.97 0.98 2/77 12086
/proc/meminfo: memFree=1793704/2055920 swapFree=4140116/4192956
[pid=12086] ppid=12084 vsize=308 CPUtime=0
/proc/12086/stat : 12086 (java) R 12084 12086 12021 0 -1 0 54 0 0 0 0 0 0 0 18 0 1 0 248349549 315392 39 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2859812 0 0 4096 0 0 0 0 17 1 0 0
/proc/12086/statm: 77 39 29 9 0 6 0

[startup+0.0173231 s]
/proc/loadavg: 0.78 0.97 0.98 2/77 12086
/proc/meminfo: memFree=1793704/2055920 swapFree=4140116/4192956
[pid=12086] ppid=12084 vsize=12652 CPUtime=0
/proc/12086/stat : 12086 (java) S 12084 12086 12021 0 -1 0 877 0 1 0 0 0 0 0 18 0 2 0 248349549 12955648 635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/12086/statm: 3163 635 311 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12652

[startup+0.102009 s]
/proc/loadavg: 0.78 0.97 0.98 2/77 12086
/proc/meminfo: memFree=1793704/2055920 swapFree=4140116/4192956
[pid=12086] ppid=12084 vsize=1780108 CPUtime=0.09
/proc/12086/stat : 12086 (java) S 12084 12086 12021 0 -1 0 3982 0 1 0 6 3 0 0 18 0 12 0 248349549 1822830592 3725 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12086/statm: 445027 3725 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.302028 s]
/proc/loadavg: 0.78 0.97 0.98 2/77 12086
/proc/meminfo: memFree=1793704/2055920 swapFree=4140116/4192956
[pid=12086] ppid=12084 vsize=1782444 CPUtime=0.31
/proc/12086/stat : 12086 (java) S 12084 12086 12021 0 -1 0 5137 0 1 0 27 4 0 0 18 0 12 0 248349549 1825222656 4877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12086/statm: 445611 4877 1263 9 0 443223 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782444

[startup+0.702069 s]
/proc/loadavg: 0.78 0.97 0.98 2/77 12086
/proc/meminfo: memFree=1793704/2055920 swapFree=4140116/4192956
[pid=12086] ppid=12084 vsize=1786888 CPUtime=0.99
/proc/12086/stat : 12086 (java) S 12084 12086 12021 0 -1 0 7644 0 1 0 94 5 0 0 18 0 13 0 248349549 1829773312 6546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12086/statm: 446722 6546 1307 9 0 444334 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1786888

[startup+1.50216 s]
/proc/loadavg: 0.78 0.97 0.98 4/90 12099
/proc/meminfo: memFree=1757760/2055920 swapFree=4140116/4192956
[pid=12086] ppid=12084 vsize=1792964 CPUtime=2.46
/proc/12086/stat : 12086 (java) S 12084 12086 12021 0 -1 0 20743 0 1 0 234 12 0 0 18 0 13 0 248349549 1835995136 16631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12086/statm: 448241 16632 1308 9 0 445853 0
[pid=12086/tid=12088] ppid=12084 vsize=1792964 CPUtime=0.91
/proc/12086/task/12088/stat : 12088 (java) R 12084 12086 12021 0 -1 64 13140 0 1 0 83 8 0 0 18 0 13 0 248349550 1835995136 16632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109540422 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12089] ppid=12084 vsize=1792964 CPUtime=0
/proc/12086/task/12089/stat : 12089 (java) S 12084 12086 12021 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 248349552 1835995136 16633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12090] ppid=12084 vsize=1792964 CPUtime=0
/proc/12086/task/12090/stat : 12090 (java) S 12084 12086 12021 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 248349552 1835995136 16633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12091] ppid=12084 vsize=1792964 CPUtime=0
/proc/12086/task/12091/stat : 12091 (java) S 12084 12086 12021 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 248349554 1835995136 16634 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12092] ppid=12084 vsize=1792964 CPUtime=0
/proc/12086/task/12092/stat : 12092 (java) S 12084 12086 12021 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 248349554 1835995136 16635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12093] ppid=12084 vsize=1792964 CPUtime=0
/proc/12086/task/12093/stat : 12093 (java) S 12084 12086 12021 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 248349554 1835995136 16635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12094] ppid=12084 vsize=1792964 CPUtime=0
/proc/12086/task/12094/stat : 12094 (java) S 12084 12086 12021 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 248349558 1835995136 16636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12095] ppid=12084 vsize=1792964 CPUtime=0.75
/proc/12086/task/12095/stat : 12095 (java) R 12084 12086 12021 0 -1 64 3654 0 0 0 73 2 0 0 19 0 13 0 248349558 1835995136 16636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12096] ppid=12084 vsize=1792964 CPUtime=0.78
/proc/12086/task/12096/stat : 12096 (java) R 12084 12086 12021 0 -1 64 3224 0 0 0 77 1 0 0 18 0 13 0 248349558 1835995136 16636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336811 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12097] ppid=12084 vsize=1792964 CPUtime=0
/proc/12086/task/12097/stat : 12097 (java) S 12084 12086 12021 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 248349558 1835995136 16637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12098] ppid=12084 vsize=1792964 CPUtime=0
/proc/12086/task/12098/stat : 12098 (java) S 12084 12086 12021 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 248349558 1835995136 16637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12099] ppid=12084 vsize=1792964 CPUtime=0
/proc/12086/task/12099/stat : 12099 (java) S 12084 12086 12021 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 248349595 1835995136 16638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 1792964

[startup+3.10132 s]
/proc/loadavg: 0.78 0.97 0.98 4/90 12099
/proc/meminfo: memFree=1676096/2055920 swapFree=4140116/4192956
[pid=12086] ppid=12084 vsize=1797120 CPUtime=5.5
/proc/12086/stat : 12086 (java) S 12084 12086 12021 0 -1 0 53936 0 1 0 520 30 0 0 18 0 13 0 248349549 1840250880 42888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12086/statm: 449280 42888 1323 9 0 446892 0
[pid=12086/tid=12088] ppid=12084 vsize=1797120 CPUtime=2.12
/proc/12086/task/12088/stat : 12088 (java) R 12084 12086 12021 0 -1 64 37741 0 1 0 191 21 0 0 19 0 13 0 248349550 1840250880 42888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109221872 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12089] ppid=12084 vsize=1797120 CPUtime=0
/proc/12086/task/12089/stat : 12089 (java) S 12084 12086 12021 0 -1 64 189 0 0 0 0 0 0 0 16 0 13 0 248349552 1840250880 42888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12090] ppid=12084 vsize=1797120 CPUtime=0
/proc/12086/task/12090/stat : 12090 (java) S 12084 12086 12021 0 -1 64 237 0 0 0 0 0 0 0 17 0 13 0 248349552 1840250880 42888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12091] ppid=12084 vsize=1797120 CPUtime=0
/proc/12086/task/12091/stat : 12091 (java) S 12084 12086 12021 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 248349554 1840250880 42888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12092] ppid=12084 vsize=1797120 CPUtime=0
/proc/12086/task/12092/stat : 12092 (java) S 12084 12086 12021 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 248349554 1840250880 42888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12093] ppid=12084 vsize=1797120 CPUtime=0
/proc/12086/task/12093/stat : 12093 (java) S 12084 12086 12021 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 248349554 1840250880 42888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12094] ppid=12084 vsize=1797120 CPUtime=0
/proc/12086/task/12094/stat : 12094 (java) S 12084 12086 12021 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 248349558 1840250880 42888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12095] ppid=12084 vsize=1797120 CPUtime=1.82
/proc/12086/task/12095/stat : 12095 (java) S 12084 12086 12021 0 -1 64 9120 0 0 0 178 4 0 0 20 0 13 0 248349558 1840250880 42888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12096] ppid=12084 vsize=1797120 CPUtime=1.5
/proc/12086/task/12096/stat : 12096 (java) S 12084 12086 12021 0 -1 64 5919 0 0 0 148 2 0 0 17 0 13 0 248349558 1840250880 42888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12097] ppid=12084 vsize=1797120 CPUtime=0
/proc/12086/task/12097/stat : 12097 (java) S 12084 12086 12021 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 248349558 1840250880 42888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12098] ppid=12084 vsize=1797120 CPUtime=0
/proc/12086/task/12098/stat : 12098 (java) S 12084 12086 12021 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 248349558 1840250880 42888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12099] ppid=12084 vsize=1797120 CPUtime=0
/proc/12086/task/12099/stat : 12099 (java) S 12084 12086 12021 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 248349595 1840250880 42888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 1797120

[startup+6.30266 s]
/proc/loadavg: 0.80 0.97 0.98 3/90 12099
/proc/meminfo: memFree=1623440/2055920 swapFree=4140116/4192956
[pid=12086] ppid=12084 vsize=1796896 CPUtime=8.89
/proc/12086/stat : 12086 (java) S 12084 12086 12021 0 -1 0 57225 0 1 0 857 32 0 0 18 0 13 0 248349549 1840021504 44985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12086/statm: 449224 44985 1325 9 0 446836 0
[pid=12086/tid=12088] ppid=12084 vsize=1796896 CPUtime=5.19
/proc/12086/task/12088/stat : 12088 (java) R 12084 12086 12021 0 -1 64 37750 0 1 0 498 21 0 0 25 0 13 0 248349550 1840021504 44985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109559555 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12089] ppid=12084 vsize=1796896 CPUtime=0.08
/proc/12086/task/12089/stat : 12089 (java) S 12084 12086 12021 0 -1 64 1804 0 0 0 7 1 0 0 16 0 13 0 248349552 1840021504 44985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12090] ppid=12084 vsize=1796896 CPUtime=0.08
/proc/12086/task/12090/stat : 12090 (java) S 12084 12086 12021 0 -1 64 1868 0 0 0 7 1 0 0 16 0 13 0 248349552 1840021504 44985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12091] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12091/stat : 12091 (java) S 12084 12086 12021 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 248349554 1840021504 44985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12092] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12092/stat : 12092 (java) S 12084 12086 12021 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 248349554 1840021504 44985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12093] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12093/stat : 12093 (java) S 12084 12086 12021 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 248349554 1840021504 44985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12094] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12094/stat : 12094 (java) S 12084 12086 12021 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 248349558 1840021504 44985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12095] ppid=12084 vsize=1796896 CPUtime=1.9
/proc/12086/task/12095/stat : 12095 (java) S 12084 12086 12021 0 -1 64 9125 0 0 0 186 4 0 0 15 0 13 0 248349558 1840021504 44985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12096] ppid=12084 vsize=1796896 CPUtime=1.59
/proc/12086/task/12096/stat : 12096 (java) S 12084 12086 12021 0 -1 64 5927 0 0 0 157 2 0 0 16 0 13 0 248349558 1840021504 44985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12097] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12097/stat : 12097 (java) S 12084 12086 12021 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 248349558 1840021504 44985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12098] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12098/stat : 12098 (java) S 12084 12086 12021 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 248349558 1840021504 44985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12099] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12099/stat : 12099 (java) S 12084 12086 12021 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 248349595 1840021504 44985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.89
Current children cumulated vsize (KiB) 1796896

[startup+12.7013 s]
/proc/loadavg: 0.81 0.97 0.98 2/90 12099
/proc/meminfo: memFree=1579984/2055920 swapFree=4140116/4192956
[pid=12086] ppid=12084 vsize=1796896 CPUtime=15.41
/proc/12086/stat : 12086 (java) S 12084 12086 12021 0 -1 0 67014 0 1 0 1504 37 0 0 18 0 13 0 248349549 1840021504 54427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12086/statm: 449224 54427 1332 9 0 446836 0
[pid=12086/tid=12088] ppid=12084 vsize=1796896 CPUtime=11.46
/proc/12086/task/12088/stat : 12088 (java) R 12084 12086 12021 0 -1 64 42216 0 1 0 1123 23 0 0 25 0 13 0 248349550 1840021504 54427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109584431 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12089] ppid=12084 vsize=1796896 CPUtime=0.18
/proc/12086/task/12089/stat : 12089 (java) S 12084 12086 12021 0 -1 64 4573 0 0 0 16 2 0 0 16 0 13 0 248349552 1840021504 54427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12090] ppid=12084 vsize=1796896 CPUtime=0.19
/proc/12086/task/12090/stat : 12090 (java) S 12084 12086 12021 0 -1 64 4415 0 0 0 17 2 0 0 16 0 13 0 248349552 1840021504 54427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12091] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12091/stat : 12091 (java) S 12084 12086 12021 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 248349554 1840021504 54427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12092] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12092/stat : 12092 (java) S 12084 12086 12021 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 248349554 1840021504 54427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12093] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12093/stat : 12093 (java) S 12084 12086 12021 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 248349554 1840021504 54427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12094] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12094/stat : 12094 (java) S 12084 12086 12021 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 248349558 1840021504 54427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12095] ppid=12084 vsize=1796896 CPUtime=1.91
/proc/12086/task/12095/stat : 12095 (java) S 12084 12086 12021 0 -1 64 9131 0 0 0 187 4 0 0 16 0 13 0 248349558 1840021504 54427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12096] ppid=12084 vsize=1796896 CPUtime=1.61
/proc/12086/task/12096/stat : 12096 (java) S 12084 12086 12021 0 -1 64 5928 0 0 0 159 2 0 0 17 0 13 0 248349558 1840021504 54427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12097] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12097/stat : 12097 (java) S 12084 12086 12021 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 248349558 1840021504 54427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12098] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12098/stat : 12098 (java) S 12084 12086 12021 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 248349558 1840021504 54427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12099] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12099/stat : 12099 (java) S 12084 12086 12021 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 248349595 1840021504 54427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.41
Current children cumulated vsize (KiB) 1796896

[startup+25.5027 s]
/proc/loadavg: 0.85 0.97 0.98 2/90 12099
/proc/meminfo: memFree=1579152/2055920 swapFree=4140116/4192956
[pid=12086] ppid=12084 vsize=1796896 CPUtime=28.32
/proc/12086/stat : 12086 (java) S 12084 12086 12021 0 -1 0 69948 0 1 0 2794 38 0 0 18 0 13 0 248349549 1840021504 54638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12086/statm: 449224 54638 1332 9 0 446836 0
[pid=12086/tid=12088] ppid=12084 vsize=1796896 CPUtime=24.13
/proc/12086/task/12088/stat : 12088 (java) R 12084 12086 12021 0 -1 64 42229 0 1 0 2390 23 0 0 25 0 13 0 248349550 1840021504 54638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109619753 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12089] ppid=12084 vsize=1796896 CPUtime=0.3
/proc/12086/task/12089/stat : 12089 (java) S 12084 12086 12021 0 -1 64 6255 0 0 0 27 3 0 0 16 0 13 0 248349552 1840021504 54638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12090] ppid=12084 vsize=1796896 CPUtime=0.31
/proc/12086/task/12090/stat : 12090 (java) S 12084 12086 12021 0 -1 64 5654 0 0 0 29 2 0 0 16 0 13 0 248349552 1840021504 54638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=12086] ppid=12084 vsize=1796896 CPUtime=1565.73
/proc/12086/stat : 12086 (java) S 12084 12086 12021 0 -1 0 138088 0 1 0 156485 88 0 0 18 0 13 0 248349549 1840021504 97905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12086/statm: 449224 97905 1334 9 0 446836 0
[pid=12086/tid=12088] ppid=12084 vsize=1796896 CPUtime=1518.84
/proc/12086/task/12088/stat : 12088 (java) R 12084 12086 12021 0 -1 64 59406 0 1 0 151844 40 0 0 25 0 13 0 248349550 1840021504 97905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109475426 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12089] ppid=12084 vsize=1796896 CPUtime=21.51
/proc/12086/task/12089/stat : 12089 (java) S 12084 12086 12021 0 -1 64 30245 0 0 0 2136 15 0 0 16 0 13 0 248349552 1840021504 97905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12090] ppid=12084 vsize=1796896 CPUtime=21.51
/proc/12086/task/12090/stat : 12090 (java) S 12084 12086 12021 0 -1 64 32558 0 0 0 2134 17 0 0 16 0 13 0 248349552 1840021504 97905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12091] ppid=12084 vsize=1796896 CPUtime=0.2
/proc/12086/task/12091/stat : 12091 (java) S 12084 12086 12021 0 -1 64 90 0 0 0 13 7 0 0 16 0 13 0 248349554 1840021504 97905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12092] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12092/stat : 12092 (java) S 12084 12086 12021 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 248349554 1840021504 97905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12093] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12093/stat : 12093 (java) S 12084 12086 12021 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 248349554 1840021504 97905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12094] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12094/stat : 12094 (java) S 12084 12086 12021 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 248349558 1840021504 97905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12095] ppid=12084 vsize=1796896 CPUtime=1.93
/proc/12086/task/12095/stat : 12095 (java) S 12084 12086 12021 0 -1 64 9132 0 0 0 189 4 0 0 16 0 13 0 248349558 1840021504 97905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12096] ppid=12084 vsize=1796896 CPUtime=1.68
/proc/12086/task/12096/stat : 12096 (java) S 12084 12086 12021 0 -1 64 5936 0 0 0 166 2 0 0 17 0 13 0 248349558 1840021504 97905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12097] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12097/stat : 12097 (java) S 12084 12086 12021 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 248349558 1840021504 97905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12098] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12098/stat : 12098 (java) S 12084 12086 12021 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 248349558 1840021504 97905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12099] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12099/stat : 12099 (java) S 12084 12086 12021 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 248349595 1840021504 97905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1565.73
Current children cumulated vsize (KiB) 1796896

[startup+1602.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/90 12101
/proc/meminfo: memFree=1401936/2055920 swapFree=4140116/4192956
[pid=12086] ppid=12084 vsize=1796896 CPUtime=1626.83
/proc/12086/stat : 12086 (java) S 12084 12086 12021 0 -1 0 139015 0 1 0 162594 89 0 0 18 0 13 0 248349549 1840021504 98792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12086/statm: 449224 98792 1334 9 0 446836 0
[pid=12086/tid=12088] ppid=12084 vsize=1796896 CPUtime=1577.67
/proc/12086/task/12088/stat : 12088 (java) R 12084 12086 12021 0 -1 64 59433 0 1 0 157726 41 0 0 25 0 13 0 248349550 1840021504 98792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109521044 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12089] ppid=12084 vsize=1796896 CPUtime=22.64
/proc/12086/task/12089/stat : 12089 (java) S 12084 12086 12021 0 -1 64 30857 0 0 0 2249 15 0 0 16 0 13 0 248349552 1840021504 98792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12090] ppid=12084 vsize=1796896 CPUtime=22.64
/proc/12086/task/12090/stat : 12090 (java) S 12084 12086 12021 0 -1 64 32846 0 0 0 2247 17 0 0 16 0 13 0 248349552 1840021504 98792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12091] ppid=12084 vsize=1796896 CPUtime=0.2
/proc/12086/task/12091/stat : 12091 (java) S 12084 12086 12021 0 -1 64 90 0 0 0 13 7 0 0 16 0 13 0 248349554 1840021504 98792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12092] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12092/stat : 12092 (java) S 12084 12086 12021 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 248349554 1840021504 98792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12093] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12093/stat : 12093 (java) S 12084 12086 12021 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 248349554 1840021504 98792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12094] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12094/stat : 12094 (java) S 12084 12086 12021 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 248349558 1840021504 98792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12095] ppid=12084 vsize=1796896 CPUtime=1.93
/proc/12086/task/12095/stat : 12095 (java) S 12084 12086 12021 0 -1 64 9132 0 0 0 189 4 0 0 16 0 13 0 248349558 1840021504 98792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12096] ppid=12084 vsize=1796896 CPUtime=1.68
/proc/12086/task/12096/stat : 12096 (java) S 12084 12086 12021 0 -1 64 5936 0 0 0 166 2 0 0 17 0 13 0 248349558 1840021504 98792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12097] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12097/stat : 12097 (java) S 12084 12086 12021 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 248349558 1840021504 98792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12098] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12098/stat : 12098 (java) S 12084 12086 12021 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 248349558 1840021504 98792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12099] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12099/stat : 12099 (java) S 12084 12086 12021 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 248349595 1840021504 98792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1626.83
Current children cumulated vsize (KiB) 1796896

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 12101
/proc/meminfo: memFree=1398608/2055920 swapFree=4140116/4192956
[pid=12086] ppid=12084 vsize=1796896 CPUtime=1688.02
/proc/12086/stat : 12086 (java) S 12084 12086 12021 0 -1 0 139955 0 1 0 168711 91 0 0 18 0 13 0 248349549 1840021504 99640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12086/statm: 449224 99640 1334 9 0 446836 0
[pid=12086/tid=12088] ppid=12084 vsize=1796896 CPUtime=1636.43
/proc/12086/task/12088/stat : 12088 (java) R 12084 12086 12021 0 -1 64 59461 0 1 0 163602 41 0 0 25 0 13 0 248349550 1840021504 99640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109987720 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12089] ppid=12084 vsize=1796896 CPUtime=23.84
/proc/12086/task/12089/stat : 12089 (java) S 12084 12086 12021 0 -1 64 31299 0 0 0 2369 15 0 0 16 0 13 0 248349552 1840021504 99640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12090] ppid=12084 vsize=1796896 CPUtime=23.84
/proc/12086/task/12090/stat : 12090 (java) S 12084 12086 12021 0 -1 64 33316 0 0 0 2367 17 0 0 16 0 13 0 248349552 1840021504 99640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12091] ppid=12084 vsize=1796896 CPUtime=0.21
/proc/12086/task/12091/stat : 12091 (java) S 12084 12086 12021 0 -1 64 90 0 0 0 14 7 0 0 15 0 13 0 248349554 1840021504 99640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12092] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12092/stat : 12092 (java) S 12084 12086 12021 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 248349554 1840021504 99640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12093] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12093/stat : 12093 (java) S 12084 12086 12021 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 248349554 1840021504 99640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12094] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12094/stat : 12094 (java) S 12084 12086 12021 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 248349558 1840021504 99640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12095] ppid=12084 vsize=1796896 CPUtime=1.93
/proc/12086/task/12095/stat : 12095 (java) S 12084 12086 12021 0 -1 64 9132 0 0 0 189 4 0 0 16 0 13 0 248349558 1840021504 99640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12096] ppid=12084 vsize=1796896 CPUtime=1.68
/proc/12086/task/12096/stat : 12096 (java) S 12084 12086 12021 0 -1 64 5936 0 0 0 166 2 0 0 17 0 13 0 248349558 1840021504 99640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12097] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12097/stat : 12097 (java) S 12084 12086 12021 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 248349558 1840021504 99640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12098] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12098/stat : 12098 (java) S 12084 12086 12021 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 248349558 1840021504 99640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12099] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12099/stat : 12099 (java) S 12084 12086 12021 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 248349595 1840021504 99640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1688.02
Current children cumulated vsize (KiB) 1796896

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 3/90 12101
/proc/meminfo: memFree=1394832/2055920 swapFree=4140116/4192956
[pid=12086] ppid=12084 vsize=1796896 CPUtime=1749.18
/proc/12086/stat : 12086 (java) S 12084 12086 12021 0 -1 0 140983 0 1 0 174826 92 0 0 18 0 13 0 248349549 1840021504 100582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12086/statm: 449224 100582 1334 9 0 446836 0
[pid=12086/tid=12088] ppid=12084 vsize=1796896 CPUtime=1695.21
/proc/12086/task/12088/stat : 12088 (java) R 12084 12086 12021 0 -1 64 59488 0 1 0 169480 41 0 0 24 0 13 0 248349550 1840021504 100582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109620510 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12089] ppid=12084 vsize=1796896 CPUtime=25.04
/proc/12086/task/12089/stat : 12089 (java) S 12084 12086 12021 0 -1 64 31804 0 0 0 2488 16 0 0 16 0 13 0 248349552 1840021504 100582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12090] ppid=12084 vsize=1796896 CPUtime=25.03
/proc/12086/task/12090/stat : 12090 (java) S 12084 12086 12021 0 -1 64 33812 0 0 0 2486 17 0 0 16 0 13 0 248349552 1840021504 100582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12091] ppid=12084 vsize=1796896 CPUtime=0.22
/proc/12086/task/12091/stat : 12091 (java) S 12084 12086 12021 0 -1 64 90 0 0 0 14 8 0 0 16 0 13 0 248349554 1840021504 100582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12092] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12092/stat : 12092 (java) S 12084 12086 12021 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 248349554 1840021504 100582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12093] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12093/stat : 12093 (java) S 12084 12086 12021 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 248349554 1840021504 100582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12094] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12094/stat : 12094 (java) S 12084 12086 12021 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 248349558 1840021504 100582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12095] ppid=12084 vsize=1796896 CPUtime=1.93
/proc/12086/task/12095/stat : 12095 (java) S 12084 12086 12021 0 -1 64 9132 0 0 0 189 4 0 0 16 0 13 0 248349558 1840021504 100582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12096] ppid=12084 vsize=1796896 CPUtime=1.68
/proc/12086/task/12096/stat : 12096 (java) S 12084 12086 12021 0 -1 64 5936 0 0 0 166 2 0 0 17 0 13 0 248349558 1840021504 100582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12097] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12097/stat : 12097 (java) S 12084 12086 12021 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 248349558 1840021504 100582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12098] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12098/stat : 12098 (java) S 12084 12086 12021 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 248349558 1840021504 100582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12099] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12099/stat : 12099 (java) S 12084 12086 12021 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 248349595 1840021504 100582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1749.18
Current children cumulated vsize (KiB) 1796896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.2 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 12101
/proc/meminfo: memFree=1391632/2055920 swapFree=4140116/4192956
[pid=12086] ppid=12084 vsize=1796896 CPUtime=1800.08
/proc/12086/stat : 12086 (java) S 12084 12086 12021 0 -1 0 141796 0 1 0 179916 92 0 0 18 0 13 0 248349549 1840021504 101327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12086/statm: 449224 101327 1334 9 0 446836 0
[pid=12086/tid=12088] ppid=12084 vsize=1796896 CPUtime=1744.06
/proc/12086/task/12088/stat : 12088 (java) R 12084 12086 12021 0 -1 64 59511 0 1 0 174364 42 0 0 25 0 13 0 248349550 1840021504 101327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109620032 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12089] ppid=12084 vsize=1796896 CPUtime=26.06
/proc/12086/task/12089/stat : 12089 (java) S 12084 12086 12021 0 -1 64 32353 0 0 0 2590 16 0 0 16 0 13 0 248349552 1840021504 101327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12090] ppid=12084 vsize=1796896 CPUtime=26.06
/proc/12086/task/12090/stat : 12090 (java) S 12084 12086 12021 0 -1 64 34053 0 0 0 2589 17 0 0 16 0 13 0 248349552 1840021504 101327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12091] ppid=12084 vsize=1796896 CPUtime=0.22
/proc/12086/task/12091/stat : 12091 (java) S 12084 12086 12021 0 -1 64 90 0 0 0 14 8 0 0 16 0 13 0 248349554 1840021504 101327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12086/tid=12092] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12092/stat : 12092 (java) S 12084 12086 12021 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 248349554 1840021504 101327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12093] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12093/stat : 12093 (java) S 12084 12086 12021 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 248349554 1840021504 101327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12094] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12094/stat : 12094 (java) S 12084 12086 12021 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 248349558 1840021504 101327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12095] ppid=12084 vsize=1796896 CPUtime=1.93
/proc/12086/task/12095/stat : 12095 (java) S 12084 12086 12021 0 -1 64 9132 0 0 0 189 4 0 0 16 0 13 0 248349558 1840021504 101327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12096] ppid=12084 vsize=1796896 CPUtime=1.68
/proc/12086/task/12096/stat : 12096 (java) S 12084 12086 12021 0 -1 64 5936 0 0 0 166 2 0 0 17 0 13 0 248349558 1840021504 101327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12097] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12097/stat : 12097 (java) S 12084 12086 12021 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 248349558 1840021504 101327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12098] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12098/stat : 12098 (java) S 12084 12086 12021 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 248349558 1840021504 101327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12086/tid=12099] ppid=12084 vsize=1796896 CPUtime=0
/proc/12086/task/12099/stat : 12099 (java) S 12084 12086 12021 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 248349595 1840021504 101327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1796896

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 143
Real time (s): 1772.3
CPU time (s): 1800.19
CPU user time (s): 1799.19
CPU system time (s): 0.992849
CPU usage (%): 101.574
Max. virtual memory (cumulated for all children) (KiB): 1802928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 0.992849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141816
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= 44670
involuntary context switches= 55431

runsolver used 1.77573 second user time and 4.69928 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Tue May  1 07:25:20 UTC 2007

IDJOB= 431273
IDBENCH= 48040
IDSOLVER= 160
FILE ID= node17/431273-1178004320

PBS_JOBID= 4728262

Free space on /tmp= 66561 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=197-P1=29-P2=199-P3=251-P4=227-P5=257-P6=149-P7=53-B.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/431273-1178004320/sat4jPseudoCP.jar /tmp/evaluation/431273-1178004320/instance-431273-1178004320.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-431273-1178004320 -o ROOT/results/node17/solver-431273-1178004320 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/431273-1178004320/sat4jPseudoCP.jar /tmp/evaluation/431273-1178004320/instance-431273-1178004320.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  83b6f70c71dbcf261c00790940be437e

RANDOM SEED= 602389152

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.240
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.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1794112 kB
Buffers:         32168 kB
Cached:         148384 kB
SwapCached:      15016 kB
Active:          72136 kB
Inactive:       130976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1794112 kB
SwapTotal:     4192956 kB
SwapFree:      4140116 kB
Dirty:            3796 kB
Writeback:           0 kB
Mapped:          29576 kB
Slab:            44244 kB
Committed_AS:  7401432 kB
PageTables:       1796 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= 66561 MiB

End job on node17 on Tue May  1 07:54:55 UTC 2007