Trace number 349227

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? (exit code) 291.723 266.924

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome13.opb
MD5SUMe3f30a3ccce8a834fba8f93335c22413
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2933624
Total number of constraints48672
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 constraints48672
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 1496264
Biggest coefficient in the objective function 2150851580428025856
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 7062021246795700082208
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 53687091200000000000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 7062021246795700082208
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.19/0.20	--- Begin Solver configuration ---
0.19/0.20	c Stops conflict analysis at the first Unique Implication Point
0.19/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.20	c Learn all clauses as in MiniSAT
0.19/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.20	c No reason simplification
0.19/0.20	c --- End Solver configuration ---
0.19/0.20	c solving /tmp/evaluation/349227-1176686625/instance-349227-1176686625.opb
0.19/0.20	c reading problem ... 

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

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


[startup+0 s]
/proc/loadavg: 0.80 0.95 0.98 2/77 11512
/proc/meminfo: memFree=1344592/2055920 swapFree=4153972/4192956
[pid=11512] ppid=11510 vsize=152 CPUtime=0
/proc/11512/stat : 11512 (java) R 11510 11512 11449 0 -1 0 42 0 0 0 0 0 0 0 20 0 1 0 144700834 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 10588459 0 0 4096 0 0 0 0 17 1 0 0
/proc/11512/statm: 38 26 19 9 0 4 0

[startup+0.0691609 s]
/proc/loadavg: 0.80 0.95 0.98 2/77 11512
/proc/meminfo: memFree=1344592/2055920 swapFree=4153972/4192956
[pid=11512] ppid=11510 vsize=1777708 CPUtime=0.05
/proc/11512/stat : 11512 (java) S 11510 11512 11449 0 -1 0 3688 0 1 0 3 2 0 0 18 0 7 0 144700834 1820372992 3430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/11512/statm: 444427 3430 1081 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101164 s]
/proc/loadavg: 0.80 0.95 0.98 2/77 11512
/proc/meminfo: memFree=1344592/2055920 swapFree=4153972/4192956
[pid=11512] ppid=11510 vsize=1780108 CPUtime=0.08
/proc/11512/stat : 11512 (java) S 11510 11512 11449 0 -1 0 3970 0 1 0 6 2 0 0 18 0 12 0 144700834 1822830592 3711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11512/statm: 445027 3711 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.30119 s]
/proc/loadavg: 0.80 0.95 0.98 2/77 11512
/proc/meminfo: memFree=1344592/2055920 swapFree=4153972/4192956
[pid=11512] ppid=11510 vsize=1781428 CPUtime=0.29
/proc/11512/stat : 11512 (java) S 11510 11512 11449 0 -1 0 19920 0 1 0 20 9 0 0 18 0 12 0 144700834 1824182272 19658 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11512/statm: 445357 19658 1246 9 0 442969 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1781428

[startup+0.70122 s]
/proc/loadavg: 0.80 0.95 0.98 2/77 11512
/proc/meminfo: memFree=1344592/2055920 swapFree=4153972/4192956
[pid=11512] ppid=11510 vsize=1782304 CPUtime=0.86
/proc/11512/stat : 11512 (java) S 11510 11512 11449 0 -1 0 32403 0 1 0 71 15 0 0 18 0 12 0 144700834 1825079296 31881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11512/statm: 445576 31881 1297 9 0 443188 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 1782304

[startup+1.50229 s]
/proc/loadavg: 0.97 0.98 0.99 2/89 11524
/proc/meminfo: memFree=1203568/2055920 swapFree=4153972/4192956
[pid=11512] ppid=11510 vsize=1782628 CPUtime=1.82
/proc/11512/stat : 11512 (java) S 11510 11512 11449 0 -1 0 63684 0 1 0 150 32 0 0 18 0 12 0 144700834 1825411072 63117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11512/statm: 445657 63117 1306 9 0 443269 0
[pid=11512/tid=11514] ppid=11510 vsize=1782628 CPUtime=1.2
/proc/11512/task/11514/stat : 11514 (java) R 11510 11512 11449 0 -1 64 37656 0 1 0 103 17 0 0 18 0 12 0 144700836 1825411072 63117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109343927 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11512/tid=11515] ppid=11510 vsize=1782628 CPUtime=0.13
/proc/11512/task/11515/stat : 11515 (java) S 11510 11512 11449 0 -1 64 15060 0 0 0 5 8 0 0 16 0 12 0 144700837 1825411072 63117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11516] ppid=11510 vsize=1782628 CPUtime=0.14
/proc/11512/task/11516/stat : 11516 (java) S 11510 11512 11449 0 -1 64 9291 0 0 0 9 5 0 0 16 0 12 0 144700837 1825411072 63117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11512/tid=11517] ppid=11510 vsize=1782628 CPUtime=0
/proc/11512/task/11517/stat : 11517 (java) S 11510 11512 11449 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 144700840 1825411072 63117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11518] ppid=11510 vsize=1782628 CPUtime=0
/proc/11512/task/11518/stat : 11518 (java) S 11510 11512 11449 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 144700840 1825411072 63117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11519] ppid=11510 vsize=1782628 CPUtime=0
/proc/11512/task/11519/stat : 11519 (java) S 11510 11512 11449 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 144700840 1825411072 63117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11520] ppid=11510 vsize=1782628 CPUtime=0
/proc/11512/task/11520/stat : 11520 (java) S 11510 11512 11449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 144700844 1825411072 63117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11521] ppid=11510 vsize=1782628 CPUtime=0.17
/proc/11512/task/11521/stat : 11521 (java) S 11510 11512 11449 0 -1 64 460 0 0 0 17 0 0 0 16 0 12 0 144700844 1825411072 63117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11512/tid=11522] ppid=11510 vsize=1782628 CPUtime=0.13
/proc/11512/task/11522/stat : 11522 (java) S 11510 11512 11449 0 -1 64 493 0 0 0 13 0 0 0 16 0 12 0 144700844 1825411072 63117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11523] ppid=11510 vsize=1782628 CPUtime=0
/proc/11512/task/11523/stat : 11523 (java) S 11510 11512 11449 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 144700844 1825411072 63117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11524] ppid=11510 vsize=1782628 CPUtime=0
/proc/11512/task/11524/stat : 11524 (java) S 11510 11512 11449 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 144700844 1825411072 63117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 1782628

[startup+3.10244 s]
/proc/loadavg: 0.97 0.98 0.99 3/89 11524
/proc/meminfo: memFree=1098608/2055920 swapFree=4153972/4192956
[pid=11512] ppid=11510 vsize=1782628 CPUtime=3.42
/proc/11512/stat : 11512 (java) S 11510 11512 11449 0 -1 0 63684 0 1 0 308 34 0 0 18 0 12 0 144700834 1825411072 63117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11512/statm: 445657 63117 1306 9 0 443269 0
[pid=11512/tid=11514] ppid=11510 vsize=1782628 CPUtime=2.8
/proc/11512/task/11514/stat : 11514 (java) R 11510 11512 11449 0 -1 64 37656 0 1 0 261 19 0 0 25 0 12 0 144700836 1825411072 63117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109508650 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11512/tid=11515] ppid=11510 vsize=1782628 CPUtime=0.13
/proc/11512/task/11515/stat : 11515 (java) S 11510 11512 11449 0 -1 64 15060 0 0 0 5 8 0 0 16 0 12 0 144700837 1825411072 63117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11516] ppid=11510 vsize=1782628 CPUtime=0.14
/proc/11512/task/11516/stat : 11516 (java) S 11510 11512 11449 0 -1 64 9291 0 0 0 9 5 0 0 16 0 12 0 144700837 1825411072 63117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11512/tid=11517] ppid=11510 vsize=1782628 CPUtime=0
/proc/11512/task/11517/stat : 11517 (java) S 11510 11512 11449 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 144700840 1825411072 63117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11518] ppid=11510 vsize=1782628 CPUtime=0
/proc/11512/task/11518/stat : 11518 (java) S 11510 11512 11449 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 144700840 1825411072 63117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11519] ppid=11510 vsize=1782628 CPUtime=0
/proc/11512/task/11519/stat : 11519 (java) S 11510 11512 11449 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 144700840 1825411072 63117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11520] ppid=11510 vsize=1782628 CPUtime=0
/proc/11512/task/11520/stat : 11520 (java) S 11510 11512 11449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 144700844 1825411072 63117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11521] ppid=11510 vsize=1782628 CPUtime=0.17
/proc/11512/task/11521/stat : 11521 (java) S 11510 11512 11449 0 -1 64 460 0 0 0 17 0 0 0 16 0 12 0 144700844 1825411072 63117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11512/tid=11522] ppid=11510 vsize=1782628 CPUtime=0.13
/proc/11512/task/11522/stat : 11522 (java) S 11510 11512 11449 0 -1 64 493 0 0 0 13 0 0 0 16 0 12 0 144700844 1825411072 63117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11523] ppid=11510 vsize=1782628 CPUtime=0
/proc/11512/task/11523/stat : 11523 (java) S 11510 11512 11449 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 144700844 1825411072 63117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11524] ppid=11510 vsize=1782628 CPUtime=0
/proc/11512/task/11524/stat : 11524 (java) S 11510 11512 11449 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 144700844 1825411072 63117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 1782628

[startup+6.30175 s]
/proc/loadavg: 0.97 0.98 0.99 2/89 11524
/proc/meminfo: memFree=1062128/2055920 swapFree=4153972/4192956
[pid=11512] ppid=11510 vsize=1784392 CPUtime=7.29
/proc/11512/stat : 11512 (java) S 11510 11512 11449 0 -1 0 81788 0 1 0 683 46 0 0 18 0 12 0 144700834 1827217408 79331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11512/statm: 446098 79331 1306 9 0 443710 0
[pid=11512/tid=11514] ppid=11510 vsize=1784392 CPUtime=5.32
/proc/11512/task/11514/stat : 11514 (java) R 11510 11512 11449 0 -1 64 37659 0 1 0 510 22 0 0 19 0 12 0 144700836 1827217408 79331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474122 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11512/tid=11515] ppid=11510 vsize=1784392 CPUtime=0.81
/proc/11512/task/11515/stat : 11515 (java) S 11510 11512 11449 0 -1 64 26304 0 0 0 68 13 0 0 19 0 12 0 144700837 1827217408 79331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11516] ppid=11510 vsize=1784392 CPUtime=0.82
/proc/11512/task/11516/stat : 11516 (java) S 11510 11512 11449 0 -1 64 16145 0 0 0 73 9 0 0 20 0 12 0 144700837 1827217408 79331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11517] ppid=11510 vsize=1784392 CPUtime=0
/proc/11512/task/11517/stat : 11517 (java) S 11510 11512 11449 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 144700840 1827217408 79331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11518] ppid=11510 vsize=1784392 CPUtime=0
/proc/11512/task/11518/stat : 11518 (java) S 11510 11512 11449 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 144700840 1827217408 79331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11519] ppid=11510 vsize=1784392 CPUtime=0
/proc/11512/task/11519/stat : 11519 (java) S 11510 11512 11449 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 144700840 1827217408 79331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11520] ppid=11510 vsize=1784392 CPUtime=0
/proc/11512/task/11520/stat : 11520 (java) S 11510 11512 11449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 144700844 1827217408 79331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11521] ppid=11510 vsize=1784392 CPUtime=0.17
/proc/11512/task/11521/stat : 11521 (java) S 11510 11512 11449 0 -1 64 460 0 0 0 17 0 0 0 16 0 12 0 144700844 1827217408 79331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11512/tid=11522] ppid=11510 vsize=1784392 CPUtime=0.13
/proc/11512/task/11522/stat : 11522 (java) S 11510 11512 11449 0 -1 64 493 0 0 0 13 0 0 0 16 0 12 0 144700844 1827217408 79331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11523] ppid=11510 vsize=1784392 CPUtime=0
/proc/11512/task/11523/stat : 11523 (java) S 11510 11512 11449 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 144700844 1827217408 79331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11524] ppid=11510 vsize=1784392 CPUtime=0
/proc/11512/task/11524/stat : 11524 (java) S 11510 11512 11449 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 144700844 1827217408 79331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.29
Current children cumulated vsize (KiB) 1784392

[startup+12.7024 s]
/proc/loadavg: 1.13 1.02 1.01 3/89 11524
/proc/meminfo: memFree=982128/2055920 swapFree=4153972/4192956
[pid=11512] ppid=11510 vsize=1795196 CPUtime=15.1
/proc/11512/stat : 11512 (java) S 11510 11512 11449 0 -1 0 104427 0 1 0 1452 58 0 0 18 0 12 0 144700834 1838280704 99009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11512/statm: 448799 99009 1320 9 0 446411 0
[pid=11512/tid=11514] ppid=11510 vsize=1795196 CPUtime=10.45
/proc/11512/task/11514/stat : 11514 (java) R 11510 11512 11449 0 -1 64 37676 0 1 0 1022 23 0 0 25 0 12 0 144700836 1838280704 99009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474364 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11515] ppid=11510 vsize=1795196 CPUtime=1.77
/proc/11512/task/11515/stat : 11515 (java) S 11510 11512 11449 0 -1 64 36925 0 0 0 160 17 0 0 19 0 12 0 144700837 1838280704 99009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11512/tid=11516] ppid=11510 vsize=1795196 CPUtime=1.78
/proc/11512/task/11516/stat : 11516 (java) S 11510 11512 11449 0 -1 64 23882 0 0 0 165 13 0 0 16 0 12 0 144700837 1838280704 99009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11517] ppid=11510 vsize=1795196 CPUtime=0
/proc/11512/task/11517/stat : 11517 (java) S 11510 11512 11449 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 144700840 1838280704 99009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11512/tid=11518] ppid=11510 vsize=1795196 CPUtime=0
/proc/11512/task/11518/stat : 11518 (java) S 11510 11512 11449 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 144700840 1838280704 99009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11519] ppid=11510 vsize=1795196 CPUtime=0
/proc/11512/task/11519/stat : 11519 (java) S 11510 11512 11449 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 144700840 1838280704 99009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11520] ppid=11510 vsize=1795196 CPUtime=0
/proc/11512/task/11520/stat : 11520 (java) S 11510 11512 11449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 144700844 1838280704 99009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11521] ppid=11510 vsize=1795196 CPUtime=0.63
/proc/11512/task/11521/stat : 11521 (java) R 11510 11512 11449 0 -1 64 3560 0 0 0 61 2 0 0 19 0 12 0 144700844 1838280704 99009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102395714 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11512/tid=11522] ppid=11510 vsize=1795196 CPUtime=0.42
/proc/11512/task/11522/stat : 11522 (java) S 11510 11512 11449 0 -1 64 1657 0 0 0 42 0 0 0 16 0 12 0 144700844 1838280704 99009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11523] ppid=11510 vsize=1795196 CPUtime=0
/proc/11512/task/11523/stat : 11523 (java) S 11510 11512 11449 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 144700844 1838280704 99009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11524] ppid=11510 vsize=1795196 CPUtime=0
/proc/11512/task/11524/stat : 11524 (java) S 11510 11512 11449 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 144700844 1838280704 99009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.1
Current children cumulated vsize (KiB) 1795196

[startup+25.5026 s]
/proc/loadavg: 1.18 1.03 1.01 2/89 11524
/proc/meminfo: memFree=733744/2055920 swapFree=4153972/4192956
[pid=11512] ppid=11510 vsize=1794232 CPUtime=32.88
/proc/11512/stat : 11512 (java) S 11510 11512 11449 0 -1 0 174601 0 1 0 3194 94 0 0 18 0 12 0 144700834 1837293568 158232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11512/statm: 448558 158234 1321 9 0 446170 0
[pid=11512/tid=11514] ppid=11510 vsize=1794232 CPUtime=18.67
/proc/11512/task/11514/stat : 11514 (java) S 11510 11512 11449 0 -1 64 37699 0 1 0 1842 25 0 0 24 0 12 0 144700836 1837293568 158235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11512/tid=11515] ppid=11510 vsize=1794232 CPUtime=6.25
/proc/11512/task/11515/stat : 11515 (java) R 11510 11512 11449 0 -1 64 67697 0 0 0 593 32 0 0 18 0 12 0 144700837 1837293568 158237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11512/tid=11516] ppid=11510 vsize=1794232 CPUtime=6.25
/proc/11512/task/11516/stat : 11516 (java) R 11510 11512 11449 0 -1 64 61919 0 0 0 594 31 0 0 17 0 12 0 144700837 1837293568 158238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105367024 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11517] ppid=11510 vsize=1794232 CPUtime=0
/proc/11512/task/11517/stat : 11517 (java) S 11510 11512 11449 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 144700840 1837293568 158239 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11512/tid=11518] ppid=11510 vsize=1794232 CPUtime=0
/proc/11512/task/11518/stat : 11518 (java) S 11510 11512 11449 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 144700840 1837293568 158240 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11519] ppid=11510 vsize=1794232 CPUtime=0
/proc/11512/task/11519/stat : 11519 (java) S 11510 11512 11449 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 144700840 1837293568 158240 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11520] ppid=11510 vsize=1794232 CPUtime=0
/proc/11512/task/11520/stat : 11520 (java) S 11510 11512 11449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 144700844 1837293568 158241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/meminfo: memFree=54832/2055920 swapFree=4153844/4192956
[pid=11512] ppid=11510 vsize=1809968 CPUtime=267.9
/proc/11512/stat : 11512 (java) S 11510 11512 11449 0 -1 0 864043 0 1 0 26360 430 0 0 18 0 12 0 144700834 1853407232 420884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11512/statm: 452492 420884 1328 9 0 450104 0
[pid=11512/tid=11514] ppid=11510 vsize=1809968 CPUtime=59.71
/proc/11512/task/11514/stat : 11514 (java) S 11510 11512 11449 0 -1 64 37778 0 1 0 5935 36 0 0 17 0 12 0 144700836 1853407232 420884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11515] ppid=11510 vsize=1809968 CPUtime=24.02
/proc/11512/task/11515/stat : 11515 (java) S 11510 11512 11449 0 -1 64 217539 0 0 0 2297 105 0 0 16 0 12 0 144700837 1853407232 420884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11512/tid=11516] ppid=11510 vsize=1809968 CPUtime=24.02
/proc/11512/task/11516/stat : 11516 (java) S 11510 11512 11449 0 -1 64 201808 0 0 0 2300 102 0 0 16 0 12 0 144700837 1853407232 420884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11512/tid=11517] ppid=11510 vsize=1809968 CPUtime=158.39
/proc/11512/task/11517/stat : 11517 (java) R 11510 11512 11449 0 -1 64 399633 0 0 0 15658 181 0 0 25 0 12 0 144700840 1853407232 420884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105065177 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11518] ppid=11510 vsize=1809968 CPUtime=0
/proc/11512/task/11518/stat : 11518 (java) S 11510 11512 11449 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 144700840 1853407232 420884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11519] ppid=11510 vsize=1809968 CPUtime=0
/proc/11512/task/11519/stat : 11519 (java) S 11510 11512 11449 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 144700840 1853407232 420884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11520] ppid=11510 vsize=1809968 CPUtime=0
/proc/11512/task/11520/stat : 11520 (java) S 11510 11512 11449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 144700844 1853407232 420884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11521] ppid=11510 vsize=1809968 CPUtime=1.04
/proc/11512/task/11521/stat : 11521 (java) S 11510 11512 11449 0 -1 64 4790 0 0 0 102 2 0 0 16 0 12 0 144700844 1853407232 420884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11522] ppid=11510 vsize=1809968 CPUtime=0.66
/proc/11512/task/11522/stat : 11522 (java) S 11510 11512 11449 0 -1 64 1777 0 0 0 66 0 0 0 16 0 12 0 144700844 1853407232 420884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11523] ppid=11510 vsize=1809968 CPUtime=0
/proc/11512/task/11523/stat : 11523 (java) S 11510 11512 11449 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 144700844 1853407232 420884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11524] ppid=11510 vsize=1809968 CPUtime=0
/proc/11512/task/11524/stat : 11524 (java) S 11510 11512 11449 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 144700844 1853407232 420884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 267.9
Current children cumulated vsize (KiB) 1809968

[startup+255.903 s]
/proc/loadavg: 1.12 1.14 1.06 2/89 11524
/proc/meminfo: memFree=46832/2055920 swapFree=4153844/4192956
[pid=11512] ppid=11510 vsize=1825968 CPUtime=280.7
/proc/11512/stat : 11512 (java) S 11510 11512 11449 0 -1 0 902055 0 1 0 27622 448 0 0 18 0 12 0 144700834 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11512/statm: 456492 424884 1328 9 0 454104 0
[pid=11512/tid=11514] ppid=11510 vsize=1825968 CPUtime=59.74
/proc/11512/task/11514/stat : 11514 (java) S 11510 11512 11449 0 -1 64 37781 0 1 0 5938 36 0 0 16 0 12 0 144700836 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11515] ppid=11510 vsize=1825968 CPUtime=24.02
/proc/11512/task/11515/stat : 11515 (java) S 11510 11512 11449 0 -1 64 217539 0 0 0 2297 105 0 0 16 0 12 0 144700837 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11512/tid=11516] ppid=11510 vsize=1825968 CPUtime=24.02
/proc/11512/task/11516/stat : 11516 (java) S 11510 11512 11449 0 -1 64 201808 0 0 0 2300 102 0 0 16 0 12 0 144700837 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11512/tid=11517] ppid=11510 vsize=1825968 CPUtime=171.15
/proc/11512/task/11517/stat : 11517 (java) R 11510 11512 11449 0 -1 64 437642 0 0 0 16917 198 0 0 18 0 12 0 144700840 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104904682 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11518] ppid=11510 vsize=1825968 CPUtime=0
/proc/11512/task/11518/stat : 11518 (java) S 11510 11512 11449 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 144700840 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11519] ppid=11510 vsize=1825968 CPUtime=0
/proc/11512/task/11519/stat : 11519 (java) S 11510 11512 11449 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 144700840 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11520] ppid=11510 vsize=1825968 CPUtime=0
/proc/11512/task/11520/stat : 11520 (java) S 11510 11512 11449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 144700844 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11521] ppid=11510 vsize=1825968 CPUtime=1.04
/proc/11512/task/11521/stat : 11521 (java) S 11510 11512 11449 0 -1 64 4790 0 0 0 102 2 0 0 16 0 12 0 144700844 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11522] ppid=11510 vsize=1825968 CPUtime=0.66
/proc/11512/task/11522/stat : 11522 (java) S 11510 11512 11449 0 -1 64 1777 0 0 0 66 0 0 0 16 0 12 0 144700844 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11523] ppid=11510 vsize=1825968 CPUtime=0
/proc/11512/task/11523/stat : 11523 (java) S 11510 11512 11449 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 144700844 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11524] ppid=11510 vsize=1825968 CPUtime=0
/proc/11512/task/11524/stat : 11524 (java) S 11510 11512 11449 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 144700844 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.7
Current children cumulated vsize (KiB) 1825968

[startup+262.301 s]
/proc/loadavg: 1.10 1.13 1.06 2/89 11524
/proc/meminfo: memFree=30896/2055920 swapFree=4153844/4192956
[pid=11512] ppid=11510 vsize=1825968 CPUtime=287.1
/proc/11512/stat : 11512 (java) S 11510 11512 11449 0 -1 0 917060 0 1 0 28256 454 0 0 18 0 12 0 144700834 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11512/statm: 456492 424884 1328 9 0 454104 0
[pid=11512/tid=11514] ppid=11510 vsize=1825968 CPUtime=59.74
/proc/11512/task/11514/stat : 11514 (java) S 11510 11512 11449 0 -1 64 37782 0 1 0 5938 36 0 0 17 0 12 0 144700836 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11515] ppid=11510 vsize=1825968 CPUtime=24.02
/proc/11512/task/11515/stat : 11515 (java) S 11510 11512 11449 0 -1 64 217539 0 0 0 2297 105 0 0 16 0 12 0 144700837 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11512/tid=11516] ppid=11510 vsize=1825968 CPUtime=24.02
/proc/11512/task/11516/stat : 11516 (java) S 11510 11512 11449 0 -1 64 201808 0 0 0 2300 102 0 0 16 0 12 0 144700837 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11512/tid=11517] ppid=11510 vsize=1825968 CPUtime=177.54
/proc/11512/task/11517/stat : 11517 (java) R 11510 11512 11449 0 -1 64 452646 0 0 0 17550 204 0 0 25 0 12 0 144700840 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103350794 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11518] ppid=11510 vsize=1825968 CPUtime=0
/proc/11512/task/11518/stat : 11518 (java) S 11510 11512 11449 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 144700840 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11519] ppid=11510 vsize=1825968 CPUtime=0
/proc/11512/task/11519/stat : 11519 (java) S 11510 11512 11449 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 144700840 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11520] ppid=11510 vsize=1825968 CPUtime=0
/proc/11512/task/11520/stat : 11520 (java) S 11510 11512 11449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 144700844 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11521] ppid=11510 vsize=1825968 CPUtime=1.04
/proc/11512/task/11521/stat : 11521 (java) S 11510 11512 11449 0 -1 64 4790 0 0 0 102 2 0 0 16 0 12 0 144700844 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11522] ppid=11510 vsize=1825968 CPUtime=0.66
/proc/11512/task/11522/stat : 11522 (java) S 11510 11512 11449 0 -1 64 1777 0 0 0 66 0 0 0 16 0 12 0 144700844 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11523] ppid=11510 vsize=1825968 CPUtime=0
/proc/11512/task/11523/stat : 11523 (java) S 11510 11512 11449 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 144700844 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11524] ppid=11510 vsize=1825968 CPUtime=0
/proc/11512/task/11524/stat : 11524 (java) S 11510 11512 11449 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 144700844 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 287.1
Current children cumulated vsize (KiB) 1825968

[startup+265.503 s]
/proc/loadavg: 1.10 1.13 1.06 2/89 11524
/proc/meminfo: memFree=30896/2055920 swapFree=4153844/4192956
[pid=11512] ppid=11510 vsize=1825968 CPUtime=290.29
/proc/11512/stat : 11512 (java) S 11510 11512 11449 0 -1 0 917060 0 1 0 28575 454 0 0 18 0 12 0 144700834 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11512/statm: 456492 424884 1328 9 0 454104 0
[pid=11512/tid=11514] ppid=11510 vsize=1825968 CPUtime=59.74
/proc/11512/task/11514/stat : 11514 (java) S 11510 11512 11449 0 -1 64 37782 0 1 0 5938 36 0 0 17 0 12 0 144700836 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11515] ppid=11510 vsize=1825968 CPUtime=24.02
/proc/11512/task/11515/stat : 11515 (java) S 11510 11512 11449 0 -1 64 217539 0 0 0 2297 105 0 0 16 0 12 0 144700837 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11512/tid=11516] ppid=11510 vsize=1825968 CPUtime=24.02
/proc/11512/task/11516/stat : 11516 (java) S 11510 11512 11449 0 -1 64 201808 0 0 0 2300 102 0 0 16 0 12 0 144700837 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11512/tid=11517] ppid=11510 vsize=1825968 CPUtime=180.74
/proc/11512/task/11517/stat : 11517 (java) R 11510 11512 11449 0 -1 64 452646 0 0 0 17870 204 0 0 25 0 12 0 144700840 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103360749 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11518] ppid=11510 vsize=1825968 CPUtime=0
/proc/11512/task/11518/stat : 11518 (java) S 11510 11512 11449 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 144700840 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11519] ppid=11510 vsize=1825968 CPUtime=0
/proc/11512/task/11519/stat : 11519 (java) S 11510 11512 11449 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 144700840 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11520] ppid=11510 vsize=1825968 CPUtime=0
/proc/11512/task/11520/stat : 11520 (java) S 11510 11512 11449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 144700844 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11521] ppid=11510 vsize=1825968 CPUtime=1.04
/proc/11512/task/11521/stat : 11521 (java) S 11510 11512 11449 0 -1 64 4790 0 0 0 102 2 0 0 16 0 12 0 144700844 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11522] ppid=11510 vsize=1825968 CPUtime=0.66
/proc/11512/task/11522/stat : 11522 (java) S 11510 11512 11449 0 -1 64 1777 0 0 0 66 0 0 0 16 0 12 0 144700844 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11523] ppid=11510 vsize=1825968 CPUtime=0
/proc/11512/task/11523/stat : 11523 (java) S 11510 11512 11449 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 144700844 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11524] ppid=11510 vsize=1825968 CPUtime=0
/proc/11512/task/11524/stat : 11524 (java) S 11510 11512 11449 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 144700844 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 290.29
Current children cumulated vsize (KiB) 1825968

[startup+266.303 s]
/proc/loadavg: 1.09 1.13 1.06 2/89 11524
/proc/meminfo: memFree=30896/2055920 swapFree=4153844/4192956
[pid=11512] ppid=11510 vsize=1825968 CPUtime=291.09
/proc/11512/stat : 11512 (java) S 11510 11512 11449 0 -1 0 917060 0 1 0 28655 454 0 0 18 0 12 0 144700834 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11512/statm: 456492 424884 1328 9 0 454104 0
[pid=11512/tid=11514] ppid=11510 vsize=1825968 CPUtime=59.74
/proc/11512/task/11514/stat : 11514 (java) S 11510 11512 11449 0 -1 64 37782 0 1 0 5938 36 0 0 17 0 12 0 144700836 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11515] ppid=11510 vsize=1825968 CPUtime=24.02
/proc/11512/task/11515/stat : 11515 (java) S 11510 11512 11449 0 -1 64 217539 0 0 0 2297 105 0 0 16 0 12 0 144700837 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11512/tid=11516] ppid=11510 vsize=1825968 CPUtime=24.02
/proc/11512/task/11516/stat : 11516 (java) S 11510 11512 11449 0 -1 64 201808 0 0 0 2300 102 0 0 16 0 12 0 144700837 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11512/tid=11517] ppid=11510 vsize=1825968 CPUtime=181.54
/proc/11512/task/11517/stat : 11517 (java) R 11510 11512 11449 0 -1 64 452646 0 0 0 17950 204 0 0 25 0 12 0 144700840 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105333995 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11518] ppid=11510 vsize=1825968 CPUtime=0
/proc/11512/task/11518/stat : 11518 (java) S 11510 11512 11449 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 144700840 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11519] ppid=11510 vsize=1825968 CPUtime=0
/proc/11512/task/11519/stat : 11519 (java) S 11510 11512 11449 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 144700840 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11520] ppid=11510 vsize=1825968 CPUtime=0
/proc/11512/task/11520/stat : 11520 (java) S 11510 11512 11449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 144700844 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11521] ppid=11510 vsize=1825968 CPUtime=1.04
/proc/11512/task/11521/stat : 11521 (java) S 11510 11512 11449 0 -1 64 4790 0 0 0 102 2 0 0 16 0 12 0 144700844 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11522] ppid=11510 vsize=1825968 CPUtime=0.66
/proc/11512/task/11522/stat : 11522 (java) S 11510 11512 11449 0 -1 64 1777 0 0 0 66 0 0 0 16 0 12 0 144700844 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11523] ppid=11510 vsize=1825968 CPUtime=0
/proc/11512/task/11523/stat : 11523 (java) S 11510 11512 11449 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 144700844 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11512/tid=11524] ppid=11510 vsize=1825968 CPUtime=0
/proc/11512/task/11524/stat : 11524 (java) S 11510 11512 11449 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 144700844 1869791232 424884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 291.09
Current children cumulated vsize (KiB) 1825968

[startup+266.703 s]
/proc/loadavg: 1.09 1.13 1.06 2/89 11524
/proc/meminfo: memFree=30896/2055920 swapFree=4153844/4192956
[pid=11512] ppid=11510 vsize=0 CPUtime=291.49
/proc/11512/stat : 11512 (java) Z 11510 11512 11449 0 -1 12 917062 0 1 0 28691 458 0 0 16 0 2 0 144700834 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11512/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 291.49
Current children cumulated vsize (KiB) 0

[startup+266.902 s]
/proc/loadavg: 1.09 1.13 1.06 2/89 11524
/proc/meminfo: memFree=30896/2055920 swapFree=4153844/4192956
[pid=11512] ppid=11510 vsize=0 CPUtime=291.69
/proc/11512/stat : 11512 (java) Z 11510 11512 11449 0 -1 12 917062 0 1 0 28691 478 0 0 16 0 2 0 144700834 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11512/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 291.69
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 266.924
CPU time (s): 291.723
CPU user time (s): 286.915
CPU system time (s): 4.80727
CPU usage (%): 109.291
Max. virtual memory (cumulated for all children) (KiB): 1841972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 286.915
system time used= 4.80727
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 917062
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= 6463
involuntary context switches= 5464

runsolver used 0.293955 second user time and 0.781881 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Mon Apr 16 01:23:51 UTC 2007

IDJOB= 349227
IDBENCH= 2278
IDSOLVER= 159
FILE ID= node4/349227-1176686625

PBS_JOBID= 4559407

Free space on /tmp= 66356 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/lptestset/fome/normalized-mps-v2-20-10-fome13.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349227-1176686625/sat4jPseudoResolution.jar /tmp/evaluation/349227-1176686625/instance-349227-1176686625.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-349227-1176686625 -o ROOT/results/node4/solver-349227-1176686625 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349227-1176686625/sat4jPseudoResolution.jar /tmp/evaluation/349227-1176686625/instance-349227-1176686625.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  e3f30a3ccce8a834fba8f93335c22413

RANDOM SEED= 605309886

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:       1345000 kB
Buffers:         53060 kB
Cached:         567656 kB
SwapCached:       2232 kB
Active:         345596 kB
Inactive:       298280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1345000 kB
SwapTotal:     4192956 kB
SwapFree:      4153972 kB
Dirty:          166956 kB
Writeback:           0 kB
Mapped:          30560 kB
Slab:            52556 kB
Committed_AS:  5161952 kB
PageTables:       1816 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= 66356 MiB

End job on node4 on Mon Apr 16 01:28:18 UTC 2007