Trace number 349262

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-23UNSAT 1208.86 1203.45

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos3.opb
MD5SUMd20c34d69465e41d60c8740ade812dbe
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 benchmark1208.86
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables42220
Total number of constraints1481
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)17
Number of constraints which are nor clauses,nor cardinality constraints1464
Minimum length of a constraint10
Maximum length of a constraint4780
Number of terms in the objective function 155
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 10737418235
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 2454208150643933184000
Number of bits of the biggest number in a constraint 72
Biggest sum of numbers in a constraint 289272765430218968121839
Number of bits of the biggest sum of numbers78
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.15	c no version file found!!!
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.21/0.20	--- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.20	c Learn all clauses as in MiniSAT
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.20	c No reason simplification
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c solving /tmp/evaluation/349262-1176692291/instance-349262-1176692291.opb
0.21/0.20	c reading problem ... 
3.10/2.52	c ... done. Wall clock time 2.316s.
3.10/2.52	c CPU time (experimental) 2.02s.
3.10/2.52	c #vars     42220
3.10/2.52	c #constraints  1537
1208.63/1203.28	c starts		: 18
1208.63/1203.28	c conflicts		: 238861
1208.63/1203.28	c decisions		: 773874
1208.63/1203.28	c propagations		: 8436905
1208.63/1203.28	c inspects		: 290570214
1208.63/1203.28	c learnt literals	: 27
1208.63/1203.28	c learnt binary clauses	: 12374
1208.63/1203.28	c learnt ternary clauses	: 4264
1208.63/1203.28	c learnt clauses	: 238833
1208.63/1203.28	c root simplifications	: 0
1208.63/1203.28	c removed literals (reason simplification)	: 0
1208.63/1203.28	c reason swapping (by a shorter reason)	: 0
1208.63/1203.28	c Calls to reduceDB	: 0
1208.63/1203.28	c speed (decisions/second)	: 644.5099053315644
1208.63/1203.28	c non guided choices	2063
1208.63/1203.28	s UNSATISFIABLE
1208.63/1203.28	c Total wall clock time (ms): 1203.08

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/node4/watcher-349262-1176692291 -o ROOT/results/node4/solver-349262-1176692291 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349262-1176692291/sat4jPseudoResolution.jar /tmp/evaluation/349262-1176692291/instance-349262-1176692291.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.01 1.00 2/77 12351
/proc/meminfo: memFree=1841368/2055920 swapFree=4153844/4192956
[pid=12351] ppid=12349 vsize=1800 CPUtime=0
/proc/12351/stat : 12351 (java) D 12349 12351 11449 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 145266875 1843200 148 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/12351/statm: 450 148 111 9 0 92 0

[startup+0.0754751 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 12351
/proc/meminfo: memFree=1841368/2055920 swapFree=4153844/4192956
[pid=12351] ppid=12349 vsize=1777708 CPUtime=0.06
/proc/12351/stat : 12351 (java) S 12349 12351 11449 0 -1 0 3762 0 1 0 5 1 0 0 18 0 7 0 145266875 1820372992 3504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/12351/statm: 444427 3504 1085 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.102475 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 12351
/proc/meminfo: memFree=1841368/2055920 swapFree=4153844/4192956
[pid=12351] ppid=12349 vsize=1780108 CPUtime=0.09
/proc/12351/stat : 12351 (java) S 12349 12351 11449 0 -1 0 3989 0 1 0 7 2 0 0 18 0 12 0 145266875 1822830592 3730 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12351/statm: 445027 3730 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.302493 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 12351
/proc/meminfo: memFree=1841368/2055920 swapFree=4153844/4192956
[pid=12351] ppid=12349 vsize=1782044 CPUtime=0.33
/proc/12351/stat : 12351 (java) S 12349 12351 11449 0 -1 0 5484 0 1 0 30 3 0 0 18 0 12 0 145266875 1824813056 5222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12351/statm: 445511 5222 1263 9 0 443123 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782044

[startup+0.701534 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 12351
/proc/meminfo: memFree=1841368/2055920 swapFree=4153844/4192956
[pid=12351] ppid=12349 vsize=1783628 CPUtime=0.93
/proc/12351/stat : 12351 (java) S 12349 12351 11449 0 -1 0 7741 0 1 0 89 4 0 0 18 0 12 0 145266875 1826435072 7313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12351/statm: 445907 7313 1303 9 0 443519 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1783628

[startup+1.50161 s]
/proc/loadavg: 1.13 1.03 1.01 2/89 12363
/proc/meminfo: memFree=1804920/2055920 swapFree=4153844/4192956
[pid=12351] ppid=12349 vsize=1783628 CPUtime=1.98
/proc/12351/stat : 12351 (java) S 12349 12351 11449 0 -1 0 22134 0 1 0 189 9 0 0 18 0 12 0 145266875 1826435072 21512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12351/statm: 445907 21512 1305 9 0 443519 0
[pid=12351/tid=12353] ppid=12349 vsize=1783628 CPUtime=1.14
/proc/12351/task/12353/stat : 12353 (java) R 12349 12351 11449 0 -1 64 20070 0 1 0 107 7 0 0 18 0 12 0 145266876 1826435072 21512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109476694 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12354] ppid=12349 vsize=1783628 CPUtime=0
/proc/12351/task/12354/stat : 12354 (java) S 12349 12351 11449 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 145266878 1826435072 21512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=1783628 CPUtime=0
/proc/12351/task/12355/stat : 12355 (java) S 12349 12351 11449 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 145266878 1826435072 21512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12351/tid=12356] ppid=12349 vsize=1783628 CPUtime=0
/proc/12351/task/12356/stat : 12356 (java) S 12349 12351 11449 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 145266880 1826435072 21512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12357] ppid=12349 vsize=1783628 CPUtime=0
/proc/12351/task/12357/stat : 12357 (java) S 12349 12351 11449 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 145266880 1826435072 21512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12358] ppid=12349 vsize=1783628 CPUtime=0
/proc/12351/task/12358/stat : 12358 (java) S 12349 12351 11449 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 145266880 1826435072 21512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12359] ppid=12349 vsize=1783628 CPUtime=0
/proc/12351/task/12359/stat : 12359 (java) S 12349 12351 11449 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 145266884 1826435072 21512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12360] ppid=12349 vsize=1783628 CPUtime=0.42
/proc/12351/task/12360/stat : 12360 (java) S 12349 12351 11449 0 -1 64 861 0 0 0 42 0 0 0 16 0 12 0 145266884 1826435072 21512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12351/tid=12361] ppid=12349 vsize=1783628 CPUtime=0.38
/proc/12351/task/12361/stat : 12361 (java) S 12349 12351 11449 0 -1 64 480 0 0 0 38 0 0 0 16 0 12 0 145266884 1826435072 21512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12362] ppid=12349 vsize=1783628 CPUtime=0
/proc/12351/task/12362/stat : 12362 (java) S 12349 12351 11449 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 145266884 1826435072 21512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12363] ppid=12349 vsize=1783628 CPUtime=0
/proc/12351/task/12363/stat : 12363 (java) S 12349 12351 11449 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 145266884 1826435072 21512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1783628

[startup+3.10176 s]
/proc/loadavg: 1.13 1.03 1.01 2/89 12363
/proc/meminfo: memFree=1695544/2055920 swapFree=4153844/4192956
[pid=12351] ppid=12349 vsize=1784596 CPUtime=3.87
/proc/12351/stat : 12351 (java) S 12349 12351 11449 0 -1 0 45303 0 1 0 369 18 0 0 18 0 13 0 145266875 1827426304 44430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12351/statm: 446149 44430 1322 9 0 443761 0
[pid=12351/tid=12353] ppid=12349 vsize=1784596 CPUtime=2.58
/proc/12351/task/12353/stat : 12353 (java) R 12349 12351 11449 0 -1 64 37707 0 1 0 244 14 0 0 22 0 13 0 145266876 1827426304 44430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102464080 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12354] ppid=12349 vsize=1784596 CPUtime=0.12
/proc/12351/task/12354/stat : 12354 (java) S 12349 12351 11449 0 -1 64 2623 0 0 0 11 1 0 0 16 0 13 0 145266878 1827426304 44430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=1784596 CPUtime=0.12
/proc/12351/task/12355/stat : 12355 (java) S 12349 12351 11449 0 -1 64 2807 0 0 0 11 1 0 0 16 0 13 0 145266878 1827426304 44430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12351/tid=12356] ppid=12349 vsize=1784596 CPUtime=0
/proc/12351/task/12356/stat : 12356 (java) S 12349 12351 11449 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 145266880 1827426304 44430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12357] ppid=12349 vsize=1784596 CPUtime=0
/proc/12351/task/12357/stat : 12357 (java) S 12349 12351 11449 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145266880 1827426304 44430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12358] ppid=12349 vsize=1784596 CPUtime=0
/proc/12351/task/12358/stat : 12358 (java) S 12349 12351 11449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145266880 1827426304 44430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12359] ppid=12349 vsize=1784596 CPUtime=0
/proc/12351/task/12359/stat : 12359 (java) S 12349 12351 11449 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 145266884 1827426304 44430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12360] ppid=12349 vsize=1784596 CPUtime=0.49
/proc/12351/task/12360/stat : 12360 (java) R 12349 12351 11449 0 -1 64 863 0 0 0 49 0 0 0 16 0 13 0 145266884 1827426304 44430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104920078 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12351/tid=12361] ppid=12349 vsize=1784596 CPUtime=0.51
/proc/12351/task/12361/stat : 12361 (java) S 12349 12351 11449 0 -1 64 572 0 0 0 51 0 0 0 16 0 13 0 145266884 1827426304 44430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12362] ppid=12349 vsize=1784596 CPUtime=0
/proc/12351/task/12362/stat : 12362 (java) S 12349 12351 11449 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 145266884 1827426304 44430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12363] ppid=12349 vsize=1784596 CPUtime=0
/proc/12351/task/12363/stat : 12363 (java) S 12349 12351 11449 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145266884 1827426304 44430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 1784596

[startup+6.30207 s]
/proc/loadavg: 1.12 1.03 1.01 2/90 12364
/proc/meminfo: memFree=1667824/2055920 swapFree=4153844/4192956
[pid=12351] ppid=12349 vsize=1784564 CPUtime=7.35
/proc/12351/stat : 12351 (java) S 12349 12351 11449 0 -1 0 46592 0 1 0 716 19 0 0 18 0 13 0 145266875 1827393536 44411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12351/statm: 446141 44411 1326 9 0 443753 0
[pid=12351/tid=12353] ppid=12349 vsize=1784564 CPUtime=5.7
/proc/12351/task/12353/stat : 12353 (java) R 12349 12351 11449 0 -1 64 37712 0 1 0 556 14 0 0 25 0 13 0 145266876 1827393536 44411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109704831 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12354] ppid=12349 vsize=1784564 CPUtime=0.12
/proc/12351/task/12354/stat : 12354 (java) S 12349 12351 11449 0 -1 64 2623 0 0 0 11 1 0 0 16 0 13 0 145266878 1827393536 44411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=1784564 CPUtime=0.12
/proc/12351/task/12355/stat : 12355 (java) S 12349 12351 11449 0 -1 64 2807 0 0 0 11 1 0 0 16 0 13 0 145266878 1827393536 44411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12351/tid=12356] ppid=12349 vsize=1784564 CPUtime=0
/proc/12351/task/12356/stat : 12356 (java) S 12349 12351 11449 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 145266880 1827393536 44411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12357] ppid=12349 vsize=1784564 CPUtime=0
/proc/12351/task/12357/stat : 12357 (java) S 12349 12351 11449 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145266880 1827393536 44411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12358] ppid=12349 vsize=1784564 CPUtime=0
/proc/12351/task/12358/stat : 12358 (java) S 12349 12351 11449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145266880 1827393536 44411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12359] ppid=12349 vsize=1784564 CPUtime=0
/proc/12351/task/12359/stat : 12359 (java) S 12349 12351 11449 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 145266884 1827393536 44411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12360] ppid=12349 vsize=1784564 CPUtime=0.75
/proc/12351/task/12360/stat : 12360 (java) S 12349 12351 11449 0 -1 64 2023 0 0 0 75 0 0 0 17 0 13 0 145266884 1827393536 44411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12351/tid=12361] ppid=12349 vsize=1784564 CPUtime=0.61
/proc/12351/task/12361/stat : 12361 (java) S 12349 12351 11449 0 -1 64 696 0 0 0 61 0 0 0 16 0 13 0 145266884 1827393536 44411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12362] ppid=12349 vsize=1784564 CPUtime=0
/proc/12351/task/12362/stat : 12362 (java) S 12349 12351 11449 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 145266884 1827393536 44411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12363] ppid=12349 vsize=1784564 CPUtime=0
/proc/12351/task/12363/stat : 12363 (java) S 12349 12351 11449 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145266884 1827393536 44411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12364] ppid=12349 vsize=1784564 CPUtime=0
/proc/12351/task/12364/stat : 12364 (java) S 12349 12351 11449 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 145267178 1827393536 44411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 1784564

[startup+12.7017 s]
/proc/loadavg: 1.11 1.03 1.01 2/90 12364
/proc/meminfo: memFree=1666416/2055920 swapFree=4153844/4192956
[pid=12351] ppid=12349 vsize=1786612 CPUtime=13.86
/proc/12351/stat : 12351 (java) S 12349 12351 11449 0 -1 0 47379 0 1 0 1367 19 0 0 18 0 13 0 145266875 1829490688 44777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12351/statm: 446653 44777 1326 9 0 444265 0
[pid=12351/tid=12353] ppid=12349 vsize=1786612 CPUtime=12.08
/proc/12351/task/12353/stat : 12353 (java) R 12349 12351 11449 0 -1 64 37716 0 1 0 1194 14 0 0 25 0 13 0 145266876 1829490688 44777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109522636 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12351/tid=12354] ppid=12349 vsize=1786612 CPUtime=0.12
/proc/12351/task/12354/stat : 12354 (java) S 12349 12351 11449 0 -1 64 2623 0 0 0 11 1 0 0 16 0 13 0 145266878 1829490688 44777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=1786612 CPUtime=0.12
/proc/12351/task/12355/stat : 12355 (java) S 12349 12351 11449 0 -1 64 2807 0 0 0 11 1 0 0 16 0 13 0 145266878 1829490688 44777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12351/tid=12356] ppid=12349 vsize=1786612 CPUtime=0
/proc/12351/task/12356/stat : 12356 (java) S 12349 12351 11449 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 145266880 1829490688 44777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12357] ppid=12349 vsize=1786612 CPUtime=0
/proc/12351/task/12357/stat : 12357 (java) S 12349 12351 11449 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145266880 1829490688 44777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12358] ppid=12349 vsize=1786612 CPUtime=0
/proc/12351/task/12358/stat : 12358 (java) S 12349 12351 11449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145266880 1829490688 44777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12359] ppid=12349 vsize=1786612 CPUtime=0
/proc/12351/task/12359/stat : 12359 (java) S 12349 12351 11449 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 145266884 1829490688 44777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12360] ppid=12349 vsize=1786612 CPUtime=0.82
/proc/12351/task/12360/stat : 12360 (java) S 12349 12351 11449 0 -1 64 2792 0 0 0 82 0 0 0 17 0 13 0 145266884 1829490688 44777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12361] ppid=12349 vsize=1786612 CPUtime=0.66
/proc/12351/task/12361/stat : 12361 (java) S 12349 12351 11449 0 -1 64 710 0 0 0 66 0 0 0 16 0 13 0 145266884 1829490688 44777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12362] ppid=12349 vsize=1786612 CPUtime=0
/proc/12351/task/12362/stat : 12362 (java) S 12349 12351 11449 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 145266884 1829490688 44777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12363] ppid=12349 vsize=1786612 CPUtime=0
/proc/12351/task/12363/stat : 12363 (java) S 12349 12351 11449 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145266884 1829490688 44777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12351/tid=12364] ppid=12349 vsize=1786612 CPUtime=0
/proc/12351/task/12364/stat : 12364 (java) S 12349 12351 11449 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 145267178 1829490688 44777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.86
Current children cumulated vsize (KiB) 1786612

[startup+25.5029 s]
/proc/loadavg: 1.09 1.03 1.01 2/90 12364
/proc/meminfo: memFree=1666160/2055920 swapFree=4153844/4192956
[pid=12351] ppid=12349 vsize=1786960 CPUtime=26.72
/proc/12351/stat : 12351 (java) S 12349 12351 11449 0 -1 0 47474 0 1 0 2653 19 0 0 18 0 13 0 145266875 1829847040 44840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12351/statm: 446740 44840 1328 9 0 444352 0
[pid=12351/tid=12353] ppid=12349 vsize=1786960 CPUtime=24.88
/proc/12351/task/12353/stat : 12353 (java) R 12349 12351 11449 0 -1 64 37716 0 1 0 2474 14 0 0 25 0 13 0 145266876 1829847040 44840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109747305 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12351/tid=12354] ppid=12349 vsize=1786960 CPUtime=0.12
/proc/12351/task/12354/stat : 12354 (java) S 12349 12351 11449 0 -1 64 2623 0 0 0 11 1 0 0 16 0 13 0 145266878 1829847040 44840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=1786960 CPUtime=0.12
/proc/12351/task/12355/stat : 12355 (java) S 12349 12351 11449 0 -1 64 2807 0 0 0 11 1 0 0 16 0 13 0 145266878 1829847040 44840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12351/tid=12356] ppid=12349 vsize=1786960 CPUtime=0
/proc/12351/task/12356/stat : 12356 (java) S 12349 12351 11449 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 145266880 1829847040 44840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12357] ppid=12349 vsize=1786960 CPUtime=0
/proc/12351/task/12357/stat : 12357 (java) S 12349 12351 11449 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145266880 1829847040 44840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/loadavg: 1.00 1.00 1.00 2/90 12562
/proc/meminfo: memFree=974448/2055920 swapFree=4153844/4192956
[pid=12351] ppid=12349 vsize=1787256 CPUtime=1205.3
/proc/12351/stat : 12351 (java) S 12349 12351 11449 0 -1 0 339832 0 1 0 120360 170 0 0 18 0 13 0 145266875 1830150144 216951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12351/statm: 446814 216951 1328 9 0 444426 0
[pid=12351/tid=12353] ppid=12349 vsize=1787256 CPUtime=1194.24
/proc/12351/task/12353/stat : 12353 (java) R 12349 12351 11449 0 -1 64 37853 0 1 0 119401 23 0 0 25 0 13 0 145266876 1830150144 216951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109833669 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12351/tid=12354] ppid=12349 vsize=1787256 CPUtime=4.64
/proc/12351/task/12354/stat : 12354 (java) S 12349 12351 11449 0 -1 64 150463 0 0 0 394 70 0 0 16 0 13 0 145266878 1830150144 216951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=1787256 CPUtime=4.65
/proc/12351/task/12355/stat : 12355 (java) S 12349 12351 11449 0 -1 64 147172 0 0 0 395 70 0 0 17 0 13 0 145266878 1830150144 216951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12351/tid=12356] ppid=12349 vsize=1787256 CPUtime=0.05
/proc/12351/task/12356/stat : 12356 (java) S 12349 12351 11449 0 -1 64 15 0 0 0 2 3 0 0 16 0 13 0 145266880 1830150144 216951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12357] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12357/stat : 12357 (java) S 12349 12351 11449 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145266880 1830150144 216951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12358] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12358/stat : 12358 (java) S 12349 12351 11449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145266880 1830150144 216951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12359] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12359/stat : 12359 (java) S 12349 12351 11449 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 145266884 1830150144 216951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12360] ppid=12349 vsize=1787256 CPUtime=0.88
/proc/12351/task/12360/stat : 12360 (java) S 12349 12351 11449 0 -1 64 2795 0 0 0 88 0 0 0 16 0 13 0 145266884 1830150144 216951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12361] ppid=12349 vsize=1787256 CPUtime=0.78
/proc/12351/task/12361/stat : 12361 (java) S 12349 12351 11449 0 -1 64 810 0 0 0 78 0 0 0 16 0 13 0 145266884 1830150144 216951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12362] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12362/stat : 12362 (java) S 12349 12351 11449 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 145266884 1830150144 216951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12363] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12363/stat : 12363 (java) S 12349 12351 11449 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145266884 1830150144 216951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12351/tid=12364] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12364/stat : 12364 (java) S 12349 12351 11449 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 145267178 1830150144 216951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1205.3
Current children cumulated vsize (KiB) 1787256

[startup+1201.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 12562
/proc/meminfo: memFree=974448/2055920 swapFree=4153844/4192956
[pid=12351] ppid=12349 vsize=1787256 CPUtime=1206.9
/proc/12351/stat : 12351 (java) S 12349 12351 11449 0 -1 0 339832 0 1 0 120520 170 0 0 18 0 13 0 145266875 1830150144 216951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12351/statm: 446814 216951 1328 9 0 444426 0
[pid=12351/tid=12353] ppid=12349 vsize=1787256 CPUtime=1195.84
/proc/12351/task/12353/stat : 12353 (java) R 12349 12351 11449 0 -1 64 37853 0 1 0 119561 23 0 0 25 0 13 0 145266876 1830150144 216951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109522483 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12351/tid=12354] ppid=12349 vsize=1787256 CPUtime=4.64
/proc/12351/task/12354/stat : 12354 (java) S 12349 12351 11449 0 -1 64 150463 0 0 0 394 70 0 0 16 0 13 0 145266878 1830150144 216951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=1787256 CPUtime=4.65
/proc/12351/task/12355/stat : 12355 (java) S 12349 12351 11449 0 -1 64 147172 0 0 0 395 70 0 0 17 0 13 0 145266878 1830150144 216951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12351/tid=12356] ppid=12349 vsize=1787256 CPUtime=0.05
/proc/12351/task/12356/stat : 12356 (java) S 12349 12351 11449 0 -1 64 15 0 0 0 2 3 0 0 16 0 13 0 145266880 1830150144 216951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12357] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12357/stat : 12357 (java) S 12349 12351 11449 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145266880 1830150144 216951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12358] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12358/stat : 12358 (java) S 12349 12351 11449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145266880 1830150144 216951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12359] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12359/stat : 12359 (java) S 12349 12351 11449 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 145266884 1830150144 216951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12360] ppid=12349 vsize=1787256 CPUtime=0.88
/proc/12351/task/12360/stat : 12360 (java) S 12349 12351 11449 0 -1 64 2795 0 0 0 88 0 0 0 16 0 13 0 145266884 1830150144 216951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12361] ppid=12349 vsize=1787256 CPUtime=0.78
/proc/12351/task/12361/stat : 12361 (java) S 12349 12351 11449 0 -1 64 810 0 0 0 78 0 0 0 16 0 13 0 145266884 1830150144 216951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12362] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12362/stat : 12362 (java) S 12349 12351 11449 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 145266884 1830150144 216951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12363] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12363/stat : 12363 (java) S 12349 12351 11449 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145266884 1830150144 216951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12351/tid=12364] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12364/stat : 12364 (java) S 12349 12351 11449 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 145267178 1830150144 216951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1206.9
Current children cumulated vsize (KiB) 1787256

[startup+1202.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 12562
/proc/meminfo: memFree=972400/2055920 swapFree=4153844/4192956
[pid=12351] ppid=12349 vsize=1787256 CPUtime=1207.74
/proc/12351/stat : 12351 (java) S 12349 12351 11449 0 -1 0 340709 0 1 0 120604 170 0 0 18 0 13 0 145266875 1830150144 217461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12351/statm: 446814 217461 1328 9 0 444426 0
[pid=12351/tid=12353] ppid=12349 vsize=1787256 CPUtime=1196.62
/proc/12351/task/12353/stat : 12353 (java) R 12349 12351 11449 0 -1 64 37854 0 1 0 119639 23 0 0 25 0 13 0 145266876 1830150144 217461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109857231 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12351/tid=12354] ppid=12349 vsize=1787256 CPUtime=4.67
/proc/12351/task/12354/stat : 12354 (java) S 12349 12351 11449 0 -1 64 150996 0 0 0 397 70 0 0 16 0 13 0 145266878 1830150144 217461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=1787256 CPUtime=4.68
/proc/12351/task/12355/stat : 12355 (java) S 12349 12351 11449 0 -1 64 147515 0 0 0 398 70 0 0 17 0 13 0 145266878 1830150144 217461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12351/tid=12356] ppid=12349 vsize=1787256 CPUtime=0.05
/proc/12351/task/12356/stat : 12356 (java) S 12349 12351 11449 0 -1 64 15 0 0 0 2 3 0 0 15 0 13 0 145266880 1830150144 217461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12357] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12357/stat : 12357 (java) S 12349 12351 11449 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145266880 1830150144 217461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12358] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12358/stat : 12358 (java) S 12349 12351 11449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145266880 1830150144 217461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12359] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12359/stat : 12359 (java) S 12349 12351 11449 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 145266884 1830150144 217461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12360] ppid=12349 vsize=1787256 CPUtime=0.88
/proc/12351/task/12360/stat : 12360 (java) S 12349 12351 11449 0 -1 64 2795 0 0 0 88 0 0 0 16 0 13 0 145266884 1830150144 217461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12361] ppid=12349 vsize=1787256 CPUtime=0.78
/proc/12351/task/12361/stat : 12361 (java) S 12349 12351 11449 0 -1 64 810 0 0 0 78 0 0 0 16 0 13 0 145266884 1830150144 217461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12362] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12362/stat : 12362 (java) S 12349 12351 11449 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 145266884 1830150144 217461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12363] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12363/stat : 12363 (java) S 12349 12351 11449 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145266884 1830150144 217461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12351/tid=12364] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12364/stat : 12364 (java) S 12349 12351 11449 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 145267178 1830150144 217461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1207.74
Current children cumulated vsize (KiB) 1787256

[startup+1203.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 12562
/proc/meminfo: memFree=972400/2055920 swapFree=4153844/4192956
[pid=12351] ppid=12349 vsize=1787256 CPUtime=1208.53
/proc/12351/stat : 12351 (java) S 12349 12351 11449 0 -1 0 340709 0 1 0 120683 170 0 0 18 0 13 0 145266875 1830150144 217461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12351/statm: 446814 217461 1328 9 0 444426 0
[pid=12351/tid=12353] ppid=12349 vsize=1787256 CPUtime=1197.42
/proc/12351/task/12353/stat : 12353 (java) R 12349 12351 11449 0 -1 64 37854 0 1 0 119718 24 0 0 25 0 13 0 145266876 1830150144 217461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109704844 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12351/tid=12354] ppid=12349 vsize=1787256 CPUtime=4.67
/proc/12351/task/12354/stat : 12354 (java) S 12349 12351 11449 0 -1 64 150996 0 0 0 397 70 0 0 16 0 13 0 145266878 1830150144 217461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=1787256 CPUtime=4.68
/proc/12351/task/12355/stat : 12355 (java) S 12349 12351 11449 0 -1 64 147515 0 0 0 398 70 0 0 17 0 13 0 145266878 1830150144 217461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12351/tid=12356] ppid=12349 vsize=1787256 CPUtime=0.05
/proc/12351/task/12356/stat : 12356 (java) S 12349 12351 11449 0 -1 64 15 0 0 0 2 3 0 0 16 0 13 0 145266880 1830150144 217461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12357] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12357/stat : 12357 (java) S 12349 12351 11449 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145266880 1830150144 217461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12358] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12358/stat : 12358 (java) S 12349 12351 11449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145266880 1830150144 217461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12359] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12359/stat : 12359 (java) S 12349 12351 11449 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 145266884 1830150144 217461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12360] ppid=12349 vsize=1787256 CPUtime=0.88
/proc/12351/task/12360/stat : 12360 (java) S 12349 12351 11449 0 -1 64 2795 0 0 0 88 0 0 0 16 0 13 0 145266884 1830150144 217461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12361] ppid=12349 vsize=1787256 CPUtime=0.78
/proc/12351/task/12361/stat : 12361 (java) S 12349 12351 11449 0 -1 64 810 0 0 0 78 0 0 0 16 0 13 0 145266884 1830150144 217461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12362] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12362/stat : 12362 (java) S 12349 12351 11449 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 145266884 1830150144 217461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12363] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12363/stat : 12363 (java) S 12349 12351 11449 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145266884 1830150144 217461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12351/tid=12364] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12364/stat : 12364 (java) S 12349 12351 11449 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 145267178 1830150144 217461 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1208.53
Current children cumulated vsize (KiB) 1787256

[startup+1203.3 s]
/proc/loadavg: 1.00 1.00 1.00 1/89 12563
/proc/meminfo: memFree=972400/2055920 swapFree=4153844/4192956
[pid=12351] ppid=12349 vsize=1787256 CPUtime=1208.72
/proc/12351/stat : 12351 (java) S 12349 12351 11449 0 -1 0 340714 0 1 0 120702 170 0 0 18 0 12 0 145266875 1830150144 217466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12351/statm: 446814 217466 1329 9 0 444426 0
[pid=12351/tid=12353] ppid=12349 vsize=1787256 CPUtime=1197.6
/proc/12351/task/12353/stat : 12353 (java) S 12349 12351 11449 0 -1 64 37858 0 1 0 119736 24 0 0 24 0 12 0 145266876 1830150144 217466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12354] ppid=12349 vsize=1787256 CPUtime=4.67
/proc/12351/task/12354/stat : 12354 (java) S 12349 12351 11449 0 -1 64 150996 0 0 0 397 70 0 0 16 0 12 0 145266878 1830150144 217466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12355] ppid=12349 vsize=1787256 CPUtime=4.68
/proc/12351/task/12355/stat : 12355 (java) S 12349 12351 11449 0 -1 64 147515 0 0 0 398 70 0 0 17 0 12 0 145266878 1830150144 217466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12351/tid=12356] ppid=12349 vsize=1787256 CPUtime=0.05
/proc/12351/task/12356/stat : 12356 (java) S 12349 12351 11449 0 -1 64 15 0 0 0 2 3 0 0 16 0 12 0 145266880 1830150144 217466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12357] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12357/stat : 12357 (java) S 12349 12351 11449 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 145266880 1830150144 217466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12358] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12358/stat : 12358 (java) S 12349 12351 11449 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 145266880 1830150144 217466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12359] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12359/stat : 12359 (java) S 12349 12351 11449 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 145266884 1830150144 217466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12360] ppid=12349 vsize=1787256 CPUtime=0.88
/proc/12351/task/12360/stat : 12360 (java) S 12349 12351 11449 0 -1 64 2795 0 0 0 88 0 0 0 16 0 12 0 145266884 1830150144 217466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12361] ppid=12349 vsize=1787256 CPUtime=0.78
/proc/12351/task/12361/stat : 12361 (java) S 12349 12351 11449 0 -1 64 810 0 0 0 78 0 0 0 16 0 12 0 145266884 1830150144 217466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12362] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12362/stat : 12362 (java) S 12349 12351 11449 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 145266884 1830150144 217466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12351/tid=12363] ppid=12349 vsize=1787256 CPUtime=0
/proc/12351/task/12363/stat : 12363 (java) S 12349 12351 11449 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 145266884 1830150144 217466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1208.72
Current children cumulated vsize (KiB) 1787256

[startup+1203.41 s]
/proc/loadavg: 1.00 1.00 1.00 1/89 12563
/proc/meminfo: memFree=972400/2055920 swapFree=4153844/4192956
[pid=12351] ppid=12349 vsize=0 CPUtime=1208.81
/proc/12351/stat : 12351 (java) Z 12349 12351 11449 0 -1 1036 340718 0 1 0 120702 179 0 0 16 0 2 0 145266875 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12351/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1208.81
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 1203.45
CPU time (s): 1208.86
CPU user time (s): 1207.02
CPU system time (s): 1.83672
CPU usage (%): 100.449
Max. virtual memory (cumulated for all children) (KiB): 1787604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1207.02
system time used= 1.83672
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 340718
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= 26176
involuntary context switches= 31274

runsolver used 1.3058 second user time and 3.15352 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Mon Apr 16 02:58:11 UTC 2007

IDJOB= 349262
IDBENCH= 2325
IDSOLVER= 159
FILE ID= node4/349262-1176692291

PBS_JOBID= 4559407

Free space on /tmp= 66513 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  d20c34d69465e41d60c8740ade812dbe

RANDOM SEED= 810020512

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1841776 kB
Buffers:         13276 kB
Cached:         125168 kB
SwapCached:       2316 kB
Active:          64252 kB
Inactive:        97912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841776 kB
SwapTotal:     4192956 kB
SwapFree:      4153844 kB
Dirty:            6336 kB
Writeback:           0 kB
Mapped:          31148 kB
Slab:            37500 kB
Committed_AS:  5165708 kB
PageTables:       1820 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= 66513 MiB

End job on node4 on Mon Apr 16 03:18:15 UTC 2007