Trace number 349488

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
sat4jPseudoCP 2007-03-23? (TO) 1800.21 1765.95

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-scsd8.opb
MD5SUM68f48570ba6245cb642bc98d786c3bfe
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables82500
Total number of constraints397
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 constraints397
Minimum length of a constraint300
Maximum length of a constraint720
Number of terms in the objective function 82500
Biggest coefficient in the objective function 221357547985043456
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 595796164546237514244
Number of bits of the sum of numbers in the objective function 70
Biggest number in a constraint 221357547985043456
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 595796164546237514244
Number of bits of the biggest sum of numbers70
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.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.17	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.18	c no version file found!!!
0.08/0.18	c sun.arch.data.model	32
0.08/0.18	c java.version	1.6.0
0.08/0.18	c os.name	Linux
0.08/0.18	c os.version	2.6.9-22.EL.rootsmp
0.08/0.18	c os.arch	i386
0.08/0.18	c Free memory 1651659224
0.08/0.18	c Max memory 1654456320
0.08/0.18	c Total memory 1654456320
0.08/0.18	c Number of processors 2
0.17/0.23	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.17/0.23	--- Begin Solver configuration ---
0.17/0.23	c Stops conflict analysis at the first Unique Implication Point
0.17/0.23	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.17/0.23	c Learn all clauses as in MiniSAT
0.17/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.17/0.23	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.23	c No reason simplification
0.17/0.23	c --- End Solver configuration ---
0.17/0.23	c solving /tmp/evaluation/349488-1176702871/instance-349488-1176702871.opb
0.17/0.23	c reading problem ... 
6.07/4.78	c ... done. Wall clock time 4.543s.
6.07/4.78	c CPU time (experimental) 3.76s.
6.07/4.78	c #vars     82500
6.07/4.78	c #constraints  794
1800.06/1765.81	c starts		: 2
1800.06/1765.81	c conflicts		: 4454
1800.06/1765.81	c decisions		: 519275
1800.06/1765.81	c propagations		: 640382
1800.06/1765.81	c inspects		: 5023168
1800.06/1765.81	c learnt literals	: 0
1800.06/1765.81	c learnt binary clauses	: 0
1800.06/1765.81	c learnt ternary clauses	: 0
1800.06/1765.81	c learnt clauses	: 4453
1800.06/1765.81	c root simplifications	: 0
1800.06/1765.81	c removed literals (reason simplification)	: 0
1800.06/1765.81	c reason swapping (by a shorter reason)	: 0
1800.06/1765.81	c Calls to reduceDB	: 0
1800.06/1765.81	c speed (decisions/second)	: 294.9613316784863
1800.06/1765.81	c non guided choices	0
1800.06/1765.81	s UNKNOWN
1800.06/1765.81	c Total wall clock time (ms): 1765.578

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node43/watcher-349488-1176702871 -o ROOT/results/node43/solver-349488-1176702871 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349488-1176702871/sat4jPseudoCP.jar /tmp/evaluation/349488-1176702871/instance-349488-1176702871.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9568
/proc/meminfo: memFree=1661896/2055920 swapFree=4191892/4192956
[pid=9568] ppid=9566 vsize=18568 CPUtime=0
/proc/9568/stat : 9568 (runsolver) R 9566 9568 8576 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 118198882 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 216849247527 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/9568/statm: 4642 292 257 24 0 2626 0

[startup+0.096502 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9568
/proc/meminfo: memFree=1661896/2055920 swapFree=4191892/4192956
[pid=9568] ppid=9566 vsize=1779524 CPUtime=0.08
/proc/9568/stat : 9568 (java) S 9566 9568 8576 0 -1 0 3897 0 1 0 5 3 0 0 18 0 11 0 118198882 1822232576 3638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9568/statm: 444881 3638 1099 9 0 442517 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1779524

[startup+0.101502 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9568
/proc/meminfo: memFree=1661896/2055920 swapFree=4191892/4192956
[pid=9568] ppid=9566 vsize=1780108 CPUtime=0.08
/proc/9568/stat : 9568 (java) S 9566 9568 8576 0 -1 0 3965 0 1 0 5 3 0 0 18 0 12 0 118198882 1822830592 3706 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9568/statm: 445027 3706 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301524 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9568
/proc/meminfo: memFree=1661896/2055920 swapFree=4191892/4192956
[pid=9568] ppid=9566 vsize=1781420 CPUtime=0.28
/proc/9568/stat : 9568 (java) S 9566 9568 8576 0 -1 0 5713 0 1 0 24 4 0 0 18 0 12 0 118198882 1824174080 5451 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9568/statm: 445355 5451 1262 9 0 442967 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1781420

[startup+0.701555 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9568
/proc/meminfo: memFree=1661896/2055920 swapFree=4191892/4192956
[pid=9568] ppid=9566 vsize=1783656 CPUtime=0.86
/proc/9568/stat : 9568 (java) S 9566 9568 8576 0 -1 0 8984 0 1 0 81 5 0 0 18 0 12 0 118198882 1826463744 8500 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9568/statm: 445914 8501 1297 9 0 443526 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 1783656

[startup+1.50263 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 9580
/proc/meminfo: memFree=1614440/2055920 swapFree=4191892/4192956
[pid=9568] ppid=9566 vsize=1792196 CPUtime=1.92
/proc/9568/stat : 9568 (java) S 9566 9568 8576 0 -1 0 19976 0 1 0 180 12 0 0 18 0 12 0 118198882 1835208704 18705 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9568/statm: 448049 18705 1303 9 0 445661 0
[pid=9568/tid=9570] ppid=9566 vsize=1792196 CPUtime=1.15
/proc/9568/task/9570/stat : 9570 (java) R 9566 9568 8576 0 -1 64 15521 0 1 0 106 9 0 0 24 0 12 0 118198884 1835208704 18705 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105062844 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9571] ppid=9566 vsize=1792196 CPUtime=0
/proc/9568/task/9571/stat : 9571 (java) S 9566 9568 8576 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 118198885 1835208704 18705 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9572] ppid=9566 vsize=1792196 CPUtime=0
/proc/9568/task/9572/stat : 9572 (java) S 9566 9568 8576 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 118198885 1835208704 18705 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9573] ppid=9566 vsize=1792196 CPUtime=0
/proc/9568/task/9573/stat : 9573 (java) S 9566 9568 8576 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 118198887 1835208704 18705 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9574] ppid=9566 vsize=1792196 CPUtime=0
/proc/9568/task/9574/stat : 9574 (java) S 9566 9568 8576 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 118198888 1835208704 18705 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9575] ppid=9566 vsize=1792196 CPUtime=0
/proc/9568/task/9575/stat : 9575 (java) S 9566 9568 8576 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 118198888 1835208704 18705 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9576] ppid=9566 vsize=1792196 CPUtime=0
/proc/9568/task/9576/stat : 9576 (java) S 9566 9568 8576 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 118198892 1835208704 18705 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9577] ppid=9566 vsize=1792196 CPUtime=0.33
/proc/9568/task/9577/stat : 9577 (java) R 9566 9568 8576 0 -1 64 1219 0 0 0 32 1 0 0 16 0 12 0 118198892 1835208704 18705 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103018416 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9578] ppid=9566 vsize=1792196 CPUtime=0.41
/proc/9568/task/9578/stat : 9578 (java) R 9566 9568 8576 0 -1 64 2518 0 0 0 41 0 0 0 17 0 12 0 118198892 1835208704 18705 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 102396049 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9579] ppid=9566 vsize=1792196 CPUtime=0
/proc/9568/task/9579/stat : 9579 (java) S 9566 9568 8576 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 118198892 1835208704 18705 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9580] ppid=9566 vsize=1792196 CPUtime=0
/proc/9568/task/9580/stat : 9580 (java) S 9566 9568 8576 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 118198892 1835208704 18705 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 1792196

[startup+3.10177 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 9580
/proc/meminfo: memFree=1554600/2055920 swapFree=4191892/4192956
[pid=9568] ppid=9566 vsize=1794804 CPUtime=4.16
/proc/9568/stat : 9568 (java) S 9566 9568 8576 0 -1 0 52657 0 1 0 390 26 0 0 18 0 12 0 118198882 1837879296 48553 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9568/statm: 448701 48553 1314 9 0 446313 0
[pid=9568/tid=9570] ppid=9566 vsize=1794804 CPUtime=2.41
/proc/9568/task/9570/stat : 9570 (java) R 9566 9568 8576 0 -1 64 37671 0 1 0 221 20 0 0 18 0 12 0 118198884 1837879296 48553 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109517957 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9571] ppid=9566 vsize=1794804 CPUtime=0.15
/proc/9568/task/9571/stat : 9571 (java) S 9566 9568 8576 0 -1 64 3481 0 0 0 15 0 0 0 16 0 12 0 118198885 1837879296 48553 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9572] ppid=9566 vsize=1794804 CPUtime=0.15
/proc/9568/task/9572/stat : 9572 (java) S 9566 9568 8576 0 -1 64 3815 0 0 0 14 1 0 0 18 0 12 0 118198885 1837879296 48553 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9573] ppid=9566 vsize=1794804 CPUtime=0
/proc/9568/task/9573/stat : 9573 (java) S 9566 9568 8576 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 118198887 1837879296 48553 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9574] ppid=9566 vsize=1794804 CPUtime=0
/proc/9568/task/9574/stat : 9574 (java) S 9566 9568 8576 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 118198888 1837879296 48553 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9575] ppid=9566 vsize=1794804 CPUtime=0
/proc/9568/task/9575/stat : 9575 (java) S 9566 9568 8576 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 118198888 1837879296 48553 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9576] ppid=9566 vsize=1794804 CPUtime=0
/proc/9568/task/9576/stat : 9576 (java) S 9566 9568 8576 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 118198892 1837879296 48553 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9577] ppid=9566 vsize=1794804 CPUtime=0.5
/proc/9568/task/9577/stat : 9577 (java) S 9566 9568 8576 0 -1 64 1801 0 0 0 49 1 0 0 16 0 12 0 118198892 1837879296 48553 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9578] ppid=9566 vsize=1794804 CPUtime=0.89
/proc/9568/task/9578/stat : 9578 (java) S 9566 9568 8576 0 -1 64 5164 0 0 0 88 1 0 0 16 0 12 0 118198892 1837879296 48553 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9579] ppid=9566 vsize=1794804 CPUtime=0
/proc/9568/task/9579/stat : 9579 (java) S 9566 9568 8576 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 118198892 1837879296 48553 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9580] ppid=9566 vsize=1794804 CPUtime=0
/proc/9568/task/9580/stat : 9580 (java) S 9566 9568 8576 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 118198892 1837879296 48553 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 1794804

[startup+6.30204 s]
/proc/loadavg: 1.00 1.00 1.00 4/77 9581
/proc/meminfo: memFree=1424800/2055920 swapFree=4191892/4192956
[pid=9568] ppid=9566 vsize=1796056 CPUtime=8.19
/proc/9568/stat : 9568 (java) S 9566 9568 8576 0 -1 0 67151 0 1 0 784 35 0 0 18 0 13 0 118198882 1839161344 60125 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9568/statm: 449014 60125 1330 9 0 446626 0
[pid=9568/tid=9570] ppid=9566 vsize=1796056 CPUtime=5.07
/proc/9568/task/9570/stat : 9570 (java) R 9566 9568 8576 0 -1 64 37710 0 1 0 487 20 0 0 24 0 13 0 118198884 1839161344 60125 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109893504 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9571] ppid=9566 vsize=1796056 CPUtime=0.46
/proc/9568/task/9571/stat : 9571 (java) S 9566 9568 8576 0 -1 64 10937 0 0 0 42 4 0 0 19 0 13 0 118198885 1839161344 60125 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9572] ppid=9566 vsize=1796056 CPUtime=0.47
/proc/9568/task/9572/stat : 9572 (java) S 9566 9568 8576 0 -1 64 9288 0 0 0 43 4 0 0 19 0 13 0 118198885 1839161344 60125 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9573] ppid=9566 vsize=1796056 CPUtime=0
/proc/9568/task/9573/stat : 9573 (java) S 9566 9568 8576 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 118198887 1839161344 60125 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9574] ppid=9566 vsize=1796056 CPUtime=0
/proc/9568/task/9574/stat : 9574 (java) S 9566 9568 8576 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118198888 1839161344 60125 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9575] ppid=9566 vsize=1796056 CPUtime=0
/proc/9568/task/9575/stat : 9575 (java) S 9566 9568 8576 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118198888 1839161344 60125 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9576] ppid=9566 vsize=1796056 CPUtime=0
/proc/9568/task/9576/stat : 9576 (java) S 9566 9568 8576 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118198892 1839161344 60125 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9577] ppid=9566 vsize=1796056 CPUtime=0.9
/proc/9568/task/9577/stat : 9577 (java) S 9566 9568 8576 0 -1 64 3129 0 0 0 88 2 0 0 17 0 13 0 118198892 1839161344 60125 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9578] ppid=9566 vsize=1796056 CPUtime=1.22
/proc/9568/task/9578/stat : 9578 (java) S 9566 9568 8576 0 -1 64 5357 0 0 0 121 1 0 0 16 0 13 0 118198892 1839161344 60125 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9579] ppid=9566 vsize=1796056 CPUtime=0
/proc/9568/task/9579/stat : 9579 (java) S 9566 9568 8576 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118198892 1839161344 60125 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9580] ppid=9566 vsize=1796056 CPUtime=0
/proc/9568/task/9580/stat : 9580 (java) S 9566 9568 8576 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118198892 1839161344 60125 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9581] ppid=9566 vsize=1796056 CPUtime=0
/proc/9568/task/9581/stat : 9581 (java) S 9566 9568 8576 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 118199415 1839161344 60125 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 1796056

[startup+12.7016 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 9581
/proc/meminfo: memFree=1413936/2055920 swapFree=4191892/4192956
[pid=9568] ppid=9566 vsize=1795252 CPUtime=16.17
/proc/9568/stat : 9568 (java) S 9566 9568 8576 0 -1 0 76055 0 1 0 1576 41 0 0 18 0 13 0 118198882 1838338048 67079 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9568/statm: 448813 67079 1330 9 0 446425 0
[pid=9568/tid=9570] ppid=9566 vsize=1795252 CPUtime=10.31
/proc/9568/task/9570/stat : 9570 (java) R 9566 9568 8576 0 -1 64 37727 0 1 0 1011 20 0 0 16 0 13 0 118198884 1838338048 67079 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109960251 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9571] ppid=9566 vsize=1795252 CPUtime=1.43
/proc/9568/task/9571/stat : 9571 (java) S 9566 9568 8576 0 -1 64 15454 0 0 0 136 7 0 0 16 0 13 0 118198885 1838338048 67079 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9572] ppid=9566 vsize=1795252 CPUtime=1.43
/proc/9568/task/9572/stat : 9572 (java) S 9566 9568 8576 0 -1 64 13390 0 0 0 137 6 0 0 16 0 13 0 118198885 1838338048 67079 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9573] ppid=9566 vsize=1795252 CPUtime=0
/proc/9568/task/9573/stat : 9573 (java) S 9566 9568 8576 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 118198887 1838338048 67079 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9574] ppid=9566 vsize=1795252 CPUtime=0
/proc/9568/task/9574/stat : 9574 (java) S 9566 9568 8576 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118198888 1838338048 67079 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9575] ppid=9566 vsize=1795252 CPUtime=0
/proc/9568/task/9575/stat : 9575 (java) S 9566 9568 8576 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118198888 1838338048 67079 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9576] ppid=9566 vsize=1795252 CPUtime=0
/proc/9568/task/9576/stat : 9576 (java) S 9566 9568 8576 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118198892 1838338048 67079 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9577] ppid=9566 vsize=1795252 CPUtime=1.23
/proc/9568/task/9577/stat : 9577 (java) S 9566 9568 8576 0 -1 64 3153 0 0 0 121 2 0 0 16 0 13 0 118198892 1838338048 67079 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9578] ppid=9566 vsize=1795252 CPUtime=1.71
/proc/9568/task/9578/stat : 9578 (java) S 9566 9568 8576 0 -1 64 5600 0 0 0 169 2 0 0 16 0 13 0 118198892 1838338048 67079 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9579] ppid=9566 vsize=1795252 CPUtime=0
/proc/9568/task/9579/stat : 9579 (java) S 9566 9568 8576 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118198892 1838338048 67079 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9580] ppid=9566 vsize=1795252 CPUtime=0
/proc/9568/task/9580/stat : 9580 (java) S 9566 9568 8576 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118198892 1838338048 67079 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9581] ppid=9566 vsize=1795252 CPUtime=0
/proc/9568/task/9581/stat : 9581 (java) S 9566 9568 8576 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 118199415 1838338048 67079 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.17
Current children cumulated vsize (KiB) 1795252

[startup+25.5027 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 9581
/proc/meminfo: memFree=1440880/2055920 swapFree=4191892/4192956
[pid=9568] ppid=9566 vsize=1796276 CPUtime=29.56
/proc/9568/stat : 9568 (java) S 9566 9568 8576 0 -1 0 80777 0 1 0 2912 44 0 0 18 0 13 0 118198882 1839386624 55270 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9568/statm: 449069 55270 1330 9 0 446681 0
[pid=9568/tid=9570] ppid=9566 vsize=1796276 CPUtime=22.8
/proc/9568/task/9570/stat : 9570 (java) R 9566 9568 8576 0 -1 64 37755 0 1 0 2259 21 0 0 17 0 13 0 118198884 1839386624 55270 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109960251 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9571] ppid=9566 vsize=1796276 CPUtime=1.61
/proc/9568/task/9571/stat : 9571 (java) S 9566 9568 8576 0 -1 64 17192 0 0 0 153 8 0 0 16 0 13 0 118198885 1839386624 55270 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9572] ppid=9566 vsize=1796276 CPUtime=1.62
/proc/9568/task/9572/stat : 9572 (java) S 9566 9568 8576 0 -1 64 15170 0 0 0 155 7 0 0 17 0 13 0 118198885 1839386624 55270 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9573] ppid=9566 vsize=1796276 CPUtime=0.01
/proc/9568/task/9573/stat : 9573 (java) S 9566 9568 8576 0 -1 64 16 0 0 0 0 1 0 0 15 0 13 0 118198887 1839386624 55270 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9574] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9574/stat : 9574 (java) S 9566 9568 8576 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118198888 1839386624 55270 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=9568/tid=9573] ppid=9566 vsize=1796276 CPUtime=0.48
/proc/9568/task/9573/stat : 9573 (java) S 9566 9568 8576 0 -1 64 190 0 0 0 27 21 0 0 16 0 13 0 118198887 1839386624 175083 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9574] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9574/stat : 9574 (java) S 9566 9568 8576 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118198888 1839386624 175083 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9575] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9575/stat : 9575 (java) S 9566 9568 8576 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118198888 1839386624 175083 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9576] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9576/stat : 9576 (java) S 9566 9568 8576 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118198892 1839386624 175083 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9577] ppid=9566 vsize=1796276 CPUtime=1.53
/proc/9568/task/9577/stat : 9577 (java) S 9566 9568 8576 0 -1 64 4295 0 0 0 151 2 0 0 16 0 13 0 118198892 1839386624 175083 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9578] ppid=9566 vsize=1796276 CPUtime=2.21
/proc/9568/task/9578/stat : 9578 (java) S 9566 9568 8576 0 -1 64 6304 0 0 0 219 2 0 0 16 0 13 0 118198892 1839386624 175083 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9579] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9579/stat : 9579 (java) S 9566 9568 8576 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118198892 1839386624 175083 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9580] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9580/stat : 9580 (java) S 9566 9568 8576 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118198892 1839386624 175083 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9581] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9581/stat : 9581 (java) S 9566 9568 8576 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 118199415 1839386624 175083 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1570.11
Current children cumulated vsize (KiB) 1796276

[startup+1602.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/77 9779
/proc/meminfo: memFree=945648/2055920 swapFree=4191892/4192956
[pid=9568] ppid=9566 vsize=1796276 CPUtime=1631.78
/proc/9568/stat : 9568 (java) S 9566 9568 8576 0 -1 0 257046 0 1 0 163007 171 0 0 18 0 13 0 118198882 1839386624 179845 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9568/statm: 449069 179845 1330 9 0 446681 0
[pid=9568/tid=9570] ppid=9566 vsize=1796276 CPUtime=1571.06
/proc/9568/task/9570/stat : 9570 (java) R 9566 9568 8576 0 -1 64 85524 0 1 0 157054 52 0 0 25 0 13 0 118198884 1839386624 179845 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109920795 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9571] ppid=9566 vsize=1796276 CPUtime=28.22
/proc/9568/task/9571/stat : 9571 (java) S 9566 9568 8576 0 -1 64 81471 0 0 0 2778 44 0 0 16 0 13 0 118198885 1839386624 179845 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9572] ppid=9566 vsize=1796276 CPUtime=28.21
/proc/9568/task/9572/stat : 9572 (java) S 9566 9568 8576 0 -1 64 78539 0 0 0 2775 46 0 0 16 0 13 0 118198885 1839386624 179845 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9573] ppid=9566 vsize=1796276 CPUtime=0.49
/proc/9568/task/9573/stat : 9573 (java) S 9566 9568 8576 0 -1 64 190 0 0 0 28 21 0 0 16 0 13 0 118198887 1839386624 179845 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9574] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9574/stat : 9574 (java) S 9566 9568 8576 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118198888 1839386624 179845 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9575] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9575/stat : 9575 (java) S 9566 9568 8576 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118198888 1839386624 179845 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9576] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9576/stat : 9576 (java) S 9566 9568 8576 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118198892 1839386624 179845 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9577] ppid=9566 vsize=1796276 CPUtime=1.53
/proc/9568/task/9577/stat : 9577 (java) S 9566 9568 8576 0 -1 64 4295 0 0 0 151 2 0 0 16 0 13 0 118198892 1839386624 179845 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9578] ppid=9566 vsize=1796276 CPUtime=2.21
/proc/9568/task/9578/stat : 9578 (java) S 9566 9568 8576 0 -1 64 6304 0 0 0 219 2 0 0 16 0 13 0 118198892 1839386624 179845 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9579] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9579/stat : 9579 (java) S 9566 9568 8576 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118198892 1839386624 179845 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9580] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9580/stat : 9580 (java) S 9566 9568 8576 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118198892 1839386624 179845 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9581] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9581/stat : 9581 (java) S 9566 9568 8576 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 118199415 1839386624 179845 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1631.78
Current children cumulated vsize (KiB) 1796276

[startup+1662.3 s]
/proc/loadavg: 1.17 1.04 1.01 2/77 9779
/proc/meminfo: memFree=933104/2055920 swapFree=4191892/4192956
[pid=9568] ppid=9566 vsize=1796276 CPUtime=1693.5
/proc/9568/stat : 9568 (java) S 9566 9568 8576 0 -1 0 260381 0 1 0 169177 173 0 0 18 0 13 0 118198882 1839386624 182953 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9568/statm: 449069 182953 1330 9 0 446681 0
[pid=9568/tid=9570] ppid=9566 vsize=1796276 CPUtime=1629.26
/proc/9568/task/9570/stat : 9570 (java) R 9566 9568 8576 0 -1 64 85597 0 1 0 162874 52 0 0 25 0 13 0 118198884 1839386624 182953 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109927826 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9571] ppid=9566 vsize=1796276 CPUtime=29.98
/proc/9568/task/9571/stat : 9571 (java) S 9566 9568 8576 0 -1 64 83191 0 0 0 2953 45 0 0 16 0 13 0 118198885 1839386624 182953 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9572] ppid=9566 vsize=1796276 CPUtime=29.95
/proc/9568/task/9572/stat : 9572 (java) S 9566 9568 8576 0 -1 64 80080 0 0 0 2949 46 0 0 16 0 13 0 118198885 1839386624 182953 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9573] ppid=9566 vsize=1796276 CPUtime=0.51
/proc/9568/task/9573/stat : 9573 (java) S 9566 9568 8576 0 -1 64 191 0 0 0 29 22 0 0 16 0 13 0 118198887 1839386624 182953 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9574] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9574/stat : 9574 (java) S 9566 9568 8576 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118198888 1839386624 182953 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9575] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9575/stat : 9575 (java) S 9566 9568 8576 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118198888 1839386624 182953 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9576] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9576/stat : 9576 (java) S 9566 9568 8576 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118198892 1839386624 182953 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9577] ppid=9566 vsize=1796276 CPUtime=1.53
/proc/9568/task/9577/stat : 9577 (java) S 9566 9568 8576 0 -1 64 4295 0 0 0 151 2 0 0 16 0 13 0 118198892 1839386624 182953 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9578] ppid=9566 vsize=1796276 CPUtime=2.21
/proc/9568/task/9578/stat : 9578 (java) S 9566 9568 8576 0 -1 64 6304 0 0 0 219 2 0 0 16 0 13 0 118198892 1839386624 182953 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9579] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9579/stat : 9579 (java) S 9566 9568 8576 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118198892 1839386624 182953 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9580] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9580/stat : 9580 (java) S 9566 9568 8576 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118198892 1839386624 182953 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9581] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9581/stat : 9581 (java) S 9566 9568 8576 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 118199415 1839386624 182953 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1693.5
Current children cumulated vsize (KiB) 1796276

[startup+1722.3 s]
/proc/loadavg: 1.06 1.03 1.00 2/77 9779
/proc/meminfo: memFree=920624/2055920 swapFree=4191892/4192956
[pid=9568] ppid=9566 vsize=1796276 CPUtime=1755.26
/proc/9568/stat : 9568 (java) S 9566 9568 8576 0 -1 0 263733 0 1 0 175351 175 0 0 18 0 13 0 118198882 1839386624 186098 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9568/statm: 449069 186098 1330 9 0 446681 0
[pid=9568/tid=9570] ppid=9566 vsize=1796276 CPUtime=1687.43
/proc/9568/task/9570/stat : 9570 (java) R 9566 9568 8576 0 -1 64 85670 0 1 0 168691 52 0 0 18 0 13 0 118198884 1839386624 186098 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109980979 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9571] ppid=9566 vsize=1796276 CPUtime=31.75
/proc/9568/task/9571/stat : 9571 (java) S 9566 9568 8576 0 -1 64 85235 0 0 0 3130 45 0 0 16 0 13 0 118198885 1839386624 186098 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9572] ppid=9566 vsize=1796276 CPUtime=31.73
/proc/9568/task/9572/stat : 9572 (java) S 9566 9568 8576 0 -1 64 81315 0 0 0 3126 47 0 0 16 0 13 0 118198885 1839386624 186098 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9573] ppid=9566 vsize=1796276 CPUtime=0.53
/proc/9568/task/9573/stat : 9573 (java) S 9566 9568 8576 0 -1 64 191 0 0 0 30 23 0 0 16 0 13 0 118198887 1839386624 186098 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9574] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9574/stat : 9574 (java) S 9566 9568 8576 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118198888 1839386624 186098 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9575] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9575/stat : 9575 (java) S 9566 9568 8576 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118198888 1839386624 186098 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9576] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9576/stat : 9576 (java) S 9566 9568 8576 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118198892 1839386624 186098 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9577] ppid=9566 vsize=1796276 CPUtime=1.53
/proc/9568/task/9577/stat : 9577 (java) S 9566 9568 8576 0 -1 64 4295 0 0 0 151 2 0 0 16 0 13 0 118198892 1839386624 186098 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9578] ppid=9566 vsize=1796276 CPUtime=2.21
/proc/9568/task/9578/stat : 9578 (java) S 9566 9568 8576 0 -1 64 6304 0 0 0 219 2 0 0 16 0 13 0 118198892 1839386624 186098 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9579] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9579/stat : 9579 (java) S 9566 9568 8576 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118198892 1839386624 186098 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9580] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9580/stat : 9580 (java) S 9566 9568 8576 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118198892 1839386624 186098 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9581] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9581/stat : 9581 (java) S 9566 9568 8576 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 118199415 1839386624 186098 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1755.26
Current children cumulated vsize (KiB) 1796276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1765.8 s]
/proc/loadavg: 1.03 1.03 1.00 2/77 9779
/proc/meminfo: memFree=910960/2055920 swapFree=4191892/4192956
[pid=9568] ppid=9566 vsize=1796276 CPUtime=1800.06
/proc/9568/stat : 9568 (java) S 9566 9568 8576 0 -1 0 266292 0 1 0 179829 177 0 0 18 0 13 0 118198882 1839386624 188473 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9568/statm: 449069 188473 1330 9 0 446681 0
[pid=9568/tid=9570] ppid=9566 vsize=1796276 CPUtime=1729.6
/proc/9568/task/9570/stat : 9570 (java) R 9566 9568 8576 0 -1 64 85722 0 1 0 172908 52 0 0 21 0 13 0 118198884 1839386624 188473 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109921172 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9571] ppid=9566 vsize=1796276 CPUtime=33.06
/proc/9568/task/9571/stat : 9571 (java) S 9566 9568 8576 0 -1 64 87149 0 0 0 3260 46 0 0 17 0 13 0 118198885 1839386624 188473 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9572] ppid=9566 vsize=1796276 CPUtime=33.04
/proc/9568/task/9572/stat : 9572 (java) S 9566 9568 8576 0 -1 64 81907 0 0 0 3257 47 0 0 16 0 13 0 118198885 1839386624 188473 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9573] ppid=9566 vsize=1796276 CPUtime=0.55
/proc/9568/task/9573/stat : 9573 (java) S 9566 9568 8576 0 -1 64 192 0 0 0 31 24 0 0 16 0 13 0 118198887 1839386624 188473 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9574] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9574/stat : 9574 (java) S 9566 9568 8576 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118198888 1839386624 188473 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9575] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9575/stat : 9575 (java) S 9566 9568 8576 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118198888 1839386624 188473 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9576] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9576/stat : 9576 (java) S 9566 9568 8576 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118198892 1839386624 188473 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9577] ppid=9566 vsize=1796276 CPUtime=1.53
/proc/9568/task/9577/stat : 9577 (java) S 9566 9568 8576 0 -1 64 4295 0 0 0 151 2 0 0 16 0 13 0 118198892 1839386624 188473 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9578] ppid=9566 vsize=1796276 CPUtime=2.22
/proc/9568/task/9578/stat : 9578 (java) S 9566 9568 8576 0 -1 64 6304 0 0 0 220 2 0 0 16 0 13 0 118198892 1839386624 188473 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9579] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9579/stat : 9579 (java) S 9566 9568 8576 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118198892 1839386624 188473 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9568/tid=9580] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9580/stat : 9580 (java) S 9566 9568 8576 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118198892 1839386624 188473 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9568/tid=9581] ppid=9566 vsize=1796276 CPUtime=0
/proc/9568/task/9581/stat : 9581 (java) S 9566 9568 8576 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 118199415 1839386624 188473 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1796276

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

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

[startup+1765.91 s]
/proc/loadavg: 1.03 1.03 1.00 2/77 9779
/proc/meminfo: memFree=910960/2055920 swapFree=4191892/4192956
[pid=9568] ppid=9566 vsize=0 CPUtime=1800.17
/proc/9568/stat : 9568 (java) Z 9566 9568 8576 0 -1 1036 266312 0 1 0 179832 185 0 0 16 0 2 0 118198882 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9568/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1765.95
CPU time (s): 1800.21
CPU user time (s): 1798.32
CPU system time (s): 1.88371
CPU usage (%): 101.94
Max. virtual memory (cumulated for all children) (KiB): 1797648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.32
system time used= 1.88371
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 266312
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= 59150
involuntary context switches= 31855

runsolver used 1.70674 second user time and 4.95125 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Mon Apr 16 05:54:31 UTC 2007

IDJOB= 349488
IDBENCH= 2456
IDSOLVER= 160
FILE ID= node43/349488-1176702871

PBS_JOBID= 4560025

Free space on /tmp= 66543 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-scsd8.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349488-1176702871/sat4jPseudoCP.jar /tmp/evaluation/349488-1176702871/instance-349488-1176702871.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-349488-1176702871 -o ROOT/results/node43/solver-349488-1176702871 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349488-1176702871/sat4jPseudoCP.jar /tmp/evaluation/349488-1176702871/instance-349488-1176702871.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  68f48570ba6245cb642bc98d786c3bfe

RANDOM SEED= 407915552

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node43.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.218
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.218
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:       1662368 kB
Buffers:         60520 kB
Cached:         243852 kB
SwapCached:        268 kB
Active:         135004 kB
Inactive:       186440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1662368 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:           10784 kB
Writeback:           0 kB
Mapped:          25104 kB
Slab:            58176 kB
Committed_AS:  1490344 kB
PageTables:       1396 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= 66543 MiB

End job on node43 on Mon Apr 16 06:23:59 UTC 2007