Trace number 347938

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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.22 1789.59

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-bienst2.opb
MD5SUMab5e35dff8e81ea7a1176a4145ab1bff
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables13736
Total number of constraints597
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints592
Minimum length of a constraint7
Maximum length of a constraint390
Number of terms in the objective function 30
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524317
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 524564
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.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.16	c no version file found!!!
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 1651659224
0.08/0.16	c Max memory 1654456320
0.08/0.16	c Total memory 1654456320
0.08/0.16	c Number of processors 2
0.19/0.22	--- Begin Solver configuration ---
0.19/0.22	c Stops conflict analysis at the first Unique Implication Point
0.19/0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.22	c Learn all clauses as in MiniSAT
0.19/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.22	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.22	c No reason simplification
0.19/0.22	c --- End Solver configuration ---
0.19/0.22	c solving /tmp/evaluation/347938-1176544131/instance-347938-1176544131.opb
0.19/0.22	c reading problem ... 
2.34/1.52	c ... done. Wall clock time 1.299s.
2.34/1.52	c CPU time (experimental) 0.91s.
2.34/1.52	c #vars     13736
2.34/1.52	c #constraints  725
1800.02/1789.41	c starts		: 22
1800.02/1789.41	c conflicts		: 1134906
1800.02/1789.41	c decisions		: 1355559
1800.02/1789.41	c propagations		: 27994097
1800.02/1789.41	c inspects		: 1914921869
1800.02/1789.41	c learnt literals	: 24
1800.02/1789.41	c learnt binary clauses	: 36
1800.02/1789.41	c learnt ternary clauses	: 42
1800.02/1789.41	c learnt clauses	: 1134884
1800.02/1789.41	c root simplifications	: 0
1800.02/1789.41	c removed literals (reason simplification)	: 0
1800.02/1789.41	c reason swapping (by a shorter reason)	: 0
1800.02/1789.41	c Calls to reduceDB	: 0
1800.02/1789.41	c speed (decisions/second)	: 758.2019661450759
1800.02/1789.41	c non guided choices	19522
1800.02/1789.41	s UNKNOWN
1800.02/1789.41	c Total wall clock time (ms): 1789.197

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/node15/watcher-347938-1176544131 -o ROOT/results/node15/solver-347938-1176544131 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347938-1176544131/sat4jPseudoResolution.jar /tmp/evaluation/347938-1176544131/instance-347938-1176544131.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.06 1.03 1.01 2/77 3402
/proc/meminfo: memFree=1767744/2055920 swapFree=4192812/4192956
[pid=3402] ppid=3400 vsize=152 CPUtime=0
/proc/3402/stat : 3402 (java) R 3400 3402 2562 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 102330691 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7512868 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/3402/statm: 38 26 19 9 0 4 0

[startup+0.035651 s]
/proc/loadavg: 1.06 1.03 1.01 2/77 3402
/proc/meminfo: memFree=1767744/2055920 swapFree=4192812/4192956
[pid=3402] ppid=3400 vsize=1775952 CPUtime=0.01
/proc/3402/stat : 3402 (java) S 3400 3402 2562 0 -1 0 2793 0 1 0 0 1 0 0 18 0 4 0 102330691 1818574848 2541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/3402/statm: 443988 2541 576 9 0 441624 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1775952

[startup+0.101658 s]
/proc/loadavg: 1.06 1.03 1.01 2/77 3402
/proc/meminfo: memFree=1767744/2055920 swapFree=4192812/4192956
[pid=3402] ppid=3400 vsize=1780108 CPUtime=0.08
/proc/3402/stat : 3402 (java) S 3400 3402 2562 0 -1 0 3937 0 1 0 6 2 0 0 18 0 12 0 102330691 1822830592 3679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3402/statm: 445027 3679 1119 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301677 s]
/proc/loadavg: 1.06 1.03 1.01 2/77 3402
/proc/meminfo: memFree=1767744/2055920 swapFree=4192812/4192956
[pid=3402] ppid=3400 vsize=1782444 CPUtime=0.28
/proc/3402/stat : 3402 (java) S 3400 3402 2562 0 -1 0 5227 0 1 0 25 3 0 0 18 0 12 0 102330691 1825222656 4966 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3402/statm: 445611 4966 1263 9 0 443223 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1782444

[startup+0.701718 s]
/proc/loadavg: 1.06 1.03 1.01 2/77 3402
/proc/meminfo: memFree=1767744/2055920 swapFree=4192812/4192956
[pid=3402] ppid=3400 vsize=1793464 CPUtime=1.04
/proc/3402/stat : 3402 (java) S 3400 3402 2562 0 -1 0 9656 0 1 0 98 6 0 0 18 0 12 0 102330691 1836507136 8348 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3402/statm: 448366 8348 1302 9 0 445978 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1793464

[startup+1.50279 s]
/proc/loadavg: 1.06 1.03 1.01 3/89 3414
/proc/meminfo: memFree=1733344/2055920 swapFree=4192812/4192956
[pid=3402] ppid=3400 vsize=1792364 CPUtime=2.34
/proc/3402/stat : 3402 (java) S 3400 3402 2562 0 -1 0 23850 0 1 0 222 12 0 0 18 0 12 0 102330691 1835380736 19468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3402/statm: 448091 19468 1303 9 0 445703 0
[pid=3402/tid=3404] ppid=3400 vsize=1792364 CPUtime=0.89
/proc/3402/task/3404/stat : 3404 (java) R 3400 3402 2562 0 -1 64 16053 0 1 0 81 8 0 0 20 0 12 0 102330693 1835380736 19468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109147515 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3405] ppid=3400 vsize=1792364 CPUtime=0
/proc/3402/task/3405/stat : 3405 (java) S 3400 3402 2562 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 102330694 1835380736 19468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3406] ppid=3400 vsize=1792364 CPUtime=0
/proc/3402/task/3406/stat : 3406 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 102330694 1835380736 19468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3407] ppid=3400 vsize=1792364 CPUtime=0
/proc/3402/task/3407/stat : 3407 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 102330697 1835380736 19468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3408] ppid=3400 vsize=1792364 CPUtime=0
/proc/3402/task/3408/stat : 3408 (java) S 3400 3402 2562 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 102330697 1835380736 19468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3409] ppid=3400 vsize=1792364 CPUtime=0
/proc/3402/task/3409/stat : 3409 (java) S 3400 3402 2562 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 102330697 1835380736 19468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3410] ppid=3400 vsize=1792364 CPUtime=0
/proc/3402/task/3410/stat : 3410 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 102330701 1835380736 19468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3411] ppid=3400 vsize=1792364 CPUtime=0.87
/proc/3402/task/3411/stat : 3411 (java) R 3400 3402 2562 0 -1 64 5345 0 0 0 85 2 0 0 16 0 12 0 102330701 1835380736 19468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336763 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3402/tid=3412] ppid=3400 vsize=1792364 CPUtime=0.55
/proc/3402/task/3412/stat : 3412 (java) S 3400 3402 2562 0 -1 64 1733 0 0 0 55 0 0 0 16 0 12 0 102330701 1835380736 19468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3413] ppid=3400 vsize=1792364 CPUtime=0
/proc/3402/task/3413/stat : 3413 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 102330701 1835380736 19468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3414] ppid=3400 vsize=1792364 CPUtime=0
/proc/3402/task/3414/stat : 3414 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 102330701 1835380736 19468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 1792364

[startup+3.10294 s]
/proc/loadavg: 1.14 1.05 1.01 4/90 3415
/proc/meminfo: memFree=1684568/2055920 swapFree=4192812/4192956
[pid=3402] ppid=3400 vsize=1792688 CPUtime=4.53
/proc/3402/stat : 3402 (java) S 3400 3402 2562 0 -1 0 33443 0 1 0 436 17 0 0 18 0 13 0 102330691 1835712512 27963 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3402/statm: 448172 27963 1315 9 0 445784 0
[pid=3402/tid=3404] ppid=3400 vsize=1792688 CPUtime=2.33
/proc/3402/task/3404/stat : 3404 (java) R 3400 3402 2562 0 -1 64 24472 0 1 0 221 12 0 0 17 0 13 0 102330693 1835712512 27963 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109772967 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3405] ppid=3400 vsize=1792688 CPUtime=0
/proc/3402/task/3405/stat : 3405 (java) S 3400 3402 2562 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 102330694 1835712512 27963 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3406] ppid=3400 vsize=1792688 CPUtime=0
/proc/3402/task/3406/stat : 3406 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 102330694 1835712512 27963 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3407] ppid=3400 vsize=1792688 CPUtime=0
/proc/3402/task/3407/stat : 3407 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 102330697 1835712512 27963 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3402/tid=3408] ppid=3400 vsize=1792688 CPUtime=0
/proc/3402/task/3408/stat : 3408 (java) S 3400 3402 2562 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 102330697 1835712512 27963 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3409] ppid=3400 vsize=1792688 CPUtime=0
/proc/3402/task/3409/stat : 3409 (java) S 3400 3402 2562 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 102330697 1835712512 27963 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3410] ppid=3400 vsize=1792688 CPUtime=0
/proc/3402/task/3410/stat : 3410 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 102330701 1835712512 27963 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3411] ppid=3400 vsize=1792688 CPUtime=1.17
/proc/3402/task/3411/stat : 3411 (java) S 3400 3402 2562 0 -1 64 5369 0 0 0 115 2 0 0 16 0 13 0 102330701 1835712512 27963 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3402/tid=3412] ppid=3400 vsize=1792688 CPUtime=1
/proc/3402/task/3412/stat : 3412 (java) S 3400 3402 2562 0 -1 64 2880 0 0 0 99 1 0 0 16 0 13 0 102330701 1835712512 27963 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3413] ppid=3400 vsize=1792688 CPUtime=0
/proc/3402/task/3413/stat : 3413 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 102330701 1835712512 27963 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3414] ppid=3400 vsize=1792688 CPUtime=0
/proc/3402/task/3414/stat : 3414 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 102330701 1835712512 27963 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3402/tid=3415] ppid=3400 vsize=1792688 CPUtime=0
/proc/3402/task/3415/stat : 3415 (java) S 3400 3402 2562 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 102330865 1835712512 27963 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 1792688

[startup+6.30122 s]
/proc/loadavg: 1.14 1.05 1.01 2/90 3415
/proc/meminfo: memFree=1597088/2055920 swapFree=4192812/4192956
[pid=3402] ppid=3400 vsize=1792560 CPUtime=7.77
/proc/3402/stat : 3402 (java) S 3400 3402 2562 0 -1 0 49124 0 1 0 754 23 0 0 18 0 13 0 102330691 1835581440 43572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3402/statm: 448140 43572 1324 9 0 445752 0
[pid=3402/tid=3404] ppid=3400 vsize=1792560 CPUtime=5.47
/proc/3402/task/3404/stat : 3404 (java) R 3400 3402 2562 0 -1 64 37729 0 1 0 530 17 0 0 25 0 13 0 102330693 1835581440 43572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109765582 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3402/tid=3405] ppid=3400 vsize=1792560 CPUtime=0.04
/proc/3402/task/3405/stat : 3405 (java) S 3400 3402 2562 0 -1 64 1151 0 0 0 4 0 0 0 16 0 13 0 102330694 1835581440 43572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3406] ppid=3400 vsize=1792560 CPUtime=0.03
/proc/3402/task/3406/stat : 3406 (java) S 3400 3402 2562 0 -1 64 1268 0 0 0 3 0 0 0 16 0 13 0 102330694 1835581440 43572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3402/tid=3407] ppid=3400 vsize=1792560 CPUtime=0
/proc/3402/task/3407/stat : 3407 (java) S 3400 3402 2562 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 102330697 1835581440 43572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3402/tid=3408] ppid=3400 vsize=1792560 CPUtime=0
/proc/3402/task/3408/stat : 3408 (java) S 3400 3402 2562 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 102330697 1835581440 43572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3409] ppid=3400 vsize=1792560 CPUtime=0
/proc/3402/task/3409/stat : 3409 (java) S 3400 3402 2562 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 102330697 1835581440 43572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3410] ppid=3400 vsize=1792560 CPUtime=0
/proc/3402/task/3410/stat : 3410 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 102330701 1835581440 43572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3411] ppid=3400 vsize=1792560 CPUtime=1.18
/proc/3402/task/3411/stat : 3411 (java) S 3400 3402 2562 0 -1 64 5369 0 0 0 116 2 0 0 17 0 13 0 102330701 1835581440 43572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3402/tid=3412] ppid=3400 vsize=1792560 CPUtime=1
/proc/3402/task/3412/stat : 3412 (java) S 3400 3402 2562 0 -1 64 2880 0 0 0 99 1 0 0 16 0 13 0 102330701 1835581440 43572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3413] ppid=3400 vsize=1792560 CPUtime=0
/proc/3402/task/3413/stat : 3413 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 102330701 1835581440 43572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3414] ppid=3400 vsize=1792560 CPUtime=0
/proc/3402/task/3414/stat : 3414 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 102330701 1835581440 43572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3402/tid=3415] ppid=3400 vsize=1792560 CPUtime=0
/proc/3402/task/3415/stat : 3415 (java) S 3400 3402 2562 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 102330865 1835581440 43572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 1792560

[startup+12.7018 s]
/proc/loadavg: 1.21 1.06 1.02 2/90 3415
/proc/meminfo: memFree=1582944/2055920 swapFree=4192812/4192956
[pid=3402] ppid=3400 vsize=1792560 CPUtime=14.35
/proc/3402/stat : 3402 (java) S 3400 3402 2562 0 -1 0 52709 0 1 0 1410 25 0 0 18 0 13 0 102330691 1835581440 47126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3402/statm: 448140 47126 1326 9 0 445752 0
[pid=3402/tid=3404] ppid=3400 vsize=1792560 CPUtime=11.79
/proc/3402/task/3404/stat : 3404 (java) R 3400 3402 2562 0 -1 64 37733 0 1 0 1162 17 0 0 25 0 13 0 102330693 1835581440 47126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109772933 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3402/tid=3405] ppid=3400 vsize=1792560 CPUtime=0.09
/proc/3402/task/3405/stat : 3405 (java) S 3400 3402 2562 0 -1 64 3394 0 0 0 8 1 0 0 16 0 13 0 102330694 1835581440 47126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3406] ppid=3400 vsize=1792560 CPUtime=0.08
/proc/3402/task/3406/stat : 3406 (java) S 3400 3402 2562 0 -1 64 2592 0 0 0 7 1 0 0 16 0 13 0 102330694 1835581440 47126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3402/tid=3407] ppid=3400 vsize=1792560 CPUtime=0
/proc/3402/task/3407/stat : 3407 (java) S 3400 3402 2562 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 102330697 1835581440 47126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3402/tid=3408] ppid=3400 vsize=1792560 CPUtime=0
/proc/3402/task/3408/stat : 3408 (java) S 3400 3402 2562 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 102330697 1835581440 47126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3409] ppid=3400 vsize=1792560 CPUtime=0
/proc/3402/task/3409/stat : 3409 (java) S 3400 3402 2562 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 102330697 1835581440 47126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3410] ppid=3400 vsize=1792560 CPUtime=0
/proc/3402/task/3410/stat : 3410 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 102330701 1835581440 47126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3411] ppid=3400 vsize=1792560 CPUtime=1.26
/proc/3402/task/3411/stat : 3411 (java) S 3400 3402 2562 0 -1 64 5373 0 0 0 124 2 0 0 17 0 13 0 102330701 1835581440 47126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3402/tid=3412] ppid=3400 vsize=1792560 CPUtime=1.08
/proc/3402/task/3412/stat : 3412 (java) S 3400 3402 2562 0 -1 64 2887 0 0 0 107 1 0 0 16 0 13 0 102330701 1835581440 47126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3413] ppid=3400 vsize=1792560 CPUtime=0
/proc/3402/task/3413/stat : 3413 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 102330701 1835581440 47126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3414] ppid=3400 vsize=1792560 CPUtime=0
/proc/3402/task/3414/stat : 3414 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 102330701 1835581440 47126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3402/tid=3415] ppid=3400 vsize=1792560 CPUtime=0
/proc/3402/task/3415/stat : 3415 (java) S 3400 3402 2562 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 102330865 1835581440 47126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.35
Current children cumulated vsize (KiB) 1792560

[startup+25.503 s]
/proc/loadavg: 1.16 1.06 1.01 2/90 3415
/proc/meminfo: memFree=1558240/2055920 swapFree=4192812/4192956
[pid=3402] ppid=3400 vsize=1792560 CPUtime=27.3
/proc/3402/stat : 3402 (java) S 3400 3402 2562 0 -1 0 59155 0 1 0 2701 29 0 0 18 0 13 0 102330691 1835581440 53326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3402/statm: 448140 53326 1326 9 0 445752 0
[pid=3402/tid=3404] ppid=3400 vsize=1792560 CPUtime=24.42
/proc/3402/task/3404/stat : 3404 (java) R 3400 3402 2562 0 -1 64 37736 0 1 0 2425 17 0 0 25 0 13 0 102330693 1835581440 53326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109641632 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3402/tid=3405] ppid=3400 vsize=1792560 CPUtime=0.24
/proc/3402/task/3405/stat : 3405 (java) S 3400 3402 2562 0 -1 64 6372 0 0 0 22 2 0 0 16 0 13 0 102330694 1835581440 53326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3406] ppid=3400 vsize=1792560 CPUtime=0.25
/proc/3402/task/3406/stat : 3406 (java) S 3400 3402 2562 0 -1 64 6051 0 0 0 21 4 0 0 16 0 13 0 102330694 1835581440 53326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3402/tid=3407] ppid=3400 vsize=1792560 CPUtime=0
/proc/3402/task/3407/stat : 3407 (java) S 3400 3402 2562 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 102330697 1835581440 53326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=3402/tid=3407] ppid=3400 vsize=1792884 CPUtime=0.1
/proc/3402/task/3407/stat : 3407 (java) S 3400 3402 2562 0 -1 64 109 0 0 0 5 5 0 0 16 0 13 0 102330697 1835913216 258843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3402/tid=3408] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3408/stat : 3408 (java) S 3400 3402 2562 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 102330697 1835913216 258843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3409] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3409/stat : 3409 (java) S 3400 3402 2562 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 102330697 1835913216 258843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3410] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3410/stat : 3410 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 102330701 1835913216 258843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3411] ppid=3400 vsize=1792884 CPUtime=1.28
/proc/3402/task/3411/stat : 3411 (java) S 3400 3402 2562 0 -1 64 5373 0 0 0 126 2 0 0 16 0 13 0 102330701 1835913216 258843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3402/tid=3412] ppid=3400 vsize=1792884 CPUtime=1.09
/proc/3402/task/3412/stat : 3412 (java) S 3400 3402 2562 0 -1 64 2887 0 0 0 108 1 0 0 16 0 13 0 102330701 1835913216 258843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3413] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3413/stat : 3413 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 102330701 1835913216 258843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3414] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3414/stat : 3414 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 102330701 1835913216 258843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3415] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3415/stat : 3415 (java) S 3400 3402 2562 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 102330865 1835913216 258843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1612.46
Current children cumulated vsize (KiB) 1792884

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 3613
/proc/meminfo: memFree=707424/2055920 swapFree=4192812/4192956
[pid=3402] ppid=3400 vsize=1792884 CPUtime=1672.59
/proc/3402/stat : 3402 (java) S 3400 3402 2562 0 -1 0 373797 0 1 0 167056 203 0 0 18 0 13 0 102330691 1835913216 265126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3402/statm: 448221 265126 1326 9 0 445833 0
[pid=3402/tid=3404] ppid=3400 vsize=1792884 CPUtime=1650.86
/proc/3402/task/3404/stat : 3404 (java) R 3400 3402 2562 0 -1 64 47835 0 1 0 165047 39 0 0 25 0 13 0 102330693 1835913216 265126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109799505 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3402/tid=3405] ppid=3400 vsize=1792884 CPUtime=9.6
/proc/3402/task/3405/stat : 3405 (java) S 3400 3402 2562 0 -1 64 154111 0 0 0 887 73 0 0 16 0 13 0 102330694 1835913216 265126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3406] ppid=3400 vsize=1792884 CPUtime=9.61
/proc/3402/task/3406/stat : 3406 (java) S 3400 3402 2562 0 -1 64 162762 0 0 0 881 80 0 0 17 0 13 0 102330694 1835913216 265126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3402/tid=3407] ppid=3400 vsize=1792884 CPUtime=0.1
/proc/3402/task/3407/stat : 3407 (java) S 3400 3402 2562 0 -1 64 109 0 0 0 5 5 0 0 16 0 13 0 102330697 1835913216 265126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3408] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3408/stat : 3408 (java) S 3400 3402 2562 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 102330697 1835913216 265126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3409] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3409/stat : 3409 (java) S 3400 3402 2562 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 102330697 1835913216 265126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3410] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3410/stat : 3410 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 102330701 1835913216 265126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3411] ppid=3400 vsize=1792884 CPUtime=1.28
/proc/3402/task/3411/stat : 3411 (java) S 3400 3402 2562 0 -1 64 5373 0 0 0 126 2 0 0 16 0 13 0 102330701 1835913216 265126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3402/tid=3412] ppid=3400 vsize=1792884 CPUtime=1.09
/proc/3402/task/3412/stat : 3412 (java) S 3400 3402 2562 0 -1 64 2887 0 0 0 108 1 0 0 16 0 13 0 102330701 1835913216 265126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3413] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3413/stat : 3413 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 102330701 1835913216 265126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3414] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3414/stat : 3414 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 102330701 1835913216 265126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3415] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3415/stat : 3415 (java) S 3400 3402 2562 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 102330865 1835913216 265126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1672.59
Current children cumulated vsize (KiB) 1792884

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 3613
/proc/meminfo: memFree=676000/2055920 swapFree=4192812/4192956
[pid=3402] ppid=3400 vsize=1792884 CPUtime=1732.79
/proc/3402/stat : 3402 (java) S 3400 3402 2562 0 -1 0 385326 0 1 0 173071 208 0 0 18 0 13 0 102330691 1835913216 272939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3402/statm: 448221 272939 1326 9 0 445833 0
[pid=3402/tid=3404] ppid=3400 vsize=1792884 CPUtime=1710.62
/proc/3402/task/3404/stat : 3404 (java) R 3400 3402 2562 0 -1 64 47838 0 1 0 171023 39 0 0 25 0 13 0 102330693 1835913216 272939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109799442 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3402/tid=3405] ppid=3400 vsize=1792884 CPUtime=9.82
/proc/3402/task/3405/stat : 3405 (java) S 3400 3402 2562 0 -1 64 160082 0 0 0 906 76 0 0 16 0 13 0 102330694 1835913216 272939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3406] ppid=3400 vsize=1792884 CPUtime=9.82
/proc/3402/task/3406/stat : 3406 (java) S 3400 3402 2562 0 -1 64 168317 0 0 0 900 82 0 0 17 0 13 0 102330694 1835913216 272939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3407] ppid=3400 vsize=1792884 CPUtime=0.1
/proc/3402/task/3407/stat : 3407 (java) S 3400 3402 2562 0 -1 64 109 0 0 0 5 5 0 0 16 0 13 0 102330697 1835913216 272939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3408] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3408/stat : 3408 (java) S 3400 3402 2562 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 102330697 1835913216 272939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3409] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3409/stat : 3409 (java) S 3400 3402 2562 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 102330697 1835913216 272939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3410] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3410/stat : 3410 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 102330701 1835913216 272939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3411] ppid=3400 vsize=1792884 CPUtime=1.28
/proc/3402/task/3411/stat : 3411 (java) S 3400 3402 2562 0 -1 64 5373 0 0 0 126 2 0 0 16 0 13 0 102330701 1835913216 272939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3402/tid=3412] ppid=3400 vsize=1792884 CPUtime=1.09
/proc/3402/task/3412/stat : 3412 (java) S 3400 3402 2562 0 -1 64 2887 0 0 0 108 1 0 0 16 0 13 0 102330701 1835913216 272939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3413] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3413/stat : 3413 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 102330701 1835913216 272939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3414] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3414/stat : 3414 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 102330701 1835913216 272939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3415] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3415/stat : 3415 (java) S 3400 3402 2562 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 102330865 1835913216 272939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1732.79
Current children cumulated vsize (KiB) 1792884

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 3613
/proc/meminfo: memFree=663840/2055920 swapFree=4192812/4192956
[pid=3402] ppid=3400 vsize=1792884 CPUtime=1792.89
/proc/3402/stat : 3402 (java) S 3400 3402 2562 0 -1 0 389550 0 1 0 179078 211 0 0 18 0 13 0 102330691 1835913216 276138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3402/statm: 448221 276142 1327 9 0 445833 0
[pid=3402/tid=3404] ppid=3400 vsize=1792884 CPUtime=1770.49
/proc/3402/task/3404/stat : 3404 (java) S 3400 3402 2562 0 -1 64 47839 0 1 0 177010 39 0 0 25 0 13 0 102330693 1835913216 276146 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3402/tid=3405] ppid=3400 vsize=1792884 CPUtime=9.93
/proc/3402/task/3405/stat : 3405 (java) R 3400 3402 2562 0 -1 64 162554 0 0 0 916 77 0 0 17 0 13 0 102330694 1835913216 276148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370438 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3406] ppid=3400 vsize=1792884 CPUtime=9.93
/proc/3402/task/3406/stat : 3406 (java) R 3400 3402 2562 0 -1 64 170079 0 0 0 910 83 0 0 17 0 13 0 102330694 1835913216 276149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3402/tid=3407] ppid=3400 vsize=1792884 CPUtime=0.1
/proc/3402/task/3407/stat : 3407 (java) S 3400 3402 2562 0 -1 64 109 0 0 0 5 5 0 0 15 0 13 0 102330697 1835913216 276154 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3408] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3408/stat : 3408 (java) S 3400 3402 2562 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 102330697 1835913216 276156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3409] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3409/stat : 3409 (java) S 3400 3402 2562 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 102330697 1835913216 276157 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3410] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3410/stat : 3410 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 102330701 1835913216 276160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3411] ppid=3400 vsize=1792884 CPUtime=1.28
/proc/3402/task/3411/stat : 3411 (java) S 3400 3402 2562 0 -1 64 5373 0 0 0 126 2 0 0 16 0 13 0 102330701 1835913216 276164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3402/tid=3412] ppid=3400 vsize=1792884 CPUtime=1.09
/proc/3402/task/3412/stat : 3412 (java) S 3400 3402 2562 0 -1 64 2887 0 0 0 108 1 0 0 16 0 13 0 102330701 1835913216 276168 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3413] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3413/stat : 3413 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 102330701 1835913216 276173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3414] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3414/stat : 3414 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 102330701 1835913216 276176 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3415] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3415/stat : 3415 (java) S 3400 3402 2562 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 102330865 1835913216 276178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1792.89
Current children cumulated vsize (KiB) 1792884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 3613
/proc/meminfo: memFree=651296/2055920 swapFree=4192812/4192956
[pid=3402] ppid=3400 vsize=1792884 CPUtime=1800.02
/proc/3402/stat : 3402 (java) S 3400 3402 2562 0 -1 0 394116 0 1 0 179789 213 0 0 18 0 13 0 102330691 1835913216 279082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3402/statm: 448221 279082 1326 9 0 445833 0
[pid=3402/tid=3404] ppid=3400 vsize=1792884 CPUtime=1777.56
/proc/3402/task/3404/stat : 3404 (java) R 3400 3402 2562 0 -1 64 47840 0 1 0 177716 40 0 0 25 0 13 0 102330693 1835913216 279082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109799434 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3402/tid=3405] ppid=3400 vsize=1792884 CPUtime=9.97
/proc/3402/task/3405/stat : 3405 (java) S 3400 3402 2562 0 -1 64 164318 0 0 0 919 78 0 0 17 0 13 0 102330694 1835913216 279082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3406] ppid=3400 vsize=1792884 CPUtime=9.97
/proc/3402/task/3406/stat : 3406 (java) S 3400 3402 2562 0 -1 64 172869 0 0 0 913 84 0 0 17 0 13 0 102330694 1835913216 279082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3407] ppid=3400 vsize=1792884 CPUtime=0.1
/proc/3402/task/3407/stat : 3407 (java) S 3400 3402 2562 0 -1 64 109 0 0 0 5 5 0 0 16 0 13 0 102330697 1835913216 279082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3408] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3408/stat : 3408 (java) S 3400 3402 2562 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 102330697 1835913216 279082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3409] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3409/stat : 3409 (java) S 3400 3402 2562 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 102330697 1835913216 279082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3410] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3410/stat : 3410 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 102330701 1835913216 279082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3411] ppid=3400 vsize=1792884 CPUtime=1.28
/proc/3402/task/3411/stat : 3411 (java) S 3400 3402 2562 0 -1 64 5373 0 0 0 126 2 0 0 16 0 13 0 102330701 1835913216 279082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3402/tid=3412] ppid=3400 vsize=1792884 CPUtime=1.09
/proc/3402/task/3412/stat : 3412 (java) S 3400 3402 2562 0 -1 64 2887 0 0 0 108 1 0 0 16 0 13 0 102330701 1835913216 279082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3413] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3413/stat : 3413 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 102330701 1835913216 279082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3414] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3414/stat : 3414 (java) S 3400 3402 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 102330701 1835913216 279082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3402/tid=3415] ppid=3400 vsize=1792884 CPUtime=0
/proc/3402/task/3415/stat : 3415 (java) S 3400 3402 2562 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 102330865 1835913216 279082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1792884

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

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

[startup+1789.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 3613
/proc/meminfo: memFree=651296/2055920 swapFree=4192812/4192956
[pid=3402] ppid=3400 vsize=0 CPUtime=1800.14
/proc/3402/stat : 3402 (java) Z 3400 3402 2562 0 -1 1036 394136 0 1 0 179792 222 0 0 16 0 2 0 102330691 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3402/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1789.59
CPU time (s): 1800.22
CPU user time (s): 1797.92
CPU system time (s): 2.30165
CPU usage (%): 100.594
Max. virtual memory (cumulated for all children) (KiB): 1794176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.92
system time used= 2.30165
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 394136
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= 39798
involuntary context switches= 55466

runsolver used 1.77973 second user time and 4.82827 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Sat Apr 14 09:48:51 UTC 2007

IDJOB= 347938
IDBENCH= 1583
IDSOLVER= 159
FILE ID= node15/347938-1176544131

PBS_JOBID= 4556739

Free space on /tmp= 66553 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-reduced-mps-v2-20-10-bienst2.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347938-1176544131/sat4jPseudoResolution.jar /tmp/evaluation/347938-1176544131/instance-347938-1176544131.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-347938-1176544131 -o ROOT/results/node15/solver-347938-1176544131 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347938-1176544131/sat4jPseudoResolution.jar /tmp/evaluation/347938-1176544131/instance-347938-1176544131.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  ab5e35dff8e81ea7a1176a4145ab1bff

RANDOM SEED= 620861269

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.227
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.227
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:       1768408 kB
Buffers:         14832 kB
Cached:         171080 kB
SwapCached:          0 kB
Active:          79128 kB
Inactive:       156352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1768408 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4132 kB
Writeback:           0 kB
Mapped:          68436 kB
Slab:            37436 kB
Committed_AS:  3939652 kB
PageTables:       1880 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= 66553 MiB

End job on node15 on Sat Apr 14 10:18:42 UTC 2007