Trace number 349578

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.2 1772.8

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-timtab1.opb
MD5SUMc68fa68a808b234260c8cfaf77f6d655
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 variables3763
Total number of constraints453
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints453
Minimum length of a constraint2
Maximum length of a constraint138
Number of terms in the objective function 1925
Biggest coefficient in the objective function 3604480000000000
Number of bits for the biggest coefficient in the objective function 52
Sum of the numbers in the objective function 349617145499934465
Number of bits of the sum of numbers in the objective function 59
Biggest number in a constraint 1200000000000000000000
Number of bits of the biggest number in a constraint 71
Biggest sum of numbers in a constraint 4359960937500000284217
Number of bits of the biggest sum of numbers72
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.09/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.09/0.20	--- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.09/0.20	c Learn all clauses as in MiniSAT
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.20	c No reason simplification
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c solving /tmp/evaluation/349578-1176709257/instance-349578-1176709257.opb
0.09/0.20	c reading problem ... 
1.96/1.28	c ... done. Wall clock time 1.083s.
1.96/1.28	c CPU time (experimental) 0.59s.
1.96/1.28	c #vars     3763
1.96/1.28	c #constraints  624
1800.09/1772.71	c starts		: 2
1800.09/1772.71	c conflicts		: 48363
1800.09/1772.71	c decisions		: 69455
1800.09/1772.71	c propagations		: 304627
1800.09/1772.71	c inspects		: 492586488
1800.09/1772.71	c learnt literals	: 0
1800.09/1772.71	c learnt binary clauses	: 0
1800.09/1772.71	c learnt ternary clauses	: 0
1800.09/1772.71	c learnt clauses	: 48363
1800.09/1772.71	c root simplifications	: 0
1800.09/1772.71	c removed literals (reason simplification)	: 0
1800.09/1772.71	c reason swapping (by a shorter reason)	: 0
1800.09/1772.71	c Calls to reduceDB	: 0
1800.09/1772.71	c speed (decisions/second)	: 39.21076030655018
1800.09/1772.71	c non guided choices	0
1800.09/1772.71	s UNKNOWN
1800.09/1772.71	c Total wall clock time (ms): 1772.516

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

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


[startup+0 s]
/proc/loadavg: 1.04 1.02 1.00 3/77 14781
/proc/meminfo: memFree=1726912/2055920 swapFree=4175300/4192956
[pid=14781] ppid=14779 vsize=1800 CPUtime=0
/proc/14781/stat : 14781 (java) D 14779 14781 13949 0 -1 0 180 0 0 0 0 0 0 0 20 0 1 0 118843566 1843200 151 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/14781/statm: 450 151 114 9 0 92 0

[startup+0.0543041 s]
/proc/loadavg: 1.04 1.02 1.00 3/77 14781
/proc/meminfo: memFree=1726912/2055920 swapFree=4175300/4192956
[pid=14781] ppid=14779 vsize=1777708 CPUtime=0.04
/proc/14781/stat : 14781 (java) S 14779 14781 13949 0 -1 0 3583 0 1 0 3 1 0 0 20 0 7 0 118843566 1820372992 3325 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/14781/statm: 444427 3325 1069 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.101313 s]
/proc/loadavg: 1.04 1.02 1.00 3/77 14781
/proc/meminfo: memFree=1726912/2055920 swapFree=4175300/4192956
[pid=14781] ppid=14779 vsize=1780256 CPUtime=0.09
/proc/14781/stat : 14781 (java) S 14779 14781 13949 0 -1 0 4007 0 1 0 7 2 0 0 20 0 12 0 118843566 1822982144 3748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14781/statm: 445064 3748 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780256

[startup+0.301363 s]
/proc/loadavg: 1.04 1.02 1.00 3/77 14781
/proc/meminfo: memFree=1726912/2055920 swapFree=4175300/4192956
[pid=14781] ppid=14779 vsize=1781636 CPUtime=0.34
/proc/14781/stat : 14781 (java) S 14779 14781 13949 0 -1 0 5096 0 1 0 31 3 0 0 20 0 12 0 118843566 1824395264 4834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14781/statm: 445409 4834 1271 9 0 443021 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1781636

[startup+0.70145 s]
/proc/loadavg: 1.04 1.02 1.00 3/77 14781
/proc/meminfo: memFree=1726912/2055920 swapFree=4175300/4192956
[pid=14781] ppid=14779 vsize=1785912 CPUtime=0.96
/proc/14781/stat : 14781 (java) S 14779 14781 13949 0 -1 0 7619 0 1 0 92 4 0 0 20 0 12 0 118843566 1828773888 7060 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14781/statm: 446478 7061 1309 9 0 444090 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1785912

[startup+1.50262 s]
/proc/loadavg: 1.04 1.02 1.00 4/89 14793
/proc/meminfo: memFree=1693536/2055920 swapFree=4175300/4192956
[pid=14781] ppid=14779 vsize=1795268 CPUtime=2.46
/proc/14781/stat : 14781 (java) S 14779 14781 13949 0 -1 0 17509 0 1 0 239 7 0 0 20 0 13 0 118843566 1838354432 12389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14781/statm: 448817 12389 1318 9 0 446429 0
[pid=14781/tid=14783] ppid=14779 vsize=1795268 CPUtime=0.75
/proc/14781/task/14783/stat : 14783 (java) R 14779 14781 13949 0 -1 64 8253 0 1 0 71 4 0 0 25 0 13 0 118843567 1838354432 12389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109188734 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14784] ppid=14779 vsize=1795268 CPUtime=0
/proc/14781/task/14784/stat : 14784 (java) S 14779 14781 13949 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 118843569 1838354432 12389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14785] ppid=14779 vsize=1795268 CPUtime=0
/proc/14781/task/14785/stat : 14785 (java) S 14779 14781 13949 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 118843569 1838354432 12389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14786] ppid=14779 vsize=1795268 CPUtime=0
/proc/14781/task/14786/stat : 14786 (java) S 14779 14781 13949 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 118843571 1838354432 12389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14787] ppid=14779 vsize=1795268 CPUtime=0
/proc/14781/task/14787/stat : 14787 (java) S 14779 14781 13949 0 -1 64 10 0 0 0 0 0 0 0 25 0 13 0 118843572 1838354432 12389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14788] ppid=14779 vsize=1795268 CPUtime=0
/proc/14781/task/14788/stat : 14788 (java) S 14779 14781 13949 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118843572 1838354432 12389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14789] ppid=14779 vsize=1795268 CPUtime=0
/proc/14781/task/14789/stat : 14789 (java) S 14779 14781 13949 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118843575 1838354432 12389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14790] ppid=14779 vsize=1795268 CPUtime=0.82
/proc/14781/task/14790/stat : 14790 (java) S 14779 14781 13949 0 -1 64 3858 0 0 0 81 1 0 0 17 0 13 0 118843575 1838354432 12389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14791] ppid=14779 vsize=1795268 CPUtime=0.87
/proc/14781/task/14791/stat : 14791 (java) S 14779 14781 13949 0 -1 64 4672 0 0 0 86 1 0 0 16 0 13 0 118843575 1838354432 12389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14792] ppid=14779 vsize=1795268 CPUtime=0
/proc/14781/task/14792/stat : 14792 (java) S 14779 14781 13949 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118843575 1838354432 12389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14793] ppid=14779 vsize=1795268 CPUtime=0
/proc/14781/task/14793/stat : 14793 (java) S 14779 14781 13949 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118843576 1838354432 12389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 1795268

[startup+3.10196 s]
/proc/loadavg: 1.04 1.02 1.00 4/90 14794
/proc/meminfo: memFree=1658328/2055920 swapFree=4175300/4192956
[pid=14781] ppid=14779 vsize=1795268 CPUtime=5.29
/proc/14781/stat : 14781 (java) S 14779 14781 13949 0 -1 0 55154 0 1 0 505 24 0 0 20 0 13 0 118843566 1838354432 42832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14781/statm: 448817 42832 1331 9 0 446429 0
[pid=14781/tid=14783] ppid=14779 vsize=1795268 CPUtime=1.73
/proc/14781/task/14783/stat : 14783 (java) R 14779 14781 13949 0 -1 64 37730 0 1 0 156 17 0 0 17 0 13 0 118843567 1838354432 42832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109559923 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14784] ppid=14779 vsize=1795268 CPUtime=0.01
/proc/14781/task/14784/stat : 14784 (java) S 14779 14781 13949 0 -1 64 483 0 0 0 1 0 0 0 16 0 13 0 118843569 1838354432 42832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14785] ppid=14779 vsize=1795268 CPUtime=0.01
/proc/14781/task/14785/stat : 14785 (java) S 14779 14781 13949 0 -1 64 377 0 0 0 1 0 0 0 16 0 13 0 118843569 1838354432 42832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14786] ppid=14779 vsize=1795268 CPUtime=0
/proc/14781/task/14786/stat : 14786 (java) S 14779 14781 13949 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 118843571 1838354432 42832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14787] ppid=14779 vsize=1795268 CPUtime=0
/proc/14781/task/14787/stat : 14787 (java) S 14779 14781 13949 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118843572 1838354432 42832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14788] ppid=14779 vsize=1795268 CPUtime=0
/proc/14781/task/14788/stat : 14788 (java) S 14779 14781 13949 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118843572 1838354432 42832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14789] ppid=14779 vsize=1795268 CPUtime=0
/proc/14781/task/14789/stat : 14789 (java) S 14779 14781 13949 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118843575 1838354432 42832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14790] ppid=14779 vsize=1795268 CPUtime=1.73
/proc/14781/task/14790/stat : 14790 (java) R 14779 14781 13949 0 -1 64 8741 0 0 0 170 3 0 0 16 0 13 0 118843575 1838354432 42832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105057835 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14791] ppid=14779 vsize=1795268 CPUtime=1.76
/proc/14781/task/14791/stat : 14791 (java) S 14779 14781 13949 0 -1 64 7093 0 0 0 174 2 0 0 16 0 13 0 118843575 1838354432 42832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14792] ppid=14779 vsize=1795268 CPUtime=0
/proc/14781/task/14792/stat : 14792 (java) S 14779 14781 13949 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118843575 1838354432 42832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14793] ppid=14779 vsize=1795268 CPUtime=0
/proc/14781/task/14793/stat : 14793 (java) S 14779 14781 13949 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118843576 1838354432 42832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14794] ppid=14779 vsize=1795268 CPUtime=0
/proc/14781/task/14794/stat : 14794 (java) S 14779 14781 13949 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118843706 1838354432 42832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 1795268

[startup+6.30264 s]
/proc/loadavg: 1.20 1.06 1.01 3/90 14794
/proc/meminfo: memFree=1553368/2055920 swapFree=4175300/4192956
[pid=14781] ppid=14779 vsize=1793996 CPUtime=8.77
/proc/14781/stat : 14781 (java) S 14779 14781 13949 0 -1 0 58817 0 1 0 852 25 0 0 20 0 13 0 118843566 1837051904 44790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14781/statm: 448499 44790 1332 9 0 446111 0
[pid=14781/tid=14783] ppid=14779 vsize=1793996 CPUtime=4.75
/proc/14781/task/14783/stat : 14783 (java) R 14779 14781 13949 0 -1 64 37737 0 1 0 458 17 0 0 18 0 13 0 118843567 1837051904 44790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109552509 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14784] ppid=14779 vsize=1793996 CPUtime=0.11
/proc/14781/task/14784/stat : 14784 (java) S 14779 14781 13949 0 -1 64 2303 0 0 0 11 0 0 0 16 0 13 0 118843569 1837051904 44790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14785] ppid=14779 vsize=1793996 CPUtime=0.1
/proc/14781/task/14785/stat : 14785 (java) S 14779 14781 13949 0 -1 64 2166 0 0 0 10 0 0 0 16 0 13 0 118843569 1837051904 44790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14786] ppid=14779 vsize=1793996 CPUtime=0
/proc/14781/task/14786/stat : 14786 (java) S 14779 14781 13949 0 -1 64 32 0 0 0 0 0 0 0 15 0 13 0 118843571 1837051904 44790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14787] ppid=14779 vsize=1793996 CPUtime=0
/proc/14781/task/14787/stat : 14787 (java) S 14779 14781 13949 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118843572 1837051904 44790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14788] ppid=14779 vsize=1793996 CPUtime=0
/proc/14781/task/14788/stat : 14788 (java) S 14779 14781 13949 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118843572 1837051904 44790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14789] ppid=14779 vsize=1793996 CPUtime=0
/proc/14781/task/14789/stat : 14789 (java) S 14779 14781 13949 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118843575 1837051904 44790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14790] ppid=14779 vsize=1793996 CPUtime=1.9
/proc/14781/task/14790/stat : 14790 (java) S 14779 14781 13949 0 -1 64 8759 0 0 0 187 3 0 0 17 0 13 0 118843575 1837051904 44790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14791] ppid=14779 vsize=1793996 CPUtime=1.85
/proc/14781/task/14791/stat : 14791 (java) S 14779 14781 13949 0 -1 64 7098 0 0 0 183 2 0 0 16 0 13 0 118843575 1837051904 44790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14792] ppid=14779 vsize=1793996 CPUtime=0
/proc/14781/task/14792/stat : 14792 (java) S 14779 14781 13949 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118843575 1837051904 44790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14793] ppid=14779 vsize=1793996 CPUtime=0
/proc/14781/task/14793/stat : 14793 (java) S 14779 14781 13949 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118843576 1837051904 44790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14794] ppid=14779 vsize=1793996 CPUtime=0
/proc/14781/task/14794/stat : 14794 (java) S 14779 14781 13949 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118843706 1837051904 44790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.77
Current children cumulated vsize (KiB) 1793996

[startup+12.702 s]
/proc/loadavg: 1.18 1.06 1.01 2/90 14794
/proc/meminfo: memFree=1520992/2055920 swapFree=4175300/4192956
[pid=14781] ppid=14779 vsize=1793320 CPUtime=15.29
/proc/14781/stat : 14781 (java) S 14779 14781 13949 0 -1 0 67135 0 1 0 1500 29 0 0 20 0 13 0 118843566 1836359680 52663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14781/statm: 448330 52663 1333 9 0 445942 0
[pid=14781/tid=14783] ppid=14779 vsize=1793320 CPUtime=11.03
/proc/14781/task/14783/stat : 14783 (java) R 14779 14781 13949 0 -1 64 41413 0 1 0 1085 18 0 0 25 0 13 0 118843567 1836359680 52663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109838275 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14784] ppid=14779 vsize=1793320 CPUtime=0.2
/proc/14781/task/14784/stat : 14784 (java) S 14779 14781 13949 0 -1 64 4677 0 0 0 19 1 0 0 16 0 13 0 118843569 1836359680 52663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14785] ppid=14779 vsize=1793320 CPUtime=0.2
/proc/14781/task/14785/stat : 14785 (java) S 14779 14781 13949 0 -1 64 4429 0 0 0 18 2 0 0 16 0 13 0 118843569 1836359680 52663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14786] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14786/stat : 14786 (java) S 14779 14781 13949 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 118843571 1836359680 52663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14787] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14787/stat : 14787 (java) S 14779 14781 13949 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118843572 1836359680 52663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14788] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14788/stat : 14788 (java) S 14779 14781 13949 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118843572 1836359680 52663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14789] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14789/stat : 14789 (java) S 14779 14781 13949 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118843575 1836359680 52663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14790] ppid=14779 vsize=1793320 CPUtime=1.94
/proc/14781/task/14790/stat : 14790 (java) S 14779 14781 13949 0 -1 64 8764 0 0 0 191 3 0 0 16 0 13 0 118843575 1836359680 52663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14791] ppid=14779 vsize=1793320 CPUtime=1.86
/proc/14781/task/14791/stat : 14791 (java) S 14779 14781 13949 0 -1 64 7098 0 0 0 184 2 0 0 16 0 13 0 118843575 1836359680 52663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14792] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14792/stat : 14792 (java) S 14779 14781 13949 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118843575 1836359680 52663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14793] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14793/stat : 14793 (java) S 14779 14781 13949 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118843576 1836359680 52663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14794] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14794/stat : 14794 (java) S 14779 14781 13949 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118843706 1836359680 52663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.29
Current children cumulated vsize (KiB) 1793320

[startup+25.5027 s]
/proc/loadavg: 1.14 1.05 1.01 2/90 14794
/proc/meminfo: memFree=1539616/2055920 swapFree=4175300/4192956
[pid=14781] ppid=14779 vsize=1793320 CPUtime=28.18
/proc/14781/stat : 14781 (java) S 14779 14781 13949 0 -1 0 69835 0 1 0 2787 31 0 0 20 0 13 0 118843566 1836359680 47877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14781/statm: 448330 47877 1333 9 0 445942 0
[pid=14781/tid=14783] ppid=14779 vsize=1793320 CPUtime=23.71
/proc/14781/task/14783/stat : 14783 (java) R 14779 14781 13949 0 -1 64 41429 0 1 0 2353 18 0 0 25 0 13 0 118843567 1836359680 47877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109802305 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14784] ppid=14779 vsize=1793320 CPUtime=0.28
/proc/14781/task/14784/stat : 14784 (java) S 14779 14781 13949 0 -1 64 6133 0 0 0 27 1 0 0 16 0 13 0 118843569 1836359680 47877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14785] ppid=14779 vsize=1793320 CPUtime=0.3
/proc/14781/task/14785/stat : 14785 (java) S 14779 14781 13949 0 -1 64 5639 0 0 0 28 2 0 0 16 0 13 0 118843569 1836359680 47877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14786] ppid=14779 vsize=1793320 CPUtime=0.02
/proc/14781/task/14786/stat : 14786 (java) S 14779 14781 13949 0 -1 64 50 0 0 0 1 1 0 0 16 0 13 0 118843571 1836359680 47877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=14781] ppid=14779 vsize=1793320 CPUtime=1626.23
/proc/14781/stat : 14781 (java) S 14779 14781 13949 0 -1 0 173179 0 1 0 162519 104 0 0 20 0 13 0 118843566 1836359680 115428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14781/statm: 448330 115428 1333 9 0 445942 0
[pid=14781/tid=14783] ppid=14779 vsize=1793320 CPUtime=1577.57
/proc/14781/task/14783/stat : 14783 (java) R 14779 14781 13949 0 -1 64 60897 0 1 0 157712 45 0 0 25 0 13 0 118843567 1836359680 115428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109924111 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14784] ppid=14779 vsize=1793320 CPUtime=22.12
/proc/14781/task/14784/stat : 14784 (java) S 14779 14781 13949 0 -1 64 44776 0 0 0 2192 20 0 0 16 0 13 0 118843569 1836359680 115428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14785] ppid=14779 vsize=1793320 CPUtime=22.17
/proc/14781/task/14785/stat : 14785 (java) S 14779 14781 13949 0 -1 64 50278 0 0 0 2196 21 0 0 16 0 13 0 118843569 1836359680 115428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14786] ppid=14779 vsize=1793320 CPUtime=0.2
/proc/14781/task/14786/stat : 14786 (java) S 14779 14781 13949 0 -1 64 125 0 0 0 12 8 0 0 15 0 13 0 118843571 1836359680 115428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14787] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14787/stat : 14787 (java) S 14779 14781 13949 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118843572 1836359680 115428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14788] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14788/stat : 14788 (java) S 14779 14781 13949 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118843572 1836359680 115428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14789] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14789/stat : 14789 (java) S 14779 14781 13949 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118843575 1836359680 115428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14790] ppid=14779 vsize=1793320 CPUtime=1.98
/proc/14781/task/14790/stat : 14790 (java) S 14779 14781 13949 0 -1 64 8764 0 0 0 195 3 0 0 16 0 13 0 118843575 1836359680 115428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14791] ppid=14779 vsize=1793320 CPUtime=2.11
/proc/14781/task/14791/stat : 14791 (java) S 14779 14781 13949 0 -1 64 7617 0 0 0 208 3 0 0 17 0 13 0 118843575 1836359680 115428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14792] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14792/stat : 14792 (java) S 14779 14781 13949 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118843575 1836359680 115428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14793] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14793/stat : 14793 (java) S 14779 14781 13949 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118843576 1836359680 115428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14794] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14794/stat : 14794 (java) S 14779 14781 13949 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118843706 1836359680 115428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1626.23
Current children cumulated vsize (KiB) 1793320

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 14992
/proc/meminfo: memFree=1264032/2055920 swapFree=4175300/4192956
[pid=14781] ppid=14779 vsize=1793320 CPUtime=1687.43
/proc/14781/stat : 14781 (java) S 14779 14781 13949 0 -1 0 174238 0 1 0 168638 105 0 0 20 0 13 0 118843566 1836359680 116420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14781/statm: 448330 116420 1333 9 0 445942 0
[pid=14781/tid=14783] ppid=14779 vsize=1793320 CPUtime=1636.31
/proc/14781/task/14783/stat : 14783 (java) R 14779 14781 13949 0 -1 64 60921 0 1 0 163586 45 0 0 25 0 13 0 118843567 1836359680 116420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109805387 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14784] ppid=14779 vsize=1793320 CPUtime=23.35
/proc/14781/task/14784/stat : 14784 (java) S 14779 14781 13949 0 -1 64 44992 0 0 0 2314 21 0 0 16 0 13 0 118843569 1836359680 116420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14785] ppid=14779 vsize=1793320 CPUtime=23.4
/proc/14781/task/14785/stat : 14785 (java) S 14779 14781 13949 0 -1 64 51097 0 0 0 2318 22 0 0 16 0 13 0 118843569 1836359680 116420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14786] ppid=14779 vsize=1793320 CPUtime=0.21
/proc/14781/task/14786/stat : 14786 (java) S 14779 14781 13949 0 -1 64 125 0 0 0 12 9 0 0 15 0 13 0 118843571 1836359680 116420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14787] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14787/stat : 14787 (java) S 14779 14781 13949 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118843572 1836359680 116420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14788] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14788/stat : 14788 (java) S 14779 14781 13949 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118843572 1836359680 116420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14789] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14789/stat : 14789 (java) S 14779 14781 13949 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118843575 1836359680 116420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14790] ppid=14779 vsize=1793320 CPUtime=1.98
/proc/14781/task/14790/stat : 14790 (java) S 14779 14781 13949 0 -1 64 8764 0 0 0 195 3 0 0 16 0 13 0 118843575 1836359680 116420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14791] ppid=14779 vsize=1793320 CPUtime=2.11
/proc/14781/task/14791/stat : 14791 (java) S 14779 14781 13949 0 -1 64 7617 0 0 0 208 3 0 0 17 0 13 0 118843575 1836359680 116420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14792] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14792/stat : 14792 (java) S 14779 14781 13949 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118843575 1836359680 116420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14793] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14793/stat : 14793 (java) S 14779 14781 13949 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118843576 1836359680 116420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14794] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14794/stat : 14794 (java) S 14779 14781 13949 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118843706 1836359680 116420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1687.43
Current children cumulated vsize (KiB) 1793320

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 14992
/proc/meminfo: memFree=1260512/2055920 swapFree=4175300/4192956
[pid=14781] ppid=14779 vsize=1793320 CPUtime=1748.65
/proc/14781/stat : 14781 (java) S 14779 14781 13949 0 -1 0 175184 0 1 0 174759 106 0 0 20 0 13 0 118843566 1836359680 117336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14781/statm: 448330 117336 1333 9 0 445942 0
[pid=14781/tid=14783] ppid=14779 vsize=1793320 CPUtime=1695.03
/proc/14781/task/14783/stat : 14783 (java) R 14779 14781 13949 0 -1 64 60945 0 1 0 169458 45 0 0 25 0 13 0 118843567 1836359680 117336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109804853 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14784] ppid=14779 vsize=1793320 CPUtime=24.6
/proc/14781/task/14784/stat : 14784 (java) S 14779 14781 13949 0 -1 64 45164 0 0 0 2439 21 0 0 17 0 13 0 118843569 1836359680 117336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14785] ppid=14779 vsize=1793320 CPUtime=24.65
/proc/14781/task/14785/stat : 14785 (java) S 14779 14781 13949 0 -1 64 51847 0 0 0 2443 22 0 0 16 0 13 0 118843569 1836359680 117336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14786] ppid=14779 vsize=1793320 CPUtime=0.21
/proc/14781/task/14786/stat : 14786 (java) S 14779 14781 13949 0 -1 64 125 0 0 0 12 9 0 0 16 0 13 0 118843571 1836359680 117336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14787] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14787/stat : 14787 (java) S 14779 14781 13949 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118843572 1836359680 117336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14788] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14788/stat : 14788 (java) S 14779 14781 13949 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118843572 1836359680 117336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14789] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14789/stat : 14789 (java) S 14779 14781 13949 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118843575 1836359680 117336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14790] ppid=14779 vsize=1793320 CPUtime=1.98
/proc/14781/task/14790/stat : 14790 (java) S 14779 14781 13949 0 -1 64 8764 0 0 0 195 3 0 0 16 0 13 0 118843575 1836359680 117336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14791] ppid=14779 vsize=1793320 CPUtime=2.11
/proc/14781/task/14791/stat : 14791 (java) S 14779 14781 13949 0 -1 64 7617 0 0 0 208 3 0 0 17 0 13 0 118843575 1836359680 117336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14792] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14792/stat : 14792 (java) S 14779 14781 13949 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118843575 1836359680 117336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14793] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14793/stat : 14793 (java) S 14779 14781 13949 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118843576 1836359680 117336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14794] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14794/stat : 14794 (java) S 14779 14781 13949 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118843706 1836359680 117336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1748.65
Current children cumulated vsize (KiB) 1793320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 14992
/proc/meminfo: memFree=1257184/2055920 swapFree=4175300/4192956
[pid=14781] ppid=14779 vsize=1793320 CPUtime=1800.09
/proc/14781/stat : 14781 (java) S 14779 14781 13949 0 -1 0 175977 0 1 0 179902 107 0 0 20 0 13 0 118843566 1836359680 118090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14781/statm: 448330 118090 1333 9 0 445942 0
[pid=14781/tid=14783] ppid=14779 vsize=1793320 CPUtime=1744.35
/proc/14781/task/14783/stat : 14783 (java) R 14779 14781 13949 0 -1 64 60965 0 1 0 174390 45 0 0 25 0 13 0 118843567 1836359680 118090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109804853 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14784] ppid=14779 vsize=1793320 CPUtime=25.66
/proc/14781/task/14784/stat : 14784 (java) S 14779 14781 13949 0 -1 64 45457 0 0 0 2545 21 0 0 16 0 13 0 118843569 1836359680 118090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14785] ppid=14779 vsize=1793320 CPUtime=25.71
/proc/14781/task/14785/stat : 14785 (java) S 14779 14781 13949 0 -1 64 52327 0 0 0 2548 23 0 0 17 0 13 0 118843569 1836359680 118090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14786] ppid=14779 vsize=1793320 CPUtime=0.22
/proc/14781/task/14786/stat : 14786 (java) S 14779 14781 13949 0 -1 64 125 0 0 0 13 9 0 0 16 0 13 0 118843571 1836359680 118090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14787] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14787/stat : 14787 (java) S 14779 14781 13949 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118843572 1836359680 118090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14788] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14788/stat : 14788 (java) S 14779 14781 13949 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118843572 1836359680 118090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14789] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14789/stat : 14789 (java) S 14779 14781 13949 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118843575 1836359680 118090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14790] ppid=14779 vsize=1793320 CPUtime=1.98
/proc/14781/task/14790/stat : 14790 (java) S 14779 14781 13949 0 -1 64 8764 0 0 0 195 3 0 0 16 0 13 0 118843575 1836359680 118090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14791] ppid=14779 vsize=1793320 CPUtime=2.11
/proc/14781/task/14791/stat : 14791 (java) S 14779 14781 13949 0 -1 64 7617 0 0 0 208 3 0 0 17 0 13 0 118843575 1836359680 118090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14792] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14792/stat : 14792 (java) S 14779 14781 13949 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118843575 1836359680 118090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14793] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14793/stat : 14793 (java) S 14779 14781 13949 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118843576 1836359680 118090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14794] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14794/stat : 14794 (java) S 14779 14781 13949 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118843706 1836359680 118090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1793320

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

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

[startup+1772.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 14992
/proc/meminfo: memFree=1257184/2055920 swapFree=4175300/4192956
[pid=14781] ppid=14779 vsize=1793320 CPUtime=1800.09
/proc/14781/stat : 14781 (java) S 14779 14781 13949 0 -1 0 175977 0 1 0 179902 107 0 0 20 0 13 0 118843566 1836359680 118090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14781/statm: 448330 118090 1333 9 0 445942 0
[pid=14781/tid=14783] ppid=14779 vsize=1793320 CPUtime=1744.35
/proc/14781/task/14783/stat : 14783 (java) R 14779 14781 13949 0 -1 64 60965 0 1 0 174390 45 0 0 25 0 13 0 118843567 1836359680 118090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109804853 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14784] ppid=14779 vsize=1793320 CPUtime=25.66
/proc/14781/task/14784/stat : 14784 (java) S 14779 14781 13949 0 -1 64 45457 0 0 0 2545 21 0 0 16 0 13 0 118843569 1836359680 118090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14785] ppid=14779 vsize=1793320 CPUtime=25.71
/proc/14781/task/14785/stat : 14785 (java) S 14779 14781 13949 0 -1 64 52327 0 0 0 2548 23 0 0 17 0 13 0 118843569 1836359680 118090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14786] ppid=14779 vsize=1793320 CPUtime=0.22
/proc/14781/task/14786/stat : 14786 (java) S 14779 14781 13949 0 -1 64 125 0 0 0 13 9 0 0 16 0 13 0 118843571 1836359680 118090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14787] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14787/stat : 14787 (java) S 14779 14781 13949 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118843572 1836359680 118090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14788] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14788/stat : 14788 (java) S 14779 14781 13949 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118843572 1836359680 118090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14789] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14789/stat : 14789 (java) S 14779 14781 13949 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 118843575 1836359680 118090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14790] ppid=14779 vsize=1793320 CPUtime=1.98
/proc/14781/task/14790/stat : 14790 (java) S 14779 14781 13949 0 -1 64 8764 0 0 0 195 3 0 0 16 0 13 0 118843575 1836359680 118090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14791] ppid=14779 vsize=1793320 CPUtime=2.11
/proc/14781/task/14791/stat : 14791 (java) S 14779 14781 13949 0 -1 64 7617 0 0 0 208 3 0 0 17 0 13 0 118843575 1836359680 118090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14792] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14792/stat : 14792 (java) S 14779 14781 13949 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118843575 1836359680 118090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14781/tid=14793] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14793/stat : 14793 (java) S 14779 14781 13949 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118843576 1836359680 118090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14781/tid=14794] ppid=14779 vsize=1793320 CPUtime=0
/proc/14781/task/14794/stat : 14794 (java) S 14779 14781 13949 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118843706 1836359680 118090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1793320

Child status: 143
Real time (s): 1772.8
CPU time (s): 1800.2
CPU user time (s): 1799.05
CPU system time (s): 1.14682
CPU usage (%): 101.545
Max. virtual memory (cumulated for all children) (KiB): 1799364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.05
system time used= 1.14682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175997
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= 44353
involuntary context switches= 23685

runsolver used 1.9717 second user time and 5.50116 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Mon Apr 16 07:40:57 UTC 2007

IDJOB= 349578
IDBENCH= 2526
IDSOLVER= 160
FILE ID= node13/349578-1176709257

PBS_JOBID= 4559427

Free space on /tmp= 66475 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-timtab1.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349578-1176709257/sat4jPseudoCP.jar /tmp/evaluation/349578-1176709257/instance-349578-1176709257.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-349578-1176709257 -o ROOT/results/node13/solver-349578-1176709257 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349578-1176709257/sat4jPseudoCP.jar /tmp/evaluation/349578-1176709257/instance-349578-1176709257.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  c68fa68a808b234260c8cfaf77f6d655

RANDOM SEED= 718373435

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.259
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.259
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:       1727384 kB
Buffers:         56036 kB
Cached:         183272 kB
SwapCached:       2704 kB
Active:         150700 kB
Inactive:       118376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727384 kB
SwapTotal:     4192956 kB
SwapFree:      4175300 kB
Dirty:            3784 kB
Writeback:           0 kB
Mapped:          40540 kB
Slab:            44940 kB
Committed_AS:  6485756 kB
PageTables:       1872 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= 66475 MiB

End job on node13 on Mon Apr 16 08:10:32 UTC 2007