Trace number 349253

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 1751.16

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-bienst1.opb
MD5SUMc5d594af626243e56994c23d5a3c48e8
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13806
Total number of constraints604
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints600
Minimum length of a constraint7
Maximum length of a constraint390
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 13958659059
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.19/0.21	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.19/0.21	--- Begin Solver configuration ---
0.19/0.21	c Stops conflict analysis at the first Unique Implication Point
0.19/0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.21	c Learn all clauses as in MiniSAT
0.19/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.21	c No reason simplification
0.19/0.21	c --- End Solver configuration ---
0.19/0.21	c solving /tmp/evaluation/349253-1176691658/instance-349253-1176691658.opb
0.19/0.21	c reading problem ... 
2.13/1.41	c ... done. Wall clock time 1.207s.
2.13/1.42	c CPU time (experimental) 0.95s.
2.13/1.42	c #vars     13806
2.13/1.42	c #constraints  732
1800.02/1751.01	c starts		: 2
1800.02/1751.01	c conflicts		: 17883
1800.02/1751.01	c decisions		: 20680
1800.02/1751.01	c propagations		: 103059
1800.02/1751.01	c inspects		: 58169056
1800.02/1751.01	c learnt literals	: 0
1800.02/1751.01	c learnt binary clauses	: 0
1800.02/1751.01	c learnt ternary clauses	: 0
1800.02/1751.01	c learnt clauses	: 17882
1800.02/1751.01	c root simplifications	: 0
1800.02/1751.01	c removed literals (reason simplification)	: 0
1800.02/1751.01	c reason swapping (by a shorter reason)	: 0
1800.02/1751.01	c Calls to reduceDB	: 0
1800.02/1751.01	c speed (decisions/second)	: 11.82003369967055
1800.02/1751.01	c non guided choices	104
1800.02/1751.01	s UNKNOWN
1800.02/1751.01	c Total wall clock time (ms): 1750.804

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/node70/watcher-349253-1176691658 -o ROOT/results/node70/solver-349253-1176691658 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349253-1176691658/sat4jPseudoCP.jar /tmp/evaluation/349253-1176691658/instance-349253-1176691658.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.84 0.95 0.96 3/64 640
/proc/meminfo: memFree=1702960/2055920 swapFree=4184456/4192956
[pid=640] ppid=638 vsize=152 CPUtime=0
/proc/640/stat : 640 (java) R 638 640 577 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 108703160 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 8413483 0 0 4096 0 0 0 0 17 1 0 0
/proc/640/statm: 38 26 19 9 0 4 0

[startup+0.025185 s]
/proc/loadavg: 0.84 0.95 0.96 3/64 640
/proc/meminfo: memFree=1702960/2055920 swapFree=4184456/4192956
[pid=640] ppid=638 vsize=12700 CPUtime=0
/proc/640/stat : 640 (java) S 638 640 577 0 -1 0 884 0 1 0 0 0 0 0 18 0 2 0 108703160 13004800 640 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/640/statm: 3175 640 315 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12700

[startup+0.101192 s]
/proc/loadavg: 0.84 0.95 0.96 3/64 640
/proc/meminfo: memFree=1702960/2055920 swapFree=4184456/4192956
[pid=640] ppid=638 vsize=1779524 CPUtime=0.08
/proc/640/stat : 640 (java) S 638 640 577 0 -1 0 3897 0 1 0 6 2 0 0 18 0 11 0 108703160 1822232576 3638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/640/statm: 444881 3638 1099 9 0 442517 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1779524

[startup+0.301214 s]
/proc/loadavg: 0.84 0.95 0.96 3/64 640
/proc/meminfo: memFree=1702960/2055920 swapFree=4184456/4192956
[pid=640] ppid=638 vsize=1782444 CPUtime=0.31
/proc/640/stat : 640 (java) S 638 640 577 0 -1 0 5258 0 1 0 29 2 0 0 18 0 12 0 108703160 1825222656 4996 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/640/statm: 445611 4996 1263 9 0 443223 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782444

[startup+0.701253 s]
/proc/loadavg: 0.84 0.95 0.96 3/64 640
/proc/meminfo: memFree=1702960/2055920 swapFree=4184456/4192956
[pid=640] ppid=638 vsize=1792800 CPUtime=1.07
/proc/640/stat : 640 (java) S 638 640 577 0 -1 0 9725 0 1 0 103 4 0 0 18 0 12 0 108703160 1835827200 8300 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/640/statm: 448200 8300 1304 9 0 445812 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1792800

[startup+1.50233 s]
/proc/loadavg: 0.93 0.97 0.96 2/76 652
/proc/meminfo: memFree=1667984/2055920 swapFree=4184456/4192956
[pid=640] ppid=638 vsize=1792040 CPUtime=2.29
/proc/640/stat : 640 (java) S 638 640 577 0 -1 0 23530 0 1 0 221 8 0 0 18 0 12 0 108703160 1835048960 20454 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/640/statm: 448010 20454 1312 9 0 445622 0
[pid=640/tid=642] ppid=638 vsize=1792040 CPUtime=1.03
/proc/640/task/642/stat : 642 (java) R 638 640 577 0 -1 64 17092 0 1 0 97 6 0 0 23 0 12 0 108703162 1835048960 20454 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109221860 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=643] ppid=638 vsize=1792040 CPUtime=0
/proc/640/task/643/stat : 643 (java) S 638 640 577 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 108703163 1835048960 20454 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=644] ppid=638 vsize=1792040 CPUtime=0
/proc/640/task/644/stat : 644 (java) S 638 640 577 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 108703163 1835048960 20454 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=645] ppid=638 vsize=1792040 CPUtime=0
/proc/640/task/645/stat : 645 (java) S 638 640 577 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 108703165 1835048960 20454 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=646] ppid=638 vsize=1792040 CPUtime=0
/proc/640/task/646/stat : 646 (java) S 638 640 577 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 108703166 1835048960 20454 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=647] ppid=638 vsize=1792040 CPUtime=0
/proc/640/task/647/stat : 647 (java) S 638 640 577 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 108703166 1835048960 20454 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=648] ppid=638 vsize=1792040 CPUtime=0
/proc/640/task/648/stat : 648 (java) S 638 640 577 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 108703170 1835048960 20454 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=649] ppid=638 vsize=1792040 CPUtime=0.72
/proc/640/task/649/stat : 649 (java) S 638 640 577 0 -1 64 3882 0 0 0 71 1 0 0 16 0 12 0 108703170 1835048960 20454 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=640/tid=650] ppid=638 vsize=1792040 CPUtime=0.53
/proc/640/task/650/stat : 650 (java) R 638 640 577 0 -1 64 1837 0 0 0 53 0 0 0 17 0 12 0 108703170 1835048960 20454 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 102572881 0 4 0 23759 0 0 0 -1 1 0 0
[pid=640/tid=651] ppid=638 vsize=1792040 CPUtime=0
/proc/640/task/651/stat : 651 (java) S 638 640 577 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 108703170 1835048960 20454 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=652] ppid=638 vsize=1792040 CPUtime=0
/proc/640/task/652/stat : 652 (java) S 638 640 577 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 108703170 1835048960 20454 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 1792040

[startup+3.10249 s]
/proc/loadavg: 0.93 0.97 0.96 3/77 653
/proc/meminfo: memFree=1598536/2055920 swapFree=4184456/4192956
[pid=640] ppid=638 vsize=1792364 CPUtime=4.38
/proc/640/stat : 640 (java) S 638 640 577 0 -1 0 50677 0 1 0 419 19 0 0 18 0 13 0 108703160 1835380736 45891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/640/statm: 448091 45891 1321 9 0 445703 0
[pid=640/tid=642] ppid=638 vsize=1792364 CPUtime=2.36
/proc/640/task/642/stat : 642 (java) R 638 640 577 0 -1 64 37742 0 1 0 222 14 0 0 23 0 13 0 108703162 1835380736 45891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109836150 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=643] ppid=638 vsize=1792364 CPUtime=0.08
/proc/640/task/643/stat : 643 (java) S 638 640 577 0 -1 64 2350 0 0 0 7 1 0 0 16 0 13 0 108703163 1835380736 45891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=644] ppid=638 vsize=1792364 CPUtime=0.07
/proc/640/task/644/stat : 644 (java) S 638 640 577 0 -1 64 2337 0 0 0 7 0 0 0 16 0 13 0 108703163 1835380736 45891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=640/tid=645] ppid=638 vsize=1792364 CPUtime=0
/proc/640/task/645/stat : 645 (java) S 638 640 577 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 108703165 1835380736 45891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=646] ppid=638 vsize=1792364 CPUtime=0
/proc/640/task/646/stat : 646 (java) S 638 640 577 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 108703166 1835380736 45891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=647] ppid=638 vsize=1792364 CPUtime=0
/proc/640/task/647/stat : 647 (java) S 638 640 577 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108703166 1835380736 45891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=648] ppid=638 vsize=1792364 CPUtime=0
/proc/640/task/648/stat : 648 (java) S 638 640 577 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108703170 1835380736 45891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=649] ppid=638 vsize=1792364 CPUtime=0.95
/proc/640/task/649/stat : 649 (java) S 638 640 577 0 -1 64 4682 0 0 0 94 1 0 0 16 0 13 0 108703170 1835380736 45891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=650] ppid=638 vsize=1792364 CPUtime=0.89
/proc/640/task/650/stat : 650 (java) S 638 640 577 0 -1 64 2836 0 0 0 88 1 0 0 16 0 13 0 108703170 1835380736 45891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=640/tid=651] ppid=638 vsize=1792364 CPUtime=0
/proc/640/task/651/stat : 651 (java) S 638 640 577 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108703170 1835380736 45891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=652] ppid=638 vsize=1792364 CPUtime=0
/proc/640/task/652/stat : 652 (java) S 638 640 577 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 108703170 1835380736 45891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=640/tid=653] ppid=638 vsize=1792364 CPUtime=0
/proc/640/task/653/stat : 653 (java) S 638 640 577 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 108703322 1835380736 45891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 1792364

[startup+6.30181 s]
/proc/loadavg: 0.94 0.97 0.96 3/77 653
/proc/meminfo: memFree=1522184/2055920 swapFree=4184456/4192956
[pid=640] ppid=638 vsize=1797484 CPUtime=8.6
/proc/640/stat : 640 (java) S 638 640 577 0 -1 0 59450 0 1 0 836 24 0 0 18 0 13 0 108703160 1840623616 49422 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/640/statm: 449371 49422 1326 9 0 446983 0
[pid=640/tid=642] ppid=638 vsize=1797484 CPUtime=5.1
/proc/640/task/642/stat : 642 (java) R 638 640 577 0 -1 64 37750 0 1 0 496 14 0 0 17 0 13 0 108703162 1840623616 49422 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109836135 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=643] ppid=638 vsize=1797484 CPUtime=0.26
/proc/640/task/643/stat : 643 (java) S 638 640 577 0 -1 64 4678 0 0 0 24 2 0 0 16 0 13 0 108703163 1840623616 49422 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=640/tid=644] ppid=638 vsize=1797484 CPUtime=0.25
/proc/640/task/644/stat : 644 (java) S 638 640 577 0 -1 64 4897 0 0 0 24 1 0 0 16 0 13 0 108703163 1840623616 49422 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=645] ppid=638 vsize=1797484 CPUtime=0
/proc/640/task/645/stat : 645 (java) S 638 640 577 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 108703165 1840623616 49422 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=646] ppid=638 vsize=1797484 CPUtime=0
/proc/640/task/646/stat : 646 (java) S 638 640 577 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 108703166 1840623616 49422 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=647] ppid=638 vsize=1797484 CPUtime=0
/proc/640/task/647/stat : 647 (java) S 638 640 577 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108703166 1840623616 49422 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=648] ppid=638 vsize=1797484 CPUtime=0
/proc/640/task/648/stat : 648 (java) S 638 640 577 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108703170 1840623616 49422 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=649] ppid=638 vsize=1797484 CPUtime=1.47
/proc/640/task/649/stat : 649 (java) S 638 640 577 0 -1 64 7646 0 0 0 144 3 0 0 16 0 13 0 108703170 1840623616 49422 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=650] ppid=638 vsize=1797484 CPUtime=1.47
/proc/640/task/650/stat : 650 (java) S 638 640 577 0 -1 64 3734 0 0 0 146 1 0 0 17 0 13 0 108703170 1840623616 49422 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=640/tid=651] ppid=638 vsize=1797484 CPUtime=0
/proc/640/task/651/stat : 651 (java) S 638 640 577 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108703170 1840623616 49422 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=652] ppid=638 vsize=1797484 CPUtime=0
/proc/640/task/652/stat : 652 (java) S 638 640 577 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 108703170 1840623616 49422 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=640/tid=653] ppid=638 vsize=1797484 CPUtime=0
/proc/640/task/653/stat : 653 (java) S 638 640 577 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 108703322 1840623616 49422 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.6
Current children cumulated vsize (KiB) 1797484

[startup+12.7025 s]
/proc/loadavg: 0.94 0.97 0.96 2/77 653
/proc/meminfo: memFree=1500312/2055920 swapFree=4184456/4192956
[pid=640] ppid=638 vsize=1797388 CPUtime=15.27
/proc/640/stat : 640 (java) S 638 640 577 0 -1 0 62100 0 1 0 1502 25 0 0 18 0 13 0 108703160 1840525312 51843 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/640/statm: 449347 51843 1326 9 0 446959 0
[pid=640/tid=642] ppid=638 vsize=1797388 CPUtime=11.42
/proc/640/task/642/stat : 642 (java) R 638 640 577 0 -1 64 38765 0 1 0 1128 14 0 0 17 0 13 0 108703162 1840525312 51843 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109860830 0 4 0 23759 0 0 0 -1 1 0 0
[pid=640/tid=643] ppid=638 vsize=1797388 CPUtime=0.3
/proc/640/task/643/stat : 643 (java) S 638 640 577 0 -1 64 5366 0 0 0 28 2 0 0 16 0 13 0 108703163 1840525312 51843 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=640/tid=644] ppid=638 vsize=1797388 CPUtime=0.29
/proc/640/task/644/stat : 644 (java) S 638 640 577 0 -1 64 5825 0 0 0 28 1 0 0 16 0 13 0 108703163 1840525312 51843 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=645] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/645/stat : 645 (java) S 638 640 577 0 -1 64 25 0 0 0 0 0 0 0 15 0 13 0 108703165 1840525312 51843 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=646] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/646/stat : 646 (java) S 638 640 577 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 108703166 1840525312 51843 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=647] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/647/stat : 647 (java) S 638 640 577 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108703166 1840525312 51843 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=648] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/648/stat : 648 (java) S 638 640 577 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108703170 1840525312 51843 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=649] ppid=638 vsize=1797388 CPUtime=1.53
/proc/640/task/649/stat : 649 (java) S 638 640 577 0 -1 64 7653 0 0 0 150 3 0 0 17 0 13 0 108703170 1840525312 51843 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=650] ppid=638 vsize=1797388 CPUtime=1.66
/proc/640/task/650/stat : 650 (java) S 638 640 577 0 -1 64 3745 0 0 0 165 1 0 0 17 0 13 0 108703170 1840525312 51843 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=651] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/651/stat : 651 (java) S 638 640 577 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108703170 1840525312 51843 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=652] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/652/stat : 652 (java) S 638 640 577 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 108703170 1840525312 51843 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=640/tid=653] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/653/stat : 653 (java) S 638 640 577 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 108703322 1840525312 51843 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.27
Current children cumulated vsize (KiB) 1797388

[startup+25.5029 s]
/proc/loadavg: 0.95 0.97 0.96 2/77 653
/proc/meminfo: memFree=1565720/2055920 swapFree=4184456/4192956
[pid=640] ppid=638 vsize=1797388 CPUtime=28.13
/proc/640/stat : 640 (java) S 638 640 577 0 -1 0 63974 0 1 0 2786 27 0 0 18 0 13 0 108703160 1840525312 34941 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/640/statm: 449347 34941 1326 9 0 446959 0
[pid=640/tid=642] ppid=638 vsize=1797388 CPUtime=24.08
/proc/640/task/642/stat : 642 (java) R 638 640 577 0 -1 64 38794 0 1 0 2394 14 0 0 25 0 13 0 108703162 1840525312 34941 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109806533 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=643] ppid=638 vsize=1797388 CPUtime=0.39
/proc/640/task/643/stat : 643 (java) S 638 640 577 0 -1 64 6382 0 0 0 36 3 0 0 16 0 13 0 108703163 1840525312 34941 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=644] ppid=638 vsize=1797388 CPUtime=0.38
/proc/640/task/644/stat : 644 (java) S 638 640 577 0 -1 64 6654 0 0 0 36 2 0 0 16 0 13 0 108703163 1840525312 34941 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=640/tid=645] ppid=638 vsize=1797388 CPUtime=0.01
/proc/640/task/645/stat : 645 (java) S 638 640 577 0 -1 64 25 0 0 0 0 1 0 0 16 0 13 0 108703165 1840525312 34941 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=640/tid=645] ppid=638 vsize=1797388 CPUtime=0.37
/proc/640/task/645/stat : 645 (java) S 638 640 577 0 -1 64 104 0 0 0 23 14 0 0 16 0 13 0 108703165 1840525312 195224 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=640/tid=646] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/646/stat : 646 (java) S 638 640 577 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 108703166 1840525312 195224 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=647] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/647/stat : 647 (java) S 638 640 577 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108703166 1840525312 195224 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=648] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/648/stat : 648 (java) S 638 640 577 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108703170 1840525312 195224 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=649] ppid=638 vsize=1797388 CPUtime=1.57
/proc/640/task/649/stat : 649 (java) S 638 640 577 0 -1 64 7653 0 0 0 154 3 0 0 17 0 13 0 108703170 1840525312 195224 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=650] ppid=638 vsize=1797388 CPUtime=1.71
/proc/640/task/650/stat : 650 (java) S 638 640 577 0 -1 64 3746 0 0 0 170 1 0 0 17 0 13 0 108703170 1840525312 195224 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=651] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/651/stat : 651 (java) S 638 640 577 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108703170 1840525312 195224 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=652] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/652/stat : 652 (java) S 638 640 577 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 108703170 1840525312 195224 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=653] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/653/stat : 653 (java) S 638 640 577 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 108703322 1840525312 195224 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1583.43
Current children cumulated vsize (KiB) 1797388

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 853
/proc/meminfo: memFree=907864/2055920 swapFree=4184456/4192956
[pid=640] ppid=638 vsize=1797388 CPUtime=1645.64
/proc/640/stat : 640 (java) S 638 640 577 0 -1 0 257757 0 1 0 164416 148 0 0 18 0 13 0 108703160 1840525312 199453 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/640/statm: 449347 199453 1327 9 0 446959 0
[pid=640/tid=642] ppid=638 vsize=1797388 CPUtime=1557.76
/proc/640/task/642/stat : 642 (java) R 638 640 577 0 -1 64 69344 0 1 0 155728 48 0 0 25 0 13 0 108703162 1840525312 199453 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109836523 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=643] ppid=638 vsize=1797388 CPUtime=42.07
/proc/640/task/643/stat : 643 (java) S 638 640 577 0 -1 64 85878 0 0 0 4168 39 0 0 17 0 13 0 108703163 1840525312 199453 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=640/tid=644] ppid=638 vsize=1797388 CPUtime=42.08
/proc/640/task/644/stat : 644 (java) S 638 640 577 0 -1 64 90311 0 0 0 4170 38 0 0 16 0 13 0 108703163 1840525312 199453 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=645] ppid=638 vsize=1797388 CPUtime=0.39
/proc/640/task/645/stat : 645 (java) S 638 640 577 0 -1 64 104 0 0 0 24 15 0 0 16 0 13 0 108703165 1840525312 199453 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=646] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/646/stat : 646 (java) S 638 640 577 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 108703166 1840525312 199453 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=647] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/647/stat : 647 (java) S 638 640 577 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108703166 1840525312 199453 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=648] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/648/stat : 648 (java) S 638 640 577 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108703170 1840525312 199453 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=649] ppid=638 vsize=1797388 CPUtime=1.57
/proc/640/task/649/stat : 649 (java) S 638 640 577 0 -1 64 7653 0 0 0 154 3 0 0 17 0 13 0 108703170 1840525312 199453 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=650] ppid=638 vsize=1797388 CPUtime=1.71
/proc/640/task/650/stat : 650 (java) S 638 640 577 0 -1 64 3746 0 0 0 170 1 0 0 17 0 13 0 108703170 1840525312 199453 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=651] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/651/stat : 651 (java) S 638 640 577 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108703170 1840525312 199453 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=652] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/652/stat : 652 (java) S 638 640 577 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 108703170 1840525312 199453 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=653] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/653/stat : 653 (java) S 638 640 577 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 108703322 1840525312 199453 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1645.64
Current children cumulated vsize (KiB) 1797388

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 853
/proc/meminfo: memFree=889112/2055920 swapFree=4184456/4192956
[pid=640] ppid=638 vsize=1797388 CPUtime=1707.91
/proc/640/stat : 640 (java) S 638 640 577 0 -1 0 262771 0 1 0 170641 150 0 0 18 0 13 0 108703160 1840525312 204120 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/640/statm: 449347 204120 1327 9 0 446959 0
[pid=640/tid=642] ppid=638 vsize=1797388 CPUtime=1615.39
/proc/640/task/642/stat : 642 (java) R 638 640 577 0 -1 64 69386 0 1 0 161490 49 0 0 25 0 13 0 108703162 1840525312 204120 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109817398 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=643] ppid=638 vsize=1797388 CPUtime=44.37
/proc/640/task/643/stat : 643 (java) S 638 640 577 0 -1 64 86931 0 0 0 4398 39 0 0 17 0 13 0 108703163 1840525312 204120 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=640/tid=644] ppid=638 vsize=1797388 CPUtime=44.41
/proc/640/task/644/stat : 644 (java) S 638 640 577 0 -1 64 94230 0 0 0 4402 39 0 0 16 0 13 0 108703163 1840525312 204120 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=645] ppid=638 vsize=1797388 CPUtime=0.39
/proc/640/task/645/stat : 645 (java) S 638 640 577 0 -1 64 104 0 0 0 24 15 0 0 15 0 13 0 108703165 1840525312 204120 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=640/tid=646] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/646/stat : 646 (java) S 638 640 577 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 108703166 1840525312 204120 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=647] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/647/stat : 647 (java) S 638 640 577 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108703166 1840525312 204120 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=648] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/648/stat : 648 (java) S 638 640 577 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108703170 1840525312 204120 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=649] ppid=638 vsize=1797388 CPUtime=1.57
/proc/640/task/649/stat : 649 (java) S 638 640 577 0 -1 64 7653 0 0 0 154 3 0 0 17 0 13 0 108703170 1840525312 204120 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=650] ppid=638 vsize=1797388 CPUtime=1.71
/proc/640/task/650/stat : 650 (java) S 638 640 577 0 -1 64 3746 0 0 0 170 1 0 0 17 0 13 0 108703170 1840525312 204120 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=651] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/651/stat : 651 (java) S 638 640 577 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108703170 1840525312 204120 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=652] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/652/stat : 652 (java) S 638 640 577 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 108703170 1840525312 204120 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=653] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/653/stat : 653 (java) S 638 640 577 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 108703322 1840525312 204120 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1707.91
Current children cumulated vsize (KiB) 1797388

[startup+1722.3 s]
/proc/loadavg: 1.06 1.03 1.00 2/77 853
/proc/meminfo: memFree=872664/2055920 swapFree=4184456/4192956
[pid=640] ppid=638 vsize=1797388 CPUtime=1770.26
/proc/640/stat : 640 (java) S 638 640 577 0 -1 0 267340 0 1 0 176873 153 0 0 18 0 13 0 108703160 1840525312 208300 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/640/statm: 449347 208300 1327 9 0 446959 0
[pid=640/tid=642] ppid=638 vsize=1797388 CPUtime=1672.95
/proc/640/task/642/stat : 642 (java) R 638 640 577 0 -1 64 69428 0 1 0 167246 49 0 0 25 0 13 0 108703162 1840525312 208300 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109747467 0 4 0 23759 0 0 0 -1 1 0 0
[pid=640/tid=643] ppid=638 vsize=1797388 CPUtime=46.76
/proc/640/task/643/stat : 643 (java) S 638 640 577 0 -1 64 88777 0 0 0 4636 40 0 0 16 0 13 0 108703163 1840525312 208300 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=644] ppid=638 vsize=1797388 CPUtime=46.79
/proc/640/task/644/stat : 644 (java) S 638 640 577 0 -1 64 96911 0 0 0 4639 40 0 0 17 0 13 0 108703163 1840525312 208300 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=640/tid=645] ppid=638 vsize=1797388 CPUtime=0.4
/proc/640/task/645/stat : 645 (java) S 638 640 577 0 -1 64 104 0 0 0 25 15 0 0 15 0 13 0 108703165 1840525312 208300 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=640/tid=646] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/646/stat : 646 (java) S 638 640 577 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 108703166 1840525312 208300 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=647] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/647/stat : 647 (java) S 638 640 577 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108703166 1840525312 208300 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=648] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/648/stat : 648 (java) S 638 640 577 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108703170 1840525312 208300 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=649] ppid=638 vsize=1797388 CPUtime=1.57
/proc/640/task/649/stat : 649 (java) S 638 640 577 0 -1 64 7653 0 0 0 154 3 0 0 17 0 13 0 108703170 1840525312 208300 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=650] ppid=638 vsize=1797388 CPUtime=1.71
/proc/640/task/650/stat : 650 (java) S 638 640 577 0 -1 64 3746 0 0 0 170 1 0 0 17 0 13 0 108703170 1840525312 208300 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=651] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/651/stat : 651 (java) S 638 640 577 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108703170 1840525312 208300 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=652] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/652/stat : 652 (java) S 638 640 577 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 108703170 1840525312 208300 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=653] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/653/stat : 653 (java) S 638 640 577 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 108703322 1840525312 208300 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.26
Current children cumulated vsize (KiB) 1797388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1751 s]
/proc/loadavg: 1.10 1.04 1.01 2/77 853
/proc/meminfo: memFree=865368/2055920 swapFree=4184456/4192956
[pid=640] ppid=638 vsize=1797388 CPUtime=1800.02
/proc/640/stat : 640 (java) S 638 640 577 0 -1 0 269238 0 1 0 179849 153 0 0 18 0 13 0 108703160 1840525312 210048 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/640/statm: 449347 210048 1327 9 0 446959 0
[pid=640/tid=642] ppid=638 vsize=1797388 CPUtime=1700.52
/proc/640/task/642/stat : 642 (java) R 638 640 577 0 -1 64 69447 0 1 0 170003 49 0 0 25 0 13 0 108703162 1840525312 210048 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109508058 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=643] ppid=638 vsize=1797388 CPUtime=47.86
/proc/640/task/643/stat : 643 (java) S 638 640 577 0 -1 64 89827 0 0 0 4745 41 0 0 16 0 13 0 108703163 1840525312 210048 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=640/tid=644] ppid=638 vsize=1797388 CPUtime=47.89
/proc/640/task/644/stat : 644 (java) S 638 640 577 0 -1 64 97740 0 0 0 4749 40 0 0 16 0 13 0 108703163 1840525312 210048 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=645] ppid=638 vsize=1797388 CPUtime=0.41
/proc/640/task/645/stat : 645 (java) S 638 640 577 0 -1 64 104 0 0 0 25 16 0 0 15 0 13 0 108703165 1840525312 210048 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=640/tid=646] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/646/stat : 646 (java) S 638 640 577 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 108703166 1840525312 210048 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=647] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/647/stat : 647 (java) S 638 640 577 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108703166 1840525312 210048 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=648] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/648/stat : 648 (java) S 638 640 577 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108703170 1840525312 210048 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=649] ppid=638 vsize=1797388 CPUtime=1.57
/proc/640/task/649/stat : 649 (java) S 638 640 577 0 -1 64 7653 0 0 0 154 3 0 0 17 0 13 0 108703170 1840525312 210048 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=650] ppid=638 vsize=1797388 CPUtime=1.71
/proc/640/task/650/stat : 650 (java) S 638 640 577 0 -1 64 3746 0 0 0 170 1 0 0 17 0 13 0 108703170 1840525312 210048 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=651] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/651/stat : 651 (java) S 638 640 577 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 108703170 1840525312 210048 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=652] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/652/stat : 652 (java) S 638 640 577 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 108703170 1840525312 210048 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=640/tid=653] ppid=638 vsize=1797388 CPUtime=0
/proc/640/task/653/stat : 653 (java) S 638 640 577 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 108703322 1840525312 210048 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1797388

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

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

[startup+1751.11 s]
/proc/loadavg: 1.10 1.04 1.01 2/67 856
/proc/meminfo: memFree=1451464/2055920 swapFree=4184456/4192956
[pid=640] ppid=638 vsize=0 CPUtime=1800.14
/proc/640/stat : 640 (java) Z 638 640 577 0 -1 1036 269258 0 1 0 179851 163 0 0 16 0 2 0 108703160 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/640/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1751.16
CPU time (s): 1800.19
CPU user time (s): 1798.52
CPU system time (s): 1.67274
CPU usage (%): 102.8
Max. virtual memory (cumulated for all children) (KiB): 1798048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.52
system time used= 1.67274
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269258
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= 51441
involuntary context switches= 40173

runsolver used 2.17667 second user time and 4.96124 second system time

The end

Launcher Data (download as text)

Begin job on node70 on Mon Apr 16 02:47:38 UTC 2007

IDJOB= 349253
IDBENCH= 2319
IDSOLVER= 160
FILE ID= node70/349253-1176691658

PBS_JOBID= 4560016

Free space on /tmp= 66546 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-bienst1.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349253-1176691658/sat4jPseudoCP.jar /tmp/evaluation/349253-1176691658/instance-349253-1176691658.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node70/watcher-349253-1176691658 -o ROOT/results/node70/solver-349253-1176691658 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349253-1176691658/sat4jPseudoCP.jar /tmp/evaluation/349253-1176691658/instance-349253-1176691658.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  c5d594af626243e56994c23d5a3c48e8

RANDOM SEED= 510429137

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node70.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1703496 kB
Buffers:         52844 kB
Cached:         222204 kB
SwapCached:       2596 kB
Active:         132984 kB
Inactive:       153480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1703496 kB
SwapTotal:     4192956 kB
SwapFree:      4184456 kB
Dirty:            4456 kB
Writeback:           0 kB
Mapped:          15628 kB
Slab:            52064 kB
Committed_AS:  2392036 kB
PageTables:       1396 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66546 MiB

End job on node70 on Mon Apr 16 03:16:51 UTC 2007