Trace number 348069

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.12 1789.39

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-blp-ic98.opb
MD5SUMcf56ee4a2e10a22486df8fb664e91027
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 variables15501
Total number of constraints763
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)627
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint8
Maximum length of a constraint13581
Number of terms in the objective function 31
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 524318
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 531126
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.10/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.10/0.29	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.10/0.29	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.18/0.30	c no version file found!!!
0.18/0.30	c sun.arch.data.model	32
0.18/0.30	c java.version	1.6.0
0.18/0.30	c os.name	Linux
0.18/0.30	c os.version	2.6.9-22.EL.rootsmp
0.18/0.30	c os.arch	i386
0.18/0.30	c Free memory 1651659224
0.18/0.30	c Max memory 1654456320
0.18/0.30	c Total memory 1654456320
0.18/0.30	c Number of processors 2
0.18/0.36	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.18/0.36	--- Begin Solver configuration ---
0.18/0.36	c Stops conflict analysis at the first Unique Implication Point
0.18/0.36	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.18/0.36	c Learn all clauses as in MiniSAT
0.18/0.36	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.18/0.36	c VSIDS like heuristics from MiniSAT using a heap
0.18/0.36	c No reason simplification
0.18/0.36	c --- End Solver configuration ---
0.18/0.36	c solving /tmp/evaluation/348069-1176568045/instance-348069-1176568045.opb
0.18/0.36	c reading problem ... 
3.68/2.85	c ... done. Wall clock time 2.497s.
3.68/2.86	c CPU time (experimental) 2.03s.
3.68/2.86	c #vars     15501
3.68/2.86	c #constraints  853
1800.03/1789.31	c starts		: 1
1800.03/1789.31	c conflicts		: 53
1800.03/1789.31	c decisions		: 12297
1800.03/1789.31	c propagations		: 31364
1800.03/1789.31	c inspects		: 395388
1800.03/1789.31	c learnt literals	: 0
1800.03/1789.31	c learnt binary clauses	: 0
1800.03/1789.31	c learnt ternary clauses	: 0
1800.03/1789.31	c learnt clauses	: 52
1800.03/1789.31	c root simplifications	: 0
1800.03/1789.31	c removed literals (reason simplification)	: 0
1800.03/1789.31	c reason swapping (by a shorter reason)	: 0
1800.03/1789.31	c Calls to reduceDB	: 0
1800.03/1789.31	c speed (decisions/second)	: 6.883576481757431
1800.03/1789.31	c non guided choices	0
1800.03/1789.31	s UNKNOWN
1800.03/1789.31	c Total wall clock time (ms): 1788.954

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.02 3/77 5590
/proc/meminfo: memFree=1493432/2055920 swapFree=4192812/4192956
[pid=5590] ppid=5588 vsize=316 CPUtime=0
/proc/5590/stat : 5590 (java) R 5588 5590 5283 0 -1 0 58 0 0 0 0 0 0 0 18 0 1 0 104721808 323584 41 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 8440461 0 0 4096 0 0 0 0 17 0 0 0
/proc/5590/statm: 81 44 33 9 0 6 0

[startup+0.039643 s]
/proc/loadavg: 0.92 0.98 1.02 3/77 5590
/proc/meminfo: memFree=1493432/2055920 swapFree=4192812/4192956
[pid=5590] ppid=5588 vsize=12056 CPUtime=0.01
/proc/5590/stat : 5590 (java) R 5588 5590 5283 0 -1 0 372 0 12 0 0 1 0 0 18 0 1 0 104721808 12345344 191 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 8409898 0 0 4096 0 0 0 0 17 0 0 0
/proc/5590/statm: 3014 191 135 9 0 1148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12056

[startup+0.101653 s]
/proc/loadavg: 0.92 0.98 1.02 3/77 5590
/proc/meminfo: memFree=1493432/2055920 swapFree=4192812/4192956
[pid=5590] ppid=5588 vsize=1775952 CPUtime=0.03
/proc/5590/stat : 5590 (java) S 5588 5590 5283 0 -1 0 2667 0 26 0 0 3 0 0 18 0 4 0 104721808 1818574848 2439 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/5590/statm: 443988 2439 484 9 0 441624 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1775952

[startup+0.301674 s]
/proc/loadavg: 0.92 0.98 1.02 3/77 5590
/proc/meminfo: memFree=1493432/2055920 swapFree=4192812/4192956
[pid=5590] ppid=5588 vsize=1780428 CPUtime=0.18
/proc/5590/stat : 5590 (java) S 5588 5590 5283 0 -1 0 4363 0 33 0 12 6 0 0 18 0 12 0 104721808 1823158272 4136 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5590/statm: 445107 4136 1225 9 0 442719 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1780428

[startup+0.701727 s]
/proc/loadavg: 0.92 0.98 1.02 3/77 5590
/proc/meminfo: memFree=1493432/2055920 swapFree=4192812/4192956
[pid=5590] ppid=5588 vsize=1787480 CPUtime=0.82
/proc/5590/stat : 5590 (java) S 5588 5590 5283 0 -1 0 7604 0 33 0 74 8 0 0 18 0 12 0 104721808 1830379520 6859 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5590/statm: 446870 6859 1302 9 0 444482 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 1787480

[startup+1.50281 s]
/proc/loadavg: 0.92 0.98 1.02 4/89 5602
/proc/meminfo: memFree=1453528/2055920 swapFree=4192812/4192956
[pid=5590] ppid=5588 vsize=1791928 CPUtime=2.18
/proc/5590/stat : 5590 (java) S 5588 5590 5283 0 -1 0 21436 0 33 0 203 15 0 0 18 0 12 0 104721808 1834934272 18244 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5590/statm: 447982 18244 1303 9 0 445594 0
[pid=5590/tid=5592] ppid=5588 vsize=1791928 CPUtime=0.86
/proc/5590/task/5592/stat : 5592 (java) R 5588 5590 5283 0 -1 64 14747 0 8 0 77 9 0 0 20 0 12 0 104721815 1834934272 18244 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109521105 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5593] ppid=5588 vsize=1791928 CPUtime=0
/proc/5590/task/5593/stat : 5593 (java) S 5588 5590 5283 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 104721818 1834934272 18244 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5594] ppid=5588 vsize=1791928 CPUtime=0
/proc/5590/task/5594/stat : 5594 (java) S 5588 5590 5283 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 104721818 1834934272 18244 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5595] ppid=5588 vsize=1791928 CPUtime=0
/proc/5590/task/5595/stat : 5595 (java) S 5588 5590 5283 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 104721822 1834934272 18244 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5596] ppid=5588 vsize=1791928 CPUtime=0
/proc/5590/task/5596/stat : 5596 (java) S 5588 5590 5283 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 104721823 1834934272 18244 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5597] ppid=5588 vsize=1791928 CPUtime=0
/proc/5590/task/5597/stat : 5597 (java) S 5588 5590 5283 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 104721823 1834934272 18244 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5598] ppid=5588 vsize=1791928 CPUtime=0
/proc/5590/task/5598/stat : 5598 (java) S 5588 5590 5283 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 104721829 1834934272 18244 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5599] ppid=5588 vsize=1791928 CPUtime=0.74
/proc/5590/task/5599/stat : 5599 (java) S 5588 5590 5283 0 -1 64 3927 0 0 0 72 2 0 0 17 0 12 0 104721829 1834934272 18244 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5600] ppid=5588 vsize=1791928 CPUtime=0.55
/proc/5590/task/5600/stat : 5600 (java) S 5588 5590 5283 0 -1 64 2064 0 0 0 54 1 0 0 17 0 12 0 104721830 1834934272 18244 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5601] ppid=5588 vsize=1791928 CPUtime=0
/proc/5590/task/5601/stat : 5601 (java) S 5588 5590 5283 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 104721830 1834934272 18244 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5602] ppid=5588 vsize=1791928 CPUtime=0
/proc/5590/task/5602/stat : 5602 (java) S 5588 5590 5283 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 104721830 1834934272 18244 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 1791928

[startup+3.10298 s]
/proc/loadavg: 0.92 0.98 1.02 2/89 5602
/proc/meminfo: memFree=1347672/2055920 swapFree=4192812/4192956
[pid=5590] ppid=5588 vsize=1792896 CPUtime=4.15
/proc/5590/stat : 5590 (java) S 5588 5590 5283 0 -1 0 50085 0 33 0 386 29 0 0 18 0 13 0 104721808 1835925504 46692 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5590/statm: 448224 46692 1321 9 0 445836 0
[pid=5590/tid=5592] ppid=5588 vsize=1792896 CPUtime=2.24
/proc/5590/task/5592/stat : 5592 (java) R 5588 5590 5283 0 -1 64 37710 0 8 0 205 19 0 0 22 0 13 0 104721815 1835925504 46692 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109793328 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5593] ppid=5588 vsize=1792896 CPUtime=0.16
/proc/5590/task/5593/stat : 5593 (java) S 5588 5590 5283 0 -1 64 2415 0 0 0 14 2 0 0 18 0 13 0 104721818 1835925504 46692 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5594] ppid=5588 vsize=1792896 CPUtime=0.16
/proc/5590/task/5594/stat : 5594 (java) S 5588 5590 5283 0 -1 64 3071 0 0 0 15 1 0 0 18 0 13 0 104721818 1835925504 46692 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5595] ppid=5588 vsize=1792896 CPUtime=0
/proc/5590/task/5595/stat : 5595 (java) S 5588 5590 5283 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 104721822 1835925504 46692 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5596] ppid=5588 vsize=1792896 CPUtime=0
/proc/5590/task/5596/stat : 5596 (java) S 5588 5590 5283 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 104721823 1835925504 46692 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5597] ppid=5588 vsize=1792896 CPUtime=0
/proc/5590/task/5597/stat : 5597 (java) S 5588 5590 5283 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104721823 1835925504 46692 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5598] ppid=5588 vsize=1792896 CPUtime=0
/proc/5590/task/5598/stat : 5598 (java) S 5588 5590 5283 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 104721829 1835925504 46692 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5599] ppid=5588 vsize=1792896 CPUtime=0.84
/proc/5590/task/5599/stat : 5599 (java) S 5588 5590 5283 0 -1 64 3938 0 0 0 82 2 0 0 16 0 13 0 104721829 1835925504 46692 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5600] ppid=5588 vsize=1792896 CPUtime=0.68
/proc/5590/task/5600/stat : 5600 (java) S 5588 5590 5283 0 -1 64 2243 0 0 0 67 1 0 0 17 0 13 0 104721830 1835925504 46692 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5601] ppid=5588 vsize=1792896 CPUtime=0
/proc/5590/task/5601/stat : 5601 (java) S 5588 5590 5283 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 104721830 1835925504 46692 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5602] ppid=5588 vsize=1792896 CPUtime=0
/proc/5590/task/5602/stat : 5602 (java) S 5588 5590 5283 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 104721830 1835925504 46692 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 1792896

[startup+6.30133 s]
/proc/loadavg: 0.93 0.98 1.02 3/90 5603
/proc/meminfo: memFree=1269264/2055920 swapFree=4192812/4192956
[pid=5590] ppid=5588 vsize=1793892 CPUtime=8.18
/proc/5590/stat : 5590 (java) S 5588 5590 5283 0 -1 0 59683 0 33 0 784 34 0 0 18 0 13 0 104721808 1836945408 55251 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5590/statm: 448473 55251 1325 9 0 446085 0
[pid=5590/tid=5592] ppid=5588 vsize=1793892 CPUtime=4.75
/proc/5590/task/5592/stat : 5592 (java) R 5588 5590 5283 0 -1 64 37728 0 8 0 456 19 0 0 18 0 13 0 104721815 1836945408 55251 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109902323 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5593] ppid=5588 vsize=1793892 CPUtime=0.67
/proc/5590/task/5593/stat : 5593 (java) S 5588 5590 5283 0 -1 64 8283 0 0 0 63 4 0 0 17 0 13 0 104721818 1836945408 55251 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5594] ppid=5588 vsize=1793892 CPUtime=0.68
/proc/5590/task/5594/stat : 5594 (java) S 5588 5590 5283 0 -1 64 6320 0 0 0 66 2 0 0 16 0 13 0 104721818 1836945408 55251 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5595] ppid=5588 vsize=1793892 CPUtime=0
/proc/5590/task/5595/stat : 5595 (java) S 5588 5590 5283 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 104721822 1836945408 55251 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5596] ppid=5588 vsize=1793892 CPUtime=0
/proc/5590/task/5596/stat : 5596 (java) S 5588 5590 5283 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 104721823 1836945408 55251 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5597] ppid=5588 vsize=1793892 CPUtime=0
/proc/5590/task/5597/stat : 5597 (java) S 5588 5590 5283 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104721823 1836945408 55251 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5598] ppid=5588 vsize=1793892 CPUtime=0
/proc/5590/task/5598/stat : 5598 (java) S 5588 5590 5283 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 104721829 1836945408 55251 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5599] ppid=5588 vsize=1793892 CPUtime=1.14
/proc/5590/task/5599/stat : 5599 (java) S 5588 5590 5283 0 -1 64 4357 0 0 0 112 2 0 0 17 0 13 0 104721829 1836945408 55251 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5600] ppid=5588 vsize=1793892 CPUtime=0.86
/proc/5590/task/5600/stat : 5600 (java) S 5588 5590 5283 0 -1 64 2285 0 0 0 85 1 0 0 16 0 13 0 104721830 1836945408 55251 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5601] ppid=5588 vsize=1793892 CPUtime=0
/proc/5590/task/5601/stat : 5601 (java) S 5588 5590 5283 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 104721830 1836945408 55251 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5602] ppid=5588 vsize=1793892 CPUtime=0
/proc/5590/task/5602/stat : 5602 (java) S 5588 5590 5283 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 104721830 1836945408 55251 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5603] ppid=5588 vsize=1793892 CPUtime=0
/proc/5590/task/5603/stat : 5603 (java) S 5588 5590 5283 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 104722098 1836945408 55251 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 1793892

[startup+12.702 s]
/proc/loadavg: 0.93 0.98 1.02 2/90 5603
/proc/meminfo: memFree=1260880/2055920 swapFree=4192812/4192956
[pid=5590] ppid=5588 vsize=1793892 CPUtime=14.99
/proc/5590/stat : 5590 (java) S 5588 5590 5283 0 -1 0 66753 0 33 0 1461 38 0 0 18 0 13 0 104721808 1836945408 54284 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5590/statm: 448473 54284 1325 9 0 446085 0
[pid=5590/tid=5592] ppid=5588 vsize=1793892 CPUtime=10.71
/proc/5590/task/5592/stat : 5592 (java) R 5588 5590 5283 0 -1 64 37746 0 8 0 1052 19 0 0 25 0 13 0 104721815 1836945408 54284 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109908367 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5593] ppid=5588 vsize=1793892 CPUtime=1.09
/proc/5590/task/5593/stat : 5593 (java) S 5588 5590 5283 0 -1 64 11246 0 0 0 103 6 0 0 16 0 13 0 104721818 1836945408 54284 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5594] ppid=5588 vsize=1793892 CPUtime=1.1
/proc/5590/task/5594/stat : 5594 (java) S 5588 5590 5283 0 -1 64 10409 0 0 0 106 4 0 0 16 0 13 0 104721818 1836945408 54284 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5595] ppid=5588 vsize=1793892 CPUtime=0
/proc/5590/task/5595/stat : 5595 (java) S 5588 5590 5283 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 104721822 1836945408 54284 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5596] ppid=5588 vsize=1793892 CPUtime=0
/proc/5590/task/5596/stat : 5596 (java) S 5588 5590 5283 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 104721823 1836945408 54284 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5597] ppid=5588 vsize=1793892 CPUtime=0
/proc/5590/task/5597/stat : 5597 (java) S 5588 5590 5283 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104721823 1836945408 54284 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5598] ppid=5588 vsize=1793892 CPUtime=0
/proc/5590/task/5598/stat : 5598 (java) S 5588 5590 5283 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 104721829 1836945408 54284 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5599] ppid=5588 vsize=1793892 CPUtime=1.14
/proc/5590/task/5599/stat : 5599 (java) S 5588 5590 5283 0 -1 64 4357 0 0 0 112 2 0 0 17 0 13 0 104721829 1836945408 54284 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5600] ppid=5588 vsize=1793892 CPUtime=0.86
/proc/5590/task/5600/stat : 5600 (java) S 5588 5590 5283 0 -1 64 2285 0 0 0 85 1 0 0 16 0 13 0 104721830 1836945408 54284 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5601] ppid=5588 vsize=1793892 CPUtime=0
/proc/5590/task/5601/stat : 5601 (java) S 5588 5590 5283 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 104721830 1836945408 54284 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5602] ppid=5588 vsize=1793892 CPUtime=0
/proc/5590/task/5602/stat : 5602 (java) S 5588 5590 5283 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 104721830 1836945408 54284 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5603] ppid=5588 vsize=1793892 CPUtime=0
/proc/5590/task/5603/stat : 5603 (java) S 5588 5590 5283 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 104722098 1836945408 54284 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.99
Current children cumulated vsize (KiB) 1793892

[startup+25.5014 s]
/proc/loadavg: 1.11 1.02 1.03 2/90 5603
/proc/meminfo: memFree=1376080/2055920 swapFree=4192812/4192956
[pid=5590] ppid=5588 vsize=1793412 CPUtime=28.04
/proc/5590/stat : 5590 (java) S 5588 5590 5283 0 -1 0 66830 0 33 0 2763 41 0 0 18 0 13 0 104721808 1836453888 28150 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5590/statm: 448353 28150 1325 9 0 445965 0
[pid=5590/tid=5592] ppid=5588 vsize=1793412 CPUtime=23.3
/proc/5590/task/5592/stat : 5592 (java) R 5588 5590 5283 0 -1 64 37804 0 8 0 2310 20 0 0 25 0 13 0 104721815 1836453888 28150 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109793876 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5593] ppid=5588 vsize=1793412 CPUtime=1.11
/proc/5590/task/5593/stat : 5593 (java) S 5588 5590 5283 0 -1 64 11246 0 0 0 105 6 0 0 16 0 13 0 104721818 1836453888 28150 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5594] ppid=5588 vsize=1793412 CPUtime=1.13
/proc/5590/task/5594/stat : 5594 (java) S 5588 5590 5283 0 -1 64 10409 0 0 0 109 4 0 0 16 0 13 0 104721818 1836453888 28150 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5595] ppid=5588 vsize=1793412 CPUtime=0.04
/proc/5590/task/5595/stat : 5595 (java) S 5588 5590 5283 0 -1 64 10 0 0 0 1 3 0 0 17 0 13 0 104721822 1836453888 28150 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5596] ppid=5588 vsize=1793412 CPUtime=0
/proc/5590/task/5596/stat : 5596 (java) S 5588 5590 5283 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 104721823 1836453888 28150 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=5590] ppid=5588 vsize=1793916 CPUtime=1672.27
/proc/5590/stat : 5590 (java) S 5588 5590 5283 0 -1 0 205251 0 33 0 166953 274 0 0 18 0 13 0 104721808 1836969984 99445 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5590/statm: 448479 99445 1325 9 0 446091 0
[pid=5590/tid=5592] ppid=5588 vsize=1793916 CPUtime=1644.77
/proc/5590/task/5592/stat : 5592 (java) R 5588 5590 5283 0 -1 64 128789 0 8 0 164405 72 0 0 25 0 13 0 104721815 1836969984 99445 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109539215 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5593] ppid=5588 vsize=1793916 CPUtime=11.43
/proc/5590/task/5593/stat : 5593 (java) S 5588 5590 5283 0 -1 64 33811 0 0 0 1069 74 0 0 16 0 13 0 104721818 1836969984 99445 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5594] ppid=5588 vsize=1793916 CPUtime=11.46
/proc/5590/task/5594/stat : 5594 (java) S 5588 5590 5283 0 -1 64 32195 0 0 0 1061 85 0 0 16 0 13 0 104721818 1836969984 99445 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5595] ppid=5588 vsize=1793916 CPUtime=0.77
/proc/5590/task/5595/stat : 5595 (java) S 5588 5590 5283 0 -1 64 287 0 0 0 44 33 0 0 16 0 13 0 104721822 1836969984 99445 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5596] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5596/stat : 5596 (java) S 5588 5590 5283 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 104721823 1836969984 99445 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5597] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5597/stat : 5597 (java) S 5588 5590 5283 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104721823 1836969984 99445 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5598] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5598/stat : 5598 (java) S 5588 5590 5283 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 104721829 1836969984 99445 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5599] ppid=5588 vsize=1793916 CPUtime=2.11
/proc/5590/task/5599/stat : 5599 (java) S 5588 5590 5283 0 -1 64 7111 0 0 0 208 3 0 0 18 0 13 0 104721829 1836969984 99445 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5600] ppid=5588 vsize=1793916 CPUtime=1.63
/proc/5590/task/5600/stat : 5600 (java) S 5588 5590 5283 0 -1 64 2358 0 0 0 162 1 0 0 17 0 13 0 104721830 1836969984 99445 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5601] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5601/stat : 5601 (java) S 5588 5590 5283 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 104721830 1836969984 99445 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5602] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5602/stat : 5602 (java) S 5588 5590 5283 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 104721830 1836969984 99445 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5603] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5603/stat : 5603 (java) S 5588 5590 5283 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 104722098 1836969984 99445 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1672.27
Current children cumulated vsize (KiB) 1793916

[startup+1722.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/90 5605
/proc/meminfo: memFree=1086864/2055920 swapFree=4192812/4192956
[pid=5590] ppid=5588 vsize=1793916 CPUtime=1732.65
/proc/5590/stat : 5590 (java) S 5588 5590 5283 0 -1 0 207892 0 33 0 172985 280 0 0 18 0 13 0 104721808 1836969984 100364 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5590/statm: 448479 100364 1325 9 0 446091 0
[pid=5590/tid=5592] ppid=5588 vsize=1793916 CPUtime=1704.11
/proc/5590/task/5592/stat : 5592 (java) R 5588 5590 5283 0 -1 64 130000 0 8 0 170338 73 0 0 25 0 13 0 104721815 1836969984 100364 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109538309 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5593] ppid=5588 vsize=1793916 CPUtime=11.93
/proc/5590/task/5593/stat : 5593 (java) S 5588 5590 5283 0 -1 64 34487 0 0 0 1117 76 0 0 16 0 13 0 104721818 1836969984 100364 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5594] ppid=5588 vsize=1793916 CPUtime=11.98
/proc/5590/task/5594/stat : 5594 (java) S 5588 5590 5283 0 -1 64 32947 0 0 0 1111 87 0 0 15 0 13 0 104721818 1836969984 100364 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5595] ppid=5588 vsize=1793916 CPUtime=0.8
/proc/5590/task/5595/stat : 5595 (java) S 5588 5590 5283 0 -1 64 289 0 0 0 46 34 0 0 16 0 13 0 104721822 1836969984 100364 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5596] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5596/stat : 5596 (java) S 5588 5590 5283 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 104721823 1836969984 100364 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5597] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5597/stat : 5597 (java) S 5588 5590 5283 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104721823 1836969984 100364 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5598] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5598/stat : 5598 (java) S 5588 5590 5283 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 104721829 1836969984 100364 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5599] ppid=5588 vsize=1793916 CPUtime=2.11
/proc/5590/task/5599/stat : 5599 (java) S 5588 5590 5283 0 -1 64 7111 0 0 0 208 3 0 0 18 0 13 0 104721829 1836969984 100364 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5600] ppid=5588 vsize=1793916 CPUtime=1.63
/proc/5590/task/5600/stat : 5600 (java) S 5588 5590 5283 0 -1 64 2358 0 0 0 162 1 0 0 17 0 13 0 104721830 1836969984 100364 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5601] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5601/stat : 5601 (java) S 5588 5590 5283 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 104721830 1836969984 100364 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5602] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5602/stat : 5602 (java) S 5588 5590 5283 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 104721830 1836969984 100364 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5603] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5603/stat : 5603 (java) S 5588 5590 5283 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 104722098 1836969984 100364 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1732.65
Current children cumulated vsize (KiB) 1793916

[startup+1782.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/90 5605
/proc/meminfo: memFree=1080912/2055920 swapFree=4192812/4192956
[pid=5590] ppid=5588 vsize=1793916 CPUtime=1792.98
/proc/5590/stat : 5590 (java) S 5588 5590 5283 0 -1 0 210577 0 33 0 179012 286 0 0 18 0 13 0 104721808 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5590/statm: 448479 101871 1325 9 0 446091 0
[pid=5590/tid=5592] ppid=5588 vsize=1793916 CPUtime=1763.44
/proc/5590/task/5592/stat : 5592 (java) R 5588 5590 5283 0 -1 64 131229 0 8 0 176270 74 0 0 25 0 13 0 104721815 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109871149 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5593] ppid=5588 vsize=1793916 CPUtime=12.44
/proc/5590/task/5593/stat : 5593 (java) S 5588 5590 5283 0 -1 64 34975 0 0 0 1165 79 0 0 16 0 13 0 104721818 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5594] ppid=5588 vsize=1793916 CPUtime=12.46
/proc/5590/task/5594/stat : 5594 (java) S 5588 5590 5283 0 -1 64 33912 0 0 0 1157 89 0 0 16 0 13 0 104721818 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5595] ppid=5588 vsize=1793916 CPUtime=0.81
/proc/5590/task/5595/stat : 5595 (java) S 5588 5590 5283 0 -1 64 292 0 0 0 47 34 0 0 16 0 13 0 104721822 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5596] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5596/stat : 5596 (java) S 5588 5590 5283 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 104721823 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5597] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5597/stat : 5597 (java) S 5588 5590 5283 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104721823 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5598] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5598/stat : 5598 (java) S 5588 5590 5283 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 104721829 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5599] ppid=5588 vsize=1793916 CPUtime=2.11
/proc/5590/task/5599/stat : 5599 (java) S 5588 5590 5283 0 -1 64 7111 0 0 0 208 3 0 0 18 0 13 0 104721829 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5600] ppid=5588 vsize=1793916 CPUtime=1.63
/proc/5590/task/5600/stat : 5600 (java) S 5588 5590 5283 0 -1 64 2358 0 0 0 162 1 0 0 17 0 13 0 104721830 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5601] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5601/stat : 5601 (java) S 5588 5590 5283 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 104721830 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5602] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5602/stat : 5602 (java) S 5588 5590 5283 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 104721830 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5603] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5603/stat : 5603 (java) S 5588 5590 5283 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 104722098 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1792.98
Current children cumulated vsize (KiB) 1793916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.3 s]
/proc/loadavg: 1.04 1.00 1.00 2/90 5605
/proc/meminfo: memFree=1080848/2055920 swapFree=4192812/4192956
[pid=5590] ppid=5588 vsize=1793916 CPUtime=1800.03
/proc/5590/stat : 5590 (java) S 5588 5590 5283 0 -1 0 210607 0 33 0 179716 287 0 0 18 0 13 0 104721808 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5590/statm: 448479 101871 1325 9 0 446091 0
[pid=5590/tid=5592] ppid=5588 vsize=1793916 CPUtime=1770.35
/proc/5590/task/5592/stat : 5592 (java) R 5588 5590 5283 0 -1 64 131242 0 8 0 176961 74 0 0 24 0 13 0 104721815 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109907908 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5593] ppid=5588 vsize=1793916 CPUtime=12.51
/proc/5590/task/5593/stat : 5593 (java) S 5588 5590 5283 0 -1 64 34975 0 0 0 1172 79 0 0 15 0 13 0 104721818 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5594] ppid=5588 vsize=1793916 CPUtime=12.53
/proc/5590/task/5594/stat : 5594 (java) S 5588 5590 5283 0 -1 64 33929 0 0 0 1163 90 0 0 16 0 13 0 104721818 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5595] ppid=5588 vsize=1793916 CPUtime=0.82
/proc/5590/task/5595/stat : 5595 (java) S 5588 5590 5283 0 -1 64 292 0 0 0 48 34 0 0 16 0 13 0 104721822 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5596] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5596/stat : 5596 (java) S 5588 5590 5283 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 104721823 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5597] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5597/stat : 5597 (java) S 5588 5590 5283 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104721823 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5598] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5598/stat : 5598 (java) S 5588 5590 5283 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 104721829 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5599] ppid=5588 vsize=1793916 CPUtime=2.11
/proc/5590/task/5599/stat : 5599 (java) S 5588 5590 5283 0 -1 64 7111 0 0 0 208 3 0 0 18 0 13 0 104721829 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5600] ppid=5588 vsize=1793916 CPUtime=1.63
/proc/5590/task/5600/stat : 5600 (java) S 5588 5590 5283 0 -1 64 2358 0 0 0 162 1 0 0 17 0 13 0 104721830 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5601] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5601/stat : 5601 (java) S 5588 5590 5283 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 104721830 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5602] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5602/stat : 5602 (java) S 5588 5590 5283 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 104721830 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5603] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5603/stat : 5603 (java) S 5588 5590 5283 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 104722098 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1793916

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

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

[startup+1789.3 s]
/proc/loadavg: 1.04 1.00 1.00 2/90 5605
/proc/meminfo: memFree=1080848/2055920 swapFree=4192812/4192956
[pid=5590] ppid=5588 vsize=1793916 CPUtime=1800.03
/proc/5590/stat : 5590 (java) S 5588 5590 5283 0 -1 0 210607 0 33 0 179716 287 0 0 18 0 13 0 104721808 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5590/statm: 448479 101871 1325 9 0 446091 0
[pid=5590/tid=5592] ppid=5588 vsize=1793916 CPUtime=1770.35
/proc/5590/task/5592/stat : 5592 (java) R 5588 5590 5283 0 -1 64 131242 0 8 0 176961 74 0 0 24 0 13 0 104721815 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109907908 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5593] ppid=5588 vsize=1793916 CPUtime=12.51
/proc/5590/task/5593/stat : 5593 (java) S 5588 5590 5283 0 -1 64 34975 0 0 0 1172 79 0 0 15 0 13 0 104721818 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5594] ppid=5588 vsize=1793916 CPUtime=12.53
/proc/5590/task/5594/stat : 5594 (java) S 5588 5590 5283 0 -1 64 33929 0 0 0 1163 90 0 0 16 0 13 0 104721818 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5595] ppid=5588 vsize=1793916 CPUtime=0.82
/proc/5590/task/5595/stat : 5595 (java) S 5588 5590 5283 0 -1 64 292 0 0 0 48 34 0 0 16 0 13 0 104721822 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5596] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5596/stat : 5596 (java) S 5588 5590 5283 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 104721823 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5597] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5597/stat : 5597 (java) S 5588 5590 5283 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104721823 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5598] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5598/stat : 5598 (java) S 5588 5590 5283 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 104721829 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5599] ppid=5588 vsize=1793916 CPUtime=2.11
/proc/5590/task/5599/stat : 5599 (java) S 5588 5590 5283 0 -1 64 7111 0 0 0 208 3 0 0 18 0 13 0 104721829 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5600] ppid=5588 vsize=1793916 CPUtime=1.63
/proc/5590/task/5600/stat : 5600 (java) S 5588 5590 5283 0 -1 64 2358 0 0 0 162 1 0 0 17 0 13 0 104721830 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5601] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5601/stat : 5601 (java) S 5588 5590 5283 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 104721830 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5590/tid=5602] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5602/stat : 5602 (java) S 5588 5590 5283 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 104721830 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5590/tid=5603] ppid=5588 vsize=1793916 CPUtime=0
/proc/5590/task/5603/stat : 5603 (java) S 5588 5590 5283 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 104722098 1836969984 101871 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1793916

Child status: 143
Real time (s): 1789.39
CPU time (s): 1800.12
CPU user time (s): 1797.18
CPU system time (s): 2.93855
CPU usage (%): 100.6
Max. virtual memory (cumulated for all children) (KiB): 1796024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.18
system time used= 2.93855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210627
page faults= 33
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 81822
involuntary context switches= 54339

runsolver used 1.9367 second user time and 5.76812 second system time

The end

Launcher Data (download as text)

Begin job on node21 on Sat Apr 14 16:27:25 UTC 2007

IDJOB= 348069
IDBENCH= 1613
IDSOLVER= 160
FILE ID= node21/348069-1176568045

PBS_JOBID= 4556881

Free space on /tmp= 66559 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  cf56ee4a2e10a22486df8fb664e91027

RANDOM SEED= 137876539

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node21.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:       1493904 kB
Buffers:         49488 kB
Cached:         330632 kB
SwapCached:          0 kB
Active:         268624 kB
Inactive:       156408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1493904 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5552 kB
Writeback:           0 kB
Mapped:          63852 kB
Slab:           122484 kB
Committed_AS:   203392 kB
PageTables:       1788 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= 66559 MiB

End job on node21 on Sat Apr 14 16:57:16 UTC 2007