Trace number 348034

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
sat4jPseudoCPClause 2007-03-23? (TO) 1800.25 1784.36

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-ir98.opb
MD5SUM395bac5c9d0c4cdb5ae1073c67c6675c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark263089
Best CPU time to get the best result obtained on this benchmark1800.18
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 263089
Optimality of the best value was proved NO
Number of variables7287
Total number of constraints529
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)420
Number of constraints which are nor clauses,nor cardinality constraints109
Minimum length of a constraint3
Maximum length of a constraint6062
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 527290
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.13/0.33	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.13/0.33	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.13/0.33	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.13/0.34	c no version file found!!!
0.13/0.34	c sun.arch.data.model	32
0.13/0.34	c java.version	1.6.0
0.13/0.34	c os.name	Linux
0.13/0.34	c os.version	2.6.9-22.EL.rootsmp
0.13/0.34	c os.arch	i386
0.13/0.34	c Free memory 1651659224
0.13/0.34	c Max memory 1654456320
0.13/0.34	c Total memory 1654456320
0.13/0.34	c Number of processors 2
0.22/0.40	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.22/0.40	--- Begin Solver configuration ---
0.22/0.40	c Stops conflict analysis at the first Unique Implication Point
0.22/0.40	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.22/0.40	c Learn all clauses as in MiniSAT
0.22/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.22/0.40	c VSIDS like heuristics from MiniSAT using a heap
0.22/0.40	c No reason simplification
0.22/0.40	c --- End Solver configuration ---
0.22/0.40	c Simplify asserted PB constraints to clauses
0.22/0.40	c solving /tmp/evaluation/348034-1176566273/instance-348034-1176566273.opb
0.22/0.40	c reading problem ... 
2.59/1.94	c ... done. Wall clock time 1.537s.
2.59/1.94	c CPU time (experimental) 1.19s.
2.59/1.94	c #vars     7287
2.59/1.94	c #constraints  595
1800.09/1784.21	c starts		: 2
1800.09/1784.21	c conflicts		: 401
1800.09/1784.21	c decisions		: 5316
1800.09/1784.21	c propagations		: 40142
1800.09/1784.21	c inspects		: 950712
1800.09/1784.21	c learnt literals	: 0
1800.09/1784.21	c learnt binary clauses	: 0
1800.09/1784.21	c learnt ternary clauses	: 0
1800.09/1784.21	c learnt clauses	: 400
1800.09/1784.21	c root simplifications	: 0
1800.09/1784.21	c removed literals (reason simplification)	: 0
1800.09/1784.21	c reason swapping (by a shorter reason)	: 0
1800.09/1784.21	c Calls to reduceDB	: 0
1800.09/1784.21	c speed (decisions/second)	: 2.9827314660776016
1800.09/1784.21	c non guided choices	0
1800.09/1784.22	s UNKNOWN
1800.09/1784.22	c Total wall clock time (ms): 1783.814

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/node51/watcher-348034-1176566273 -o ROOT/results/node51/solver-348034-1176566273 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348034-1176566273/sat4jPseudoCPClause.jar /tmp/evaluation/348034-1176566273/instance-348034-1176566273.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.90 1.98 1.92 2/64 29603
/proc/meminfo: memFree=1506672/2055920 swapFree=4192956/4192956
[pid=29603] ppid=29601 vsize=152 CPUtime=0
/proc/29603/stat : 29603 (java) D 29601 29603 29538 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 11472490 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 2618148 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/29603/statm: 38 26 19 9 0 4 0

[startup+0.0714821 s]
/proc/loadavg: 1.90 1.98 1.92 2/64 29603
/proc/meminfo: memFree=1506672/2055920 swapFree=4192956/4192956
[pid=29603] ppid=29601 vsize=12056 CPUtime=0.01
/proc/29603/stat : 29603 (java) R 29601 29603 29538 0 -1 0 390 0 24 0 0 1 0 0 18 0 1 0 11472490 12345344 221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 2589482 0 0 4096 0 0 0 0 17 0 0 0
/proc/29603/statm: 3014 221 135 9 0 1148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12056

[startup+0.101568 s]
/proc/loadavg: 1.90 1.98 1.92 2/64 29603
/proc/meminfo: memFree=1506672/2055920 swapFree=4192956/4192956
[pid=29603] ppid=29601 vsize=12652 CPUtime=0.02
/proc/29603/stat : 29603 (java) S 29601 29603 29538 0 -1 0 852 0 26 0 0 2 0 0 18 0 2 0 11472490 12955648 633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/29603/statm: 3163 633 309 9 0 1243 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12652

[startup+0.301498 s]
/proc/loadavg: 1.90 1.98 1.92 2/64 29603
/proc/meminfo: memFree=1506672/2055920 swapFree=4192956/4192956
[pid=29603] ppid=29601 vsize=1780260 CPUtime=0.13
/proc/29603/stat : 29603 (java) S 29601 29603 29538 0 -1 0 4051 0 46 0 8 5 0 0 18 0 12 0 11472490 1822986240 3837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29603/statm: 445065 3837 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 1780260

[startup+0.701537 s]
/proc/loadavg: 1.90 1.98 1.92 2/64 29603
/proc/meminfo: memFree=1506672/2055920 swapFree=4192956/4192956
[pid=29603] ppid=29601 vsize=1785904 CPUtime=0.69
/proc/29603/stat : 29603 (java) S 29601 29603 29538 0 -1 0 6799 0 46 0 62 7 0 0 18 0 12 0 11472490 1828765696 6313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29603/statm: 446476 6313 1295 9 0 444087 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1785904

[startup+1.5026 s]
/proc/loadavg: 1.90 1.98 1.92 4/76 29615
/proc/meminfo: memFree=1466320/2055920 swapFree=4192956/4192956
[pid=29603] ppid=29601 vsize=1793696 CPUtime=2.18
/proc/29603/stat : 29603 (java) S 29601 29603 29538 0 -1 0 19315 0 46 0 205 13 0 0 18 0 12 0 11472490 1836744704 15213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29603/statm: 448424 15215 1303 9 0 446035 0
[pid=29603/tid=29605] ppid=29601 vsize=1793696 CPUtime=0.76
/proc/29603/task/29605/stat : 29605 (java) R 29601 29603 29538 0 -1 64 11396 0 21 0 69 7 0 0 18 0 12 0 11472497 1836744704 15216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109617871 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29603/tid=29606] ppid=29601 vsize=1793696 CPUtime=0
/proc/29603/task/29606/stat : 29606 (java) S 29601 29603 29538 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 11472502 1836744704 15218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29607] ppid=29601 vsize=1793696 CPUtime=0
/proc/29603/task/29607/stat : 29607 (java) S 29601 29603 29538 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 11472502 1836744704 15219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29608] ppid=29601 vsize=1793696 CPUtime=0
/proc/29603/task/29608/stat : 29608 (java) S 29601 29603 29538 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 11472506 1836744704 15221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29609] ppid=29601 vsize=1793696 CPUtime=0
/proc/29603/task/29609/stat : 29609 (java) S 29601 29603 29538 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 11472507 1836744704 15222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29610] ppid=29601 vsize=1793696 CPUtime=0
/proc/29603/task/29610/stat : 29610 (java) S 29601 29603 29538 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 11472507 1836744704 15224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29611] ppid=29601 vsize=1793696 CPUtime=0
/proc/29603/task/29611/stat : 29611 (java) S 29601 29603 29538 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 11472515 1836744704 15226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29612] ppid=29601 vsize=1793696 CPUtime=0.53
/proc/29603/task/29612/stat : 29612 (java) S 29601 29603 29538 0 -1 64 2086 0 0 0 53 0 0 0 16 0 12 0 11472515 1836744704 15228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29603/tid=29613] ppid=29601 vsize=1793696 CPUtime=0.84
/proc/29603/task/29613/stat : 29613 (java) S 29601 29603 29538 0 -1 64 5141 0 0 0 82 2 0 0 19 0 12 0 11472515 1836744704 15229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29614] ppid=29601 vsize=1793696 CPUtime=0
/proc/29603/task/29614/stat : 29614 (java) S 29601 29603 29538 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 11472515 1836744704 15230 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29615] ppid=29601 vsize=1793696 CPUtime=0
/proc/29603/task/29615/stat : 29615 (java) S 29601 29603 29538 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 11472515 1836744704 15230 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 1793696

[startup+3.103 s]
/proc/loadavg: 1.90 1.98 1.92 2/77 29616
/proc/meminfo: memFree=1388680/2055920 swapFree=4192956/4192956
[pid=29603] ppid=29601 vsize=1794020 CPUtime=4.31
/proc/29603/stat : 29603 (java) S 29601 29603 29538 0 -1 0 49722 0 46 0 405 26 0 0 18 0 13 0 11472490 1837076480 44714 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29603/statm: 448505 44714 1325 9 0 446116 0
[pid=29603/tid=29605] ppid=29601 vsize=1794020 CPUtime=2.03
/proc/29603/task/29605/stat : 29605 (java) R 29601 29603 29538 0 -1 64 37689 0 21 0 186 17 0 0 17 0 13 0 11472497 1837076480 44714 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109863853 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29603/tid=29606] ppid=29601 vsize=1794020 CPUtime=0.05
/proc/29603/task/29606/stat : 29606 (java) S 29601 29603 29538 0 -1 64 1634 0 0 0 5 0 0 0 16 0 13 0 11472502 1837076480 44714 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29607] ppid=29601 vsize=1794020 CPUtime=0.05
/proc/29603/task/29607/stat : 29607 (java) S 29601 29603 29538 0 -1 64 1526 0 0 0 5 0 0 0 17 0 13 0 11472502 1837076480 44714 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29603/tid=29608] ppid=29601 vsize=1794020 CPUtime=0
/proc/29603/task/29608/stat : 29608 (java) S 29601 29603 29538 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 11472506 1837076480 44714 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29603/tid=29609] ppid=29601 vsize=1794020 CPUtime=0
/proc/29603/task/29609/stat : 29609 (java) S 29601 29603 29538 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 11472507 1837076480 44714 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29610] ppid=29601 vsize=1794020 CPUtime=0
/proc/29603/task/29610/stat : 29610 (java) S 29601 29603 29538 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 11472507 1837076480 44714 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29611] ppid=29601 vsize=1794020 CPUtime=0
/proc/29603/task/29611/stat : 29611 (java) S 29601 29603 29538 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 11472515 1837076480 44714 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29612] ppid=29601 vsize=1794020 CPUtime=0.94
/proc/29603/task/29612/stat : 29612 (java) S 29601 29603 29538 0 -1 64 3009 0 0 0 93 1 0 0 16 0 13 0 11472515 1837076480 44714 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29603/tid=29613] ppid=29601 vsize=1794020 CPUtime=1.15
/proc/29603/task/29613/stat : 29613 (java) S 29601 29603 29538 0 -1 64 5160 0 0 0 113 2 0 0 15 0 13 0 11472515 1837076480 44714 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29614] ppid=29601 vsize=1794020 CPUtime=0
/proc/29603/task/29614/stat : 29614 (java) S 29601 29603 29538 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 11472515 1837076480 44714 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29615] ppid=29601 vsize=1794020 CPUtime=0
/proc/29603/task/29615/stat : 29615 (java) S 29601 29603 29538 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 11472515 1837076480 44714 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29616] ppid=29601 vsize=1794020 CPUtime=0
/proc/29603/task/29616/stat : 29616 (java) S 29601 29603 29538 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 11472686 1837076480 44714 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 1794020

[startup+6.30103 s]
/proc/loadavg: 1.90 1.98 1.92 2/77 29616
/proc/meminfo: memFree=1309384/2055920 swapFree=4192956/4192956
[pid=29603] ppid=29601 vsize=1793700 CPUtime=7.85
/proc/29603/stat : 29603 (java) S 29601 29603 29538 0 -1 0 53801 0 46 0 757 28 0 0 18 0 13 0 11472490 1836748800 48591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29603/statm: 448425 48591 1325 9 0 446036 0
[pid=29603/tid=29605] ppid=29601 vsize=1793700 CPUtime=4.97
/proc/29603/task/29605/stat : 29605 (java) R 29601 29603 29538 0 -1 64 37700 0 21 0 480 17 0 0 17 0 13 0 11472497 1836748800 48591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109895774 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29603/tid=29606] ppid=29601 vsize=1793700 CPUtime=0.21
/proc/29603/task/29606/stat : 29606 (java) S 29601 29603 29538 0 -1 64 3685 0 0 0 20 1 0 0 16 0 13 0 11472502 1836748800 48591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29607] ppid=29601 vsize=1793700 CPUtime=0.21
/proc/29603/task/29607/stat : 29607 (java) S 29601 29603 29538 0 -1 64 3456 0 0 0 20 1 0 0 16 0 13 0 11472502 1836748800 48591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29603/tid=29608] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29608/stat : 29608 (java) S 29601 29603 29538 0 -1 64 15 0 0 0 0 0 0 0 15 0 13 0 11472506 1836748800 48591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29609] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29609/stat : 29609 (java) S 29601 29603 29538 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 11472507 1836748800 48591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29610] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29610/stat : 29610 (java) S 29601 29603 29538 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 11472507 1836748800 48591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29611] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29611/stat : 29611 (java) S 29601 29603 29538 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 11472515 1836748800 48591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29612] ppid=29601 vsize=1793700 CPUtime=1.1
/proc/29603/task/29612/stat : 29612 (java) S 29601 29603 29538 0 -1 64 3078 0 0 0 109 1 0 0 16 0 13 0 11472515 1836748800 48591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29603/tid=29613] ppid=29601 vsize=1793700 CPUtime=1.27
/proc/29603/task/29613/stat : 29613 (java) S 29601 29603 29538 0 -1 64 5171 0 0 0 125 2 0 0 16 0 13 0 11472515 1836748800 48591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29614] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29614/stat : 29614 (java) S 29601 29603 29538 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 11472515 1836748800 48591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29615] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29615/stat : 29615 (java) S 29601 29603 29538 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 11472515 1836748800 48591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29616] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29616/stat : 29616 (java) S 29601 29603 29538 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 11472686 1836748800 48591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 1793700

[startup+12.7026 s]
/proc/loadavg: 1.76 1.95 1.91 2/77 29616
/proc/meminfo: memFree=1289232/2055920 swapFree=4192956/4192956
[pid=29603] ppid=29601 vsize=1793700 CPUtime=14.46
/proc/29603/stat : 29603 (java) S 29601 29603 29538 0 -1 0 60814 0 46 0 1414 32 0 0 18 0 13 0 11472490 1836748800 53221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29603/statm: 448425 53221 1325 9 0 446036 0
[pid=29603/tid=29605] ppid=29601 vsize=1793700 CPUtime=11.15
/proc/29603/task/29605/stat : 29605 (java) R 29601 29603 29538 0 -1 64 37711 0 21 0 1098 17 0 0 17 0 13 0 11472497 1836748800 53221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109870187 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29603/tid=29606] ppid=29601 vsize=1793700 CPUtime=0.43
/proc/29603/task/29606/stat : 29606 (java) S 29601 29603 29538 0 -1 64 7270 0 0 0 40 3 0 0 16 0 13 0 11472502 1836748800 53221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29607] ppid=29601 vsize=1793700 CPUtime=0.42
/proc/29603/task/29607/stat : 29607 (java) S 29601 29603 29538 0 -1 64 6865 0 0 0 39 3 0 0 15 0 13 0 11472502 1836748800 53221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29603/tid=29608] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29608/stat : 29608 (java) S 29601 29603 29538 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 11472506 1836748800 53221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29609] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29609/stat : 29609 (java) S 29601 29603 29538 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 11472507 1836748800 53221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29610] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29610/stat : 29610 (java) S 29601 29603 29538 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 11472507 1836748800 53221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29611] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29611/stat : 29611 (java) S 29601 29603 29538 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 11472515 1836748800 53221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29612] ppid=29601 vsize=1793700 CPUtime=1.11
/proc/29603/task/29612/stat : 29612 (java) S 29601 29603 29538 0 -1 64 3078 0 0 0 110 1 0 0 16 0 13 0 11472515 1836748800 53221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29603/tid=29613] ppid=29601 vsize=1793700 CPUtime=1.27
/proc/29603/task/29613/stat : 29613 (java) S 29601 29603 29538 0 -1 64 5171 0 0 0 125 2 0 0 16 0 13 0 11472515 1836748800 53221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29614] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29614/stat : 29614 (java) S 29601 29603 29538 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 11472515 1836748800 53221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29615] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29615/stat : 29615 (java) S 29601 29603 29538 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 11472515 1836748800 53221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29616] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29616/stat : 29616 (java) S 29601 29603 29538 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 11472686 1836748800 53221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.46
Current children cumulated vsize (KiB) 1793700

[startup+25.5028 s]
/proc/loadavg: 1.65 1.92 1.90 2/77 29616
/proc/meminfo: memFree=1351824/2055920 swapFree=4192956/4192956
[pid=29603] ppid=29601 vsize=1793700 CPUtime=27.33
/proc/29603/stat : 29603 (java) S 29601 29603 29538 0 -1 0 64262 0 46 0 2699 34 0 0 18 0 13 0 11472490 1836748800 37599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29603/statm: 448425 37599 1325 9 0 446036 0
[pid=29603/tid=29605] ppid=29601 vsize=1793700 CPUtime=23.87
/proc/29603/task/29605/stat : 29605 (java) R 29601 29603 29538 0 -1 64 40093 0 21 0 2369 18 0 0 22 0 13 0 11472497 1836748800 37599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109864040 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29603/tid=29606] ppid=29601 vsize=1793700 CPUtime=0.48
/proc/29603/task/29606/stat : 29606 (java) S 29601 29603 29538 0 -1 64 7745 0 0 0 45 3 0 0 16 0 13 0 11472502 1836748800 37599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29603/tid=29607] ppid=29601 vsize=1793700 CPUtime=0.48
/proc/29603/task/29607/stat : 29607 (java) S 29601 29603 29538 0 -1 64 7433 0 0 0 44 4 0 0 16 0 13 0 11472502 1836748800 37599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29603/tid=29608] ppid=29601 vsize=1793700 CPUtime=0.02
/proc/29603/task/29608/stat : 29608 (java) S 29601 29603 29538 0 -1 64 46 0 0 0 1 1 0 0 16 0 13 0 11472506 1836748800 37599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=29603/tid=29608] ppid=29601 vsize=1793700 CPUtime=0.77
/proc/29603/task/29608/stat : 29608 (java) S 29601 29603 29538 0 -1 64 708 0 0 0 41 36 0 0 16 0 13 0 11472506 1836748800 139258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29609] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29609/stat : 29609 (java) S 29601 29603 29538 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 11472507 1836748800 139258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29610] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29610/stat : 29610 (java) S 29601 29603 29538 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 11472507 1836748800 139258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29611] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29611/stat : 29611 (java) S 29601 29603 29538 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 11472515 1836748800 139258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29612] ppid=29601 vsize=1793700 CPUtime=1.23
/proc/29603/task/29612/stat : 29612 (java) S 29601 29603 29538 0 -1 64 3083 0 0 0 122 1 0 0 17 0 13 0 11472515 1836748800 139258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29613] ppid=29601 vsize=1793700 CPUtime=1.49
/proc/29603/task/29613/stat : 29613 (java) S 29601 29603 29538 0 -1 64 5216 0 0 0 147 2 0 0 16 0 13 0 11472515 1836748800 139258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29614] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29614/stat : 29614 (java) S 29601 29603 29538 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 11472515 1836748800 139258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29615] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29615/stat : 29615 (java) S 29601 29603 29538 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 11472515 1836748800 139258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29616] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29616/stat : 29616 (java) S 29601 29603 29538 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 11472686 1836748800 139258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1616.21
Current children cumulated vsize (KiB) 1793700

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.13 2/77 29816
/proc/meminfo: memFree=934288/2055920 swapFree=4192956/4192956
[pid=29603] ppid=29601 vsize=1793700 CPUtime=1676.86
/proc/29603/stat : 29603 (java) S 29601 29603 29538 0 -1 0 312587 0 46 0 167490 196 0 0 18 0 13 0 11472490 1836748800 141774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29603/statm: 448425 141774 1325 9 0 446036 0
[pid=29603/tid=29605] ppid=29601 vsize=1793700 CPUtime=1644.86
/proc/29603/task/29605/stat : 29605 (java) R 29601 29603 29538 0 -1 64 141903 0 21 0 164419 67 0 0 18 0 13 0 11472497 1836748800 141774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109970983 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29606] ppid=29601 vsize=1793700 CPUtime=14.21
/proc/29603/task/29606/stat : 29606 (java) S 29601 29603 29538 0 -1 64 81053 0 0 0 1382 39 0 0 16 0 13 0 11472502 1836748800 141774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29607] ppid=29601 vsize=1793700 CPUtime=14.17
/proc/29603/task/29607/stat : 29607 (java) S 29601 29603 29538 0 -1 64 79928 0 0 0 1373 44 0 0 16 0 13 0 11472502 1836748800 141774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29603/tid=29608] ppid=29601 vsize=1793700 CPUtime=0.79
/proc/29603/task/29608/stat : 29608 (java) S 29601 29603 29538 0 -1 64 708 0 0 0 42 37 0 0 16 0 13 0 11472506 1836748800 141774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29603/tid=29609] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29609/stat : 29609 (java) S 29601 29603 29538 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 11472507 1836748800 141774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29610] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29610/stat : 29610 (java) S 29601 29603 29538 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 11472507 1836748800 141774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29611] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29611/stat : 29611 (java) S 29601 29603 29538 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 11472515 1836748800 141774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29612] ppid=29601 vsize=1793700 CPUtime=1.25
/proc/29603/task/29612/stat : 29612 (java) S 29601 29603 29538 0 -1 64 3083 0 0 0 124 1 0 0 17 0 13 0 11472515 1836748800 141774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29613] ppid=29601 vsize=1793700 CPUtime=1.49
/proc/29603/task/29613/stat : 29613 (java) S 29601 29603 29538 0 -1 64 5216 0 0 0 147 2 0 0 16 0 13 0 11472515 1836748800 141774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29614] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29614/stat : 29614 (java) S 29601 29603 29538 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 11472515 1836748800 141774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29615] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29615/stat : 29615 (java) S 29601 29603 29538 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 11472515 1836748800 141774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29616] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29616/stat : 29616 (java) S 29601 29603 29538 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 11472686 1836748800 141774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1676.86
Current children cumulated vsize (KiB) 1793700

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/77 29816
/proc/meminfo: memFree=924624/2055920 swapFree=4192956/4192956
[pid=29603] ppid=29601 vsize=1793700 CPUtime=1737.53
/proc/29603/stat : 29603 (java) S 29601 29603 29538 0 -1 0 316464 0 46 0 173552 201 0 0 18 0 13 0 11472490 1836748800 144271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29603/statm: 448425 144271 1325 9 0 446036 0
[pid=29603/tid=29605] ppid=29601 vsize=1793700 CPUtime=1704.14
/proc/29603/task/29605/stat : 29605 (java) R 29601 29603 29538 0 -1 64 141983 0 21 0 170347 67 0 0 19 0 13 0 11472497 1836748800 144271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109894705 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29606] ppid=29601 vsize=1793700 CPUtime=14.9
/proc/29603/task/29606/stat : 29606 (java) S 29601 29603 29538 0 -1 64 83116 0 0 0 1448 42 0 0 16 0 13 0 11472502 1836748800 144271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29607] ppid=29601 vsize=1793700 CPUtime=14.84
/proc/29603/task/29607/stat : 29607 (java) S 29601 29603 29538 0 -1 64 81661 0 0 0 1439 45 0 0 16 0 13 0 11472502 1836748800 144271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29603/tid=29608] ppid=29601 vsize=1793700 CPUtime=0.82
/proc/29603/task/29608/stat : 29608 (java) S 29601 29603 29538 0 -1 64 709 0 0 0 44 38 0 0 16 0 13 0 11472506 1836748800 144271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29603/tid=29609] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29609/stat : 29609 (java) S 29601 29603 29538 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 11472507 1836748800 144271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29610] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29610/stat : 29610 (java) S 29601 29603 29538 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 11472507 1836748800 144271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29611] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29611/stat : 29611 (java) S 29601 29603 29538 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 11472515 1836748800 144271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29612] ppid=29601 vsize=1793700 CPUtime=1.25
/proc/29603/task/29612/stat : 29612 (java) S 29601 29603 29538 0 -1 64 3083 0 0 0 124 1 0 0 17 0 13 0 11472515 1836748800 144271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29613] ppid=29601 vsize=1793700 CPUtime=1.49
/proc/29603/task/29613/stat : 29613 (java) S 29601 29603 29538 0 -1 64 5216 0 0 0 147 2 0 0 16 0 13 0 11472515 1836748800 144271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29614] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29614/stat : 29614 (java) S 29601 29603 29538 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 11472515 1836748800 144271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29615] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29615/stat : 29615 (java) S 29601 29603 29538 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 11472515 1836748800 144271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29616] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29616/stat : 29616 (java) S 29601 29603 29538 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 11472686 1836748800 144271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1737.53
Current children cumulated vsize (KiB) 1793700

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/77 29816
/proc/meminfo: memFree=913552/2055920 swapFree=4192956/4192956
[pid=29603] ppid=29601 vsize=1793700 CPUtime=1798.16
/proc/29603/stat : 29603 (java) S 29601 29603 29538 0 -1 0 320130 0 46 0 179612 204 0 0 18 0 13 0 11472490 1836748800 146932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29603/statm: 448425 146932 1325 9 0 446036 0
[pid=29603/tid=29605] ppid=29601 vsize=1793700 CPUtime=1763.42
/proc/29603/task/29605/stat : 29605 (java) R 29601 29603 29538 0 -1 64 142060 0 21 0 176274 68 0 0 25 0 13 0 11472497 1836748800 146932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109894511 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29603/tid=29606] ppid=29601 vsize=1793700 CPUtime=15.57
/proc/29603/task/29606/stat : 29606 (java) S 29601 29603 29538 0 -1 64 85097 0 0 0 1514 43 0 0 16 0 13 0 11472502 1836748800 146932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29607] ppid=29601 vsize=1793700 CPUtime=15.5
/proc/29603/task/29607/stat : 29607 (java) S 29601 29603 29538 0 -1 64 83268 0 0 0 1504 46 0 0 16 0 13 0 11472502 1836748800 146932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29603/tid=29608] ppid=29601 vsize=1793700 CPUtime=0.84
/proc/29603/task/29608/stat : 29608 (java) S 29601 29603 29538 0 -1 64 710 0 0 0 45 39 0 0 15 0 13 0 11472506 1836748800 146932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29609] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29609/stat : 29609 (java) S 29601 29603 29538 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 11472507 1836748800 146932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29610] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29610/stat : 29610 (java) S 29601 29603 29538 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 11472507 1836748800 146932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29611] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29611/stat : 29611 (java) S 29601 29603 29538 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 11472515 1836748800 146932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29612] ppid=29601 vsize=1793700 CPUtime=1.25
/proc/29603/task/29612/stat : 29612 (java) S 29601 29603 29538 0 -1 64 3083 0 0 0 124 1 0 0 17 0 13 0 11472515 1836748800 146932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29613] ppid=29601 vsize=1793700 CPUtime=1.49
/proc/29603/task/29613/stat : 29613 (java) S 29601 29603 29538 0 -1 64 5216 0 0 0 147 2 0 0 16 0 13 0 11472515 1836748800 146932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29614] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29614/stat : 29614 (java) S 29601 29603 29538 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 11472515 1836748800 146932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29615] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29615/stat : 29615 (java) S 29601 29603 29538 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 11472515 1836748800 146932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29616] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29616/stat : 29616 (java) S 29601 29603 29538 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 11472686 1836748800 146932 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.16
Current children cumulated vsize (KiB) 1793700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.21 s]
/proc/loadavg: 1.00 1.00 1.11 2/77 29816
/proc/meminfo: memFree=913232/2055920 swapFree=4192956/4192956
[pid=29603] ppid=29601 vsize=1793700 CPUtime=1800.09
/proc/29603/stat : 29603 (java) S 29601 29603 29538 0 -1 0 320316 0 46 0 179805 204 0 0 18 0 13 0 11472490 1836748800 146964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29603/statm: 448425 146964 1325 9 0 446036 0
[pid=29603/tid=29605] ppid=29601 vsize=1793700 CPUtime=1765.31
/proc/29603/task/29605/stat : 29605 (java) R 29601 29603 29538 0 -1 64 142063 0 21 0 176463 68 0 0 17 0 13 0 11472497 1836748800 146964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109863823 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29603/tid=29606] ppid=29601 vsize=1793700 CPUtime=15.59
/proc/29603/task/29606/stat : 29606 (java) S 29601 29603 29538 0 -1 64 85180 0 0 0 1516 43 0 0 16 0 13 0 11472502 1836748800 146964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29607] ppid=29601 vsize=1793700 CPUtime=15.52
/proc/29603/task/29607/stat : 29607 (java) S 29601 29603 29538 0 -1 64 83368 0 0 0 1506 46 0 0 16 0 13 0 11472502 1836748800 146964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29603/tid=29608] ppid=29601 vsize=1793700 CPUtime=0.84
/proc/29603/task/29608/stat : 29608 (java) S 29601 29603 29538 0 -1 64 710 0 0 0 45 39 0 0 15 0 13 0 11472506 1836748800 146964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29609] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29609/stat : 29609 (java) S 29601 29603 29538 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 11472507 1836748800 146964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29610] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29610/stat : 29610 (java) S 29601 29603 29538 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 11472507 1836748800 146964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29611] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29611/stat : 29611 (java) S 29601 29603 29538 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 11472515 1836748800 146964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29612] ppid=29601 vsize=1793700 CPUtime=1.25
/proc/29603/task/29612/stat : 29612 (java) S 29601 29603 29538 0 -1 64 3083 0 0 0 124 1 0 0 17 0 13 0 11472515 1836748800 146964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29613] ppid=29601 vsize=1793700 CPUtime=1.49
/proc/29603/task/29613/stat : 29613 (java) S 29601 29603 29538 0 -1 64 5216 0 0 0 147 2 0 0 16 0 13 0 11472515 1836748800 146964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29614] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29614/stat : 29614 (java) S 29601 29603 29538 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 11472515 1836748800 146964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29615] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29615/stat : 29615 (java) S 29601 29603 29538 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 11472515 1836748800 146964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29603/tid=29616] ppid=29601 vsize=1793700 CPUtime=0
/proc/29603/task/29616/stat : 29616 (java) S 29601 29603 29538 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 11472686 1836748800 146964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1793700

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

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

[startup+1784.31 s]
/proc/loadavg: 1.00 1.00 1.11 2/77 29816
/proc/meminfo: memFree=913232/2055920 swapFree=4192956/4192956
[pid=29603] ppid=29601 vsize=0 CPUtime=1800.19
/proc/29603/stat : 29603 (java) Z 29601 29603 29538 0 -1 1036 320335 0 46 0 179810 209 0 0 16 0 2 0 11472490 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29603/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1784.36
CPU time (s): 1800.25
CPU user time (s): 1798.11
CPU system time (s): 2.13668
CPU usage (%): 100.89
Max. virtual memory (cumulated for all children) (KiB): 1794664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.11
system time used= 2.13667
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 320335
page faults= 46
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 66474
involuntary context switches= 35755

runsolver used 1.93471 second user time and 5.05223 second system time

The end

Launcher Data (download as text)

Begin job on node51 on Sat Apr 14 15:57:54 UTC 2007

IDJOB= 348034
IDBENCH= 1608
IDSOLVER= 164
FILE ID= node51/348034-1176566273

PBS_JOBID= 4556894

Free space on /tmp= 66560 MiB

SOLVER NAME= sat4jPseudoCPClause 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-ir98.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348034-1176566273/sat4jPseudoCPClause.jar /tmp/evaluation/348034-1176566273/instance-348034-1176566273.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node51/watcher-348034-1176566273 -o ROOT/results/node51/solver-348034-1176566273 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348034-1176566273/sat4jPseudoCPClause.jar /tmp/evaluation/348034-1176566273/instance-348034-1176566273.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  395bac5c9d0c4cdb5ae1073c67c6675c

RANDOM SEED= 683554670

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node51.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.223
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.223
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:       1507784 kB
Buffers:         53496 kB
Cached:         390680 kB
SwapCached:          0 kB
Active:         135360 kB
Inactive:       324136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1507784 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4516 kB
Writeback:           0 kB
Mapped:          25444 kB
Slab:            74648 kB
Committed_AS:    54912 kB
PageTables:       1408 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= 66560 MiB

End job on node51 on Sat Apr 14 16:27:40 UTC 2007