Trace number 348381

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.19 1769.47

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-lotfi.opb
MD5SUM76d897d8437070b9cbeb866c2620c3bc
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 variables9240
Total number of constraints145
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 constraints145
Minimum length of a constraint30
Maximum length of a constraint3990
Number of terms in the objective function 240
Biggest coefficient in the objective function 32769
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524520
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 527485
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.21/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.21/0.20	--- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.20	c Learn all clauses as in MiniSAT
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.20	c No reason simplification
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c solving /tmp/evaluation/348381-1176580623/instance-348381-1176580623.opb
0.21/0.20	c reading problem ... 
2.26/1.37	c ... done. Wall clock time 1.169s.
2.26/1.37	c CPU time (experimental) 0.82s.
2.26/1.37	c #vars     9240
2.26/1.37	c #constraints  240
1800.01/1769.31	c starts		: 2
1800.01/1769.31	c conflicts		: 22880
1800.01/1769.31	c decisions		: 182926
1800.01/1769.31	c propagations		: 497650
1800.01/1769.31	c inspects		: 109084624
1800.01/1769.31	c learnt literals	: 0
1800.01/1769.31	c learnt binary clauses	: 0
1800.01/1769.31	c learnt ternary clauses	: 0
1800.01/1769.31	c learnt clauses	: 22880
1800.01/1769.31	c root simplifications	: 0
1800.01/1769.31	c removed literals (reason simplification)	: 0
1800.01/1769.31	c reason swapping (by a shorter reason)	: 0
1800.01/1769.31	c Calls to reduceDB	: 0
1800.01/1769.31	c speed (decisions/second)	: 103.46973106218728
1800.01/1769.31	c non guided choices	0
1800.01/1769.31	s UNKNOWN
1800.01/1769.31	c Total wall clock time (ms): 1769.114

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

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


[startup+0 s]
/proc/loadavg: 0.97 0.97 0.99 2/64 5415
/proc/meminfo: memFree=1486424/2055920 swapFree=4191892/4192956
[pid=5415] ppid=5413 vsize=1520 CPUtime=0
/proc/5415/stat : 5415 (java) R 5413 5415 5292 0 -1 0 88 0 0 0 0 0 0 0 18 0 1 0 105974198 1556480 70 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 1966168 0 0 4096 0 0 0 0 17 1 0 0
/proc/5415/statm: 380 73 56 9 0 10 0

[startup+0.103793 s]
/proc/loadavg: 0.97 0.97 0.99 2/64 5415
/proc/meminfo: memFree=1486424/2055920 swapFree=4191892/4192956
[pid=5415] ppid=5413 vsize=1780256 CPUtime=0.09
/proc/5415/stat : 5415 (java) S 5413 5415 5292 0 -1 0 4003 0 1 0 6 3 0 0 18 0 12 0 105974198 1822982144 3744 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5415/statm: 445064 3744 1123 9 0 442683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780256

[startup+0.201804 s]
/proc/loadavg: 0.97 0.97 0.99 2/64 5415
/proc/meminfo: memFree=1486424/2055920 swapFree=4191892/4192956
[pid=5415] ppid=5413 vsize=1782444 CPUtime=0.21
/proc/5415/stat : 5415 (java) S 5413 5415 5292 0 -1 0 4881 0 1 0 17 4 0 0 18 0 12 0 105974198 1825222656 4619 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5415/statm: 445611 4619 1244 9 0 443223 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1782444

[startup+0.308809 s]
/proc/loadavg: 0.97 0.97 0.99 2/64 5415
/proc/meminfo: memFree=1486424/2055920 swapFree=4191892/4192956
[pid=5415] ppid=5413 vsize=1782444 CPUtime=0.33
/proc/5415/stat : 5415 (java) S 5413 5415 5292 0 -1 0 5242 0 1 0 29 4 0 0 18 0 12 0 105974198 1825222656 4980 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5415/statm: 445611 4980 1270 9 0 443223 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782444

[startup+0.701849 s]
/proc/loadavg: 0.97 0.97 0.99 2/64 5415
/proc/meminfo: memFree=1486424/2055920 swapFree=4191892/4192956
[pid=5415] ppid=5413 vsize=1791644 CPUtime=1.06
/proc/5415/stat : 5415 (java) S 5413 5415 5292 0 -1 0 9485 0 1 0 100 6 0 0 18 0 12 0 105974198 1834643456 8450 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5415/statm: 447911 8450 1302 9 0 445523 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 1791644

[startup+1.50292 s]
/proc/loadavg: 0.97 0.97 0.99 4/76 5427
/proc/meminfo: memFree=1448376/2055920 swapFree=4191892/4192956
[pid=5415] ppid=5413 vsize=1793960 CPUtime=2.65
/proc/5415/stat : 5415 (java) S 5413 5415 5292 0 -1 0 20849 0 1 0 253 12 0 0 18 0 13 0 105974198 1837015040 15882 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5415/statm: 448490 15882 1312 9 0 446102 0
[pid=5415/tid=5417] ppid=5413 vsize=1793960 CPUtime=0.93
/proc/5415/task/5417/stat : 5417 (java) R 5413 5415 5292 0 -1 64 11939 0 1 0 86 7 0 0 19 0 13 0 105974199 1837015040 15882 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109187628 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5418] ppid=5413 vsize=1793960 CPUtime=0
/proc/5415/task/5418/stat : 5418 (java) S 5413 5415 5292 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 105974201 1837015040 15882 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5419] ppid=5413 vsize=1793960 CPUtime=0
/proc/5415/task/5419/stat : 5419 (java) S 5413 5415 5292 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 105974201 1837015040 15882 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5420] ppid=5413 vsize=1793960 CPUtime=0
/proc/5415/task/5420/stat : 5420 (java) S 5413 5415 5292 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 105974203 1837015040 15882 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5421] ppid=5413 vsize=1793960 CPUtime=0
/proc/5415/task/5421/stat : 5421 (java) S 5413 5415 5292 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 105974203 1837015040 15882 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5422] ppid=5413 vsize=1793960 CPUtime=0
/proc/5415/task/5422/stat : 5422 (java) S 5413 5415 5292 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 105974203 1837015040 15882 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5423] ppid=5413 vsize=1793960 CPUtime=0
/proc/5415/task/5423/stat : 5423 (java) S 5413 5415 5292 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105974207 1837015040 15882 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5424] ppid=5413 vsize=1793960 CPUtime=0.75
/proc/5415/task/5424/stat : 5424 (java) R 5413 5415 5292 0 -1 64 2776 0 0 0 74 1 0 0 17 0 13 0 105974207 1837015040 15882 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103337006 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5425] ppid=5413 vsize=1793960 CPUtime=0.95
/proc/5415/task/5425/stat : 5425 (java) S 5413 5415 5292 0 -1 64 5410 0 0 0 93 2 0 0 19 0 13 0 105974207 1837015040 15882 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5426] ppid=5413 vsize=1793960 CPUtime=0
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 5292 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105974207 1837015040 15882 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=1793960 CPUtime=0
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 5292 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105974207 1837015040 15882 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 1793960

[startup+3.10205 s]
/proc/loadavg: 1.14 1.00 1.00 2/77 5428
/proc/meminfo: memFree=1325552/2055920 swapFree=4191892/4192956
[pid=5415] ppid=5413 vsize=1797752 CPUtime=4.75
/proc/5415/stat : 5415 (java) S 5413 5415 5292 0 -1 0 52056 0 1 0 451 24 0 0 18 0 13 0 105974198 1840898048 45917 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5415/statm: 449438 45917 1325 9 0 447050 0
[pid=5415/tid=5417] ppid=5413 vsize=1797752 CPUtime=2.22
/proc/5415/task/5417/stat : 5417 (java) R 5413 5415 5292 0 -1 64 37733 0 1 0 205 17 0 0 25 0 13 0 105974199 1840898048 45917 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5418] ppid=5413 vsize=1797752 CPUtime=0.05
/proc/5415/task/5418/stat : 5418 (java) S 5413 5415 5292 0 -1 64 1748 0 0 0 5 0 0 0 16 0 13 0 105974201 1840898048 45917 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5419] ppid=5413 vsize=1797752 CPUtime=0.05
/proc/5415/task/5419/stat : 5419 (java) S 5413 5415 5292 0 -1 64 1620 0 0 0 5 0 0 0 16 0 13 0 105974201 1840898048 45917 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5420] ppid=5413 vsize=1797752 CPUtime=0
/proc/5415/task/5420/stat : 5420 (java) S 5413 5415 5292 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 105974203 1840898048 45917 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5421] ppid=5413 vsize=1797752 CPUtime=0
/proc/5415/task/5421/stat : 5421 (java) S 5413 5415 5292 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105974203 1840898048 45917 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5422] ppid=5413 vsize=1797752 CPUtime=0
/proc/5415/task/5422/stat : 5422 (java) S 5413 5415 5292 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105974203 1840898048 45917 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5423] ppid=5413 vsize=1797752 CPUtime=0
/proc/5415/task/5423/stat : 5423 (java) S 5413 5415 5292 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105974207 1840898048 45917 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5424] ppid=5413 vsize=1797752 CPUtime=1.11
/proc/5415/task/5424/stat : 5424 (java) R 5413 5415 5292 0 -1 64 2976 0 0 0 110 1 0 0 17 0 13 0 105974207 1840898048 45917 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 102395294 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5425] ppid=5413 vsize=1797752 CPUtime=1.27
/proc/5415/task/5425/stat : 5425 (java) R 5413 5415 5292 0 -1 64 7245 0 0 0 124 3 0 0 17 0 13 0 105974207 1840898048 45917 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103314305 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5426] ppid=5413 vsize=1797752 CPUtime=0
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 5292 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105974207 1840898048 45917 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=1797752 CPUtime=0
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 5292 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105974207 1840898048 45917 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5428] ppid=5413 vsize=1797752 CPUtime=0
/proc/5415/task/5428/stat : 5428 (java) S 5413 5415 5292 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 105974345 1840898048 45917 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 1797752

[startup+6.30136 s]
/proc/loadavg: 1.14 1.00 1.00 2/77 5428
/proc/meminfo: memFree=1309552/2055920 swapFree=4191892/4192956
[pid=5415] ppid=5413 vsize=1794648 CPUtime=8.69
/proc/5415/stat : 5415 (java) S 5413 5415 5292 0 -1 0 59460 0 1 0 841 28 0 0 18 0 13 0 105974198 1837719552 47567 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5415/statm: 448662 47567 1325 9 0 446274 0
[pid=5415/tid=5417] ppid=5413 vsize=1794648 CPUtime=5.15
/proc/5415/task/5417/stat : 5417 (java) R 5413 5415 5292 0 -1 64 38421 0 1 0 498 17 0 0 25 0 13 0 105974199 1837719552 47567 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109533526 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5418] ppid=5413 vsize=1794648 CPUtime=0.21
/proc/5415/task/5418/stat : 5418 (java) S 5413 5415 5292 0 -1 64 3412 0 0 0 20 1 0 0 16 0 13 0 105974201 1837719552 47567 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5419] ppid=5413 vsize=1794648 CPUtime=0.18
/proc/5415/task/5419/stat : 5419 (java) S 5413 5415 5292 0 -1 64 3443 0 0 0 17 1 0 0 16 0 13 0 105974201 1837719552 47567 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5420] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5420/stat : 5420 (java) S 5413 5415 5292 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 105974203 1837719552 47567 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5421] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5421/stat : 5421 (java) S 5413 5415 5292 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105974203 1837719552 47567 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5422] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5422/stat : 5422 (java) S 5413 5415 5292 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105974203 1837719552 47567 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5423] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5423/stat : 5423 (java) S 5413 5415 5292 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105974207 1837719552 47567 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5424] ppid=5413 vsize=1794648 CPUtime=1.3
/proc/5415/task/5424/stat : 5424 (java) S 5413 5415 5292 0 -1 64 2979 0 0 0 129 1 0 0 16 0 13 0 105974207 1837719552 47567 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5425] ppid=5413 vsize=1794648 CPUtime=1.79
/proc/5415/task/5425/stat : 5425 (java) S 5413 5415 5292 0 -1 64 10457 0 0 0 174 5 0 0 16 0 13 0 105974207 1837719552 47567 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5426] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 5292 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105974207 1837719552 47567 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 5292 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105974207 1837719552 47567 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5428] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5428/stat : 5428 (java) S 5413 5415 5292 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 105974345 1837719552 47567 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.69
Current children cumulated vsize (KiB) 1794648

[startup+12.7019 s]
/proc/loadavg: 1.20 1.02 1.01 2/77 5428
/proc/meminfo: memFree=1286256/2055920 swapFree=4191892/4192956
[pid=5415] ppid=5413 vsize=1794648 CPUtime=15.27
/proc/5415/stat : 5415 (java) S 5413 5415 5292 0 -1 0 63352 0 1 0 1497 30 0 0 18 0 13 0 105974198 1837719552 50513 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5415/statm: 448662 50513 1325 9 0 446274 0
[pid=5415/tid=5417] ppid=5413 vsize=1794648 CPUtime=11.45
/proc/5415/task/5417/stat : 5417 (java) R 5413 5415 5292 0 -1 64 41271 0 1 0 1127 18 0 0 18 0 13 0 105974199 1837719552 50513 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109534112 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5418] ppid=5413 vsize=1794648 CPUtime=0.24
/proc/5415/task/5418/stat : 5418 (java) S 5413 5415 5292 0 -1 64 3908 0 0 0 23 1 0 0 15 0 13 0 105974201 1837719552 50513 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5419] ppid=5413 vsize=1794648 CPUtime=0.21
/proc/5415/task/5419/stat : 5419 (java) S 5413 5415 5292 0 -1 64 3979 0 0 0 20 1 0 0 16 0 13 0 105974201 1837719552 50513 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5420] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5420/stat : 5420 (java) S 5413 5415 5292 0 -1 64 25 0 0 0 0 0 0 0 15 0 13 0 105974203 1837719552 50513 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5421] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5421/stat : 5421 (java) S 5413 5415 5292 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105974203 1837719552 50513 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5422] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5422/stat : 5422 (java) S 5413 5415 5292 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105974203 1837719552 50513 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5423] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5423/stat : 5423 (java) S 5413 5415 5292 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105974207 1837719552 50513 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5424] ppid=5413 vsize=1794648 CPUtime=1.4
/proc/5415/task/5424/stat : 5424 (java) S 5413 5415 5292 0 -1 64 2984 0 0 0 139 1 0 0 16 0 13 0 105974207 1837719552 50513 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5425] ppid=5413 vsize=1794648 CPUtime=1.91
/proc/5415/task/5425/stat : 5425 (java) S 5413 5415 5292 0 -1 64 10462 0 0 0 186 5 0 0 16 0 13 0 105974207 1837719552 50513 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5426] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 5292 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105974207 1837719552 50513 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 5292 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105974207 1837719552 50513 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5428] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5428/stat : 5428 (java) S 5413 5415 5292 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 105974345 1837719552 50513 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.27
Current children cumulated vsize (KiB) 1794648

[startup+25.503 s]
/proc/loadavg: 1.24 1.03 1.01 2/77 5428
/proc/meminfo: memFree=1347056/2055920 swapFree=4191892/4192956
[pid=5415] ppid=5413 vsize=1794648 CPUtime=28.3
/proc/5415/stat : 5415 (java) S 5413 5415 5292 0 -1 0 65634 0 1 0 2798 32 0 0 18 0 13 0 105974198 1837719552 35825 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5415/statm: 448662 35825 1325 9 0 446274 0
[pid=5415/tid=5417] ppid=5413 vsize=1794648 CPUtime=24.14
/proc/5415/task/5417/stat : 5417 (java) R 5413 5415 5292 0 -1 64 41302 0 1 0 2396 18 0 0 17 0 13 0 105974199 1837719552 35825 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109833923 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5418] ppid=5413 vsize=1794648 CPUtime=0.3
/proc/5415/task/5418/stat : 5418 (java) S 5413 5415 5292 0 -1 64 4522 0 0 0 29 1 0 0 15 0 13 0 105974201 1837719552 35825 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5419] ppid=5413 vsize=1794648 CPUtime=0.27
/proc/5415/task/5419/stat : 5419 (java) S 5413 5415 5292 0 -1 64 4666 0 0 0 25 2 0 0 16 0 13 0 105974201 1837719552 35825 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5420] ppid=5413 vsize=1794648 CPUtime=0.02
/proc/5415/task/5420/stat : 5420 (java) S 5413 5415 5292 0 -1 64 25 0 0 0 1 1 0 0 16 0 13 0 105974203 1837719552 35825 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=5415/tid=5420] ppid=5413 vsize=1794648 CPUtime=0.64
/proc/5415/task/5420/stat : 5420 (java) S 5413 5415 5292 0 -1 64 233 0 0 0 35 29 0 0 16 0 13 0 105974203 1837719552 187844 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5421] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5421/stat : 5421 (java) S 5413 5415 5292 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105974203 1837719552 187844 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5422] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5422/stat : 5422 (java) S 5413 5415 5292 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105974203 1837719552 187844 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5423] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5423/stat : 5423 (java) S 5413 5415 5292 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105974207 1837719552 187844 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5424] ppid=5413 vsize=1794648 CPUtime=1.65
/proc/5415/task/5424/stat : 5424 (java) S 5413 5415 5292 0 -1 64 2996 0 0 0 164 1 0 0 16 0 13 0 105974207 1837719552 187844 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5425] ppid=5413 vsize=1794648 CPUtime=2.33
/proc/5415/task/5425/stat : 5425 (java) S 5413 5415 5292 0 -1 64 12607 0 0 0 228 5 0 0 16 0 13 0 105974207 1837719552 187844 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5426] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 5292 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105974207 1837719552 187844 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 5292 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105974207 1837719552 187844 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5428] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5428/stat : 5428 (java) S 5413 5415 5292 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 105974345 1837719552 187844 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1566.52
Current children cumulated vsize (KiB) 1794648

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 5626
/proc/meminfo: memFree=722608/2055920 swapFree=4191892/4192956
[pid=5415] ppid=5413 vsize=1794648 CPUtime=1628.23
/proc/5415/stat : 5415 (java) S 5413 5415 5292 0 -1 0 305275 0 1 0 162637 186 0 0 18 0 13 0 105974198 1837719552 191789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5415/statm: 448662 191789 1334 9 0 446274 0
[pid=5415/tid=5417] ppid=5413 vsize=1794648 CPUtime=1575.28
/proc/5415/task/5417/stat : 5417 (java) R 5413 5415 5292 0 -1 64 105030 0 1 0 157468 60 0 0 25 0 13 0 105974199 1837719552 191789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109682427 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5418] ppid=5413 vsize=1794648 CPUtime=24.16
/proc/5415/task/5418/stat : 5418 (java) S 5413 5415 5292 0 -1 64 96229 0 0 0 2375 41 0 0 17 0 13 0 105974201 1837719552 191789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5419] ppid=5413 vsize=1794648 CPUtime=24.08
/proc/5415/task/5419/stat : 5419 (java) S 5413 5415 5292 0 -1 64 87456 0 0 0 2363 45 0 0 16 0 13 0 105974201 1837719552 191789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5420] ppid=5413 vsize=1794648 CPUtime=0.66
/proc/5415/task/5420/stat : 5420 (java) S 5413 5415 5292 0 -1 64 234 0 0 0 36 30 0 0 16 0 13 0 105974203 1837719552 191789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5421] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5421/stat : 5421 (java) S 5413 5415 5292 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105974203 1837719552 191789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5422] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5422/stat : 5422 (java) S 5413 5415 5292 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105974203 1837719552 191789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5423] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5423/stat : 5423 (java) S 5413 5415 5292 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105974207 1837719552 191789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5424] ppid=5413 vsize=1794648 CPUtime=1.65
/proc/5415/task/5424/stat : 5424 (java) S 5413 5415 5292 0 -1 64 2996 0 0 0 164 1 0 0 16 0 13 0 105974207 1837719552 191789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5425] ppid=5413 vsize=1794648 CPUtime=2.33
/proc/5415/task/5425/stat : 5425 (java) S 5413 5415 5292 0 -1 64 12607 0 0 0 228 5 0 0 16 0 13 0 105974207 1837719552 191789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5426] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 5292 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105974207 1837719552 191789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 5292 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105974207 1837719552 191789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5428] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5428/stat : 5428 (java) S 5413 5415 5292 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 105974345 1837719552 191789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1628.23
Current children cumulated vsize (KiB) 1794648

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 5626
/proc/meminfo: memFree=706608/2055920 swapFree=4191892/4192956
[pid=5415] ppid=5413 vsize=1794648 CPUtime=1689.91
/proc/5415/stat : 5415 (java) S 5413 5415 5292 0 -1 0 309630 0 1 0 168802 189 0 0 18 0 13 0 105974198 1837719552 195663 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5415/statm: 448662 195663 1334 9 0 446274 0
[pid=5415/tid=5417] ppid=5413 vsize=1794648 CPUtime=1633.52
/proc/5415/task/5417/stat : 5417 (java) R 5413 5415 5292 0 -1 64 105062 0 1 0 163291 61 0 0 25 0 13 0 105974199 1837719552 195663 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109682427 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5418] ppid=5413 vsize=1794648 CPUtime=25.89
/proc/5415/task/5418/stat : 5418 (java) S 5413 5415 5292 0 -1 64 99038 0 0 0 2547 42 0 0 16 0 13 0 105974201 1837719552 195663 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5419] ppid=5413 vsize=1794648 CPUtime=25.78
/proc/5415/task/5419/stat : 5419 (java) S 5413 5415 5292 0 -1 64 88970 0 0 0 2532 46 0 0 17 0 13 0 105974201 1837719552 195663 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5420] ppid=5413 vsize=1794648 CPUtime=0.66
/proc/5415/task/5420/stat : 5420 (java) S 5413 5415 5292 0 -1 64 234 0 0 0 36 30 0 0 16 0 13 0 105974203 1837719552 195663 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5421] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5421/stat : 5421 (java) S 5413 5415 5292 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105974203 1837719552 195663 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5422] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5422/stat : 5422 (java) S 5413 5415 5292 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105974203 1837719552 195663 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5423] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5423/stat : 5423 (java) S 5413 5415 5292 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105974207 1837719552 195663 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5424] ppid=5413 vsize=1794648 CPUtime=1.65
/proc/5415/task/5424/stat : 5424 (java) S 5413 5415 5292 0 -1 64 2996 0 0 0 164 1 0 0 16 0 13 0 105974207 1837719552 195663 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5425] ppid=5413 vsize=1794648 CPUtime=2.33
/proc/5415/task/5425/stat : 5425 (java) S 5413 5415 5292 0 -1 64 12607 0 0 0 228 5 0 0 16 0 13 0 105974207 1837719552 195663 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5426] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 5292 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105974207 1837719552 195663 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 5292 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105974207 1837719552 195663 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5428] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5428/stat : 5428 (java) S 5413 5415 5292 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 105974345 1837719552 195663 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1689.91
Current children cumulated vsize (KiB) 1794648

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 5626
/proc/meminfo: memFree=692016/2055920 swapFree=4191892/4192956
[pid=5415] ppid=5413 vsize=1794648 CPUtime=1751.65
/proc/5415/stat : 5415 (java) S 5413 5415 5292 0 -1 0 314188 0 1 0 174973 192 0 0 18 0 13 0 105974198 1837719552 199294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5415/statm: 448662 199294 1334 9 0 446274 0
[pid=5415/tid=5417] ppid=5413 vsize=1794648 CPUtime=1691.7
/proc/5415/task/5417/stat : 5417 (java) R 5413 5415 5292 0 -1 64 105094 0 1 0 169109 61 0 0 25 0 13 0 105974199 1837719552 199294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109579491 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5418] ppid=5413 vsize=1794648 CPUtime=27.66
/proc/5415/task/5418/stat : 5418 (java) S 5413 5415 5292 0 -1 64 101967 0 0 0 2723 43 0 0 16 0 13 0 105974201 1837719552 199294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5419] ppid=5413 vsize=1794648 CPUtime=27.56
/proc/5415/task/5419/stat : 5419 (java) S 5413 5415 5292 0 -1 64 90567 0 0 0 2709 47 0 0 17 0 13 0 105974201 1837719552 199294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5420] ppid=5413 vsize=1794648 CPUtime=0.67
/proc/5415/task/5420/stat : 5420 (java) S 5413 5415 5292 0 -1 64 234 0 0 0 37 30 0 0 16 0 13 0 105974203 1837719552 199294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5421] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5421/stat : 5421 (java) S 5413 5415 5292 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105974203 1837719552 199294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5422] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5422/stat : 5422 (java) S 5413 5415 5292 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105974203 1837719552 199294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5423] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5423/stat : 5423 (java) S 5413 5415 5292 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105974207 1837719552 199294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5424] ppid=5413 vsize=1794648 CPUtime=1.65
/proc/5415/task/5424/stat : 5424 (java) S 5413 5415 5292 0 -1 64 2996 0 0 0 164 1 0 0 16 0 13 0 105974207 1837719552 199294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5425] ppid=5413 vsize=1794648 CPUtime=2.33
/proc/5415/task/5425/stat : 5425 (java) S 5413 5415 5292 0 -1 64 12607 0 0 0 228 5 0 0 16 0 13 0 105974207 1837719552 199294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5426] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 5292 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105974207 1837719552 199294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 5292 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105974207 1837719552 199294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5428] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5428/stat : 5428 (java) S 5413 5415 5292 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 105974345 1837719552 199294 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1751.65
Current children cumulated vsize (KiB) 1794648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1769.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5626
/proc/meminfo: memFree=680624/2055920 swapFree=4191892/4192956
[pid=5415] ppid=5413 vsize=1794648 CPUtime=1800.01
/proc/5415/stat : 5415 (java) S 5413 5415 5292 0 -1 0 317620 0 1 0 179807 194 0 0 18 0 13 0 105974198 1837719552 202121 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5415/statm: 448662 202121 1334 9 0 446274 0
[pid=5415/tid=5417] ppid=5413 vsize=1794648 CPUtime=1737.24
/proc/5415/task/5417/stat : 5417 (java) R 5413 5415 5292 0 -1 64 105119 0 1 0 173663 61 0 0 25 0 13 0 105974199 1837719552 202121 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109678808 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5418] ppid=5413 vsize=1794648 CPUtime=29.07
/proc/5415/task/5418/stat : 5418 (java) S 5413 5415 5292 0 -1 64 104378 0 0 0 2862 45 0 0 16 0 13 0 105974201 1837719552 202121 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5419] ppid=5413 vsize=1794648 CPUtime=28.97
/proc/5415/task/5419/stat : 5419 (java) S 5413 5415 5292 0 -1 64 91563 0 0 0 2850 47 0 0 16 0 13 0 105974201 1837719552 202121 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5420] ppid=5413 vsize=1794648 CPUtime=0.68
/proc/5415/task/5420/stat : 5420 (java) S 5413 5415 5292 0 -1 64 234 0 0 0 37 31 0 0 16 0 13 0 105974203 1837719552 202121 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5421] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5421/stat : 5421 (java) S 5413 5415 5292 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105974203 1837719552 202121 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5422] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5422/stat : 5422 (java) S 5413 5415 5292 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105974203 1837719552 202121 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5423] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5423/stat : 5423 (java) S 5413 5415 5292 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105974207 1837719552 202121 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5424] ppid=5413 vsize=1794648 CPUtime=1.65
/proc/5415/task/5424/stat : 5424 (java) S 5413 5415 5292 0 -1 64 2996 0 0 0 164 1 0 0 16 0 13 0 105974207 1837719552 202121 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5425] ppid=5413 vsize=1794648 CPUtime=2.33
/proc/5415/task/5425/stat : 5425 (java) S 5413 5415 5292 0 -1 64 12607 0 0 0 228 5 0 0 16 0 13 0 105974207 1837719552 202121 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5415/tid=5426] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 5292 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105974207 1837719552 202121 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 5292 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105974207 1837719552 202121 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5415/tid=5428] ppid=5413 vsize=1794648 CPUtime=0
/proc/5415/task/5428/stat : 5428 (java) S 5413 5415 5292 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 105974345 1837719552 202121 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1794648

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

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

[startup+1769.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5626
/proc/meminfo: memFree=680624/2055920 swapFree=4191892/4192956
[pid=5415] ppid=5413 vsize=0 CPUtime=1800.12
/proc/5415/stat : 5415 (java) Z 5413 5415 5292 0 -1 1036 317640 0 1 0 179811 201 0 0 16 0 2 0 105974198 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5415/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1769.47
CPU time (s): 1800.19
CPU user time (s): 1798.12
CPU system time (s): 2.07069
CPU usage (%): 101.736
Max. virtual memory (cumulated for all children) (KiB): 1797968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.12
system time used= 2.07069
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 317640
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= 66725
involuntary context switches= 47388

runsolver used 2.10868 second user time and 4.89026 second system time

The end

Launcher Data (download as text)

Begin job on node41 on Sat Apr 14 19:57:03 UTC 2007

IDJOB= 348381
IDBENCH= 1663
IDSOLVER= 160
FILE ID= node41/348381-1176580623

PBS_JOBID= 4556947

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  76d897d8437070b9cbeb866c2620c3bc

RANDOM SEED= 776502101

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node41.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.232
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.232
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:       1486832 kB
Buffers:         60488 kB
Cached:         368732 kB
SwapCached:        268 kB
Active:         249472 kB
Inactive:       194996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1486832 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            3872 kB
Writeback:           0 kB
Mapped:          23672 kB
Slab:           110596 kB
Committed_AS:   711248 kB
PageTables:       1476 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66561 MiB

End job on node41 on Sat Apr 14 20:26:35 UTC 2007