Trace number 365438

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (TO) 1800.57 1788.89

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-pilot.we.opb
MD5SUM78c28cbc46584ca3f2053cae625d9faa
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark35.4566
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables77678
Total number of constraints1016
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 constraints1016
Minimum length of a constraint10
Maximum length of a constraint2430
Number of terms in the objective function 2760
Biggest coefficient in the objective function 114621939712000000000
Number of bits for the biggest coefficient in the objective function 67
Sum of the numbers in the objective function 6133849937192095161813
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 114621939712000000000
Number of bits of the biggest number in a constraint 67
Biggest sum of numbers in a constraint 6133849937192095161813
Number of bits of the biggest sum of numbers73
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.08/0.19	--- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.19	c Learn all clauses as in MiniSAT
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.19	c No reason simplification
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c solving /tmp/evaluation/365438-1177050575/instance-365438-1177050575.opb
0.08/0.19	c reading problem ... 
4.67/3.70	c ... done. Wall clock time 3.501s.
4.67/3.70	c CPU time (experimental) 2.82s.
4.67/3.70	c #vars     77678
4.67/3.70	c #constraints  1591
1726.06/1714.54	c cleaning 845991 clauses out of 1692001 for limit 9.246035027851697E8
1800.28/1788.62	c starts		: 23
1800.28/1788.62	c conflicts		: 1692501
1800.28/1788.62	c decisions		: 1697521
1800.28/1788.62	c propagations		: 22628343
1800.28/1788.62	c inspects		: 827272690
1800.28/1788.62	c learnt literals	: 0
1800.28/1788.62	c learnt binary clauses	: 0
1800.28/1788.62	c learnt ternary clauses	: 0
1800.28/1788.62	c learnt clauses	: 1692501
1800.28/1788.62	c root simplifications	: 0
1800.28/1788.62	c removed literals (reason simplification)	: 0
1800.28/1788.62	c reason swapping (by a shorter reason)	: 0
1800.28/1788.62	c Calls to reduceDB	: 2
1800.28/1788.62	c speed (decisions/second)	: 951.1290981390598
1800.28/1788.62	c non guided choices	20
1800.28/1788.62	s UNKNOWN
1800.28/1788.62	c Total wall clock time (ms): 1788.423

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

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


[startup+0 s]
/proc/loadavg: 1.06 1.10 1.11 2/77 28568
/proc/meminfo: memFree=1685808/2055920 swapFree=4159720/4192956
[pid=28568] ppid=28566 vsize=152 CPUtime=0
/proc/28568/stat : 28568 (java) R 28566 28568 30333 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 181095121 155648 26 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 10416932 0 0 4096 0 0 0 0 17 1 0 0
/proc/28568/statm: 38 26 19 9 0 4 0

[startup+0.0625801 s]
/proc/loadavg: 1.06 1.10 1.11 2/77 28568
/proc/meminfo: memFree=1685808/2055920 swapFree=4159720/4192956
[pid=28568] ppid=28566 vsize=1777708 CPUtime=0.05
/proc/28568/stat : 28568 (java) S 28566 28568 30333 0 -1 0 3662 0 1 0 3 2 0 0 18 0 7 0 181095121 1820372992 3404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/28568/statm: 444427 3404 1079 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101584 s]
/proc/loadavg: 1.06 1.10 1.11 2/77 28568
/proc/meminfo: memFree=1685808/2055920 swapFree=4159720/4192956
[pid=28568] ppid=28566 vsize=1780256 CPUtime=0.08
/proc/28568/stat : 28568 (java) S 28566 28568 30333 0 -1 0 4012 0 1 0 6 2 0 0 18 0 12 0 181095121 1822982144 3753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28568/statm: 445064 3753 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780256

[startup+0.301603 s]
/proc/loadavg: 1.06 1.10 1.11 2/77 28568
/proc/meminfo: memFree=1685808/2055920 swapFree=4159720/4192956
[pid=28568] ppid=28566 vsize=1781600 CPUtime=0.35
/proc/28568/stat : 28568 (java) S 28566 28568 30333 0 -1 0 5735 0 1 0 31 4 0 0 18 0 12 0 181095121 1824358400 5470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28568/statm: 445400 5470 1269 9 0 443012 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1781600

[startup+0.70165 s]
/proc/loadavg: 1.06 1.10 1.11 2/77 28568
/proc/meminfo: memFree=1685808/2055920 swapFree=4159720/4192956
[pid=28568] ppid=28566 vsize=1782440 CPUtime=0.93
/proc/28568/stat : 28568 (java) S 28566 28568 30333 0 -1 0 7768 0 1 0 88 5 0 0 18 0 12 0 181095121 1825218560 7319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28568/statm: 445610 7319 1303 9 0 443222 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1782440

[startup+1.50172 s]
/proc/loadavg: 1.06 1.10 1.11 4/89 28580
/proc/meminfo: memFree=1649232/2055920 swapFree=4159720/4192956
[pid=28568] ppid=28566 vsize=1794736 CPUtime=2.36
/proc/28568/stat : 28568 (java) S 28566 28568 30333 0 -1 0 22367 0 1 0 224 12 0 0 18 0 12 0 181095121 1837809664 17336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28568/statm: 448684 17336 1311 9 0 446296 0
[pid=28568/tid=28570] ppid=28566 vsize=1794736 CPUtime=0.83
/proc/28568/task/28570/stat : 28570 (java) R 28566 28568 30333 0 -1 64 13304 0 1 0 75 8 0 0 18 0 12 0 181095122 1837809664 17337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109508700 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28571] ppid=28566 vsize=1794736 CPUtime=0
/proc/28568/task/28571/stat : 28571 (java) S 28566 28568 30333 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 181095124 1837809664 17337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28572] ppid=28566 vsize=1794736 CPUtime=0
/proc/28568/task/28572/stat : 28572 (java) S 28566 28568 30333 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 181095124 1837809664 17338 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28573] ppid=28566 vsize=1794736 CPUtime=0
/proc/28568/task/28573/stat : 28573 (java) S 28566 28568 30333 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181095126 1837809664 17338 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28574] ppid=28566 vsize=1794736 CPUtime=0
/proc/28568/task/28574/stat : 28574 (java) S 28566 28568 30333 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 181095127 1837809664 17339 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28575] ppid=28566 vsize=1794736 CPUtime=0
/proc/28568/task/28575/stat : 28575 (java) S 28566 28568 30333 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 181095127 1837809664 17339 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28576] ppid=28566 vsize=1794736 CPUtime=0
/proc/28568/task/28576/stat : 28576 (java) S 28566 28568 30333 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 181095130 1837809664 17340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28577] ppid=28566 vsize=1794736 CPUtime=0.84
/proc/28568/task/28577/stat : 28577 (java) S 28566 28568 30333 0 -1 64 4708 0 0 0 82 2 0 0 19 0 12 0 181095130 1837809664 17341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28578] ppid=28566 vsize=1794736 CPUtime=0.67
/proc/28568/task/28578/stat : 28578 (java) S 28566 28568 30333 0 -1 64 3637 0 0 0 66 1 0 0 16 0 12 0 181095130 1837809664 17341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28579] ppid=28566 vsize=1794736 CPUtime=0
/proc/28568/task/28579/stat : 28579 (java) S 28566 28568 30333 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181095130 1837809664 17342 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28580] ppid=28566 vsize=1794736 CPUtime=0
/proc/28568/task/28580/stat : 28580 (java) S 28566 28568 30333 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181095130 1837809664 17343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 1794736

[startup+3.10189 s]
/proc/loadavg: 1.06 1.10 1.11 2/89 28580
/proc/meminfo: memFree=1560272/2055920 swapFree=4159720/4192956
[pid=28568] ppid=28566 vsize=1796020 CPUtime=4.15
/proc/28568/stat : 28568 (java) S 28566 28568 30333 0 -1 0 53749 0 1 0 391 24 0 0 18 0 12 0 181095121 1839124480 48446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28568/statm: 449005 48446 1325 9 0 446617 0
[pid=28568/tid=28570] ppid=28566 vsize=1796020 CPUtime=2.23
/proc/28568/task/28570/stat : 28570 (java) R 28566 28568 30333 0 -1 64 37675 0 1 0 206 17 0 0 20 0 12 0 181095122 1839124480 48446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28571] ppid=28566 vsize=1796020 CPUtime=0.18
/proc/28568/task/28571/stat : 28571 (java) S 28566 28568 30333 0 -1 64 3929 0 0 0 17 1 0 0 16 0 12 0 181095124 1839124480 48446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28572] ppid=28566 vsize=1796020 CPUtime=0.17
/proc/28568/task/28572/stat : 28572 (java) S 28566 28568 30333 0 -1 64 3075 0 0 0 16 1 0 0 16 0 12 0 181095124 1839124480 48446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28573] ppid=28566 vsize=1796020 CPUtime=0
/proc/28568/task/28573/stat : 28573 (java) S 28566 28568 30333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 181095126 1839124480 48446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28574] ppid=28566 vsize=1796020 CPUtime=0
/proc/28568/task/28574/stat : 28574 (java) S 28566 28568 30333 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 181095127 1839124480 48446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28575] ppid=28566 vsize=1796020 CPUtime=0
/proc/28568/task/28575/stat : 28575 (java) S 28566 28568 30333 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181095127 1839124480 48446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28576] ppid=28566 vsize=1796020 CPUtime=0
/proc/28568/task/28576/stat : 28576 (java) S 28566 28568 30333 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 181095130 1839124480 48446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28577] ppid=28566 vsize=1796020 CPUtime=0.84
/proc/28568/task/28577/stat : 28577 (java) S 28566 28568 30333 0 -1 64 4708 0 0 0 82 2 0 0 16 0 12 0 181095130 1839124480 48446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28578] ppid=28566 vsize=1796020 CPUtime=0.67
/proc/28568/task/28578/stat : 28578 (java) S 28566 28568 30333 0 -1 64 3638 0 0 0 66 1 0 0 16 0 12 0 181095130 1839124480 48446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28579] ppid=28566 vsize=1796020 CPUtime=0
/proc/28568/task/28579/stat : 28579 (java) S 28566 28568 30333 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 181095130 1839124480 48446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28580] ppid=28566 vsize=1796020 CPUtime=0
/proc/28568/task/28580/stat : 28580 (java) S 28566 28568 30333 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181095130 1839124480 48446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 1796020

[startup+6.30223 s]
/proc/loadavg: 1.06 1.10 1.11 2/90 28581
/proc/meminfo: memFree=1452232/2055920 swapFree=4159720/4192956
[pid=28568] ppid=28566 vsize=1796288 CPUtime=8.15
/proc/28568/stat : 28568 (java) S 28566 28568 30333 0 -1 0 66163 0 1 0 786 29 0 0 18 0 13 0 181095121 1839398912 59388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28568/statm: 449072 59388 1334 9 0 446684 0
[pid=28568/tid=28570] ppid=28566 vsize=1796288 CPUtime=4.99
/proc/28568/task/28570/stat : 28570 (java) R 28566 28568 30333 0 -1 64 37713 0 1 0 482 17 0 0 21 0 13 0 181095122 1839398912 59388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109849625 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28571] ppid=28566 vsize=1796288 CPUtime=0.43
/proc/28568/task/28571/stat : 28571 (java) S 28566 28568 30333 0 -1 64 10248 0 0 0 39 4 0 0 16 0 13 0 181095124 1839398912 59388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28572] ppid=28566 vsize=1796288 CPUtime=0.43
/proc/28568/task/28572/stat : 28572 (java) S 28566 28568 30333 0 -1 64 8681 0 0 0 41 2 0 0 16 0 13 0 181095124 1839398912 59388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28573] ppid=28566 vsize=1796288 CPUtime=0
/proc/28568/task/28573/stat : 28573 (java) S 28566 28568 30333 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 181095126 1839398912 59388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28574] ppid=28566 vsize=1796288 CPUtime=0
/proc/28568/task/28574/stat : 28574 (java) S 28566 28568 30333 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181095127 1839398912 59388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28575] ppid=28566 vsize=1796288 CPUtime=0
/proc/28568/task/28575/stat : 28575 (java) S 28566 28568 30333 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181095127 1839398912 59388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28576] ppid=28566 vsize=1796288 CPUtime=0
/proc/28568/task/28576/stat : 28576 (java) S 28566 28568 30333 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 181095130 1839398912 59388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28577] ppid=28566 vsize=1796288 CPUtime=1.29
/proc/28568/task/28577/stat : 28577 (java) S 28566 28568 30333 0 -1 64 5117 0 0 0 127 2 0 0 16 0 13 0 181095130 1839398912 59388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28578] ppid=28566 vsize=1796288 CPUtime=0.97
/proc/28568/task/28578/stat : 28578 (java) S 28566 28568 30333 0 -1 64 3676 0 0 0 95 2 0 0 16 0 13 0 181095130 1839398912 59388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28579] ppid=28566 vsize=1796288 CPUtime=0
/proc/28568/task/28579/stat : 28579 (java) S 28566 28568 30333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181095130 1839398912 59388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28580] ppid=28566 vsize=1796288 CPUtime=0
/proc/28568/task/28580/stat : 28580 (java) S 28566 28568 30333 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181095130 1839398912 59388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28581] ppid=28566 vsize=1796288 CPUtime=0
/proc/28568/task/28581/stat : 28581 (java) S 28566 28568 30333 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 181095524 1839398912 59388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.15
Current children cumulated vsize (KiB) 1796288

[startup+12.7029 s]
/proc/loadavg: 1.05 1.10 1.11 2/90 28581
/proc/meminfo: memFree=1446216/2055920 swapFree=4159720/4192956
[pid=28568] ppid=28566 vsize=1794956 CPUtime=14.76
/proc/28568/stat : 28568 (java) S 28566 28568 30333 0 -1 0 68588 0 1 0 1446 30 0 0 18 0 13 0 181095121 1838034944 60937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28568/statm: 448739 60937 1334 9 0 446351 0
[pid=28568/tid=28570] ppid=28566 vsize=1794956 CPUtime=11.2
/proc/28568/task/28570/stat : 28570 (java) R 28566 28568 30333 0 -1 64 37716 0 1 0 1103 17 0 0 25 0 13 0 181095122 1838034944 60937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109849263 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28571] ppid=28566 vsize=1794956 CPUtime=0.57
/proc/28568/task/28571/stat : 28571 (java) S 28566 28568 30333 0 -1 64 11736 0 0 0 53 4 0 0 16 0 13 0 181095124 1838034944 60937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28572] ppid=28566 vsize=1794956 CPUtime=0.57
/proc/28568/task/28572/stat : 28572 (java) S 28566 28568 30333 0 -1 64 9605 0 0 0 54 3 0 0 16 0 13 0 181095124 1838034944 60937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28573] ppid=28566 vsize=1794956 CPUtime=0
/proc/28568/task/28573/stat : 28573 (java) S 28566 28568 30333 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 181095126 1838034944 60937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28574] ppid=28566 vsize=1794956 CPUtime=0
/proc/28568/task/28574/stat : 28574 (java) S 28566 28568 30333 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181095127 1838034944 60937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28575] ppid=28566 vsize=1794956 CPUtime=0
/proc/28568/task/28575/stat : 28575 (java) S 28566 28568 30333 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181095127 1838034944 60937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28576] ppid=28566 vsize=1794956 CPUtime=0
/proc/28568/task/28576/stat : 28576 (java) S 28566 28568 30333 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 181095130 1838034944 60937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28577] ppid=28566 vsize=1794956 CPUtime=1.33
/proc/28568/task/28577/stat : 28577 (java) S 28566 28568 30333 0 -1 64 5119 0 0 0 131 2 0 0 17 0 13 0 181095130 1838034944 60937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28578] ppid=28566 vsize=1794956 CPUtime=1.03
/proc/28568/task/28578/stat : 28578 (java) S 28566 28568 30333 0 -1 64 3684 0 0 0 101 2 0 0 17 0 13 0 181095130 1838034944 60937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28579] ppid=28566 vsize=1794956 CPUtime=0
/proc/28568/task/28579/stat : 28579 (java) S 28566 28568 30333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181095130 1838034944 60937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28580] ppid=28566 vsize=1794956 CPUtime=0
/proc/28568/task/28580/stat : 28580 (java) S 28566 28568 30333 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181095130 1838034944 60937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28581] ppid=28566 vsize=1794956 CPUtime=0
/proc/28568/task/28581/stat : 28581 (java) S 28566 28568 30333 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 181095524 1838034944 60937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.76
Current children cumulated vsize (KiB) 1794956

[startup+25.5022 s]
/proc/loadavg: 1.04 1.09 1.11 2/90 28581
/proc/meminfo: memFree=1424904/2055920 swapFree=4159720/4192956
[pid=28568] ppid=28566 vsize=1794312 CPUtime=27.86
/proc/28568/stat : 28568 (java) S 28566 28568 30333 0 -1 0 75535 0 1 0 2753 33 0 0 18 0 13 0 181095121 1837375488 66309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28568/statm: 448578 66309 1334 9 0 446190 0
[pid=28568/tid=28570] ppid=28566 vsize=1794312 CPUtime=23.69
/proc/28568/task/28570/stat : 28570 (java) R 28566 28568 30333 0 -1 64 37718 0 1 0 2352 17 0 0 20 0 13 0 181095122 1837375488 66309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109849324 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28571] ppid=28566 vsize=1794312 CPUtime=0.87
/proc/28568/task/28571/stat : 28571 (java) S 28566 28568 30333 0 -1 64 15573 0 0 0 82 5 0 0 16 0 13 0 181095124 1837375488 66309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28572] ppid=28566 vsize=1794312 CPUtime=0.87
/proc/28568/task/28572/stat : 28572 (java) S 28566 28568 30333 0 -1 64 12712 0 0 0 83 4 0 0 16 0 13 0 181095124 1837375488 66309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28573] ppid=28566 vsize=1794312 CPUtime=0
/proc/28568/task/28573/stat : 28573 (java) S 28566 28568 30333 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 181095126 1837375488 66309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28574] ppid=28566 vsize=1794312 CPUtime=0
/proc/28568/task/28574/stat : 28574 (java) S 28566 28568 30333 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181095127 1837375488 66309 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=28568/tid=28573] ppid=28566 vsize=1794312 CPUtime=0.08
/proc/28568/task/28573/stat : 28573 (java) S 28566 28568 30333 0 -1 64 185 0 0 0 4 4 0 0 16 0 13 0 181095126 1837375488 381783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28574] ppid=28566 vsize=1794312 CPUtime=0
/proc/28568/task/28574/stat : 28574 (java) S 28566 28568 30333 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181095127 1837375488 381783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28575] ppid=28566 vsize=1794312 CPUtime=0
/proc/28568/task/28575/stat : 28575 (java) S 28566 28568 30333 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181095127 1837375488 381783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28576] ppid=28566 vsize=1794312 CPUtime=0
/proc/28568/task/28576/stat : 28576 (java) S 28566 28568 30333 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 181095130 1837375488 381783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28577] ppid=28566 vsize=1794312 CPUtime=1.4
/proc/28568/task/28577/stat : 28577 (java) S 28566 28568 30333 0 -1 64 5122 0 0 0 138 2 0 0 17 0 13 0 181095130 1837375488 381783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28578] ppid=28566 vsize=1794312 CPUtime=1.13
/proc/28568/task/28578/stat : 28578 (java) S 28566 28568 30333 0 -1 64 3690 0 0 0 111 2 0 0 17 0 13 0 181095130 1837375488 381783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28579] ppid=28566 vsize=1794312 CPUtime=0
/proc/28568/task/28579/stat : 28579 (java) S 28566 28568 30333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181095130 1837375488 381783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28580] ppid=28566 vsize=1794312 CPUtime=0
/proc/28568/task/28580/stat : 28580 (java) S 28566 28568 30333 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181095130 1837375488 381783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28581] ppid=28566 vsize=1794312 CPUtime=0
/proc/28568/task/28581/stat : 28581 (java) S 28566 28568 30333 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 181095524 1837375488 381783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1673.88
Current children cumulated vsize (KiB) 1794312

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 28583
/proc/meminfo: memFree=160136/2055920 swapFree=4159720/4192956
[pid=28568] ppid=28566 vsize=1794312 CPUtime=1733.88
/proc/28568/stat : 28568 (java) S 28566 28568 30333 0 -1 0 522742 0 1 0 173130 258 0 0 18 0 13 0 181095121 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28568/statm: 448578 381787 1334 9 0 446190 0
[pid=28568/tid=28570] ppid=28566 vsize=1794312 CPUtime=1710.01
/proc/28568/task/28570/stat : 28570 (java) R 28566 28568 30333 0 -1 64 46301 0 1 0 170965 36 0 0 25 0 13 0 181095122 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109977820 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28571] ppid=28566 vsize=1794312 CPUtime=10.58
/proc/28568/task/28571/stat : 28571 (java) S 28566 28568 30333 0 -1 64 240600 0 0 0 946 112 0 0 16 0 13 0 181095124 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28572] ppid=28566 vsize=1794312 CPUtime=10.59
/proc/28568/task/28572/stat : 28572 (java) S 28566 28568 30333 0 -1 64 226120 0 0 0 960 99 0 0 16 0 13 0 181095124 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28573] ppid=28566 vsize=1794312 CPUtime=0.08
/proc/28568/task/28573/stat : 28573 (java) S 28566 28568 30333 0 -1 64 185 0 0 0 4 4 0 0 16 0 13 0 181095126 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28574] ppid=28566 vsize=1794312 CPUtime=0
/proc/28568/task/28574/stat : 28574 (java) S 28566 28568 30333 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181095127 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28575] ppid=28566 vsize=1794312 CPUtime=0
/proc/28568/task/28575/stat : 28575 (java) S 28566 28568 30333 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181095127 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28576] ppid=28566 vsize=1794312 CPUtime=0
/proc/28568/task/28576/stat : 28576 (java) S 28566 28568 30333 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 181095130 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28577] ppid=28566 vsize=1794312 CPUtime=1.43
/proc/28568/task/28577/stat : 28577 (java) S 28566 28568 30333 0 -1 64 5125 0 0 0 141 2 0 0 16 0 13 0 181095130 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28578] ppid=28566 vsize=1794312 CPUtime=1.14
/proc/28568/task/28578/stat : 28578 (java) S 28566 28568 30333 0 -1 64 3690 0 0 0 112 2 0 0 16 0 13 0 181095130 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28579] ppid=28566 vsize=1794312 CPUtime=0
/proc/28568/task/28579/stat : 28579 (java) S 28566 28568 30333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181095130 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28580] ppid=28566 vsize=1794312 CPUtime=0
/proc/28568/task/28580/stat : 28580 (java) S 28566 28568 30333 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181095130 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28581] ppid=28566 vsize=1794312 CPUtime=0
/proc/28568/task/28581/stat : 28581 (java) S 28566 28568 30333 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 181095524 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1733.88
Current children cumulated vsize (KiB) 1794312

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 28583
/proc/meminfo: memFree=160008/2055920 swapFree=4159720/4192956
[pid=28568] ppid=28566 vsize=1794312 CPUtime=1793.87
/proc/28568/stat : 28568 (java) S 28566 28568 30333 0 -1 0 522742 0 1 0 179128 259 0 0 18 0 13 0 181095121 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28568/statm: 448578 381787 1334 9 0 446190 0
[pid=28568/tid=28570] ppid=28566 vsize=1794312 CPUtime=1770
/proc/28568/task/28570/stat : 28570 (java) R 28566 28568 30333 0 -1 64 46301 0 1 0 176963 37 0 0 25 0 13 0 181095122 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109343383 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28571] ppid=28566 vsize=1794312 CPUtime=10.58
/proc/28568/task/28571/stat : 28571 (java) S 28566 28568 30333 0 -1 64 240600 0 0 0 946 112 0 0 16 0 13 0 181095124 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28572] ppid=28566 vsize=1794312 CPUtime=10.59
/proc/28568/task/28572/stat : 28572 (java) S 28566 28568 30333 0 -1 64 226120 0 0 0 960 99 0 0 16 0 13 0 181095124 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28573] ppid=28566 vsize=1794312 CPUtime=0.08
/proc/28568/task/28573/stat : 28573 (java) S 28566 28568 30333 0 -1 64 185 0 0 0 4 4 0 0 16 0 13 0 181095126 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28574] ppid=28566 vsize=1794312 CPUtime=0
/proc/28568/task/28574/stat : 28574 (java) S 28566 28568 30333 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181095127 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28575] ppid=28566 vsize=1794312 CPUtime=0
/proc/28568/task/28575/stat : 28575 (java) S 28566 28568 30333 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181095127 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28576] ppid=28566 vsize=1794312 CPUtime=0
/proc/28568/task/28576/stat : 28576 (java) S 28566 28568 30333 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 181095130 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28577] ppid=28566 vsize=1794312 CPUtime=1.43
/proc/28568/task/28577/stat : 28577 (java) S 28566 28568 30333 0 -1 64 5125 0 0 0 141 2 0 0 16 0 13 0 181095130 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28578] ppid=28566 vsize=1794312 CPUtime=1.14
/proc/28568/task/28578/stat : 28578 (java) S 28566 28568 30333 0 -1 64 3690 0 0 0 112 2 0 0 16 0 13 0 181095130 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28579] ppid=28566 vsize=1794312 CPUtime=0
/proc/28568/task/28579/stat : 28579 (java) S 28566 28568 30333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181095130 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28580] ppid=28566 vsize=1794312 CPUtime=0
/proc/28568/task/28580/stat : 28580 (java) S 28566 28568 30333 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181095130 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28581] ppid=28566 vsize=1794312 CPUtime=0
/proc/28568/task/28581/stat : 28581 (java) S 28566 28568 30333 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 181095524 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1793.87
Current children cumulated vsize (KiB) 1794312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 28583
/proc/meminfo: memFree=160008/2055920 swapFree=4159720/4192956
[pid=28568] ppid=28566 vsize=1794312 CPUtime=1800.07
/proc/28568/stat : 28568 (java) S 28566 28568 30333 0 -1 0 522742 0 1 0 179748 259 0 0 18 0 13 0 181095121 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28568/statm: 448578 381787 1334 9 0 446190 0
[pid=28568/tid=28570] ppid=28566 vsize=1794312 CPUtime=1776.21
/proc/28568/task/28570/stat : 28570 (java) R 28566 28568 30333 0 -1 64 46301 0 1 0 177584 37 0 0 25 0 13 0 181095122 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109977812 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28571] ppid=28566 vsize=1794312 CPUtime=10.58
/proc/28568/task/28571/stat : 28571 (java) S 28566 28568 30333 0 -1 64 240600 0 0 0 946 112 0 0 16 0 13 0 181095124 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28572] ppid=28566 vsize=1794312 CPUtime=10.59
/proc/28568/task/28572/stat : 28572 (java) S 28566 28568 30333 0 -1 64 226120 0 0 0 960 99 0 0 16 0 13 0 181095124 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28573] ppid=28566 vsize=1794312 CPUtime=0.08
/proc/28568/task/28573/stat : 28573 (java) S 28566 28568 30333 0 -1 64 185 0 0 0 4 4 0 0 16 0 13 0 181095126 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28574] ppid=28566 vsize=1794312 CPUtime=0
/proc/28568/task/28574/stat : 28574 (java) S 28566 28568 30333 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181095127 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28575] ppid=28566 vsize=1794312 CPUtime=0
/proc/28568/task/28575/stat : 28575 (java) S 28566 28568 30333 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181095127 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28576] ppid=28566 vsize=1794312 CPUtime=0
/proc/28568/task/28576/stat : 28576 (java) S 28566 28568 30333 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 181095130 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28577] ppid=28566 vsize=1794312 CPUtime=1.43
/proc/28568/task/28577/stat : 28577 (java) S 28566 28568 30333 0 -1 64 5125 0 0 0 141 2 0 0 16 0 13 0 181095130 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28578] ppid=28566 vsize=1794312 CPUtime=1.14
/proc/28568/task/28578/stat : 28578 (java) S 28566 28568 30333 0 -1 64 3690 0 0 0 112 2 0 0 16 0 13 0 181095130 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28579] ppid=28566 vsize=1794312 CPUtime=0
/proc/28568/task/28579/stat : 28579 (java) S 28566 28568 30333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181095130 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28580] ppid=28566 vsize=1794312 CPUtime=0
/proc/28568/task/28580/stat : 28580 (java) S 28566 28568 30333 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181095130 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28581] ppid=28566 vsize=1794312 CPUtime=0
/proc/28568/task/28581/stat : 28581 (java) S 28566 28568 30333 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 181095524 1837375488 381787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1794312

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

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

[startup+1788.62 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 28583
/proc/meminfo: memFree=160008/2055920 swapFree=4159720/4192956
[pid=28568] ppid=28566 vsize=1794636 CPUtime=1800.28
/proc/28568/stat : 28568 (java) S 28566 28568 30333 0 -1 0 526769 0 1 0 179767 261 0 0 16 0 14 0 181095121 1837707264 385160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28568/statm: 448659 385160 1334 9 0 446271 0
[pid=28568/tid=28570] ppid=28566 vsize=1794636 CPUtime=1776.21
/proc/28568/task/28570/stat : 28570 (java) S 28566 28568 30333 0 -1 64 46301 0 1 0 177584 37 0 0 25 0 14 0 181095122 1837707264 385160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28571] ppid=28566 vsize=1794636 CPUtime=10.68
/proc/28568/task/28571/stat : 28571 (java) R 28566 28568 30333 0 -1 64 242383 0 0 0 955 113 0 0 17 0 14 0 181095124 1837707264 385169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28572] ppid=28566 vsize=1794636 CPUtime=10.69
/proc/28568/task/28572/stat : 28572 (java) R 28566 28568 30333 0 -1 64 228362 0 0 0 969 100 0 0 17 0 14 0 181095124 1837707264 385177 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105367591 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28573] ppid=28566 vsize=1794636 CPUtime=0.08
/proc/28568/task/28573/stat : 28573 (java) S 28566 28568 30333 0 -1 64 185 0 0 0 4 4 0 0 15 0 14 0 181095126 1837707264 385185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28574] ppid=28566 vsize=1794636 CPUtime=0
/proc/28568/task/28574/stat : 28574 (java) S 28566 28568 30333 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 181095127 1837707264 385185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28575] ppid=28566 vsize=1794636 CPUtime=0
/proc/28568/task/28575/stat : 28575 (java) S 28566 28568 30333 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 181095127 1837707264 385185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28576] ppid=28566 vsize=1794636 CPUtime=0
/proc/28568/task/28576/stat : 28576 (java) S 28566 28568 30333 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 181095130 1837707264 385185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28577] ppid=28566 vsize=1794636 CPUtime=1.43
/proc/28568/task/28577/stat : 28577 (java) S 28566 28568 30333 0 -1 64 5125 0 0 0 141 2 0 0 16 0 14 0 181095130 1837707264 385185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28578] ppid=28566 vsize=1794636 CPUtime=1.14
/proc/28568/task/28578/stat : 28578 (java) S 28566 28568 30333 0 -1 64 3690 0 0 0 112 2 0 0 16 0 14 0 181095130 1837707264 385185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28579] ppid=28566 vsize=1794636 CPUtime=0
/proc/28568/task/28579/stat : 28579 (java) S 28566 28568 30333 0 -1 64 1 0 0 0 0 0 0 0 24 0 14 0 181095130 1837707264 385185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28568/tid=28580] ppid=28566 vsize=1794636 CPUtime=0
/proc/28568/task/28580/stat : 28580 (java) S 28566 28568 30333 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 181095130 1837707264 385185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28568/tid=28581] ppid=28566 vsize=1794636 CPUtime=0
/proc/28568/task/28581/stat : 28581 (java) S 28566 28568 30333 0 -1 64 4 0 0 0 0 0 0 0 25 0 14 0 181095524 1837707264 385185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 1794636

[startup+1788.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 28583
/proc/meminfo: memFree=160008/2055920 swapFree=4159720/4192956
[pid=28568] ppid=28566 vsize=0 CPUtime=1800.47
/proc/28568/stat : 28568 (java) Z 28566 28568 30333 0 -1 1036 526899 0 1 0 179770 277 0 0 16 0 2 0 181095121 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28568/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.47
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1788.89
CPU time (s): 1800.57
CPU user time (s): 1797.71
CPU system time (s): 2.85756
CPU usage (%): 100.653
Max. virtual memory (cumulated for all children) (KiB): 1797568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.71
system time used= 2.85757
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 526899
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= 38497
involuntary context switches= 47126

runsolver used 1.69074 second user time and 4.87726 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Fri Apr 20 06:29:35 UTC 2007

IDJOB= 365438
IDBENCH= 2390
IDSOLVER= 159
FILE ID= node7/365438-1177050575

PBS_JOBID= 4640152

Free space on /tmp= 66364 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-pilot.we.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365438-1177050575/sat4jPseudoResolution.jar /tmp/evaluation/365438-1177050575/instance-365438-1177050575.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-365438-1177050575 -o ROOT/results/node7/solver-365438-1177050575 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365438-1177050575/sat4jPseudoResolution.jar /tmp/evaluation/365438-1177050575/instance-365438-1177050575.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  78c28cbc46584ca3f2053cae625d9faa

RANDOM SEED= 972718785

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.231
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.231
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:       1686152 kB
Buffers:         41248 kB
Cached:         256828 kB
SwapCached:      13296 kB
Active:         107084 kB
Inactive:       219792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1686152 kB
SwapTotal:     4192956 kB
SwapFree:      4159720 kB
Dirty:            8272 kB
Writeback:           0 kB
Mapped:          35532 kB
Slab:            28328 kB
Committed_AS:  8776860 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= 66364 MiB

End job on node7 on Fri Apr 20 06:59:26 UTC 2007