Trace number 351682

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.22 1756.16

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-liu.opb
MD5SUMd5cbc530e20e0da41254bd2567f4c2ba
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark34564
Best CPU time to get the best result obtained on this benchmark1802.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 34564
Optimality of the best value was proved NO
Number of variables3097
Total number of constraints2178
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2178
Minimum length of a constraint60
Maximum length of a constraint63
Number of terms in the objective function 30
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 524317
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 524328
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
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=10000.0 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 Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/351682-1176609281/instance-351682-1176609281.opb
0.20/0.20	c reading problem ... 
2.91/1.93	c ... done. Wall clock time 1.726s.
2.91/1.93	c CPU time (experimental) 1.37s.
2.91/1.93	c #vars     3097
2.91/1.93	c #constraints  2178
1800.05/1756.01	c starts		: 2
1800.05/1756.01	c conflicts		: 37717
1800.05/1756.01	c decisions		: 76848
1800.05/1756.01	c propagations		: 998699
1800.05/1756.01	c inspects		: 436271783
1800.05/1756.01	c learnt literals	: 0
1800.05/1756.01	c learnt binary clauses	: 0
1800.05/1756.01	c learnt ternary clauses	: 0
1800.05/1756.01	c learnt clauses	: 37716
1800.05/1756.01	c root simplifications	: 0
1800.05/1756.01	c removed literals (reason simplification)	: 0
1800.05/1756.01	c reason swapping (by a shorter reason)	: 0
1800.05/1756.01	c Calls to reduceDB	: 0
1800.05/1756.01	c speed (decisions/second)	: 43.811125521998775
1800.05/1756.01	c non guided choices	2737
1800.05/1756.01	s UNKNOWN
1800.05/1756.01	c Total wall clock time (ms): 1755.812

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/node27/watcher-351682-1176609281 -o ROOT/results/node27/solver-351682-1176609281 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351682-1176609281/sat4jPseudoCPClause.jar /tmp/evaluation/351682-1176609281/instance-351682-1176609281.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 32575
/proc/meminfo: memFree=1686160/2055920 swapFree=4192812/4192956
[pid=32575] ppid=32573 vsize=1800 CPUtime=0
/proc/32575/stat : 32575 (java) D 32573 32575 32461 0 -1 0 171 0 0 0 0 0 0 0 18 0 1 0 73624043 1843200 143 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/32575/statm: 450 143 106 9 0 92 0

[startup+0.016881 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 32575
/proc/meminfo: memFree=1686160/2055920 swapFree=4192812/4192956
[pid=32575] ppid=32573 vsize=12700 CPUtime=0
/proc/32575/stat : 32575 (java) S 32573 32575 32461 0 -1 0 884 0 1 0 0 0 0 0 18 0 2 0 73624043 13004800 640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/32575/statm: 3212 656 328 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12700

[startup+0.101862 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 32575
/proc/meminfo: memFree=1686160/2055920 swapFree=4192812/4192956
[pid=32575] ppid=32573 vsize=1780112 CPUtime=0.08
/proc/32575/stat : 32575 (java) S 32573 32575 32461 0 -1 0 3986 0 1 0 6 2 0 0 18 0 12 0 73624043 1822834688 3727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32575/statm: 445028 3727 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301881 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 32575
/proc/meminfo: memFree=1686160/2055920 swapFree=4192812/4192956
[pid=32575] ppid=32573 vsize=1782372 CPUtime=0.32
/proc/32575/stat : 32575 (java) S 32573 32575 32461 0 -1 0 5159 0 1 0 29 3 0 0 18 0 12 0 73624043 1825148928 4897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32575/statm: 445593 4897 1270 9 0 443204 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782372

[startup+0.701926 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 32575
/proc/meminfo: memFree=1686160/2055920 swapFree=4192812/4192956
[pid=32575] ppid=32573 vsize=1789620 CPUtime=1.01
/proc/32575/stat : 32575 (java) S 32573 32575 32461 0 -1 0 8588 0 1 0 96 5 0 0 18 0 12 0 73624043 1832570880 7724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32575/statm: 447405 7724 1302 9 0 445016 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1789620

[startup+1.50199 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 32587
/proc/meminfo: memFree=1651568/2055920 swapFree=4192812/4192956
[pid=32575] ppid=32573 vsize=1794800 CPUtime=2.48
/proc/32575/stat : 32575 (java) S 32573 32575 32461 0 -1 0 25073 0 1 0 235 13 0 0 18 0 12 0 73624043 1837875200 20188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32575/statm: 448700 20189 1311 9 0 446311 0
[pid=32575/tid=32577] ppid=32573 vsize=1794800 CPUtime=0.93
/proc/32575/task/32577/stat : 32577 (java) R 32573 32575 32461 0 -1 64 16002 0 1 0 85 8 0 0 18 0 12 0 73624044 1837875200 20189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109649940 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32578] ppid=32573 vsize=1794800 CPUtime=0
/proc/32575/task/32578/stat : 32578 (java) S 32573 32575 32461 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 73624046 1837875200 20192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32579] ppid=32573 vsize=1794800 CPUtime=0
/proc/32575/task/32579/stat : 32579 (java) S 32573 32575 32461 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 73624046 1837875200 20193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32580] ppid=32573 vsize=1794800 CPUtime=0
/proc/32575/task/32580/stat : 32580 (java) S 32573 32575 32461 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 73624048 1837875200 20193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32581] ppid=32573 vsize=1794800 CPUtime=0
/proc/32575/task/32581/stat : 32581 (java) S 32573 32575 32461 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 73624049 1837875200 20194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32582] ppid=32573 vsize=1794800 CPUtime=0
/proc/32575/task/32582/stat : 32582 (java) S 32573 32575 32461 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 73624049 1837875200 20195 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32583] ppid=32573 vsize=1794800 CPUtime=0
/proc/32575/task/32583/stat : 32583 (java) S 32573 32575 32461 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 73624052 1837875200 20196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32584] ppid=32573 vsize=1794800 CPUtime=0.82
/proc/32575/task/32584/stat : 32584 (java) S 32573 32575 32461 0 -1 64 5051 0 0 0 80 2 0 0 18 0 12 0 73624052 1837875200 20197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32585] ppid=32573 vsize=1794800 CPUtime=0.69
/proc/32575/task/32585/stat : 32585 (java) S 32573 32575 32461 0 -1 64 3298 0 0 0 68 1 0 0 18 0 12 0 73624052 1837875200 20198 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32586] ppid=32573 vsize=1794800 CPUtime=0
/proc/32575/task/32586/stat : 32586 (java) S 32573 32575 32461 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 73624052 1837875200 20199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32587] ppid=32573 vsize=1794800 CPUtime=0
/proc/32575/task/32587/stat : 32587 (java) S 32573 32575 32461 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 73624052 1837875200 20200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 1794800

[startup+3.10217 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 32588
/proc/meminfo: memFree=1561448/2055920 swapFree=4192812/4192956
[pid=32575] ppid=32573 vsize=1798604 CPUtime=4.94
/proc/32575/stat : 32575 (java) S 32573 32575 32461 0 -1 0 53745 0 1 0 467 27 0 0 18 0 13 0 73624043 1841770496 45514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32575/statm: 449651 45514 1332 9 0 447262 0
[pid=32575/tid=32577] ppid=32573 vsize=1798604 CPUtime=2.15
/proc/32575/task/32577/stat : 32577 (java) R 32573 32575 32461 0 -1 64 37726 0 1 0 197 18 0 0 18 0 13 0 73624044 1841770496 45514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109797172 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32578] ppid=32573 vsize=1798604 CPUtime=0.04
/proc/32575/task/32578/stat : 32578 (java) S 32573 32575 32461 0 -1 64 1518 0 0 0 4 0 0 0 16 0 13 0 73624046 1841770496 45514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32579] ppid=32573 vsize=1798604 CPUtime=0.04
/proc/32575/task/32579/stat : 32579 (java) S 32573 32575 32461 0 -1 64 1390 0 0 0 4 0 0 0 16 0 13 0 73624046 1841770496 45514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32580] ppid=32573 vsize=1798604 CPUtime=0
/proc/32575/task/32580/stat : 32580 (java) S 32573 32575 32461 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 73624048 1841770496 45514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32581] ppid=32573 vsize=1798604 CPUtime=0
/proc/32575/task/32581/stat : 32581 (java) S 32573 32575 32461 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 73624049 1841770496 45514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32582] ppid=32573 vsize=1798604 CPUtime=0
/proc/32575/task/32582/stat : 32582 (java) S 32573 32575 32461 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 73624049 1841770496 45514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32583] ppid=32573 vsize=1798604 CPUtime=0
/proc/32575/task/32583/stat : 32583 (java) S 32573 32575 32461 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 73624052 1841770496 45514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32584] ppid=32573 vsize=1798604 CPUtime=1.31
/proc/32575/task/32584/stat : 32584 (java) S 32573 32575 32461 0 -1 64 6463 0 0 0 128 3 0 0 16 0 13 0 73624052 1841770496 45514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32585] ppid=32573 vsize=1798604 CPUtime=1.33
/proc/32575/task/32585/stat : 32585 (java) R 32573 32575 32461 0 -1 64 5918 0 0 0 131 2 0 0 16 0 13 0 73624052 1841770496 45514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103061200 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32586] ppid=32573 vsize=1798604 CPUtime=0
/proc/32575/task/32586/stat : 32586 (java) S 32573 32575 32461 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 73624052 1841770496 45514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32587] ppid=32573 vsize=1798604 CPUtime=0
/proc/32575/task/32587/stat : 32587 (java) S 32573 32575 32461 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 73624052 1841770496 45514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32588] ppid=32573 vsize=1798604 CPUtime=0
/proc/32575/task/32588/stat : 32588 (java) S 32573 32575 32461 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 73624237 1841770496 45514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 1798604

[startup+6.30248 s]
/proc/loadavg: 1.15 1.00 0.99 2/78 32588
/proc/meminfo: memFree=1490280/2055920 swapFree=4192812/4192956
[pid=32575] ppid=32573 vsize=1798132 CPUtime=8.61
/proc/32575/stat : 32575 (java) S 32573 32575 32461 0 -1 0 59729 0 1 0 830 31 0 0 18 0 13 0 73624043 1841287168 50404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32575/statm: 449533 50404 1332 9 0 447144 0
[pid=32575/tid=32577] ppid=32573 vsize=1798132 CPUtime=5.05
/proc/32575/task/32577/stat : 32577 (java) R 32573 32575 32461 0 -1 64 37732 0 1 0 486 19 0 0 21 0 13 0 73624044 1841287168 50404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109508002 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32578] ppid=32573 vsize=1798132 CPUtime=0.26
/proc/32575/task/32578/stat : 32578 (java) S 32573 32575 32461 0 -1 64 4355 0 0 0 25 1 0 0 16 0 13 0 73624046 1841287168 50404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32579] ppid=32573 vsize=1798132 CPUtime=0.26
/proc/32575/task/32579/stat : 32579 (java) S 32573 32575 32461 0 -1 64 3985 0 0 0 24 2 0 0 17 0 13 0 73624046 1841287168 50404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32580] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32580/stat : 32580 (java) S 32573 32575 32461 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 73624048 1841287168 50404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32581] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32581/stat : 32581 (java) S 32573 32575 32461 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 73624049 1841287168 50404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32582] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32582/stat : 32582 (java) S 32573 32575 32461 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 73624049 1841287168 50404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32583] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32583/stat : 32583 (java) S 32573 32575 32461 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 73624052 1841287168 50404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32584] ppid=32573 vsize=1798132 CPUtime=1.41
/proc/32575/task/32584/stat : 32584 (java) S 32573 32575 32461 0 -1 64 6468 0 0 0 138 3 0 0 17 0 13 0 73624052 1841287168 50404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32585] ppid=32573 vsize=1798132 CPUtime=1.58
/proc/32575/task/32585/stat : 32585 (java) S 32573 32575 32461 0 -1 64 6451 0 0 0 155 3 0 0 17 0 13 0 73624052 1841287168 50404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32586] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32586/stat : 32586 (java) S 32573 32575 32461 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 73624052 1841287168 50404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32587] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32587/stat : 32587 (java) S 32573 32575 32461 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 73624052 1841287168 50404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32588] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32588/stat : 32588 (java) S 32573 32575 32461 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 73624237 1841287168 50404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.61
Current children cumulated vsize (KiB) 1798132

[startup+12.7021 s]
/proc/loadavg: 1.22 1.02 0.99 2/78 32588
/proc/meminfo: memFree=1457576/2055920 swapFree=4192812/4192956
[pid=32575] ppid=32573 vsize=1798132 CPUtime=15.39
/proc/32575/stat : 32575 (java) S 32573 32575 32461 0 -1 0 69116 0 1 0 1504 35 0 0 18 0 13 0 73624043 1841287168 58522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32575/statm: 449533 58522 1333 9 0 447144 0
[pid=32575/tid=32577] ppid=32573 vsize=1798132 CPUtime=11.13
/proc/32575/task/32577/stat : 32577 (java) R 32573 32575 32461 0 -1 64 37741 0 1 0 1094 19 0 0 25 0 13 0 73624044 1841287168 58522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109659951 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32578] ppid=32573 vsize=1798132 CPUtime=0.57
/proc/32575/task/32578/stat : 32578 (java) S 32573 32575 32461 0 -1 64 9489 0 0 0 54 3 0 0 16 0 13 0 73624046 1841287168 58522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32579] ppid=32573 vsize=1798132 CPUtime=0.57
/proc/32575/task/32579/stat : 32579 (java) S 32573 32575 32461 0 -1 64 8217 0 0 0 53 4 0 0 16 0 13 0 73624046 1841287168 58522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32580] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32580/stat : 32580 (java) S 32573 32575 32461 0 -1 64 20 0 0 0 0 0 0 0 17 0 13 0 73624048 1841287168 58522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32581] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32581/stat : 32581 (java) S 32573 32575 32461 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 73624049 1841287168 58522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32582] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32582/stat : 32582 (java) S 32573 32575 32461 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 73624049 1841287168 58522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32583] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32583/stat : 32583 (java) S 32573 32575 32461 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 73624052 1841287168 58522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32584] ppid=32573 vsize=1798132 CPUtime=1.47
/proc/32575/task/32584/stat : 32584 (java) S 32573 32575 32461 0 -1 64 6475 0 0 0 144 3 0 0 16 0 13 0 73624052 1841287168 58522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32585] ppid=32573 vsize=1798132 CPUtime=1.59
/proc/32575/task/32585/stat : 32585 (java) S 32573 32575 32461 0 -1 64 6451 0 0 0 156 3 0 0 16 0 13 0 73624052 1841287168 58522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32586] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32586/stat : 32586 (java) S 32573 32575 32461 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 73624052 1841287168 58522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32587] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32587/stat : 32587 (java) S 32573 32575 32461 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 73624052 1841287168 58522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32588] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32588/stat : 32588 (java) S 32573 32575 32461 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 73624237 1841287168 58522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.39
Current children cumulated vsize (KiB) 1798132

[startup+25.5014 s]
/proc/loadavg: 1.17 1.02 0.99 2/78 32588
/proc/meminfo: memFree=1435624/2055920 swapFree=4192812/4192956
[pid=32575] ppid=32573 vsize=1798132 CPUtime=28.45
/proc/32575/stat : 32575 (java) S 32573 32575 32461 0 -1 0 75499 0 1 0 2807 38 0 0 18 0 13 0 73624043 1841287168 63933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32575/statm: 449533 63933 1333 9 0 447144 0
[pid=32575/tid=32577] ppid=32573 vsize=1798132 CPUtime=23.67
/proc/32575/task/32577/stat : 32577 (java) R 32573 32575 32461 0 -1 64 38013 0 1 0 2348 19 0 0 25 0 13 0 73624044 1841287168 63933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109550261 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32578] ppid=32573 vsize=1798132 CPUtime=0.81
/proc/32575/task/32578/stat : 32578 (java) S 32573 32575 32461 0 -1 64 13148 0 0 0 76 5 0 0 15 0 13 0 73624046 1841287168 63933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32579] ppid=32573 vsize=1798132 CPUtime=0.8
/proc/32575/task/32579/stat : 32579 (java) S 32573 32575 32461 0 -1 64 10663 0 0 0 76 4 0 0 16 0 13 0 73624046 1841287168 63933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32580] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32580/stat : 32580 (java) S 32573 32575 32461 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 73624048 1841287168 63933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=32575/tid=32580] ppid=32573 vsize=1798132 CPUtime=0.2
/proc/32575/task/32580/stat : 32580 (java) S 32573 32575 32461 0 -1 64 28 0 0 0 14 6 0 0 16 0 13 0 73624048 1841287168 195889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32581] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32581/stat : 32581 (java) S 32573 32575 32461 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 73624049 1841287168 195889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32582] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32582/stat : 32582 (java) S 32573 32575 32461 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 73624049 1841287168 195889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32583] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32583/stat : 32583 (java) S 32573 32575 32461 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 73624052 1841287168 195889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32584] ppid=32573 vsize=1798132 CPUtime=1.5
/proc/32575/task/32584/stat : 32584 (java) S 32573 32575 32461 0 -1 64 6475 0 0 0 147 3 0 0 16 0 13 0 73624052 1841287168 195889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32585] ppid=32573 vsize=1798132 CPUtime=1.63
/proc/32575/task/32585/stat : 32585 (java) S 32573 32575 32461 0 -1 64 6451 0 0 0 160 3 0 0 16 0 13 0 73624052 1841287168 195889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32586] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32586/stat : 32586 (java) S 32573 32575 32461 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 73624052 1841287168 195889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32587] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32587/stat : 32587 (java) S 32573 32575 32461 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 73624052 1841287168 195889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32588] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32588/stat : 32588 (java) S 32573 32575 32461 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 73624237 1841287168 195889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1579.28
Current children cumulated vsize (KiB) 1798132

[startup+1602.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 318
/proc/meminfo: memFree=892840/2055920 swapFree=4192812/4192956
[pid=32575] ppid=32573 vsize=1798132 CPUtime=1641.27
/proc/32575/stat : 32575 (java) S 32573 32575 32461 0 -1 0 229764 0 1 0 164002 125 0 0 18 0 13 0 73624043 1841287168 199081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32575/statm: 449533 199081 1333 9 0 447144 0
[pid=32575/tid=32577] ppid=32573 vsize=1798132 CPUtime=1562.55
/proc/32575/task/32577/stat : 32577 (java) R 32573 32575 32461 0 -1 64 38804 0 1 0 156227 28 0 0 18 0 13 0 73624044 1841287168 199081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109793291 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32578] ppid=32573 vsize=1798132 CPUtime=37.63
/proc/32575/task/32578/stat : 32578 (java) S 32573 32575 32461 0 -1 64 97039 0 0 0 3722 41 0 0 17 0 13 0 73624046 1841287168 199081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32579] ppid=32573 vsize=1798132 CPUtime=37.69
/proc/32575/task/32579/stat : 32579 (java) S 32573 32575 32461 0 -1 64 80244 0 0 0 3729 40 0 0 17 0 13 0 73624046 1841287168 199081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32580] ppid=32573 vsize=1798132 CPUtime=0.22
/proc/32575/task/32580/stat : 32580 (java) S 32573 32575 32461 0 -1 64 28 0 0 0 15 7 0 0 15 0 13 0 73624048 1841287168 199081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32581] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32581/stat : 32581 (java) S 32573 32575 32461 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 73624049 1841287168 199081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32582] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32582/stat : 32582 (java) S 32573 32575 32461 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 73624049 1841287168 199081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32583] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32583/stat : 32583 (java) S 32573 32575 32461 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 73624052 1841287168 199081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32584] ppid=32573 vsize=1798132 CPUtime=1.5
/proc/32575/task/32584/stat : 32584 (java) S 32573 32575 32461 0 -1 64 6475 0 0 0 147 3 0 0 16 0 13 0 73624052 1841287168 199081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32585] ppid=32573 vsize=1798132 CPUtime=1.63
/proc/32575/task/32585/stat : 32585 (java) S 32573 32575 32461 0 -1 64 6451 0 0 0 160 3 0 0 16 0 13 0 73624052 1841287168 199081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32586] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32586/stat : 32586 (java) S 32573 32575 32461 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 73624052 1841287168 199081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32587] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32587/stat : 32587 (java) S 32573 32575 32461 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 73624052 1841287168 199081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32588] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32588/stat : 32588 (java) S 32573 32575 32461 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 73624237 1841287168 199081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1641.27
Current children cumulated vsize (KiB) 1798132

[startup+1662.3 s]
/proc/loadavg: 1.02 1.01 1.00 3/78 318
/proc/meminfo: memFree=875624/2055920 swapFree=4192812/4192956
[pid=32575] ppid=32573 vsize=1798132 CPUtime=1703.17
/proc/32575/stat : 32575 (java) S 32573 32575 32461 0 -1 0 234319 0 1 0 170189 128 0 0 18 0 13 0 73624043 1841287168 203336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32575/statm: 449533 203336 1333 9 0 447144 0
[pid=32575/tid=32577] ppid=32573 vsize=1798132 CPUtime=1620.6
/proc/32575/task/32577/stat : 32577 (java) R 32573 32575 32461 0 -1 64 38830 0 1 0 162031 29 0 0 19 0 13 0 73624044 1841287168 203336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109793609 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32578] ppid=32573 vsize=1798132 CPUtime=39.56
/proc/32575/task/32578/stat : 32578 (java) S 32573 32575 32461 0 -1 64 100143 0 0 0 3913 43 0 0 16 0 13 0 73624046 1841287168 203336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32579] ppid=32573 vsize=1798132 CPUtime=39.62
/proc/32575/task/32579/stat : 32579 (java) S 32573 32575 32461 0 -1 64 81669 0 0 0 3921 41 0 0 17 0 13 0 73624046 1841287168 203336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32580] ppid=32573 vsize=1798132 CPUtime=0.22
/proc/32575/task/32580/stat : 32580 (java) S 32573 32575 32461 0 -1 64 28 0 0 0 15 7 0 0 15 0 13 0 73624048 1841287168 203336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32581] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32581/stat : 32581 (java) S 32573 32575 32461 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 73624049 1841287168 203336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32582] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32582/stat : 32582 (java) S 32573 32575 32461 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 73624049 1841287168 203336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32583] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32583/stat : 32583 (java) S 32573 32575 32461 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 73624052 1841287168 203336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32584] ppid=32573 vsize=1798132 CPUtime=1.5
/proc/32575/task/32584/stat : 32584 (java) S 32573 32575 32461 0 -1 64 6475 0 0 0 147 3 0 0 16 0 13 0 73624052 1841287168 203336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32585] ppid=32573 vsize=1798132 CPUtime=1.63
/proc/32575/task/32585/stat : 32585 (java) S 32573 32575 32461 0 -1 64 6451 0 0 0 160 3 0 0 16 0 13 0 73624052 1841287168 203336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32586] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32586/stat : 32586 (java) S 32573 32575 32461 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 73624052 1841287168 203336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32587] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32587/stat : 32587 (java) S 32573 32575 32461 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 73624052 1841287168 203336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32588] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32588/stat : 32588 (java) S 32573 32575 32461 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 73624237 1841287168 203336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1703.17
Current children cumulated vsize (KiB) 1798132

[startup+1722.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/78 318
/proc/meminfo: memFree=858536/2055920 swapFree=4192812/4192956
[pid=32575] ppid=32573 vsize=1798132 CPUtime=1765.22
/proc/32575/stat : 32575 (java) S 32573 32575 32461 0 -1 0 238761 0 1 0 176391 131 0 0 18 0 13 0 73624043 1841287168 207525 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32575/statm: 449533 207525 1333 9 0 447144 0
[pid=32575/tid=32577] ppid=32573 vsize=1798132 CPUtime=1678.49
/proc/32575/task/32577/stat : 32577 (java) R 32573 32575 32461 0 -1 64 38856 0 1 0 167820 29 0 0 25 0 13 0 73624044 1841287168 207525 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109636002 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32578] ppid=32573 vsize=1798132 CPUtime=41.64
/proc/32575/task/32578/stat : 32578 (java) S 32573 32575 32461 0 -1 64 103292 0 0 0 4120 44 0 0 16 0 13 0 73624046 1841287168 207525 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32579] ppid=32573 vsize=1798132 CPUtime=41.69
/proc/32575/task/32579/stat : 32579 (java) S 32573 32575 32461 0 -1 64 82936 0 0 0 4127 42 0 0 16 0 13 0 73624046 1841287168 207525 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32580] ppid=32573 vsize=1798132 CPUtime=0.23
/proc/32575/task/32580/stat : 32580 (java) S 32573 32575 32461 0 -1 64 28 0 0 0 16 7 0 0 15 0 13 0 73624048 1841287168 207525 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32581] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32581/stat : 32581 (java) S 32573 32575 32461 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 73624049 1841287168 207525 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32582] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32582/stat : 32582 (java) S 32573 32575 32461 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 73624049 1841287168 207525 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32583] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32583/stat : 32583 (java) S 32573 32575 32461 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 73624052 1841287168 207525 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32584] ppid=32573 vsize=1798132 CPUtime=1.5
/proc/32575/task/32584/stat : 32584 (java) S 32573 32575 32461 0 -1 64 6475 0 0 0 147 3 0 0 16 0 13 0 73624052 1841287168 207525 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32585] ppid=32573 vsize=1798132 CPUtime=1.63
/proc/32575/task/32585/stat : 32585 (java) S 32573 32575 32461 0 -1 64 6451 0 0 0 160 3 0 0 16 0 13 0 73624052 1841287168 207525 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32586] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32586/stat : 32586 (java) S 32573 32575 32461 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 73624052 1841287168 207525 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32587] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32587/stat : 32587 (java) S 32573 32575 32461 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 73624052 1841287168 207525 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32588] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32588/stat : 32588 (java) S 32573 32575 32461 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 73624237 1841287168 207525 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1765.22
Current children cumulated vsize (KiB) 1798132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1756 s]
/proc/loadavg: 1.03 1.02 1.00 2/78 318
/proc/meminfo: memFree=851752/2055920 swapFree=4192812/4192956
[pid=32575] ppid=32573 vsize=1798132 CPUtime=1800.05
/proc/32575/stat : 32575 (java) S 32573 32575 32461 0 -1 0 240561 0 1 0 179873 132 0 0 18 0 13 0 73624043 1841287168 209202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32575/statm: 449533 209202 1333 9 0 447144 0
[pid=32575/tid=32577] ppid=32573 vsize=1798132 CPUtime=1711.04
/proc/32575/task/32577/stat : 32577 (java) R 32573 32575 32461 0 -1 64 38870 0 1 0 171075 29 0 0 25 0 13 0 73624044 1841287168 209202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109636732 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32578] ppid=32573 vsize=1798132 CPUtime=42.77
/proc/32575/task/32578/stat : 32578 (java) S 32573 32575 32461 0 -1 64 104326 0 0 0 4233 44 0 0 16 0 13 0 73624046 1841287168 209202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32579] ppid=32573 vsize=1798132 CPUtime=42.83
/proc/32575/task/32579/stat : 32579 (java) S 32573 32575 32461 0 -1 64 83688 0 0 0 4240 43 0 0 16 0 13 0 73624046 1841287168 209202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32580] ppid=32573 vsize=1798132 CPUtime=0.23
/proc/32575/task/32580/stat : 32580 (java) S 32573 32575 32461 0 -1 64 28 0 0 0 16 7 0 0 16 0 13 0 73624048 1841287168 209202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32581] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32581/stat : 32581 (java) S 32573 32575 32461 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 73624049 1841287168 209202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32582] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32582/stat : 32582 (java) S 32573 32575 32461 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 73624049 1841287168 209202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32583] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32583/stat : 32583 (java) S 32573 32575 32461 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 73624052 1841287168 209202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32584] ppid=32573 vsize=1798132 CPUtime=1.5
/proc/32575/task/32584/stat : 32584 (java) S 32573 32575 32461 0 -1 64 6475 0 0 0 147 3 0 0 16 0 13 0 73624052 1841287168 209202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32585] ppid=32573 vsize=1798132 CPUtime=1.63
/proc/32575/task/32585/stat : 32585 (java) S 32573 32575 32461 0 -1 64 6451 0 0 0 160 3 0 0 16 0 13 0 73624052 1841287168 209202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32586] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32586/stat : 32586 (java) S 32573 32575 32461 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 73624052 1841287168 209202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32575/tid=32587] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32587/stat : 32587 (java) S 32573 32575 32461 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 73624052 1841287168 209202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32575/tid=32588] ppid=32573 vsize=1798132 CPUtime=0
/proc/32575/task/32588/stat : 32588 (java) S 32573 32575 32461 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 73624237 1841287168 209202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1798132

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

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

[startup+1756.11 s]
/proc/loadavg: 1.03 1.02 1.00 2/78 318
/proc/meminfo: memFree=851752/2055920 swapFree=4192812/4192956
[pid=32575] ppid=32573 vsize=0 CPUtime=1800.16
/proc/32575/stat : 32575 (java) Z 32573 32575 32461 0 -1 1036 240581 0 1 0 179876 140 0 0 16 0 2 0 73624043 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32575/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1756.16
CPU time (s): 1800.22
CPU user time (s): 1798.77
CPU system time (s): 1.45278
CPU usage (%): 102.509
Max. virtual memory (cumulated for all children) (KiB): 1799220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.77
system time used= 1.45278
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240581
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= 44054
involuntary context switches= 33087

runsolver used 1.78673 second user time and 4.70528 second system time

The end

Launcher Data (download as text)

Begin job on node27 on Sun Apr 15 03:54:41 UTC 2007

IDJOB= 351682
IDBENCH= 1790
IDSOLVER= 164
FILE ID= node27/351682-1176609281

PBS_JOBID= 4557022

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/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-liu.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351682-1176609281/sat4jPseudoCPClause.jar /tmp/evaluation/351682-1176609281/instance-351682-1176609281.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node27/watcher-351682-1176609281 -o ROOT/results/node27/solver-351682-1176609281 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351682-1176609281/sat4jPseudoCPClause.jar /tmp/evaluation/351682-1176609281/instance-351682-1176609281.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  d5cbc530e20e0da41254bd2567f4c2ba

RANDOM SEED= 874619476

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node27.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.213
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	: 5931.00
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.213
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:       1686632 kB
Buffers:         34496 kB
Cached:         225196 kB
SwapCached:          0 kB
Active:         114108 kB
Inactive:       161768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1686632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4928 kB
Writeback:           0 kB
Mapped:          26020 kB
Slab:            79496 kB
Committed_AS:   708444 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= 66560 MiB

End job on node27 on Sun Apr 15 04:24:00 UTC 2007