Trace number 431389

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.3 1773.55

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=109-P1=191-P2=263-P3=37-P4=317-P5=89-P6=131-B.opb
MD5SUMd6ad4e57f9bd4d3660efa4691d3e45da
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.25396
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables162
Total number of constraints13
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 constraints13
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)486
Sum of products size (including duplicates)972
Number of different products486
Sum of products size972

Solver Data (download as text)

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.15	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.16	c Number of processors 2
0.19/0.21	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.19/0.21	--- Begin Solver configuration ---
0.19/0.21	c Stops conflict analysis at the first Unique Implication Point
0.19/0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.21	c Learn all clauses as in MiniSAT
0.19/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.21	c No reason simplification
0.19/0.21	c --- End Solver configuration ---
0.19/0.21	c Simplify asserted PB constraints to clauses
0.19/0.21	c solving /tmp/evaluation/431389-1178005625/instance-431389-1178005625.opb
0.19/0.21	c reading problem ... 
0.44/0.48	c ... done. Wall clock time 0.265s.
0.44/0.48	c CPU time (experimental) 0.38s.
0.44/0.48	c #vars     648
0.44/0.48	c #constraints  991
1800.09/1773.41	c starts		: 2
1800.09/1773.41	c conflicts		: 37928
1800.09/1773.41	c decisions		: 42744
1800.09/1773.41	c propagations		: 521349
1800.09/1773.41	c inspects		: 708037401
1800.09/1773.41	c learnt literals	: 0
1800.09/1773.41	c learnt binary clauses	: 0
1800.09/1773.41	c learnt ternary clauses	: 0
1800.09/1773.41	c learnt clauses	: 37927
1800.09/1773.41	c root simplifications	: 0
1800.09/1773.41	c removed literals (reason simplification)	: 0
1800.09/1773.41	c reason swapping (by a shorter reason)	: 0
1800.09/1773.41	c Calls to reduceDB	: 0
1800.09/1773.41	c speed (decisions/second)	: 24.109256490248622
1800.09/1773.41	c non guided choices	251
1800.09/1773.41	s UNKNOWN
1800.09/1773.41	c Total wall clock time (ms): 1773.2

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/node66/watcher-431389-1178005625 -o ROOT/results/node66/solver-431389-1178005625 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/431389-1178005625/sat4jPseudoCPClause.jar /tmp/evaluation/431389-1178005625/instance-431389-1178005625.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.87 0.92 0.94 2/64 18096
/proc/meminfo: memFree=1819992/2055920 swapFree=4183004/4192956
[pid=18096] ppid=18094 vsize=272 CPUtime=0
/proc/18096/stat : 18096 (java) R 18094 18096 15386 0 -1 0 52 0 0 0 0 0 0 0 18 0 1 0 276552110 278528 37 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 9842778 0 0 4096 0 0 0 0 17 1 0 0
/proc/18096/statm: 68 37 28 9 0 6 0

[startup+0.103324 s]
/proc/loadavg: 0.87 0.92 0.94 2/64 18096
/proc/meminfo: memFree=1819992/2055920 swapFree=4183004/4192956
[pid=18096] ppid=18094 vsize=1780112 CPUtime=0.08
/proc/18096/stat : 18096 (java) S 18094 18096 15386 0 -1 0 3935 0 1 0 6 2 0 0 18 0 12 0 276552110 1822834688 3678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18096/statm: 445028 3678 1119 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.201347 s]
/proc/loadavg: 0.87 0.92 0.94 2/64 18096
/proc/meminfo: memFree=1819992/2055920 swapFree=4183004/4192956
[pid=18096] ppid=18094 vsize=1782440 CPUtime=0.19
/proc/18096/stat : 18096 (java) S 18094 18096 15386 0 -1 0 4817 0 1 0 17 2 0 0 18 0 12 0 276552110 1825218560 4557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18096/statm: 445610 4557 1244 9 0 443221 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1782440

[startup+0.301363 s]
/proc/loadavg: 0.87 0.92 0.94 2/64 18096
/proc/meminfo: memFree=1819992/2055920 swapFree=4183004/4192956
[pid=18096] ppid=18094 vsize=1782440 CPUtime=0.29
/proc/18096/stat : 18096 (java) S 18094 18096 15386 0 -1 0 5094 0 1 0 27 2 0 0 18 0 12 0 276552110 1825218560 4834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18096/statm: 445610 4834 1260 9 0 443221 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1782440

[startup+0.701443 s]
/proc/loadavg: 0.87 0.92 0.94 2/64 18096
/proc/meminfo: memFree=1819992/2055920 swapFree=4183004/4192956
[pid=18096] ppid=18094 vsize=1785308 CPUtime=0.96
/proc/18096/stat : 18096 (java) S 18094 18096 15386 0 -1 0 7497 0 1 0 92 4 0 0 18 0 13 0 276552110 1828155392 6305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18096/statm: 446327 6305 1306 9 0 443938 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1785308

[startup+1.50261 s]
/proc/loadavg: 0.87 0.92 0.94 4/77 18109
/proc/meminfo: memFree=1778608/2055920 swapFree=4183004/4192956
[pid=18096] ppid=18094 vsize=1799288 CPUtime=2.51
/proc/18096/stat : 18096 (java) S 18094 18096 15386 0 -1 0 22130 0 1 0 241 10 0 0 18 0 13 0 276552110 1842470912 16226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18096/statm: 449822 16226 1315 9 0 447433 0
[pid=18096/tid=18098] ppid=18094 vsize=1799288 CPUtime=0.77
/proc/18096/task/18098/stat : 18098 (java) R 18094 18096 15386 0 -1 64 11068 0 1 0 72 5 0 0 18 0 13 0 276552111 1842470912 16226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109552657 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18099] ppid=18094 vsize=1799288 CPUtime=0
/proc/18096/task/18099/stat : 18099 (java) S 18094 18096 15386 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 276552113 1842470912 16226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18100] ppid=18094 vsize=1799288 CPUtime=0
/proc/18096/task/18100/stat : 18100 (java) S 18094 18096 15386 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 276552113 1842470912 16226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18101] ppid=18094 vsize=1799288 CPUtime=0
/proc/18096/task/18101/stat : 18101 (java) S 18094 18096 15386 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 276552115 1842470912 16226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18102] ppid=18094 vsize=1799288 CPUtime=0
/proc/18096/task/18102/stat : 18102 (java) S 18094 18096 15386 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 276552116 1842470912 16226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18103] ppid=18094 vsize=1799288 CPUtime=0
/proc/18096/task/18103/stat : 18103 (java) S 18094 18096 15386 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 276552116 1842470912 16226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18104] ppid=18094 vsize=1799288 CPUtime=0
/proc/18096/task/18104/stat : 18104 (java) S 18094 18096 15386 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 276552120 1842470912 16226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18105] ppid=18094 vsize=1799288 CPUtime=0.87
/proc/18096/task/18105/stat : 18105 (java) R 18094 18096 15386 0 -1 64 4775 0 0 0 86 1 0 0 17 0 13 0 276552120 1842470912 16226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102037600 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18106] ppid=18094 vsize=1799288 CPUtime=0.84
/proc/18096/task/18106/stat : 18106 (java) R 18094 18096 15386 0 -1 64 5564 0 0 0 82 2 0 0 18 0 13 0 276552120 1842470912 16226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104999872 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18107] ppid=18094 vsize=1799288 CPUtime=0
/proc/18096/task/18107/stat : 18107 (java) S 18094 18096 15386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276552120 1842470912 16226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18108] ppid=18094 vsize=1799288 CPUtime=0
/proc/18096/task/18108/stat : 18108 (java) S 18094 18096 15386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276552120 1842470912 16226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18109] ppid=18094 vsize=1799288 CPUtime=0
/proc/18096/task/18109/stat : 18109 (java) S 18094 18096 15386 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 276552159 1842470912 16226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 1799288

[startup+3.10293 s]
/proc/loadavg: 1.04 0.95 0.95 2/77 18109
/proc/meminfo: memFree=1710896/2055920 swapFree=4183004/4192956
[pid=18096] ppid=18094 vsize=1798552 CPUtime=4.84
/proc/18096/stat : 18096 (java) S 18094 18096 15386 0 -1 0 53108 0 1 0 461 23 0 0 18 0 13 0 276552110 1841717248 43249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18096/statm: 449638 43249 1324 9 0 447249 0
[pid=18096/tid=18098] ppid=18094 vsize=1798552 CPUtime=2.06
/proc/18096/task/18098/stat : 18098 (java) R 18094 18096 15386 0 -1 64 37728 0 1 0 190 16 0 0 25 0 13 0 276552111 1841717248 43249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109531542 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18099] ppid=18094 vsize=1798552 CPUtime=0.01
/proc/18096/task/18099/stat : 18099 (java) S 18094 18096 15386 0 -1 64 318 0 0 0 1 0 0 0 16 0 13 0 276552113 1841717248 43249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18100] ppid=18094 vsize=1798552 CPUtime=0
/proc/18096/task/18100/stat : 18100 (java) S 18094 18096 15386 0 -1 64 281 0 0 0 0 0 0 0 16 0 13 0 276552113 1841717248 43249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18101] ppid=18094 vsize=1798552 CPUtime=0
/proc/18096/task/18101/stat : 18101 (java) S 18094 18096 15386 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 276552115 1841717248 43249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18102] ppid=18094 vsize=1798552 CPUtime=0
/proc/18096/task/18102/stat : 18102 (java) S 18094 18096 15386 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 276552116 1841717248 43249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18103] ppid=18094 vsize=1798552 CPUtime=0
/proc/18096/task/18103/stat : 18103 (java) S 18094 18096 15386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276552116 1841717248 43249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18104] ppid=18094 vsize=1798552 CPUtime=0
/proc/18096/task/18104/stat : 18104 (java) S 18094 18096 15386 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 276552120 1841717248 43249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18105] ppid=18094 vsize=1798552 CPUtime=1.38
/proc/18096/task/18105/stat : 18105 (java) S 18094 18096 15386 0 -1 64 6224 0 0 0 137 1 0 0 16 0 13 0 276552120 1841717248 43249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18106] ppid=18094 vsize=1798552 CPUtime=1.34
/proc/18096/task/18106/stat : 18106 (java) S 18094 18096 15386 0 -1 64 7828 0 0 0 130 4 0 0 16 0 13 0 276552120 1841717248 43249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18107] ppid=18094 vsize=1798552 CPUtime=0
/proc/18096/task/18107/stat : 18107 (java) S 18094 18096 15386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276552120 1841717248 43249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18108] ppid=18094 vsize=1798552 CPUtime=0
/proc/18096/task/18108/stat : 18108 (java) S 18094 18096 15386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276552120 1841717248 43249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18109] ppid=18094 vsize=1798552 CPUtime=0
/proc/18096/task/18109/stat : 18109 (java) S 18094 18096 15386 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 276552159 1841717248 43249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.84
Current children cumulated vsize (KiB) 1798552

[startup+6.30256 s]
/proc/loadavg: 1.04 0.95 0.95 2/77 18109
/proc/meminfo: memFree=1644464/2055920 swapFree=4183004/4192956
[pid=18096] ppid=18094 vsize=1796172 CPUtime=8.18
/proc/18096/stat : 18096 (java) S 18094 18096 15386 0 -1 0 55802 0 1 0 794 24 0 0 18 0 13 0 276552110 1839280128 43823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18096/statm: 449043 43823 1325 9 0 446654 0
[pid=18096/tid=18098] ppid=18094 vsize=1796172 CPUtime=5.14
/proc/18096/task/18098/stat : 18098 (java) R 18094 18096 15386 0 -1 64 37733 0 1 0 498 16 0 0 25 0 13 0 276552111 1839280128 43823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109542720 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18099] ppid=18094 vsize=1796172 CPUtime=0.08
/proc/18096/task/18099/stat : 18099 (java) S 18094 18096 15386 0 -1 64 1704 0 0 0 8 0 0 0 16 0 13 0 276552113 1839280128 43823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18100] ppid=18094 vsize=1796172 CPUtime=0.08
/proc/18096/task/18100/stat : 18100 (java) S 18094 18096 15386 0 -1 64 1569 0 0 0 8 0 0 0 16 0 13 0 276552113 1839280128 43823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18101] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18101/stat : 18101 (java) S 18094 18096 15386 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 276552115 1839280128 43823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18102] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18102/stat : 18102 (java) S 18094 18096 15386 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 276552116 1839280128 43823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18103] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18103/stat : 18103 (java) S 18094 18096 15386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276552116 1839280128 43823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18104] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18104/stat : 18104 (java) S 18094 18096 15386 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 276552120 1839280128 43823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18105] ppid=18094 vsize=1796172 CPUtime=1.45
/proc/18096/task/18105/stat : 18105 (java) S 18094 18096 15386 0 -1 64 6231 0 0 0 144 1 0 0 16 0 13 0 276552120 1839280128 43823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18106] ppid=18094 vsize=1796172 CPUtime=1.36
/proc/18096/task/18106/stat : 18106 (java) S 18094 18096 15386 0 -1 64 7828 0 0 0 132 4 0 0 16 0 13 0 276552120 1839280128 43823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18107] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18107/stat : 18107 (java) S 18094 18096 15386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276552120 1839280128 43823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18108] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18108/stat : 18108 (java) S 18094 18096 15386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276552120 1839280128 43823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18109] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18109/stat : 18109 (java) S 18094 18096 15386 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 276552159 1839280128 43823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 1796172

[startup+12.7028 s]
/proc/loadavg: 1.03 0.95 0.95 2/77 18109
/proc/meminfo: memFree=1608776/2055920 swapFree=4183004/4192956
[pid=18096] ppid=18094 vsize=1796172 CPUtime=14.74
/proc/18096/stat : 18096 (java) S 18094 18096 15386 0 -1 0 66510 0 1 0 1445 29 0 0 18 0 13 0 276552110 1839280128 53857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18096/statm: 449043 53857 1331 9 0 446654 0
[pid=18096/tid=18098] ppid=18094 vsize=1796172 CPUtime=11.36
/proc/18096/task/18098/stat : 18098 (java) R 18094 18096 15386 0 -1 64 39978 0 1 0 1119 17 0 0 25 0 13 0 276552111 1839280128 53857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109892506 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18099] ppid=18094 vsize=1796172 CPUtime=0.26
/proc/18096/task/18099/stat : 18099 (java) S 18094 18096 15386 0 -1 64 6031 0 0 0 24 2 0 0 16 0 13 0 276552113 1839280128 53857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18100] ppid=18094 vsize=1796172 CPUtime=0.26
/proc/18096/task/18100/stat : 18100 (java) S 18094 18096 15386 0 -1 64 5686 0 0 0 24 2 0 0 16 0 13 0 276552113 1839280128 53857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18101] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18101/stat : 18101 (java) S 18094 18096 15386 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 276552115 1839280128 53857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18102] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18102/stat : 18102 (java) S 18094 18096 15386 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 276552116 1839280128 53857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18103] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18103/stat : 18103 (java) S 18094 18096 15386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276552116 1839280128 53857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18104] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18104/stat : 18104 (java) S 18094 18096 15386 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 276552120 1839280128 53857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18105] ppid=18094 vsize=1796172 CPUtime=1.45
/proc/18096/task/18105/stat : 18105 (java) S 18094 18096 15386 0 -1 64 6231 0 0 0 144 1 0 0 17 0 13 0 276552120 1839280128 53857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18106] ppid=18094 vsize=1796172 CPUtime=1.37
/proc/18096/task/18106/stat : 18106 (java) S 18094 18096 15386 0 -1 64 7834 0 0 0 133 4 0 0 16 0 13 0 276552120 1839280128 53857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18107] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18107/stat : 18107 (java) S 18094 18096 15386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276552120 1839280128 53857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18108] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18108/stat : 18108 (java) S 18094 18096 15386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276552120 1839280128 53857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18109] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18109/stat : 18109 (java) S 18094 18096 15386 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 276552159 1839280128 53857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.74
Current children cumulated vsize (KiB) 1796172

[startup+25.5014 s]
/proc/loadavg: 1.03 0.95 0.95 2/77 18109
/proc/meminfo: memFree=1591368/2055920 swapFree=4183004/4192956
[pid=18096] ppid=18094 vsize=1796172 CPUtime=27.73
/proc/18096/stat : 18096 (java) S 18094 18096 15386 0 -1 0 71405 0 1 0 2741 32 0 0 18 0 13 0 276552110 1839280128 58231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18096/statm: 449043 58231 1331 9 0 446654 0
[pid=18096/tid=18098] ppid=18094 vsize=1796172 CPUtime=23.98
/proc/18096/task/18098/stat : 18098 (java) R 18094 18096 15386 0 -1 64 39991 0 1 0 2381 17 0 0 18 0 13 0 276552111 1839280128 58231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109540298 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18099] ppid=18094 vsize=1796172 CPUtime=0.42
/proc/18096/task/18099/stat : 18099 (java) S 18094 18096 15386 0 -1 64 8439 0 0 0 39 3 0 0 16 0 13 0 276552113 1839280128 58231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18100] ppid=18094 vsize=1796172 CPUtime=0.42
/proc/18096/task/18100/stat : 18100 (java) S 18094 18096 15386 0 -1 64 8160 0 0 0 39 3 0 0 16 0 13 0 276552113 1839280128 58231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=18096/tid=18101] ppid=18094 vsize=1796172 CPUtime=0.19
/proc/18096/task/18101/stat : 18101 (java) S 18094 18096 15386 0 -1 64 121 0 0 0 12 7 0 0 15 0 13 0 276552115 1839280128 113726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18102] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18102/stat : 18102 (java) S 18094 18096 15386 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 276552116 1839280128 113726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18103] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18103/stat : 18103 (java) S 18094 18096 15386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276552116 1839280128 113726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18104] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18104/stat : 18104 (java) S 18094 18096 15386 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 276552120 1839280128 113726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18105] ppid=18094 vsize=1796172 CPUtime=1.47
/proc/18096/task/18105/stat : 18105 (java) S 18094 18096 15386 0 -1 64 6231 0 0 0 146 1 0 0 17 0 13 0 276552120 1839280128 113726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18106] ppid=18094 vsize=1796172 CPUtime=1.48
/proc/18096/task/18106/stat : 18106 (java) S 18094 18096 15386 0 -1 64 7840 0 0 0 144 4 0 0 17 0 13 0 276552120 1839280128 113726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18107] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18107/stat : 18107 (java) S 18094 18096 15386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276552120 1839280128 113726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18108] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18108/stat : 18108 (java) S 18094 18096 15386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276552120 1839280128 113726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18109] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18109/stat : 18109 (java) S 18094 18096 15386 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 276552159 1839280128 113726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1564.69
Current children cumulated vsize (KiB) 1796172

[startup+1602.3 s]
/proc/loadavg: 1.14 1.03 0.97 2/77 18307
/proc/meminfo: memFree=1363848/2055920 swapFree=4183004/4192956
[pid=18096] ppid=18094 vsize=1796172 CPUtime=1625.8
/proc/18096/stat : 18096 (java) S 18094 18096 15386 0 -1 0 156361 0 1 0 162495 85 0 0 18 0 13 0 276552110 1839280128 114826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18096/statm: 449043 114826 1333 9 0 446654 0
[pid=18096/tid=18098] ppid=18094 vsize=1796172 CPUtime=1577.66
/proc/18096/task/18098/stat : 18098 (java) R 18094 18096 15386 0 -1 64 55333 0 1 0 157740 26 0 0 18 0 13 0 276552111 1839280128 114826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109540829 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18099] ppid=18094 vsize=1796172 CPUtime=22.46
/proc/18096/task/18099/stat : 18099 (java) S 18094 18096 15386 0 -1 64 42259 0 0 0 2225 21 0 0 16 0 13 0 276552113 1839280128 114826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18100] ppid=18094 vsize=1796172 CPUtime=22.48
/proc/18096/task/18100/stat : 18100 (java) S 18094 18096 15386 0 -1 64 43857 0 0 0 2226 22 0 0 17 0 13 0 276552113 1839280128 114826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18101] ppid=18094 vsize=1796172 CPUtime=0.19
/proc/18096/task/18101/stat : 18101 (java) S 18094 18096 15386 0 -1 64 121 0 0 0 12 7 0 0 15 0 13 0 276552115 1839280128 114826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18102] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18102/stat : 18102 (java) S 18094 18096 15386 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 276552116 1839280128 114826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18103] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18103/stat : 18103 (java) S 18094 18096 15386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276552116 1839280128 114826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18104] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18104/stat : 18104 (java) S 18094 18096 15386 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 276552120 1839280128 114826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18105] ppid=18094 vsize=1796172 CPUtime=1.47
/proc/18096/task/18105/stat : 18105 (java) S 18094 18096 15386 0 -1 64 6231 0 0 0 146 1 0 0 17 0 13 0 276552120 1839280128 114826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18106] ppid=18094 vsize=1796172 CPUtime=1.48
/proc/18096/task/18106/stat : 18106 (java) S 18094 18096 15386 0 -1 64 7840 0 0 0 144 4 0 0 17 0 13 0 276552120 1839280128 114826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18107] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18107/stat : 18107 (java) S 18094 18096 15386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276552120 1839280128 114826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18108] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18108/stat : 18108 (java) S 18094 18096 15386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276552120 1839280128 114826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18109] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18109/stat : 18109 (java) S 18094 18096 15386 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 276552159 1839280128 114826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1625.8
Current children cumulated vsize (KiB) 1796172

[startup+1662.3 s]
/proc/loadavg: 1.04 1.02 0.97 2/77 18307
/proc/meminfo: memFree=1358664/2055920 swapFree=4183004/4192956
[pid=18096] ppid=18094 vsize=1796172 CPUtime=1686.93
/proc/18096/stat : 18096 (java) S 18094 18096 15386 0 -1 0 157757 0 1 0 168608 85 0 0 18 0 13 0 276552110 1839280128 116093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18096/statm: 449043 116093 1333 9 0 446654 0
[pid=18096/tid=18098] ppid=18094 vsize=1796172 CPUtime=1636.48
/proc/18096/task/18098/stat : 18098 (java) R 18094 18096 15386 0 -1 64 55357 0 1 0 163621 27 0 0 25 0 13 0 276552111 1839280128 116093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109540869 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18099] ppid=18094 vsize=1796172 CPUtime=23.62
/proc/18096/task/18099/stat : 18099 (java) S 18094 18096 15386 0 -1 64 42801 0 0 0 2341 21 0 0 16 0 13 0 276552113 1839280128 116093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18100] ppid=18094 vsize=1796172 CPUtime=23.63
/proc/18096/task/18100/stat : 18100 (java) S 18094 18096 15386 0 -1 64 44687 0 0 0 2341 22 0 0 16 0 13 0 276552113 1839280128 116093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18101] ppid=18094 vsize=1796172 CPUtime=0.19
/proc/18096/task/18101/stat : 18101 (java) S 18094 18096 15386 0 -1 64 121 0 0 0 12 7 0 0 16 0 13 0 276552115 1839280128 116093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18102] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18102/stat : 18102 (java) S 18094 18096 15386 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 276552116 1839280128 116093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18103] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18103/stat : 18103 (java) S 18094 18096 15386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276552116 1839280128 116093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18104] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18104/stat : 18104 (java) S 18094 18096 15386 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 276552120 1839280128 116093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18105] ppid=18094 vsize=1796172 CPUtime=1.47
/proc/18096/task/18105/stat : 18105 (java) S 18094 18096 15386 0 -1 64 6231 0 0 0 146 1 0 0 17 0 13 0 276552120 1839280128 116093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18106] ppid=18094 vsize=1796172 CPUtime=1.48
/proc/18096/task/18106/stat : 18106 (java) S 18094 18096 15386 0 -1 64 7840 0 0 0 144 4 0 0 17 0 13 0 276552120 1839280128 116093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18107] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18107/stat : 18107 (java) S 18094 18096 15386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276552120 1839280128 116093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18108] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18108/stat : 18108 (java) S 18094 18096 15386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276552120 1839280128 116093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18109] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18109/stat : 18109 (java) S 18094 18096 15386 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 276552159 1839280128 116093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1686.93
Current children cumulated vsize (KiB) 1796172

[startup+1722.3 s]
/proc/loadavg: 1.02 1.02 0.97 2/77 18307
/proc/meminfo: memFree=1353416/2055920 swapFree=4183004/4192956
[pid=18096] ppid=18094 vsize=1796172 CPUtime=1748.01
/proc/18096/stat : 18096 (java) S 18094 18096 15386 0 -1 0 159263 0 1 0 174714 87 0 0 18 0 13 0 276552110 1839280128 117390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18096/statm: 449043 117390 1333 9 0 446654 0
[pid=18096/tid=18098] ppid=18094 vsize=1796172 CPUtime=1695.32
/proc/18096/task/18098/stat : 18098 (java) R 18094 18096 15386 0 -1 64 55380 0 1 0 169505 27 0 0 25 0 13 0 276552111 1839280128 117390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109539027 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18099] ppid=18094 vsize=1796172 CPUtime=24.73
/proc/18096/task/18099/stat : 18099 (java) S 18094 18096 15386 0 -1 64 43319 0 0 0 2452 21 0 0 16 0 13 0 276552113 1839280128 117390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18100] ppid=18094 vsize=1796172 CPUtime=24.75
/proc/18096/task/18100/stat : 18100 (java) S 18094 18096 15386 0 -1 64 45652 0 0 0 2452 23 0 0 16 0 13 0 276552113 1839280128 117390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18101] ppid=18094 vsize=1796172 CPUtime=0.21
/proc/18096/task/18101/stat : 18101 (java) S 18094 18096 15386 0 -1 64 121 0 0 0 13 8 0 0 16 0 13 0 276552115 1839280128 117390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18102] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18102/stat : 18102 (java) S 18094 18096 15386 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 276552116 1839280128 117390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18103] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18103/stat : 18103 (java) S 18094 18096 15386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276552116 1839280128 117390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18104] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18104/stat : 18104 (java) S 18094 18096 15386 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 276552120 1839280128 117390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18105] ppid=18094 vsize=1796172 CPUtime=1.47
/proc/18096/task/18105/stat : 18105 (java) S 18094 18096 15386 0 -1 64 6231 0 0 0 146 1 0 0 17 0 13 0 276552120 1839280128 117390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18106] ppid=18094 vsize=1796172 CPUtime=1.48
/proc/18096/task/18106/stat : 18106 (java) S 18094 18096 15386 0 -1 64 7840 0 0 0 144 4 0 0 17 0 13 0 276552120 1839280128 117390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18107] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18107/stat : 18107 (java) S 18094 18096 15386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276552120 1839280128 117390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18108] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18108/stat : 18108 (java) S 18094 18096 15386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276552120 1839280128 117390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18109] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18109/stat : 18109 (java) S 18094 18096 15386 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 276552159 1839280128 117390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1748.01
Current children cumulated vsize (KiB) 1796172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1773.4 s]
/proc/loadavg: 1.00 1.01 0.97 2/77 18307
/proc/meminfo: memFree=1349064/2055920 swapFree=4183004/4192956
[pid=18096] ppid=18094 vsize=1796172 CPUtime=1800.09
/proc/18096/stat : 18096 (java) S 18094 18096 15386 0 -1 0 160432 0 1 0 179922 87 0 0 18 0 13 0 276552110 1839280128 118454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18096/statm: 449043 118454 1333 9 0 446654 0
[pid=18096/tid=18098] ppid=18094 vsize=1796172 CPUtime=1745.4
/proc/18096/task/18098/stat : 18098 (java) R 18094 18096 15386 0 -1 64 55400 0 1 0 174513 27 0 0 25 0 13 0 276552111 1839280128 118454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109538638 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18099] ppid=18094 vsize=1796172 CPUtime=25.73
/proc/18096/task/18099/stat : 18099 (java) S 18094 18096 15386 0 -1 64 44108 0 0 0 2551 22 0 0 16 0 13 0 276552113 1839280128 118454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18100] ppid=18094 vsize=1796172 CPUtime=25.75
/proc/18096/task/18100/stat : 18100 (java) S 18094 18096 15386 0 -1 64 46012 0 0 0 2552 23 0 0 16 0 13 0 276552113 1839280128 118454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18101] ppid=18094 vsize=1796172 CPUtime=0.21
/proc/18096/task/18101/stat : 18101 (java) S 18094 18096 15386 0 -1 64 121 0 0 0 13 8 0 0 16 0 13 0 276552115 1839280128 118454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18102] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18102/stat : 18102 (java) S 18094 18096 15386 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 276552116 1839280128 118454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18103] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18103/stat : 18103 (java) S 18094 18096 15386 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276552116 1839280128 118454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18104] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18104/stat : 18104 (java) S 18094 18096 15386 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 276552120 1839280128 118454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18105] ppid=18094 vsize=1796172 CPUtime=1.47
/proc/18096/task/18105/stat : 18105 (java) S 18094 18096 15386 0 -1 64 6231 0 0 0 146 1 0 0 17 0 13 0 276552120 1839280128 118454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18106] ppid=18094 vsize=1796172 CPUtime=1.48
/proc/18096/task/18106/stat : 18106 (java) S 18094 18096 15386 0 -1 64 7840 0 0 0 144 4 0 0 17 0 13 0 276552120 1839280128 118454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18107] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18107/stat : 18107 (java) S 18094 18096 15386 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276552120 1839280128 118454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18096/tid=18108] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18108/stat : 18108 (java) S 18094 18096 15386 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276552120 1839280128 118454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18096/tid=18109] ppid=18094 vsize=1796172 CPUtime=0
/proc/18096/task/18109/stat : 18109 (java) S 18094 18096 15386 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 276552159 1839280128 118454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1796172

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

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

[startup+1773.51 s]
/proc/loadavg: 1.00 1.01 0.97 2/77 18307
/proc/meminfo: memFree=1349064/2055920 swapFree=4183004/4192956
[pid=18096] ppid=18094 vsize=0 CPUtime=1800.25
/proc/18096/stat : 18096 (java) Z 18094 18096 15386 0 -1 1036 160503 0 1 0 179934 91 0 0 16 0 2 0 276552110 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18096/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1773.55
CPU time (s): 1800.3
CPU user time (s): 1799.34
CPU system time (s): 0.954854
CPU usage (%): 101.508
Max. virtual memory (cumulated for all children) (KiB): 1801624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.34
system time used= 0.954854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160503
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= 43207
involuntary context switches= 34557

runsolver used 1.74373 second user time and 4.75528 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Tue May  1 07:47:05 UTC 2007

IDJOB= 431389
IDBENCH= 48048
IDSOLVER= 164
FILE ID= node66/431389-1178005625

PBS_JOBID= 4728257

Free space on /tmp= 66561 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=109-P1=191-P2=263-P3=37-P4=317-P5=89-P6=131-B.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/431389-1178005625/sat4jPseudoCPClause.jar /tmp/evaluation/431389-1178005625/instance-431389-1178005625.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-431389-1178005625 -o ROOT/results/node66/solver-431389-1178005625 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/431389-1178005625/sat4jPseudoCPClause.jar /tmp/evaluation/431389-1178005625/instance-431389-1178005625.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  d6ad4e57f9bd4d3660efa4691d3e45da

RANDOM SEED= 829911319

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node66.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.281
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.281
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:       1820408 kB
Buffers:         23180 kB
Cached:         135920 kB
SwapCached:       3760 kB
Active:          56244 kB
Inactive:       113320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1820408 kB
SwapTotal:     4192956 kB
SwapFree:      4183004 kB
Dirty:            3700 kB
Writeback:           0 kB
Mapped:          16036 kB
Slab:            52024 kB
Committed_AS:  2894132 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66561 MiB

End job on node66 on Tue May  1 08:16:41 UTC 2007