Trace number 420031

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 NameAnswerCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.11 1782.19

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
palacios/uts/uts-l05-ipc5-h26-unsat.opb
MD5SUM8e1618743a1bd799f44ae3006b4f801a
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark159.561
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables85694
Total number of constraints414657
Number of constraints which are clauses414657
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint403
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 401
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 804
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
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 solving /tmp/evaluation/420031-1177417402/instance-420031-1177417402.opb
0.20/0.20	c reading problem ... 
9.94/8.38	c ... done. Wall clock time 8.183s.
9.94/8.38	c CPU time (experimental) 6.83s.
9.94/8.38	c #vars     85694
9.94/8.38	c #constraints  414447
1800.02/1782.11	c starts		: 2
1800.02/1782.11	c conflicts		: 41505
1800.02/1782.11	c decisions		: 84547
1800.02/1782.11	c propagations		: 184665127
1800.02/1782.11	c inspects		: 430107002
1800.02/1782.11	c learnt literals	: 5
1800.02/1782.11	c learnt binary clauses	: 254
1800.02/1782.11	c learnt ternary clauses	: 1356
1800.02/1782.11	c learnt clauses	: 41499
1800.02/1782.11	c root simplifications	: 0
1800.02/1782.11	c removed literals (reason simplification)	: 0
1800.02/1782.11	c reason swapping (by a shorter reason)	: 0
1800.02/1782.11	c Calls to reduceDB	: 0
1800.02/1782.11	c speed (decisions/second)	: 47.667561228631996
1800.02/1782.11	c non guided choices	5534
1800.02/1782.11	s UNKNOWN
1800.02/1782.11	c Total wall clock time (ms): 1781.912

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-420031-1177417402 -o ROOT/results/node9/solver-420031-1177417402 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420031-1177417402/sat4jPseudoCP.jar /tmp/evaluation/420031-1177417402/instance-420031-1177417402.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.92 0.98 0.99 2/77 6114
/proc/meminfo: memFree=1853936/2055920 swapFree=4144336/4192956
[pid=6114] ppid=6112 vsize=152 CPUtime=0
/proc/6114/stat : 6114 (java) R 6112 6114 5303 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 217777889 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 8663339 0 0 4096 0 0 0 0 17 1 0 0
/proc/6114/statm: 38 26 19 9 0 4 0

[startup+0.0534141 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 6114
/proc/meminfo: memFree=1853936/2055920 swapFree=4144336/4192956
[pid=6114] ppid=6112 vsize=1777060 CPUtime=0.04
/proc/6114/stat : 6114 (java) S 6112 6114 5303 0 -1 0 3518 0 1 0 2 2 0 0 18 0 5 0 217777889 1819709440 3264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/6114/statm: 444265 3264 1046 9 0 441901 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777060

[startup+0.101419 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 6114
/proc/meminfo: memFree=1853936/2055920 swapFree=4144336/4192956
[pid=6114] ppid=6112 vsize=1780108 CPUtime=0.08
/proc/6114/stat : 6114 (java) S 6112 6114 5303 0 -1 0 3971 0 1 0 6 2 0 0 18 0 12 0 217777889 1822830592 3714 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6114/statm: 445027 3714 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301442 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 6114
/proc/meminfo: memFree=1853936/2055920 swapFree=4144336/4192956
[pid=6114] ppid=6112 vsize=1782444 CPUtime=0.3
/proc/6114/stat : 6114 (java) S 6112 6114 5303 0 -1 0 5880 0 1 0 27 3 0 0 18 0 12 0 217777889 1825222656 5620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6114/statm: 445611 5620 1263 9 0 443223 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782444

[startup+0.701486 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 6114
/proc/meminfo: memFree=1853936/2055920 swapFree=4144336/4192956
[pid=6114] ppid=6112 vsize=1783308 CPUtime=0.87
/proc/6114/stat : 6114 (java) S 6112 6114 5303 0 -1 0 7511 0 1 0 83 4 0 0 18 0 12 0 217777889 1826107392 6986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6114/statm: 445827 6986 1301 9 0 443439 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 1783308

[startup+1.50258 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 6126
/proc/meminfo: memFree=1823696/2055920 swapFree=4144336/4192956
[pid=6114] ppid=6112 vsize=1787468 CPUtime=2.15
/proc/6114/stat : 6114 (java) S 6112 6114 5303 0 -1 0 19295 0 1 0 206 9 0 0 18 0 12 0 217777889 1830367232 16094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6114/statm: 446867 16094 1303 9 0 444479 0
[pid=6114/tid=6116] ppid=6112 vsize=1787468 CPUtime=0.96
/proc/6114/task/6116/stat : 6116 (java) R 6112 6114 5303 0 -1 64 13823 0 1 0 89 7 0 0 25 0 12 0 217777890 1830367232 16095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109629900 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6117] ppid=6112 vsize=1787468 CPUtime=0
/proc/6114/task/6117/stat : 6117 (java) S 6112 6114 5303 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 217777892 1830367232 16096 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6118] ppid=6112 vsize=1787468 CPUtime=0
/proc/6114/task/6118/stat : 6118 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 217777892 1830367232 16096 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6119] ppid=6112 vsize=1787468 CPUtime=0
/proc/6114/task/6119/stat : 6119 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 217777894 1830367232 16097 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6120] ppid=6112 vsize=1787468 CPUtime=0
/proc/6114/task/6120/stat : 6120 (java) S 6112 6114 5303 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 217777895 1830367232 16098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6121] ppid=6112 vsize=1787468 CPUtime=0
/proc/6114/task/6121/stat : 6121 (java) S 6112 6114 5303 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 217777895 1830367232 16099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6122] ppid=6112 vsize=1787468 CPUtime=0
/proc/6114/task/6122/stat : 6122 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 217777898 1830367232 16100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6123] ppid=6112 vsize=1787468 CPUtime=0.64
/proc/6114/task/6123/stat : 6123 (java) S 6112 6114 5303 0 -1 64 2429 0 0 0 63 1 0 0 16 0 12 0 217777898 1830367232 16101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6124] ppid=6112 vsize=1787468 CPUtime=0.52
/proc/6114/task/6124/stat : 6124 (java) S 6112 6114 5303 0 -1 64 2326 0 0 0 52 0 0 0 17 0 12 0 217777899 1830367232 16102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6125] ppid=6112 vsize=1787468 CPUtime=0
/proc/6114/task/6125/stat : 6125 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 217777899 1830367232 16103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6126] ppid=6112 vsize=1787468 CPUtime=0
/proc/6114/task/6126/stat : 6126 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 217777899 1830367232 16104 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 1787468

[startup+3.10275 s]
/proc/loadavg: 0.93 0.98 0.99 2/89 6126
/proc/meminfo: memFree=1728336/2055920 swapFree=4144336/4192956
[pid=6114] ppid=6112 vsize=1787468 CPUtime=3.8
/proc/6114/stat : 6114 (java) S 6112 6114 5303 0 -1 0 45312 0 1 0 359 21 0 0 18 0 12 0 217777889 1830367232 42103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6114/statm: 446867 42103 1312 9 0 444479 0
[pid=6114/tid=6116] ppid=6112 vsize=1787468 CPUtime=2.5
/proc/6114/task/6116/stat : 6116 (java) R 6112 6114 5303 0 -1 64 37690 0 1 0 233 17 0 0 22 0 12 0 217777890 1830367232 42103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109742044 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6117] ppid=6112 vsize=1787468 CPUtime=0.04
/proc/6114/task/6117/stat : 6117 (java) S 6112 6114 5303 0 -1 64 1057 0 0 0 4 0 0 0 16 0 12 0 217777892 1830367232 42103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6118] ppid=6112 vsize=1787468 CPUtime=0.04
/proc/6114/task/6118/stat : 6118 (java) S 6112 6114 5303 0 -1 64 1086 0 0 0 4 0 0 0 17 0 12 0 217777892 1830367232 42103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6119] ppid=6112 vsize=1787468 CPUtime=0
/proc/6114/task/6119/stat : 6119 (java) S 6112 6114 5303 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 217777894 1830367232 42103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6120] ppid=6112 vsize=1787468 CPUtime=0
/proc/6114/task/6120/stat : 6120 (java) S 6112 6114 5303 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 217777895 1830367232 42103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6121] ppid=6112 vsize=1787468 CPUtime=0
/proc/6114/task/6121/stat : 6121 (java) S 6112 6114 5303 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 217777895 1830367232 42103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6122] ppid=6112 vsize=1787468 CPUtime=0
/proc/6114/task/6122/stat : 6122 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 217777898 1830367232 42103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6123] ppid=6112 vsize=1787468 CPUtime=0.64
/proc/6114/task/6123/stat : 6123 (java) S 6112 6114 5303 0 -1 64 2429 0 0 0 63 1 0 0 16 0 12 0 217777898 1830367232 42103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6124] ppid=6112 vsize=1787468 CPUtime=0.52
/proc/6114/task/6124/stat : 6124 (java) S 6112 6114 5303 0 -1 64 2326 0 0 0 52 0 0 0 17 0 12 0 217777899 1830367232 42103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6125] ppid=6112 vsize=1787468 CPUtime=0
/proc/6114/task/6125/stat : 6125 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 217777899 1830367232 42103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6126] ppid=6112 vsize=1787468 CPUtime=0
/proc/6114/task/6126/stat : 6126 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 217777899 1830367232 42103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 1787468

[startup+6.30111 s]
/proc/loadavg: 0.93 0.98 0.99 2/89 6126
/proc/meminfo: memFree=1663312/2055920 swapFree=4144336/4192956
[pid=6114] ppid=6112 vsize=1789908 CPUtime=7.38
/proc/6114/stat : 6114 (java) S 6112 6114 5303 0 -1 0 55871 0 1 0 712 26 0 0 18 0 12 0 217777889 1832865792 52268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6114/statm: 447477 52268 1317 9 0 445089 0
[pid=6114/tid=6116] ppid=6112 vsize=1789908 CPUtime=5.31
/proc/6114/task/6116/stat : 6116 (java) R 6112 6114 5303 0 -1 64 37698 0 1 0 513 18 0 0 20 0 12 0 217777890 1832865792 52268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109582935 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6117] ppid=6112 vsize=1789908 CPUtime=0.43
/proc/6114/task/6117/stat : 6117 (java) S 6112 6114 5303 0 -1 64 6419 0 0 0 41 2 0 0 18 0 12 0 217777892 1832865792 52268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6118] ppid=6112 vsize=1789908 CPUtime=0.42
/proc/6114/task/6118/stat : 6118 (java) S 6112 6114 5303 0 -1 64 6266 0 0 0 40 2 0 0 18 0 12 0 217777892 1832865792 52268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6119] ppid=6112 vsize=1789908 CPUtime=0
/proc/6114/task/6119/stat : 6119 (java) S 6112 6114 5303 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 217777894 1832865792 52268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6120] ppid=6112 vsize=1789908 CPUtime=0
/proc/6114/task/6120/stat : 6120 (java) S 6112 6114 5303 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 217777895 1832865792 52268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6121] ppid=6112 vsize=1789908 CPUtime=0
/proc/6114/task/6121/stat : 6121 (java) S 6112 6114 5303 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 217777895 1832865792 52268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6122] ppid=6112 vsize=1789908 CPUtime=0
/proc/6114/task/6122/stat : 6122 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 217777898 1832865792 52268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6123] ppid=6112 vsize=1789908 CPUtime=0.64
/proc/6114/task/6123/stat : 6123 (java) S 6112 6114 5303 0 -1 64 2429 0 0 0 63 1 0 0 16 0 12 0 217777898 1832865792 52268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6124] ppid=6112 vsize=1789908 CPUtime=0.53
/proc/6114/task/6124/stat : 6124 (java) S 6112 6114 5303 0 -1 64 2327 0 0 0 53 0 0 0 17 0 12 0 217777899 1832865792 52268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6125] ppid=6112 vsize=1789908 CPUtime=0
/proc/6114/task/6125/stat : 6125 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 217777899 1832865792 52268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6126] ppid=6112 vsize=1789908 CPUtime=0
/proc/6114/task/6126/stat : 6126 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 217777899 1832865792 52268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.38
Current children cumulated vsize (KiB) 1789908

[startup+12.7018 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 6127
/proc/meminfo: memFree=1612688/2055920 swapFree=4144336/4192956
[pid=6114] ppid=6112 vsize=1792760 CPUtime=15.65
/proc/6114/stat : 6114 (java) S 6112 6114 5303 0 -1 0 70092 0 1 0 1532 33 0 0 18 0 13 0 217777889 1835786240 63277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6114/statm: 448190 63277 1327 9 0 445802 0
[pid=6114/tid=6116] ppid=6112 vsize=1792760 CPUtime=10.19
/proc/6114/task/6116/stat : 6116 (java) R 6112 6114 5303 0 -1 64 37740 0 1 0 1000 19 0 0 19 0 13 0 217777890 1835786240 63277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109872785 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6117] ppid=6112 vsize=1792760 CPUtime=1.67
/proc/6114/task/6117/stat : 6117 (java) S 6112 6114 5303 0 -1 64 13262 0 0 0 162 5 0 0 16 0 13 0 217777892 1835786240 63277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6118] ppid=6112 vsize=1792760 CPUtime=1.67
/proc/6114/task/6118/stat : 6118 (java) S 6112 6114 5303 0 -1 64 13007 0 0 0 162 5 0 0 16 0 13 0 217777892 1835786240 63277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6119] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6119/stat : 6119 (java) S 6112 6114 5303 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 217777894 1835786240 63277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6120] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6120/stat : 6120 (java) S 6112 6114 5303 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217777895 1835786240 63277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6121] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6121/stat : 6121 (java) S 6112 6114 5303 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217777895 1835786240 63277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6122] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6122/stat : 6122 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217777898 1835786240 63277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6123] ppid=6112 vsize=1792760 CPUtime=1.09
/proc/6114/task/6123/stat : 6123 (java) S 6112 6114 5303 0 -1 64 2460 0 0 0 108 1 0 0 17 0 13 0 217777898 1835786240 63277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6124] ppid=6112 vsize=1792760 CPUtime=0.98
/proc/6114/task/6124/stat : 6124 (java) S 6112 6114 5303 0 -1 64 2885 0 0 0 97 1 0 0 16 0 13 0 217777899 1835786240 63277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6125] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6125/stat : 6125 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217777899 1835786240 63277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6126] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6126/stat : 6126 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217777899 1835786240 63277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6127] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6127/stat : 6127 (java) S 6112 6114 5303 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 217778733 1835786240 63277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.65
Current children cumulated vsize (KiB) 1792760

[startup+25.5023 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 6127
/proc/meminfo: memFree=1605008/2055920 swapFree=4144336/4192956
[pid=6114] ppid=6112 vsize=1792760 CPUtime=28.65
/proc/6114/stat : 6114 (java) S 6112 6114 5303 0 -1 0 70207 0 1 0 2831 34 0 0 18 0 13 0 217777889 1835786240 63312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6114/statm: 448190 63312 1327 9 0 445802 0
[pid=6114/tid=6116] ppid=6112 vsize=1792760 CPUtime=22.82
/proc/6114/task/6116/stat : 6116 (java) R 6112 6114 5303 0 -1 64 37758 0 1 0 2263 19 0 0 25 0 13 0 217777890 1835786240 63312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109970460 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6117] ppid=6112 vsize=1792760 CPUtime=1.8
/proc/6114/task/6117/stat : 6117 (java) S 6112 6114 5303 0 -1 64 13294 0 0 0 175 5 0 0 16 0 13 0 217777892 1835786240 63312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6118] ppid=6112 vsize=1792760 CPUtime=1.79
/proc/6114/task/6118/stat : 6118 (java) S 6112 6114 5303 0 -1 64 13062 0 0 0 174 5 0 0 16 0 13 0 217777892 1835786240 63312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6119] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6119/stat : 6119 (java) S 6112 6114 5303 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 217777894 1835786240 63312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6120] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6120/stat : 6120 (java) S 6112 6114 5303 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217777895 1835786240 63312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6121] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6121/stat : 6121 (java) S 6112 6114 5303 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217777895 1835786240 63312 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=6114] ppid=6112 vsize=1792760 CPUtime=1618.67
/proc/6114/stat : 6114 (java) S 6112 6114 5303 0 -1 0 107067 0 1 0 161758 109 0 0 18 0 13 0 217777889 1835786240 74206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6114/statm: 448190 74206 1334 9 0 445802 0
[pid=6114/tid=6116] ppid=6112 vsize=1792760 CPUtime=1583.99
/proc/6114/task/6116/stat : 6116 (java) R 6112 6114 5303 0 -1 64 60071 0 1 0 158354 45 0 0 25 0 13 0 217777890 1835786240 74206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109896896 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6117] ppid=6112 vsize=1792760 CPUtime=15.98
/proc/6114/task/6117/stat : 6117 (java) S 6112 6114 5303 0 -1 64 21082 0 0 0 1576 22 0 0 16 0 13 0 217777892 1835786240 74206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6118] ppid=6112 vsize=1792760 CPUtime=15.97
/proc/6114/task/6118/stat : 6118 (java) S 6112 6114 5303 0 -1 64 19743 0 0 0 1576 21 0 0 15 0 13 0 217777892 1835786240 74206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6119] ppid=6112 vsize=1792760 CPUtime=0.39
/proc/6114/task/6119/stat : 6119 (java) S 6112 6114 5303 0 -1 64 98 0 0 0 22 17 0 0 16 0 13 0 217777894 1835786240 74206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6120] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6120/stat : 6120 (java) S 6112 6114 5303 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217777895 1835786240 74206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6121] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6121/stat : 6121 (java) S 6112 6114 5303 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217777895 1835786240 74206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6122] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6122/stat : 6122 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217777898 1835786240 74206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6123] ppid=6112 vsize=1792760 CPUtime=1.16
/proc/6114/task/6123/stat : 6123 (java) S 6112 6114 5303 0 -1 64 2460 0 0 0 115 1 0 0 16 0 13 0 217777898 1835786240 74206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6124] ppid=6112 vsize=1792760 CPUtime=1.13
/proc/6114/task/6124/stat : 6124 (java) S 6112 6114 5303 0 -1 64 2892 0 0 0 112 1 0 0 17 0 13 0 217777899 1835786240 74206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6125] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6125/stat : 6125 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217777899 1835786240 74206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6126] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6126/stat : 6126 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217777899 1835786240 74206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6127] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6127/stat : 6127 (java) S 6112 6114 5303 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 217778733 1835786240 74206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1618.67
Current children cumulated vsize (KiB) 1792760

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 6129
/proc/meminfo: memFree=1557392/2055920 swapFree=4144336/4192956
[pid=6114] ppid=6112 vsize=1792760 CPUtime=1679.2
/proc/6114/stat : 6114 (java) S 6112 6114 5303 0 -1 0 108188 0 1 0 167808 112 0 0 18 0 13 0 217777889 1835786240 74831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6114/statm: 448190 74831 1334 9 0 445802 0
[pid=6114/tid=6116] ppid=6112 vsize=1792760 CPUtime=1643.38
/proc/6114/task/6116/stat : 6116 (java) R 6112 6114 5303 0 -1 64 60737 0 1 0 164292 46 0 0 19 0 13 0 217777890 1835786240 74831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109859391 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6117] ppid=6112 vsize=1792760 CPUtime=16.54
/proc/6114/task/6117/stat : 6117 (java) S 6112 6114 5303 0 -1 64 21233 0 0 0 1632 22 0 0 16 0 13 0 217777892 1835786240 74831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6118] ppid=6112 vsize=1792760 CPUtime=16.53
/proc/6114/task/6118/stat : 6118 (java) S 6112 6114 5303 0 -1 64 20046 0 0 0 1631 22 0 0 16 0 13 0 217777892 1835786240 74831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6119] ppid=6112 vsize=1792760 CPUtime=0.41
/proc/6114/task/6119/stat : 6119 (java) S 6112 6114 5303 0 -1 64 99 0 0 0 24 17 0 0 16 0 13 0 217777894 1835786240 74831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6120] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6120/stat : 6120 (java) S 6112 6114 5303 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217777895 1835786240 74831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6121] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6121/stat : 6121 (java) S 6112 6114 5303 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217777895 1835786240 74831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6122] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6122/stat : 6122 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217777898 1835786240 74831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6123] ppid=6112 vsize=1792760 CPUtime=1.16
/proc/6114/task/6123/stat : 6123 (java) S 6112 6114 5303 0 -1 64 2460 0 0 0 115 1 0 0 16 0 13 0 217777898 1835786240 74831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6124] ppid=6112 vsize=1792760 CPUtime=1.13
/proc/6114/task/6124/stat : 6124 (java) S 6112 6114 5303 0 -1 64 2892 0 0 0 112 1 0 0 17 0 13 0 217777899 1835786240 74831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6125] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6125/stat : 6125 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217777899 1835786240 74831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6126] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6126/stat : 6126 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217777899 1835786240 74831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6127] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6127/stat : 6127 (java) S 6112 6114 5303 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 217778733 1835786240 74831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1679.2
Current children cumulated vsize (KiB) 1792760

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 6129
/proc/meminfo: memFree=1555984/2055920 swapFree=4144336/4192956
[pid=6114] ppid=6112 vsize=1792760 CPUtime=1739.69
/proc/6114/stat : 6114 (java) S 6112 6114 5303 0 -1 0 108902 0 1 0 173855 114 0 0 18 0 13 0 217777889 1835786240 75126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6114/statm: 448190 75126 1334 9 0 445802 0
[pid=6114/tid=6116] ppid=6112 vsize=1792760 CPUtime=1702.78
/proc/6114/task/6116/stat : 6116 (java) R 6112 6114 5303 0 -1 64 61011 0 1 0 170232 46 0 0 23 0 13 0 217777890 1835786240 75126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109955484 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6117] ppid=6112 vsize=1792760 CPUtime=17.09
/proc/6114/task/6117/stat : 6117 (java) S 6112 6114 5303 0 -1 64 21380 0 0 0 1686 23 0 0 16 0 13 0 217777892 1835786240 75126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6118] ppid=6112 vsize=1792760 CPUtime=17.06
/proc/6114/task/6118/stat : 6118 (java) S 6112 6114 5303 0 -1 64 20339 0 0 0 1684 22 0 0 16 0 13 0 217777892 1835786240 75126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6119] ppid=6112 vsize=1792760 CPUtime=0.42
/proc/6114/task/6119/stat : 6119 (java) S 6112 6114 5303 0 -1 64 99 0 0 0 24 18 0 0 16 0 13 0 217777894 1835786240 75126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6120] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6120/stat : 6120 (java) S 6112 6114 5303 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217777895 1835786240 75126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6121] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6121/stat : 6121 (java) S 6112 6114 5303 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217777895 1835786240 75126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6122] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6122/stat : 6122 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217777898 1835786240 75126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6123] ppid=6112 vsize=1792760 CPUtime=1.16
/proc/6114/task/6123/stat : 6123 (java) S 6112 6114 5303 0 -1 64 2460 0 0 0 115 1 0 0 16 0 13 0 217777898 1835786240 75126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6124] ppid=6112 vsize=1792760 CPUtime=1.13
/proc/6114/task/6124/stat : 6124 (java) S 6112 6114 5303 0 -1 64 2892 0 0 0 112 1 0 0 17 0 13 0 217777899 1835786240 75126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6125] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6125/stat : 6125 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217777899 1835786240 75126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6126] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6126/stat : 6126 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217777899 1835786240 75126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6127] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6127/stat : 6127 (java) S 6112 6114 5303 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 217778733 1835786240 75126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1739.69
Current children cumulated vsize (KiB) 1792760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 6129
/proc/meminfo: memFree=1553424/2055920 swapFree=4144336/4192956
[pid=6114] ppid=6112 vsize=1792760 CPUtime=1800.02
/proc/6114/stat : 6114 (java) S 6112 6114 5303 0 -1 0 109970 0 1 0 179885 117 0 0 18 0 13 0 217777889 1835786240 75785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6114/statm: 448190 75785 1334 9 0 445802 0
[pid=6114/tid=6116] ppid=6112 vsize=1792760 CPUtime=1761.98
/proc/6114/task/6116/stat : 6116 (java) R 6112 6114 5303 0 -1 64 61334 0 1 0 176151 47 0 0 19 0 13 0 217777890 1835786240 75785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109872412 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6117] ppid=6112 vsize=1792760 CPUtime=17.65
/proc/6114/task/6117/stat : 6117 (java) S 6112 6114 5303 0 -1 64 21866 0 0 0 1741 24 0 0 16 0 13 0 217777892 1835786240 75785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6118] ppid=6112 vsize=1792760 CPUtime=17.62
/proc/6114/task/6118/stat : 6118 (java) S 6112 6114 5303 0 -1 64 20598 0 0 0 1739 23 0 0 16 0 13 0 217777892 1835786240 75785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6119] ppid=6112 vsize=1792760 CPUtime=0.43
/proc/6114/task/6119/stat : 6119 (java) S 6112 6114 5303 0 -1 64 99 0 0 0 25 18 0 0 16 0 13 0 217777894 1835786240 75785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6120] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6120/stat : 6120 (java) S 6112 6114 5303 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217777895 1835786240 75785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6121] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6121/stat : 6121 (java) S 6112 6114 5303 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217777895 1835786240 75785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6122] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6122/stat : 6122 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217777898 1835786240 75785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6123] ppid=6112 vsize=1792760 CPUtime=1.16
/proc/6114/task/6123/stat : 6123 (java) S 6112 6114 5303 0 -1 64 2460 0 0 0 115 1 0 0 16 0 13 0 217777898 1835786240 75785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6124] ppid=6112 vsize=1792760 CPUtime=1.13
/proc/6114/task/6124/stat : 6124 (java) S 6112 6114 5303 0 -1 64 2892 0 0 0 112 1 0 0 17 0 13 0 217777899 1835786240 75785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6125] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6125/stat : 6125 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217777899 1835786240 75785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6126] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6126/stat : 6126 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217777899 1835786240 75785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6127] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6127/stat : 6127 (java) S 6112 6114 5303 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 217778733 1835786240 75785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1792760

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

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

[startup+1782.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 6129
/proc/meminfo: memFree=1553424/2055920 swapFree=4144336/4192956
[pid=6114] ppid=6112 vsize=1792760 CPUtime=1800.02
/proc/6114/stat : 6114 (java) S 6112 6114 5303 0 -1 0 109970 0 1 0 179885 117 0 0 18 0 13 0 217777889 1835786240 75785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6114/statm: 448190 75785 1334 9 0 445802 0
[pid=6114/tid=6116] ppid=6112 vsize=1792760 CPUtime=1761.98
/proc/6114/task/6116/stat : 6116 (java) R 6112 6114 5303 0 -1 64 61334 0 1 0 176151 47 0 0 19 0 13 0 217777890 1835786240 75785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109872412 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6117] ppid=6112 vsize=1792760 CPUtime=17.65
/proc/6114/task/6117/stat : 6117 (java) S 6112 6114 5303 0 -1 64 21866 0 0 0 1741 24 0 0 16 0 13 0 217777892 1835786240 75785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6118] ppid=6112 vsize=1792760 CPUtime=17.62
/proc/6114/task/6118/stat : 6118 (java) S 6112 6114 5303 0 -1 64 20598 0 0 0 1739 23 0 0 16 0 13 0 217777892 1835786240 75785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6119] ppid=6112 vsize=1792760 CPUtime=0.43
/proc/6114/task/6119/stat : 6119 (java) S 6112 6114 5303 0 -1 64 99 0 0 0 25 18 0 0 16 0 13 0 217777894 1835786240 75785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6120] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6120/stat : 6120 (java) S 6112 6114 5303 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217777895 1835786240 75785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6121] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6121/stat : 6121 (java) S 6112 6114 5303 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217777895 1835786240 75785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6122] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6122/stat : 6122 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217777898 1835786240 75785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6123] ppid=6112 vsize=1792760 CPUtime=1.16
/proc/6114/task/6123/stat : 6123 (java) S 6112 6114 5303 0 -1 64 2460 0 0 0 115 1 0 0 16 0 13 0 217777898 1835786240 75785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6124] ppid=6112 vsize=1792760 CPUtime=1.13
/proc/6114/task/6124/stat : 6124 (java) S 6112 6114 5303 0 -1 64 2892 0 0 0 112 1 0 0 17 0 13 0 217777899 1835786240 75785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6125] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6125/stat : 6125 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217777899 1835786240 75785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6114/tid=6126] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6126/stat : 6126 (java) S 6112 6114 5303 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217777899 1835786240 75785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6114/tid=6127] ppid=6112 vsize=1792760 CPUtime=0
/proc/6114/task/6127/stat : 6127 (java) S 6112 6114 5303 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 217778733 1835786240 75785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1792760

Child status: 143
Real time (s): 1782.19
CPU time (s): 1800.11
CPU user time (s): 1798.9
CPU system time (s): 1.21681
CPU usage (%): 101.005
Max. virtual memory (cumulated for all children) (KiB): 1792760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.9
system time used= 1.21681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109990
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= 53193
involuntary context switches= 48509

runsolver used 1.57476 second user time and 4.97324 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Tue Apr 24 12:23:23 UTC 2007

IDJOB= 420031
IDBENCH= 47816
IDSOLVER= 160
FILE ID= node9/420031-1177417402

PBS_JOBID= 4675653

Free space on /tmp= 66420 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/palacios/uts/uts-l05-ipc5-h26-unsat.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420031-1177417402/sat4jPseudoCP.jar /tmp/evaluation/420031-1177417402/instance-420031-1177417402.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-420031-1177417402 -o ROOT/results/node9/solver-420031-1177417402 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420031-1177417402/sat4jPseudoCP.jar /tmp/evaluation/420031-1177417402/instance-420031-1177417402.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  8e1618743a1bd799f44ae3006b4f801a

RANDOM SEED= 672350479

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.221
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.221
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:       1854536 kB
Buffers:         16468 kB
Cached:         122652 kB
SwapCached:      17008 kB
Active:          71896 kB
Inactive:        92204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1854536 kB
SwapTotal:     4192956 kB
SwapFree:      4144336 kB
Dirty:           16504 kB
Writeback:           0 kB
Mapped:          30128 kB
Slab:            22860 kB
Committed_AS:  6589252 kB
PageTables:       1784 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= 66420 MiB

End job on node9 on Tue Apr 24 12:53:08 UTC 2007