Trace number 348068

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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.24 1788.94

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-blp-ic98.opb
MD5SUMcf56ee4a2e10a22486df8fb664e91027
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15501
Total number of constraints763
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)627
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint8
Maximum length of a constraint13581
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 531126
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/348068-1176568036/instance-348068-1176568036.opb
0.20/0.20	c reading problem ... 
3.57/2.62	c ... done. Wall clock time 2.418s.
3.57/2.62	c CPU time (experimental) 1.97s.
3.57/2.62	c #vars     15501
3.57/2.62	c #constraints  853
1800.10/1788.81	c starts		: 15
1800.10/1788.81	c conflicts		: 83273
1800.10/1788.81	c decisions		: 102366
1800.10/1788.81	c propagations		: 10697373
1800.10/1788.81	c inspects		: 229582810
1800.10/1788.81	c learnt literals	: 0
1800.10/1788.81	c learnt binary clauses	: 0
1800.10/1788.81	c learnt ternary clauses	: 0
1800.10/1788.81	c learnt clauses	: 83273
1800.10/1788.81	c root simplifications	: 0
1800.10/1788.81	c removed literals (reason simplification)	: 0
1800.10/1788.81	c reason swapping (by a shorter reason)	: 0
1800.10/1788.81	c Calls to reduceDB	: 0
1800.10/1788.81	c speed (decisions/second)	: 57.310783604567575
1800.10/1788.81	c non guided choices	5666
1800.10/1788.81	s UNKNOWN
1800.10/1788.81	c Total wall clock time (ms): 1788.61

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node57/watcher-348068-1176568036 -o ROOT/results/node57/solver-348068-1176568036 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348068-1176568036/sat4jPseudoResolution.jar /tmp/evaluation/348068-1176568036/instance-348068-1176568036.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: 1.01 1.01 1.05 2/64 11337
/proc/meminfo: memFree=1379200/2055920 swapFree=4187472/4192956
[pid=11337] ppid=11335 vsize=1520 CPUtime=0
/proc/11337/stat : 11337 (java) R 11335 11337 11009 0 -1 0 83 0 0 0 0 0 0 0 18 0 1 0 97939561 1556480 66 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7357632 0 0 4096 0 0 0 0 17 1 0 0
/proc/11337/statm: 380 73 56 9 0 10 0

[startup+0.064656 s]
/proc/loadavg: 1.01 1.01 1.05 2/64 11337
/proc/meminfo: memFree=1379200/2055920 swapFree=4187472/4192956
[pid=11337] ppid=11335 vsize=1777708 CPUtime=0.05
/proc/11337/stat : 11337 (java) S 11335 11337 11009 0 -1 0 3653 0 1 0 3 2 0 0 18 0 7 0 97939561 1820372992 3395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/11337/statm: 444427 3395 1077 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.102658 s]
/proc/loadavg: 1.01 1.01 1.05 2/64 11337
/proc/meminfo: memFree=1379200/2055920 swapFree=4187472/4192956
[pid=11337] ppid=11335 vsize=1780108 CPUtime=0.08
/proc/11337/stat : 11337 (java) S 11335 11337 11009 0 -1 0 3976 0 1 0 6 2 0 0 18 0 12 0 97939561 1822830592 3717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11337/statm: 445027 3717 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.302677 s]
/proc/loadavg: 1.01 1.01 1.05 2/64 11337
/proc/meminfo: memFree=1379200/2055920 swapFree=4187472/4192956
[pid=11337] ppid=11335 vsize=1781428 CPUtime=0.32
/proc/11337/stat : 11337 (java) S 11335 11337 11009 0 -1 0 5246 0 1 0 29 3 0 0 18 0 12 0 97939561 1824182272 4984 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11337/statm: 445357 4984 1264 9 0 442969 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781428

[startup+0.70271 s]
/proc/loadavg: 1.01 1.01 1.05 2/64 11337
/proc/meminfo: memFree=1379200/2055920 swapFree=4187472/4192956
[pid=11337] ppid=11335 vsize=1790488 CPUtime=1.07
/proc/11337/stat : 11337 (java) S 11335 11337 11009 0 -1 0 9482 0 1 0 102 5 0 0 18 0 12 0 97939561 1833459712 8265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11337/statm: 447622 8265 1302 9 0 445234 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1790488

[startup+1.50178 s]
/proc/loadavg: 1.01 1.01 1.05 4/76 11349
/proc/meminfo: memFree=1345568/2055920 swapFree=4187472/4192956
[pid=11337] ppid=11335 vsize=1791088 CPUtime=2.27
/proc/11337/stat : 11337 (java) S 11335 11337 11009 0 -1 0 26956 0 1 0 214 13 0 0 18 0 12 0 97939561 1834074112 24158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11337/statm: 447772 24158 1304 9 0 445384 0
[pid=11337/tid=11339] ppid=11335 vsize=1791088 CPUtime=1.02
/proc/11337/task/11339/stat : 11339 (java) R 11335 11337 11009 0 -1 64 20771 0 1 0 92 10 0 0 20 0 12 0 97939562 1834074112 24158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109733491 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11340] ppid=11335 vsize=1791088 CPUtime=0
/proc/11337/task/11340/stat : 11340 (java) S 11335 11337 11009 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 97939564 1834074112 24158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11341] ppid=11335 vsize=1791088 CPUtime=0
/proc/11337/task/11341/stat : 11341 (java) S 11335 11337 11009 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 97939564 1834074112 24158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11342] ppid=11335 vsize=1791088 CPUtime=0
/proc/11337/task/11342/stat : 11342 (java) S 11335 11337 11009 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 97939566 1834074112 24158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11343] ppid=11335 vsize=1791088 CPUtime=0
/proc/11337/task/11343/stat : 11343 (java) S 11335 11337 11009 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 97939567 1834074112 24158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11344] ppid=11335 vsize=1791088 CPUtime=0
/proc/11337/task/11344/stat : 11344 (java) S 11335 11337 11009 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 97939567 1834074112 24158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11345] ppid=11335 vsize=1791088 CPUtime=0
/proc/11337/task/11345/stat : 11345 (java) S 11335 11337 11009 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 97939571 1834074112 24158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11346] ppid=11335 vsize=1791088 CPUtime=0.7
/proc/11337/task/11346/stat : 11346 (java) S 11335 11337 11009 0 -1 64 3986 0 0 0 69 1 0 0 16 0 12 0 97939571 1834074112 24158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11347] ppid=11335 vsize=1791088 CPUtime=0.52
/proc/11337/task/11347/stat : 11347 (java) S 11335 11337 11009 0 -1 64 1480 0 0 0 52 0 0 0 16 0 12 0 97939571 1834074112 24158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11348] ppid=11335 vsize=1791088 CPUtime=0
/proc/11337/task/11348/stat : 11348 (java) S 11335 11337 11009 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 97939571 1834074112 24158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11349] ppid=11335 vsize=1791088 CPUtime=0
/proc/11337/task/11349/stat : 11349 (java) S 11335 11337 11009 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 97939571 1834074112 24158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 1791088

[startup+3.10192 s]
/proc/loadavg: 1.01 1.01 1.05 3/76 11349
/proc/meminfo: memFree=1209312/2055920 swapFree=4187472/4192956
[pid=11337] ppid=11335 vsize=1792056 CPUtime=4.22
/proc/11337/stat : 11337 (java) S 11335 11337 11009 0 -1 0 49474 0 1 0 399 23 0 0 18 0 13 0 97939561 1835065344 46568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11337/statm: 448014 46568 1321 9 0 445626 0
[pid=11337/tid=11339] ppid=11335 vsize=1792056 CPUtime=2.41
/proc/11337/task/11339/stat : 11339 (java) R 11335 11337 11009 0 -1 64 37699 0 1 0 224 17 0 0 25 0 13 0 97939562 1835065344 46568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109781862 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11340] ppid=11335 vsize=1792056 CPUtime=0.15
/proc/11337/task/11340/stat : 11340 (java) S 11335 11337 11009 0 -1 64 3265 0 0 0 14 1 0 0 18 0 13 0 97939564 1835065344 46568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11341] ppid=11335 vsize=1792056 CPUtime=0.16
/proc/11337/task/11341/stat : 11341 (java) S 11335 11337 11009 0 -1 64 2300 0 0 0 15 1 0 0 16 0 13 0 97939564 1835065344 46568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11342] ppid=11335 vsize=1792056 CPUtime=0
/proc/11337/task/11342/stat : 11342 (java) S 11335 11337 11009 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 97939566 1835065344 46568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11343] ppid=11335 vsize=1792056 CPUtime=0
/proc/11337/task/11343/stat : 11343 (java) S 11335 11337 11009 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 97939567 1835065344 46568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11344] ppid=11335 vsize=1792056 CPUtime=0
/proc/11337/task/11344/stat : 11344 (java) S 11335 11337 11009 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97939567 1835065344 46568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11345] ppid=11335 vsize=1792056 CPUtime=0
/proc/11337/task/11345/stat : 11345 (java) S 11335 11337 11009 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 97939571 1835065344 46568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11346] ppid=11335 vsize=1792056 CPUtime=0.85
/proc/11337/task/11346/stat : 11346 (java) S 11335 11337 11009 0 -1 64 3994 0 0 0 84 1 0 0 16 0 13 0 97939571 1835065344 46568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11347] ppid=11335 vsize=1792056 CPUtime=0.61
/proc/11337/task/11347/stat : 11347 (java) S 11335 11337 11009 0 -1 64 1488 0 0 0 60 1 0 0 16 0 13 0 97939571 1835065344 46568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11348] ppid=11335 vsize=1792056 CPUtime=0
/proc/11337/task/11348/stat : 11348 (java) S 11335 11337 11009 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 97939571 1835065344 46568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11349] ppid=11335 vsize=1792056 CPUtime=0
/proc/11337/task/11349/stat : 11349 (java) S 11335 11337 11009 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 97939571 1835065344 46568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 1792056

[startup+6.3022 s]
/proc/loadavg: 1.17 1.04 1.06 3/77 11350
/proc/meminfo: memFree=1197280/2055920 swapFree=4187472/4192956
[pid=11337] ppid=11335 vsize=1791656 CPUtime=7.69
/proc/11337/stat : 11337 (java) S 11335 11337 11009 0 -1 0 49514 0 1 0 746 23 0 0 18 0 13 0 97939561 1834655744 46512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11337/statm: 447914 46512 1325 9 0 445526 0
[pid=11337/tid=11339] ppid=11335 vsize=1791656 CPUtime=5.53
/proc/11337/task/11339/stat : 11339 (java) R 11335 11337 11009 0 -1 64 37706 0 1 0 536 17 0 0 25 0 13 0 97939562 1834655744 46512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11340] ppid=11335 vsize=1791656 CPUtime=0.15
/proc/11337/task/11340/stat : 11340 (java) S 11335 11337 11009 0 -1 64 3265 0 0 0 14 1 0 0 18 0 13 0 97939564 1834655744 46512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11341] ppid=11335 vsize=1791656 CPUtime=0.16
/proc/11337/task/11341/stat : 11341 (java) S 11335 11337 11009 0 -1 64 2300 0 0 0 15 1 0 0 16 0 13 0 97939564 1834655744 46512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11342] ppid=11335 vsize=1791656 CPUtime=0
/proc/11337/task/11342/stat : 11342 (java) S 11335 11337 11009 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 97939566 1834655744 46512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11343] ppid=11335 vsize=1791656 CPUtime=0
/proc/11337/task/11343/stat : 11343 (java) S 11335 11337 11009 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 97939567 1834655744 46512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11344] ppid=11335 vsize=1791656 CPUtime=0
/proc/11337/task/11344/stat : 11344 (java) S 11335 11337 11009 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97939567 1834655744 46512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11345] ppid=11335 vsize=1791656 CPUtime=0
/proc/11337/task/11345/stat : 11345 (java) S 11335 11337 11009 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 97939571 1834655744 46512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11346] ppid=11335 vsize=1791656 CPUtime=0.98
/proc/11337/task/11346/stat : 11346 (java) R 11335 11337 11009 0 -1 64 4001 0 0 0 97 1 0 0 17 0 13 0 97939571 1834655744 46512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102684560 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11347] ppid=11335 vsize=1791656 CPUtime=0.84
/proc/11337/task/11347/stat : 11347 (java) S 11335 11337 11009 0 -1 64 1514 0 0 0 83 1 0 0 16 0 13 0 97939571 1834655744 46512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11348] ppid=11335 vsize=1791656 CPUtime=0
/proc/11337/task/11348/stat : 11348 (java) S 11335 11337 11009 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 97939571 1834655744 46512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11349] ppid=11335 vsize=1791656 CPUtime=0
/proc/11337/task/11349/stat : 11349 (java) S 11335 11337 11009 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 97939571 1834655744 46512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11350] ppid=11335 vsize=1791656 CPUtime=0
/proc/11337/task/11350/stat : 11350 (java) S 11335 11337 11009 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 97939828 1834655744 46512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 1791656

[startup+12.7017 s]
/proc/loadavg: 1.16 1.04 1.06 2/77 11350
/proc/meminfo: memFree=1168360/2055920 swapFree=4187472/4192956
[pid=11337] ppid=11335 vsize=1792584 CPUtime=14.27
/proc/11337/stat : 11337 (java) S 11335 11337 11009 0 -1 0 57032 0 1 0 1400 27 0 0 18 0 13 0 97939561 1835606016 53758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11337/statm: 448146 53758 1325 9 0 445758 0
[pid=11337/tid=11339] ppid=11335 vsize=1792584 CPUtime=11.74
/proc/11337/task/11339/stat : 11339 (java) R 11335 11337 11009 0 -1 64 37712 0 1 0 1157 17 0 0 25 0 13 0 97939562 1835606016 53758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109797406 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11340] ppid=11335 vsize=1792584 CPUtime=0.32
/proc/11337/task/11340/stat : 11340 (java) S 11335 11337 11009 0 -1 64 6327 0 0 0 30 2 0 0 18 0 13 0 97939564 1835606016 53758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11341] ppid=11335 vsize=1792584 CPUtime=0.33
/proc/11337/task/11341/stat : 11341 (java) S 11335 11337 11009 0 -1 64 6729 0 0 0 30 3 0 0 16 0 13 0 97939564 1835606016 53758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11342] ppid=11335 vsize=1792584 CPUtime=0
/proc/11337/task/11342/stat : 11342 (java) S 11335 11337 11009 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 97939566 1835606016 53758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11343] ppid=11335 vsize=1792584 CPUtime=0
/proc/11337/task/11343/stat : 11343 (java) S 11335 11337 11009 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 97939567 1835606016 53758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11344] ppid=11335 vsize=1792584 CPUtime=0
/proc/11337/task/11344/stat : 11344 (java) S 11335 11337 11009 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97939567 1835606016 53758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11345] ppid=11335 vsize=1792584 CPUtime=0
/proc/11337/task/11345/stat : 11345 (java) S 11335 11337 11009 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 97939571 1835606016 53758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11346] ppid=11335 vsize=1792584 CPUtime=0.98
/proc/11337/task/11346/stat : 11346 (java) S 11335 11337 11009 0 -1 64 4001 0 0 0 97 1 0 0 16 0 13 0 97939571 1835606016 53758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11347] ppid=11335 vsize=1792584 CPUtime=0.85
/proc/11337/task/11347/stat : 11347 (java) S 11335 11337 11009 0 -1 64 1533 0 0 0 84 1 0 0 16 0 13 0 97939571 1835606016 53758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11348] ppid=11335 vsize=1792584 CPUtime=0
/proc/11337/task/11348/stat : 11348 (java) S 11335 11337 11009 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 97939571 1835606016 53758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11349] ppid=11335 vsize=1792584 CPUtime=0
/proc/11337/task/11349/stat : 11349 (java) S 11335 11337 11009 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 97939571 1835606016 53758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11350] ppid=11335 vsize=1792584 CPUtime=0
/proc/11337/task/11350/stat : 11350 (java) S 11335 11337 11009 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 97939828 1835606016 53758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.27
Current children cumulated vsize (KiB) 1792584

[startup+25.5029 s]
/proc/loadavg: 1.12 1.04 1.06 2/77 11350
/proc/meminfo: memFree=1165672/2055920 swapFree=4187472/4192956
[pid=11337] ppid=11335 vsize=1792584 CPUtime=27.21
/proc/11337/stat : 11337 (java) S 11335 11337 11009 0 -1 0 57804 0 1 0 2694 27 0 0 18 0 13 0 97939561 1835606016 54464 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11337/statm: 448146 54464 1325 9 0 445758 0
[pid=11337/tid=11339] ppid=11335 vsize=1792584 CPUtime=24.42
/proc/11337/task/11339/stat : 11339 (java) R 11335 11337 11009 0 -1 64 37715 0 1 0 2425 17 0 0 25 0 13 0 97939562 1835606016 54464 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109896062 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11340] ppid=11335 vsize=1792584 CPUtime=0.43
/proc/11337/task/11340/stat : 11340 (java) S 11335 11337 11009 0 -1 64 6654 0 0 0 41 2 0 0 17 0 13 0 97939564 1835606016 54464 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11341] ppid=11335 vsize=1792584 CPUtime=0.44
/proc/11337/task/11341/stat : 11341 (java) S 11335 11337 11009 0 -1 64 7138 0 0 0 41 3 0 0 16 0 13 0 97939564 1835606016 54464 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11342] ppid=11335 vsize=1792584 CPUtime=0
/proc/11337/task/11342/stat : 11342 (java) S 11335 11337 11009 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 97939566 1835606016 54464 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11343] ppid=11335 vsize=1792584 CPUtime=0
/proc/11337/task/11343/stat : 11343 (java) S 11335 11337 11009 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 97939567 1835606016 54464 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=11337/tid=11342] ppid=11335 vsize=1793224 CPUtime=0.26
/proc/11337/task/11342/stat : 11342 (java) S 11335 11337 11009 0 -1 64 94 0 0 0 14 12 0 0 16 0 13 0 97939566 1836261376 159234 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11343] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11343/stat : 11343 (java) S 11335 11337 11009 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 97939567 1836261376 159234 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11344] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11344/stat : 11344 (java) S 11335 11337 11009 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97939567 1836261376 159234 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11345] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11345/stat : 11345 (java) S 11335 11337 11009 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 97939571 1836261376 159234 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11346] ppid=11335 vsize=1793224 CPUtime=1.1
/proc/11337/task/11346/stat : 11346 (java) S 11335 11337 11009 0 -1 64 4035 0 0 0 109 1 0 0 17 0 13 0 97939571 1836261376 159234 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11347] ppid=11335 vsize=1793224 CPUtime=0.9
/proc/11337/task/11347/stat : 11347 (java) S 11335 11337 11009 0 -1 64 1611 0 0 0 89 1 0 0 17 0 13 0 97939571 1836261376 159234 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11348] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11348/stat : 11348 (java) S 11335 11337 11009 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 97939571 1836261376 159234 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11349] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11349/stat : 11349 (java) S 11335 11337 11009 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 97939571 1836261376 159234 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11350] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11350/stat : 11350 (java) S 11335 11337 11009 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 97939828 1836261376 159234 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1612.56
Current children cumulated vsize (KiB) 1793224

[startup+1662.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/77 11350
/proc/meminfo: memFree=725096/2055920 swapFree=4187472/4192956
[pid=11337] ppid=11335 vsize=1793224 CPUtime=1672.92
/proc/11337/stat : 11337 (java) S 11335 11337 11009 0 -1 0 248828 0 1 0 167144 148 0 0 18 0 13 0 97939561 1836261376 164266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11337/statm: 448306 164266 1327 9 0 445918 0
[pid=11337/tid=11339] ppid=11335 vsize=1793224 CPUtime=1650.46
/proc/11337/task/11339/stat : 11339 (java) R 11335 11337 11009 0 -1 64 44422 0 1 0 165022 24 0 0 25 0 13 0 97939562 1836261376 164266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109843553 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11340] ppid=11335 vsize=1793224 CPUtime=10.07
/proc/11337/task/11340/stat : 11340 (java) S 11335 11337 11009 0 -1 64 99263 0 0 0 953 54 0 0 16 0 13 0 97939564 1836261376 164266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11341] ppid=11335 vsize=1793224 CPUtime=10.05
/proc/11337/task/11341/stat : 11341 (java) S 11335 11337 11009 0 -1 64 98682 0 0 0 953 52 0 0 17 0 13 0 97939564 1836261376 164266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11342] ppid=11335 vsize=1793224 CPUtime=0.27
/proc/11337/task/11342/stat : 11342 (java) S 11335 11337 11009 0 -1 64 94 0 0 0 14 13 0 0 16 0 13 0 97939566 1836261376 164266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11343] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11343/stat : 11343 (java) S 11335 11337 11009 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 97939567 1836261376 164266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11344] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11344/stat : 11344 (java) S 11335 11337 11009 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97939567 1836261376 164266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11345] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11345/stat : 11345 (java) S 11335 11337 11009 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 97939571 1836261376 164266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11346] ppid=11335 vsize=1793224 CPUtime=1.1
/proc/11337/task/11346/stat : 11346 (java) S 11335 11337 11009 0 -1 64 4035 0 0 0 109 1 0 0 17 0 13 0 97939571 1836261376 164266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11347] ppid=11335 vsize=1793224 CPUtime=0.9
/proc/11337/task/11347/stat : 11347 (java) S 11335 11337 11009 0 -1 64 1611 0 0 0 89 1 0 0 17 0 13 0 97939571 1836261376 164266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11348] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11348/stat : 11348 (java) S 11335 11337 11009 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 97939571 1836261376 164266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11349] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11349/stat : 11349 (java) S 11335 11337 11009 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 97939571 1836261376 164266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11350] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11350/stat : 11350 (java) S 11335 11337 11009 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 97939828 1836261376 164266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1672.92
Current children cumulated vsize (KiB) 1793224

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 11350
/proc/meminfo: memFree=709480/2055920 swapFree=4187472/4192956
[pid=11337] ppid=11335 vsize=1793224 CPUtime=1733.23
/proc/11337/stat : 11337 (java) S 11335 11337 11009 0 -1 0 253447 0 1 0 173172 151 0 0 18 0 13 0 97939561 1836261376 168251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11337/statm: 448306 168251 1327 9 0 445918 0
[pid=11337/tid=11339] ppid=11335 vsize=1793224 CPUtime=1710.09
/proc/11337/task/11339/stat : 11339 (java) R 11335 11337 11009 0 -1 64 44443 0 1 0 170985 24 0 0 25 0 13 0 97939562 1836261376 168251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109785280 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11340] ppid=11335 vsize=1793224 CPUtime=10.41
/proc/11337/task/11340/stat : 11340 (java) S 11335 11337 11009 0 -1 64 101731 0 0 0 985 56 0 0 17 0 13 0 97939564 1836261376 168251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11341] ppid=11335 vsize=1793224 CPUtime=10.4
/proc/11337/task/11341/stat : 11341 (java) S 11335 11337 11009 0 -1 64 100808 0 0 0 986 54 0 0 17 0 13 0 97939564 1836261376 168251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11342] ppid=11335 vsize=1793224 CPUtime=0.27
/proc/11337/task/11342/stat : 11342 (java) S 11335 11337 11009 0 -1 64 98 0 0 0 14 13 0 0 17 0 13 0 97939566 1836261376 168251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11343] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11343/stat : 11343 (java) S 11335 11337 11009 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 97939567 1836261376 168251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11344] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11344/stat : 11344 (java) S 11335 11337 11009 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97939567 1836261376 168251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11345] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11345/stat : 11345 (java) S 11335 11337 11009 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 97939571 1836261376 168251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11346] ppid=11335 vsize=1793224 CPUtime=1.1
/proc/11337/task/11346/stat : 11346 (java) S 11335 11337 11009 0 -1 64 4035 0 0 0 109 1 0 0 17 0 13 0 97939571 1836261376 168251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11347] ppid=11335 vsize=1793224 CPUtime=0.9
/proc/11337/task/11347/stat : 11347 (java) S 11335 11337 11009 0 -1 64 1611 0 0 0 89 1 0 0 17 0 13 0 97939571 1836261376 168251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11348] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11348/stat : 11348 (java) S 11335 11337 11009 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 97939571 1836261376 168251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11349] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11349/stat : 11349 (java) S 11335 11337 11009 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 97939571 1836261376 168251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11350] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11350/stat : 11350 (java) S 11335 11337 11009 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 97939828 1836261376 168251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1733.23
Current children cumulated vsize (KiB) 1793224

[startup+1782.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 11350
/proc/meminfo: memFree=687272/2055920 swapFree=4187472/4192956
[pid=11337] ppid=11335 vsize=1793224 CPUtime=1793.6
/proc/11337/stat : 11337 (java) S 11335 11337 11009 0 -1 0 259595 0 1 0 179205 155 0 0 18 0 13 0 97939561 1836261376 173691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11337/statm: 448306 173691 1327 9 0 445918 0
[pid=11337/tid=11339] ppid=11335 vsize=1793224 CPUtime=1769.65
/proc/11337/task/11339/stat : 11339 (java) R 11335 11337 11009 0 -1 64 44467 0 1 0 176941 24 0 0 20 0 13 0 97939562 1836261376 173691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109786846 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11340] ppid=11335 vsize=1793224 CPUtime=10.81
/proc/11337/task/11340/stat : 11340 (java) S 11335 11337 11009 0 -1 64 104969 0 0 0 1024 57 0 0 16 0 13 0 97939564 1836261376 173691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11341] ppid=11335 vsize=1793224 CPUtime=10.79
/proc/11337/task/11341/stat : 11341 (java) S 11335 11337 11009 0 -1 64 103689 0 0 0 1024 55 0 0 16 0 13 0 97939564 1836261376 173691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11342] ppid=11335 vsize=1793224 CPUtime=0.28
/proc/11337/task/11342/stat : 11342 (java) S 11335 11337 11009 0 -1 64 103 0 0 0 15 13 0 0 16 0 13 0 97939566 1836261376 173691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11343] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11343/stat : 11343 (java) S 11335 11337 11009 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 97939567 1836261376 173691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11344] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11344/stat : 11344 (java) S 11335 11337 11009 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97939567 1836261376 173691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11345] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11345/stat : 11345 (java) S 11335 11337 11009 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 97939571 1836261376 173691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11346] ppid=11335 vsize=1793224 CPUtime=1.1
/proc/11337/task/11346/stat : 11346 (java) S 11335 11337 11009 0 -1 64 4035 0 0 0 109 1 0 0 17 0 13 0 97939571 1836261376 173691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11347] ppid=11335 vsize=1793224 CPUtime=0.9
/proc/11337/task/11347/stat : 11347 (java) S 11335 11337 11009 0 -1 64 1611 0 0 0 89 1 0 0 17 0 13 0 97939571 1836261376 173691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11348] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11348/stat : 11348 (java) S 11335 11337 11009 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 97939571 1836261376 173691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11349] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11349/stat : 11349 (java) S 11335 11337 11009 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 97939571 1836261376 173691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11350] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11350/stat : 11350 (java) S 11335 11337 11009 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 97939828 1836261376 173691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1793.6
Current children cumulated vsize (KiB) 1793224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.8 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 11350
/proc/meminfo: memFree=687272/2055920 swapFree=4187472/4192956
[pid=11337] ppid=11335 vsize=1793224 CPUtime=1800.1
/proc/11337/stat : 11337 (java) S 11335 11337 11009 0 -1 0 259595 0 1 0 179855 155 0 0 18 0 13 0 97939561 1836261376 173691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11337/statm: 448306 173691 1327 9 0 445918 0
[pid=11337/tid=11339] ppid=11335 vsize=1793224 CPUtime=1776.15
/proc/11337/task/11339/stat : 11339 (java) R 11335 11337 11009 0 -1 64 44467 0 1 0 177591 24 0 0 25 0 13 0 97939562 1836261376 173691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109843588 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11340] ppid=11335 vsize=1793224 CPUtime=10.81
/proc/11337/task/11340/stat : 11340 (java) S 11335 11337 11009 0 -1 64 104969 0 0 0 1024 57 0 0 16 0 13 0 97939564 1836261376 173691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11341] ppid=11335 vsize=1793224 CPUtime=10.79
/proc/11337/task/11341/stat : 11341 (java) S 11335 11337 11009 0 -1 64 103689 0 0 0 1024 55 0 0 16 0 13 0 97939564 1836261376 173691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11342] ppid=11335 vsize=1793224 CPUtime=0.28
/proc/11337/task/11342/stat : 11342 (java) S 11335 11337 11009 0 -1 64 103 0 0 0 15 13 0 0 16 0 13 0 97939566 1836261376 173691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11343] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11343/stat : 11343 (java) S 11335 11337 11009 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 97939567 1836261376 173691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11344] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11344/stat : 11344 (java) S 11335 11337 11009 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97939567 1836261376 173691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11345] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11345/stat : 11345 (java) S 11335 11337 11009 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 97939571 1836261376 173691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11346] ppid=11335 vsize=1793224 CPUtime=1.1
/proc/11337/task/11346/stat : 11346 (java) S 11335 11337 11009 0 -1 64 4035 0 0 0 109 1 0 0 17 0 13 0 97939571 1836261376 173691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11347] ppid=11335 vsize=1793224 CPUtime=0.9
/proc/11337/task/11347/stat : 11347 (java) S 11335 11337 11009 0 -1 64 1611 0 0 0 89 1 0 0 17 0 13 0 97939571 1836261376 173691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11348] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11348/stat : 11348 (java) S 11335 11337 11009 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 97939571 1836261376 173691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11337/tid=11349] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11349/stat : 11349 (java) S 11335 11337 11009 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 97939571 1836261376 173691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11337/tid=11350] ppid=11335 vsize=1793224 CPUtime=0
/proc/11337/task/11350/stat : 11350 (java) S 11335 11337 11009 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 97939828 1836261376 173691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1793224

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

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

[startup+1788.91 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 11350
/proc/meminfo: memFree=687272/2055920 swapFree=4187472/4192956
[pid=11337] ppid=11335 vsize=0 CPUtime=1800.21
/proc/11337/stat : 11337 (java) Z 11335 11337 11009 0 -1 1036 259615 0 1 0 179859 162 0 0 16 0 2 0 97939561 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11337/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1788.94
CPU time (s): 1800.24
CPU user time (s): 1798.59
CPU system time (s): 1.65375
CPU usage (%): 100.632
Max. virtual memory (cumulated for all children) (KiB): 1793224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.59
system time used= 1.65375
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259615
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= 45938
involuntary context switches= 35961

runsolver used 1.91371 second user time and 4.81927 second system time

The end

Launcher Data (download as text)

Begin job on node57 on Sat Apr 14 16:27:16 UTC 2007

IDJOB= 348068
IDBENCH= 1613
IDSOLVER= 159
FILE ID= node57/348068-1176568036

PBS_JOBID= 4556882

Free space on /tmp= 66559 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-blp-ic98.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348068-1176568036/sat4jPseudoResolution.jar /tmp/evaluation/348068-1176568036/instance-348068-1176568036.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node57/watcher-348068-1176568036 -o ROOT/results/node57/solver-348068-1176568036 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348068-1176568036/sat4jPseudoResolution.jar /tmp/evaluation/348068-1176568036/instance-348068-1176568036.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  cf56ee4a2e10a22486df8fb664e91027

RANDOM SEED= 440714573

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.239
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.239
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1379672 kB
Buffers:         49868 kB
Cached:         475000 kB
SwapCached:       2608 kB
Active:         253992 kB
Inactive:       284904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1379672 kB
SwapTotal:     4192956 kB
SwapFree:      4187472 kB
Dirty:            5568 kB
Writeback:           0 kB
Mapped:          21228 kB
Slab:           123504 kB
Committed_AS:   132228 kB
PageTables:       1412 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= 66559 MiB

End job on node57 on Sat Apr 14 16:57:07 UTC 2007