Trace number 350089

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (TO) 1800.17 1796.56

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=280-sizeP=141-sizeQ=280-254810631-max.opb
MD5SUM9c4320f542823743906889d8232ca8c8
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 variables39901
Total number of constraints118441
Number of constraints which are clauses118440
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint39480
Number of terms in the objective function 141
Biggest coefficient in the objective function 1393796574908163946345982392040522594123776
Number of bits for the biggest coefficient in the objective function 141
Sum of the numbers in the objective function 2787593149816327892691964784081045188247551
Number of bits of the sum of numbers in the objective function 141
Biggest number in a constraint 1353842624082429130653522550851115089568572790710847937094960732721983060451965636249987502980536903367866802227247837807116288
Number of bits of the biggest number in a constraint 420
Biggest sum of numbers in a constraint 5415370496329716522614090203404460358274291131933137772446847436667115240992208031579922255034219518448630133725391512086530056
Number of bits of the biggest sum of numbers421
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.12/0.36	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.12/0.36	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.12/0.36	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.37	c no version file found!!!
0.12/0.37	c sun.arch.data.model	32
0.12/0.37	c java.version	1.6.0
0.12/0.37	c os.name	Linux
0.12/0.37	c os.version	2.6.9-22.EL.rootsmp
0.12/0.37	c os.arch	i386
0.12/0.37	c Free memory 1651659224
0.12/0.37	c Max memory 1654456320
0.12/0.37	c Total memory 1654456320
0.12/0.37	c Number of processors 2
0.22/0.43	--- Begin Solver configuration ---
0.22/0.43	c Stops conflict analysis at the first Unique Implication Point
0.22/0.43	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.22/0.43	c Learn all clauses as in MiniSAT
0.22/0.43	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.43	c VSIDS like heuristics from MiniSAT using a heap
0.22/0.43	c No reason simplification
0.22/0.43	c --- End Solver configuration ---
0.22/0.43	c solving /tmp/evaluation/350089-1176792405/instance-350089-1176792405.opb
0.22/0.43	c reading problem ... 
5.99/4.93	c ... done. Wall clock time 4.502s.
5.99/4.93	c CPU time (experimental) 3.91s.
5.99/4.93	c #vars     39901
5.99/4.93	c #constraints  118442
1800.01/1796.41	c starts		: 10
1800.01/1796.41	c conflicts		: 9233
1800.01/1796.41	c decisions		: 18573
1800.01/1796.41	c propagations		: 3689892
1800.01/1796.41	c inspects		: 21158118
1800.01/1796.41	c learnt literals	: 0
1800.01/1796.41	c learnt binary clauses	: 0
1800.01/1796.41	c learnt ternary clauses	: 0
1800.01/1796.41	c learnt clauses	: 9233
1800.01/1796.41	c root simplifications	: 0
1800.01/1796.41	c removed literals (reason simplification)	: 0
1800.01/1796.41	c reason swapping (by a shorter reason)	: 0
1800.01/1796.41	c Calls to reduceDB	: 0
1800.01/1796.41	c speed (decisions/second)	: 10.367816618092238
1800.01/1796.41	c non guided choices	87
1800.01/1796.41	s UNKNOWN
1800.01/1796.41	c Total wall clock time (ms): 1795.981

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/node44/watcher-350089-1176792405 -o ROOT/results/node44/solver-350089-1176792405 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350089-1176792405/sat4jPseudoResolution.jar /tmp/evaluation/350089-1176792405/instance-350089-1176792405.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.93 0.99 0.99 2/77 16418
/proc/meminfo: memFree=1750984/2055920 swapFree=4142440/4192956
[pid=16418] ppid=16416 vsize=152 CPUtime=0
/proc/16418/stat : 16418 (java) R 16416 16418 15716 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 127152266 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 11281188 0 0 4096 0 0 0 0 17 1 0 0
/proc/16418/statm: 38 26 19 9 0 4 0

[startup+0.015919 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 16418
/proc/meminfo: memFree=1750984/2055920 swapFree=4142440/4192956
[pid=16418] ppid=16416 vsize=308 CPUtime=0
/proc/16418/stat : 16418 (java) D 16416 16418 15716 0 -1 0 54 0 1 0 0 0 0 0 18 0 1 0 127152266 315392 39 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 11281188 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/16418/statm: 77 39 29 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 308

[startup+0.102912 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 16418
/proc/meminfo: memFree=1750984/2055920 swapFree=4142440/4192956
[pid=16418] ppid=16416 vsize=12496 CPUtime=0.02
/proc/16418/stat : 16418 (java) S 16416 16418 15716 0 -1 0 751 0 27 0 0 2 0 0 18 0 2 0 127152266 12795904 561 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/16418/statm: 3124 561 250 9 0 1241 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12496

[startup+0.302934 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 16418
/proc/meminfo: memFree=1750984/2055920 swapFree=4142440/4192956
[pid=16418] ppid=16416 vsize=1780108 CPUtime=0.12
/proc/16418/stat : 16418 (java) S 16416 16418 15716 0 -1 0 3940 0 38 0 7 5 0 0 18 0 12 0 127152266 1822830592 3719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16418/statm: 445027 3719 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1780108

[startup+0.70298 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 16418
/proc/meminfo: memFree=1750984/2055920 swapFree=4142440/4192956
[pid=16418] ppid=16416 vsize=1782540 CPUtime=0.61
/proc/16418/stat : 16418 (java) S 16416 16418 15716 0 -1 0 6087 0 38 0 54 7 0 0 18 0 12 0 127152266 1825320960 5840 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16418/statm: 445635 5840 1287 9 0 443247 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1782540

[startup+1.50106 s]
/proc/loadavg: 0.93 0.99 0.99 4/89 16430
/proc/meminfo: memFree=1718184/2055920 swapFree=4142440/4192956
[pid=16418] ppid=16416 vsize=1786104 CPUtime=1.82
/proc/16418/stat : 16418 (java) S 16416 16418 15716 0 -1 0 12897 0 38 0 171 11 0 0 18 0 12 0 127152266 1828970496 11224 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16418/statm: 446526 11224 1301 9 0 444138 0
[pid=16418/tid=16420] ppid=16416 vsize=1786104 CPUtime=0.84
/proc/16418/task/16420/stat : 16420 (java) R 16416 16418 15716 0 -1 64 9298 0 12 0 78 6 0 0 17 0 12 0 127152275 1828970496 11224 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109682743 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16418/tid=16421] ppid=16416 vsize=1786104 CPUtime=0
/proc/16418/task/16421/stat : 16421 (java) S 16416 16418 15716 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 127152282 1828970496 11224 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16422] ppid=16416 vsize=1786104 CPUtime=0
/proc/16418/task/16422/stat : 16422 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 127152282 1828970496 11224 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16423] ppid=16416 vsize=1786104 CPUtime=0
/proc/16418/task/16423/stat : 16423 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 127152286 1828970496 11224 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16424] ppid=16416 vsize=1786104 CPUtime=0
/proc/16418/task/16424/stat : 16424 (java) S 16416 16418 15716 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 127152286 1828970496 11224 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16425] ppid=16416 vsize=1786104 CPUtime=0
/proc/16418/task/16425/stat : 16425 (java) S 16416 16418 15716 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 127152287 1828970496 11224 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16426] ppid=16416 vsize=1786104 CPUtime=0
/proc/16418/task/16426/stat : 16426 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 127152295 1828970496 11224 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16427] ppid=16416 vsize=1786104 CPUtime=0.45
/proc/16418/task/16427/stat : 16427 (java) R 16416 16418 15716 0 -1 64 1920 0 0 0 45 0 0 0 16 0 12 0 127152295 1828970496 11224 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 104723291 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16418/tid=16428] ppid=16416 vsize=1786104 CPUtime=0.47
/proc/16418/task/16428/stat : 16428 (java) R 16416 16418 15716 0 -1 64 986 0 0 0 47 0 0 0 17 0 12 0 127152295 1828970496 11224 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103026181 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16429] ppid=16416 vsize=1786104 CPUtime=0
/proc/16418/task/16429/stat : 16429 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 127152295 1828970496 11224 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16430] ppid=16416 vsize=1786104 CPUtime=0
/proc/16418/task/16430/stat : 16430 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127152295 1828970496 11224 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 1786104

[startup+3.10122 s]
/proc/loadavg: 0.93 0.99 0.99 2/89 16430
/proc/meminfo: memFree=1639848/2055920 swapFree=4142440/4192956
[pid=16418] ppid=16416 vsize=1786592 CPUtime=3.54
/proc/16418/stat : 16418 (java) S 16416 16418 15716 0 -1 0 43829 0 38 0 326 28 0 0 18 0 12 0 127152266 1829470208 42135 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16418/statm: 446648 42135 1310 9 0 444260 0
[pid=16418/tid=16420] ppid=16416 vsize=1786592 CPUtime=2.34
/proc/16418/task/16420/stat : 16420 (java) R 16416 16418 15716 0 -1 64 37660 0 12 0 212 22 0 0 19 0 12 0 127152275 1829470208 42135 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109509492 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16418/tid=16421] ppid=16416 vsize=1786592 CPUtime=0.08
/proc/16418/task/16421/stat : 16421 (java) S 16416 16418 15716 0 -1 64 1364 0 0 0 8 0 0 0 16 0 12 0 127152282 1829470208 42135 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16422] ppid=16416 vsize=1786592 CPUtime=0.07
/proc/16418/task/16422/stat : 16422 (java) S 16416 16418 15716 0 -1 64 1194 0 0 0 7 0 0 0 17 0 12 0 127152282 1829470208 42135 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16418/tid=16423] ppid=16416 vsize=1786592 CPUtime=0
/proc/16418/task/16423/stat : 16423 (java) S 16416 16418 15716 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 127152286 1829470208 42135 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16424] ppid=16416 vsize=1786592 CPUtime=0
/proc/16418/task/16424/stat : 16424 (java) S 16416 16418 15716 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 127152286 1829470208 42135 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16425] ppid=16416 vsize=1786592 CPUtime=0
/proc/16418/task/16425/stat : 16425 (java) S 16416 16418 15716 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127152287 1829470208 42135 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16426] ppid=16416 vsize=1786592 CPUtime=0
/proc/16418/task/16426/stat : 16426 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 127152295 1829470208 42135 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16427] ppid=16416 vsize=1786592 CPUtime=0.48
/proc/16418/task/16427/stat : 16427 (java) S 16416 16418 15716 0 -1 64 1925 0 0 0 48 0 0 0 17 0 12 0 127152295 1829470208 42135 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16428] ppid=16416 vsize=1786592 CPUtime=0.49
/proc/16418/task/16428/stat : 16428 (java) S 16416 16418 15716 0 -1 64 986 0 0 0 49 0 0 0 16 0 12 0 127152295 1829470208 42135 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16429] ppid=16416 vsize=1786592 CPUtime=0
/proc/16418/task/16429/stat : 16429 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 127152295 1829470208 42135 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16430] ppid=16416 vsize=1786592 CPUtime=0
/proc/16418/task/16430/stat : 16430 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127152295 1829470208 42135 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 1786592

[startup+6.31155 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 16431
/proc/meminfo: memFree=1541600/2055920 swapFree=4142440/4192956
[pid=16418] ppid=16416 vsize=1795768 CPUtime=7.92
/proc/16418/stat : 16418 (java) S 16416 16418 15716 0 -1 0 56500 0 38 0 758 34 0 0 18 0 13 0 127152266 1838866432 50863 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16418/statm: 448942 50863 1325 9 0 446554 0
[pid=16418/tid=16420] ppid=16416 vsize=1795768 CPUtime=5.1
/proc/16418/task/16420/stat : 16420 (java) R 16416 16418 15716 0 -1 64 37703 0 12 0 487 23 0 0 18 0 13 0 127152275 1838866432 50863 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109177462 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16418/tid=16421] ppid=16416 vsize=1795768 CPUtime=0.27
/proc/16418/task/16421/stat : 16421 (java) S 16416 16418 15716 0 -1 64 4912 0 0 0 25 2 0 0 18 0 13 0 127152282 1838866432 50863 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16422] ppid=16416 vsize=1795768 CPUtime=0.27
/proc/16418/task/16422/stat : 16422 (java) S 16416 16418 15716 0 -1 64 4509 0 0 0 25 2 0 0 18 0 13 0 127152282 1838866432 50863 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16423] ppid=16416 vsize=1795768 CPUtime=0
/proc/16418/task/16423/stat : 16423 (java) S 16416 16418 15716 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 127152286 1838866432 50863 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16424] ppid=16416 vsize=1795768 CPUtime=0
/proc/16418/task/16424/stat : 16424 (java) S 16416 16418 15716 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 127152286 1838866432 50863 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16425] ppid=16416 vsize=1795768 CPUtime=0
/proc/16418/task/16425/stat : 16425 (java) S 16416 16418 15716 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127152287 1838866432 50863 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16426] ppid=16416 vsize=1795768 CPUtime=0
/proc/16418/task/16426/stat : 16426 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127152295 1838866432 50863 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16427] ppid=16416 vsize=1795768 CPUtime=1.41
/proc/16418/task/16427/stat : 16427 (java) R 16416 16418 15716 0 -1 64 6826 0 0 0 138 3 0 0 16 0 13 0 127152295 1838866432 50863 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 101901794 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16428] ppid=16416 vsize=1795768 CPUtime=0.8
/proc/16418/task/16428/stat : 16428 (java) S 16416 16418 15716 0 -1 64 1844 0 0 0 80 0 0 0 16 0 13 0 127152295 1838866432 50863 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16429] ppid=16416 vsize=1795768 CPUtime=0
/proc/16418/task/16429/stat : 16429 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 127152295 1838866432 50863 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16430] ppid=16416 vsize=1795768 CPUtime=0
/proc/16418/task/16430/stat : 16430 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127152295 1838866432 50863 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16431] ppid=16416 vsize=1795768 CPUtime=0
/proc/16418/task/16431/stat : 16431 (java) S 16416 16418 15716 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 127152769 1838866432 50863 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.92
Current children cumulated vsize (KiB) 1795768

[startup+12.7012 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 16431
/proc/meminfo: memFree=1543328/2055920 swapFree=4142440/4192956
[pid=16418] ppid=16416 vsize=1794768 CPUtime=14.54
/proc/16418/stat : 16418 (java) S 16416 16418 15716 0 -1 0 56527 0 38 0 1419 35 0 0 18 0 13 0 127152266 1837842432 50658 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16418/statm: 448692 50658 1325 9 0 446304 0
[pid=16418/tid=16420] ppid=16416 vsize=1794768 CPUtime=11.44
/proc/16418/task/16420/stat : 16420 (java) R 16416 16418 15716 0 -1 64 37707 0 12 0 1121 23 0 0 21 0 13 0 127152275 1837842432 50658 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109500736 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16418/tid=16421] ppid=16416 vsize=1794768 CPUtime=0.27
/proc/16418/task/16421/stat : 16421 (java) S 16416 16418 15716 0 -1 64 4912 0 0 0 25 2 0 0 18 0 13 0 127152282 1837842432 50658 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16422] ppid=16416 vsize=1794768 CPUtime=0.27
/proc/16418/task/16422/stat : 16422 (java) S 16416 16418 15716 0 -1 64 4509 0 0 0 25 2 0 0 18 0 13 0 127152282 1837842432 50658 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16423] ppid=16416 vsize=1794768 CPUtime=0
/proc/16418/task/16423/stat : 16423 (java) S 16416 16418 15716 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 127152286 1837842432 50658 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16424] ppid=16416 vsize=1794768 CPUtime=0
/proc/16418/task/16424/stat : 16424 (java) S 16416 16418 15716 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 127152286 1837842432 50658 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16425] ppid=16416 vsize=1794768 CPUtime=0
/proc/16418/task/16425/stat : 16425 (java) S 16416 16418 15716 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127152287 1837842432 50658 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16426] ppid=16416 vsize=1794768 CPUtime=0
/proc/16418/task/16426/stat : 16426 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127152295 1837842432 50658 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16427] ppid=16416 vsize=1794768 CPUtime=1.51
/proc/16418/task/16427/stat : 16427 (java) S 16416 16418 15716 0 -1 64 6832 0 0 0 148 3 0 0 16 0 13 0 127152295 1837842432 50658 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16418/tid=16428] ppid=16416 vsize=1794768 CPUtime=0.97
/proc/16418/task/16428/stat : 16428 (java) S 16416 16418 15716 0 -1 64 1861 0 0 0 97 0 0 0 16 0 13 0 127152295 1837842432 50658 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16429] ppid=16416 vsize=1794768 CPUtime=0
/proc/16418/task/16429/stat : 16429 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 127152295 1837842432 50658 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16430] ppid=16416 vsize=1794768 CPUtime=0
/proc/16418/task/16430/stat : 16430 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127152295 1837842432 50658 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16431] ppid=16416 vsize=1794768 CPUtime=0
/proc/16418/task/16431/stat : 16431 (java) S 16416 16418 15716 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 127152769 1837842432 50658 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.54
Current children cumulated vsize (KiB) 1794768

[startup+25.5025 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 16431
/proc/meminfo: memFree=1547616/2055920 swapFree=4142440/4192956
[pid=16418] ppid=16416 vsize=1790500 CPUtime=27.49
/proc/16418/stat : 16418 (java) S 16416 16418 15716 0 -1 0 56543 0 38 0 2714 35 0 0 18 0 13 0 127152266 1833472000 49615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16418/statm: 447625 49615 1325 9 0 445237 0
[pid=16418/tid=16420] ppid=16416 vsize=1790500 CPUtime=24.22
/proc/16418/task/16420/stat : 16420 (java) R 16416 16418 15716 0 -1 64 37711 0 12 0 2399 23 0 0 25 0 13 0 127152275 1833472000 49615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109500760 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16418/tid=16421] ppid=16416 vsize=1790500 CPUtime=0.27
/proc/16418/task/16421/stat : 16421 (java) S 16416 16418 15716 0 -1 64 4912 0 0 0 25 2 0 0 18 0 13 0 127152282 1833472000 49615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16422] ppid=16416 vsize=1790500 CPUtime=0.27
/proc/16418/task/16422/stat : 16422 (java) S 16416 16418 15716 0 -1 64 4509 0 0 0 25 2 0 0 18 0 13 0 127152282 1833472000 49615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16423] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16423/stat : 16423 (java) S 16416 16418 15716 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 127152286 1833472000 49615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16424] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16424/stat : 16424 (java) S 16416 16418 15716 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 127152286 1833472000 49615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=16418/tid=16423] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16423/stat : 16423 (java) S 16416 16418 15716 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 127152286 1833472000 232841 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16418/tid=16424] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16424/stat : 16424 (java) S 16416 16418 15716 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 127152286 1833472000 232841 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16425] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16425/stat : 16425 (java) S 16416 16418 15716 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127152287 1833472000 232841 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16426] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16426/stat : 16426 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127152295 1833472000 232841 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16427] ppid=16416 vsize=1790500 CPUtime=1.64
/proc/16418/task/16427/stat : 16427 (java) S 16416 16418 15716 0 -1 64 6836 0 0 0 161 3 0 0 17 0 13 0 127152295 1833472000 232841 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16418/tid=16428] ppid=16416 vsize=1790500 CPUtime=1.16
/proc/16418/task/16428/stat : 16428 (java) S 16416 16418 15716 0 -1 64 1871 0 0 0 115 1 0 0 16 0 13 0 127152295 1833472000 232841 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16429] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16429/stat : 16429 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 127152295 1833472000 232841 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16430] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16430/stat : 16430 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127152295 1833472000 232841 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16431] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16431/stat : 16431 (java) S 16416 16418 15716 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 127152769 1833472000 232841 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1605.87
Current children cumulated vsize (KiB) 1790500

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 16629
/proc/meminfo: memFree=812896/2055920 swapFree=4143204/4192956
[pid=16418] ppid=16416 vsize=1790500 CPUtime=1665.85
/proc/16418/stat : 16418 (java) S 16416 16418 15716 0 -1 0 243689 0 38 0 166422 163 0 0 18 0 13 0 127152266 1833472000 232841 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16418/statm: 447625 232841 1327 9 0 445237 0
[pid=16418/tid=16420] ppid=16416 vsize=1790500 CPUtime=1658.45
/proc/16418/task/16420/stat : 16420 (java) R 16416 16418 15716 0 -1 64 37741 0 12 0 165810 35 0 0 25 0 13 0 127152275 1833472000 232841 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109500736 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16418/tid=16421] ppid=16416 vsize=1790500 CPUtime=2.27
/proc/16418/task/16421/stat : 16421 (java) S 16416 16418 15716 0 -1 64 93437 0 0 0 169 58 0 0 16 0 13 0 127152282 1833472000 232841 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16418/tid=16422] ppid=16416 vsize=1790500 CPUtime=2.27
/proc/16418/task/16422/stat : 16422 (java) S 16416 16418 15716 0 -1 64 103098 0 0 0 165 62 0 0 16 0 13 0 127152282 1833472000 232841 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16423] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16423/stat : 16423 (java) S 16416 16418 15716 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 127152286 1833472000 232841 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16418/tid=16424] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16424/stat : 16424 (java) S 16416 16418 15716 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 127152286 1833472000 232841 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16425] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16425/stat : 16425 (java) S 16416 16418 15716 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127152287 1833472000 232841 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16426] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16426/stat : 16426 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127152295 1833472000 232841 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16427] ppid=16416 vsize=1790500 CPUtime=1.64
/proc/16418/task/16427/stat : 16427 (java) S 16416 16418 15716 0 -1 64 6836 0 0 0 161 3 0 0 17 0 13 0 127152295 1833472000 232841 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16418/tid=16428] ppid=16416 vsize=1790500 CPUtime=1.16
/proc/16418/task/16428/stat : 16428 (java) S 16416 16418 15716 0 -1 64 1871 0 0 0 115 1 0 0 16 0 13 0 127152295 1833472000 232841 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16429] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16429/stat : 16429 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 127152295 1833472000 232841 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16430] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16430/stat : 16430 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127152295 1833472000 232841 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16431] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16431/stat : 16431 (java) S 16416 16418 15716 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 127152769 1833472000 232841 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1665.85
Current children cumulated vsize (KiB) 1790500

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 16629
/proc/meminfo: memFree=798880/2055920 swapFree=4143204/4192956
[pid=16418] ppid=16416 vsize=1790500 CPUtime=1725.88
/proc/16418/stat : 16418 (java) S 16416 16418 15716 0 -1 0 247343 0 38 0 172422 166 0 0 18 0 13 0 127152266 1833472000 236345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16418/statm: 447625 236345 1327 9 0 445237 0
[pid=16418/tid=16420] ppid=16416 vsize=1790500 CPUtime=1718.39
/proc/16418/task/16420/stat : 16420 (java) R 16416 16418 15716 0 -1 64 37742 0 12 0 171803 36 0 0 25 0 13 0 127152275 1833472000 236345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109830883 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16418/tid=16421] ppid=16416 vsize=1790500 CPUtime=2.3
/proc/16418/task/16421/stat : 16421 (java) S 16416 16418 15716 0 -1 64 94779 0 0 0 172 58 0 0 17 0 13 0 127152282 1833472000 236345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16418/tid=16422] ppid=16416 vsize=1790500 CPUtime=2.31
/proc/16418/task/16422/stat : 16422 (java) S 16416 16418 15716 0 -1 64 105409 0 0 0 168 63 0 0 17 0 13 0 127152282 1833472000 236345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16423] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16423/stat : 16423 (java) S 16416 16418 15716 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 127152286 1833472000 236345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16418/tid=16424] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16424/stat : 16424 (java) S 16416 16418 15716 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 127152286 1833472000 236345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16425] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16425/stat : 16425 (java) S 16416 16418 15716 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127152287 1833472000 236345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16426] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16426/stat : 16426 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127152295 1833472000 236345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16427] ppid=16416 vsize=1790500 CPUtime=1.64
/proc/16418/task/16427/stat : 16427 (java) S 16416 16418 15716 0 -1 64 6836 0 0 0 161 3 0 0 17 0 13 0 127152295 1833472000 236345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16418/tid=16428] ppid=16416 vsize=1790500 CPUtime=1.16
/proc/16418/task/16428/stat : 16428 (java) S 16416 16418 15716 0 -1 64 1871 0 0 0 115 1 0 0 16 0 13 0 127152295 1833472000 236345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16429] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16429/stat : 16429 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 127152295 1833472000 236345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16430] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16430/stat : 16430 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127152295 1833472000 236345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16431] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16431/stat : 16431 (java) S 16416 16418 15716 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 127152769 1833472000 236345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1725.88
Current children cumulated vsize (KiB) 1790500

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 16629
/proc/meminfo: memFree=785632/2055920 swapFree=4143204/4192956
[pid=16418] ppid=16416 vsize=1790500 CPUtime=1785.91
/proc/16418/stat : 16418 (java) S 16416 16418 15716 0 -1 0 250770 0 38 0 178422 169 0 0 18 0 13 0 127152266 1833472000 239619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16418/statm: 447625 239619 1327 9 0 445237 0
[pid=16418/tid=16420] ppid=16416 vsize=1790500 CPUtime=1778.33
/proc/16418/task/16420/stat : 16420 (java) R 16416 16418 15716 0 -1 64 37743 0 12 0 177797 36 0 0 25 0 13 0 127152275 1833472000 239619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109500760 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16418/tid=16421] ppid=16416 vsize=1790500 CPUtime=2.35
/proc/16418/task/16421/stat : 16421 (java) S 16416 16418 15716 0 -1 64 96732 0 0 0 175 60 0 0 17 0 13 0 127152282 1833472000 239619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16418/tid=16422] ppid=16416 vsize=1790500 CPUtime=2.35
/proc/16418/task/16422/stat : 16422 (java) S 16416 16418 15716 0 -1 64 106882 0 0 0 171 64 0 0 16 0 13 0 127152282 1833472000 239619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16423] ppid=16416 vsize=1790500 CPUtime=0.01
/proc/16418/task/16423/stat : 16423 (java) S 16416 16418 15716 0 -1 64 10 0 0 0 1 0 0 0 16 0 13 0 127152286 1833472000 239619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16418/tid=16424] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16424/stat : 16424 (java) S 16416 16418 15716 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 127152286 1833472000 239619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16425] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16425/stat : 16425 (java) S 16416 16418 15716 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127152287 1833472000 239619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16426] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16426/stat : 16426 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127152295 1833472000 239619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16427] ppid=16416 vsize=1790500 CPUtime=1.64
/proc/16418/task/16427/stat : 16427 (java) S 16416 16418 15716 0 -1 64 6836 0 0 0 161 3 0 0 17 0 13 0 127152295 1833472000 239619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16418/tid=16428] ppid=16416 vsize=1790500 CPUtime=1.16
/proc/16418/task/16428/stat : 16428 (java) S 16416 16418 15716 0 -1 64 1871 0 0 0 115 1 0 0 16 0 13 0 127152295 1833472000 239619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16429] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16429/stat : 16429 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 127152295 1833472000 239619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16430] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16430/stat : 16430 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127152295 1833472000 239619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16431] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16431/stat : 16431 (java) S 16416 16418 15716 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 127152769 1833472000 239619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1785.91
Current children cumulated vsize (KiB) 1790500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 16629
/proc/meminfo: memFree=785632/2055920 swapFree=4143204/4192956
[pid=16418] ppid=16416 vsize=1790500 CPUtime=1800.01
/proc/16418/stat : 16418 (java) S 16416 16418 15716 0 -1 0 250770 0 38 0 179832 169 0 0 18 0 13 0 127152266 1833472000 239619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16418/statm: 447625 239619 1327 9 0 445237 0
[pid=16418/tid=16420] ppid=16416 vsize=1790500 CPUtime=1792.43
/proc/16418/task/16420/stat : 16420 (java) R 16416 16418 15716 0 -1 64 37743 0 12 0 179207 36 0 0 25 0 13 0 127152275 1833472000 239619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109500736 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16418/tid=16421] ppid=16416 vsize=1790500 CPUtime=2.35
/proc/16418/task/16421/stat : 16421 (java) S 16416 16418 15716 0 -1 64 96732 0 0 0 175 60 0 0 17 0 13 0 127152282 1833472000 239619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16418/tid=16422] ppid=16416 vsize=1790500 CPUtime=2.35
/proc/16418/task/16422/stat : 16422 (java) S 16416 16418 15716 0 -1 64 106882 0 0 0 171 64 0 0 16 0 13 0 127152282 1833472000 239619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16423] ppid=16416 vsize=1790500 CPUtime=0.01
/proc/16418/task/16423/stat : 16423 (java) S 16416 16418 15716 0 -1 64 10 0 0 0 1 0 0 0 16 0 13 0 127152286 1833472000 239619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16418/tid=16424] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16424/stat : 16424 (java) S 16416 16418 15716 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 127152286 1833472000 239619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16425] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16425/stat : 16425 (java) S 16416 16418 15716 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127152287 1833472000 239619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16426] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16426/stat : 16426 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127152295 1833472000 239619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16427] ppid=16416 vsize=1790500 CPUtime=1.64
/proc/16418/task/16427/stat : 16427 (java) S 16416 16418 15716 0 -1 64 6836 0 0 0 161 3 0 0 17 0 13 0 127152295 1833472000 239619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16418/tid=16428] ppid=16416 vsize=1790500 CPUtime=1.16
/proc/16418/task/16428/stat : 16428 (java) S 16416 16418 15716 0 -1 64 1871 0 0 0 115 1 0 0 16 0 13 0 127152295 1833472000 239619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16429] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16429/stat : 16429 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 127152295 1833472000 239619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16430] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16430/stat : 16430 (java) S 16416 16418 15716 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127152295 1833472000 239619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16418/tid=16431] ppid=16416 vsize=1790500 CPUtime=0
/proc/16418/task/16431/stat : 16431 (java) S 16416 16418 15716 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 127152769 1833472000 239619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1790500

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

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

[startup+1796.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 16629
/proc/meminfo: memFree=785632/2055920 swapFree=4143204/4192956
[pid=16418] ppid=16416 vsize=0 CPUtime=1800.11
/proc/16418/stat : 16418 (java) Z 16416 16418 15716 0 -1 1036 250790 0 38 0 179833 178 0 0 16 0 2 0 127152266 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16418/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.56
CPU time (s): 1800.17
CPU user time (s): 1798.34
CPU system time (s): 1.83572
CPU usage (%): 100.201
Max. virtual memory (cumulated for all children) (KiB): 1798808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.34
system time used= 1.83572
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250790
page faults= 38
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37610
involuntary context switches= 39687

runsolver used 1.77173 second user time and 4.84926 second system time

The end

Launcher Data (download as text)

Begin job on node44 on Tue Apr 17 06:46:46 UTC 2007

IDJOB= 350089
IDBENCH= 2971
IDSOLVER= 159
FILE ID= node44/350089-1176792405

PBS_JOBID= 4580843

Free space on /tmp= 66439 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=280-sizeP=141-sizeQ=280-254810631-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350089-1176792405/sat4jPseudoResolution.jar /tmp/evaluation/350089-1176792405/instance-350089-1176792405.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-350089-1176792405 -o ROOT/results/node44/solver-350089-1176792405 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350089-1176792405/sat4jPseudoResolution.jar /tmp/evaluation/350089-1176792405/instance-350089-1176792405.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  9c4320f542823743906889d8232ca8c8

RANDOM SEED= 554877895

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node44.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.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
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:       1751584 kB
Buffers:         28152 kB
Cached:         194264 kB
SwapCached:      27552 kB
Active:         178440 kB
Inactive:        82028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1751584 kB
SwapTotal:     4192956 kB
SwapFree:      4142440 kB
Dirty:            9536 kB
Writeback:           0 kB
Mapped:          31676 kB
Slab:            29360 kB
Committed_AS:   403596 kB
PageTables:       1736 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= 66439 MiB

End job on node44 on Tue Apr 17 07:16:44 UTC 2007