Trace number 350225

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.07 1785.67

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=400-sizeP=201-sizeQ=400-517735400-max.opb
MD5SUM57770cf676196c26ecb8cc01d6a682c4
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 variables81001
Total number of constraints241201
Number of constraints which are clauses241200
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 constraint80400
Number of terms in the objective function 201
Biggest coefficient in the objective function 1606938044258990275541962092341162602522202993782792835301376
Number of bits for the biggest coefficient in the objective function 201
Sum of the numbers in the objective function 3213876088517980551083924184682325205044405987565585670602751
Number of bits of the sum of numbers in the objective function 201
Biggest number in a constraint 2074757784440496479256203931845580575506223116121218449997828664845326405706454073199853524473551897144098943305650394591197575537705887653943437417056981843530590901700754761842688
Number of bits of the biggest number in a constraint 600
Biggest sum of numbers in a constraint 8299031137761985917024815727382322302024892464484873799991313498100123611208949766753886495932953416094301423590956938717964645268420282271424527841217460028761689119972815147010025
Number of bits of the biggest sum of numbers601
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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/node67/watcher-350225-1176807875 -o ROOT/results/node67/solver-350225-1176807875 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350225-1176807875/sat4jPseudoCP.jar /tmp/evaluation/350225-1176807875/instance-350225-1176807875.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.92 0.98 0.99 2/64 25731
/proc/meminfo: memFree=1922416/2055920 swapFree=4178024/4192956
[pid=25731] ppid=25729 vsize=1472 CPUtime=0
/proc/25731/stat : 25731 (java) R 25729 25731 25029 0 -1 0 105 0 0 0 0 0 0 0 18 0 1 0 156777094 1507328 79 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 7790480 0 0 4096 0 0 0 0 17 1 0 0
/proc/25731/statm: 368 87 65 9 0 10 0

[startup+0.0352089 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 25731
/proc/meminfo: memFree=1922416/2055920 swapFree=4178024/4192956
[pid=25731] ppid=25729 vsize=1776088 CPUtime=0.02
/proc/25731/stat : 25731 (java) S 25729 25731 25029 0 -1 0 3171 0 1 0 1 1 0 0 18 0 4 0 156777094 1818714112 2919 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/25731/statm: 444022 2919 887 9 0 441658 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776088

[startup+0.102221 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 25731
/proc/meminfo: memFree=1922416/2055920 swapFree=4178024/4192956
[pid=25731] ppid=25729 vsize=1780256 CPUtime=0.08
/proc/25731/stat : 25731 (java) S 25729 25731 25029 0 -1 0 3999 0 1 0 6 2 0 0 18 0 12 0 156777094 1822982144 3741 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25731/statm: 445064 3741 1123 9 0 442683 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780256

[startup+0.301255 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 25731
/proc/meminfo: memFree=1922416/2055920 swapFree=4178024/4192956
[pid=25731] ppid=25729 vsize=1782168 CPUtime=0.34
/proc/25731/stat : 25731 (java) S 25729 25731 25029 0 -1 0 5817 0 1 0 30 4 0 0 18 0 12 0 156777094 1824940032 5554 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25731/statm: 445542 5555 1262 9 0 443154 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1782168

[startup+0.702332 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 25731
/proc/meminfo: memFree=1922416/2055920 swapFree=4178024/4192956
[pid=25731] ppid=25729 vsize=1783192 CPUtime=0.9
/proc/25731/stat : 25731 (java) S 25729 25731 25029 0 -1 0 7365 0 1 0 85 5 0 0 18 0 12 0 156777094 1825988608 6984 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25731/statm: 445798 6984 1301 9 0 443410 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1783192

[startup+1.50147 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 25743
/proc/meminfo: memFree=1891472/2055920 swapFree=4178024/4192956
[pid=25731] ppid=25729 vsize=1785252 CPUtime=2.03
/proc/25731/stat : 25731 (java) S 25729 25731 25029 0 -1 0 19236 0 1 0 192 11 0 0 18 0 12 0 156777094 1828098048 17612 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25731/statm: 446313 17613 1301 9 0 443925 0
[pid=25731/tid=25733] ppid=25729 vsize=1785252 CPUtime=1.06
/proc/25731/task/25733/stat : 25733 (java) R 25729 25731 25029 0 -1 64 15740 0 1 0 98 8 0 0 19 0 12 0 156777095 1828098048 17613 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109592737 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25731/tid=25734] ppid=25729 vsize=1785252 CPUtime=0
/proc/25731/task/25734/stat : 25734 (java) S 25729 25731 25029 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 156777097 1828098048 17614 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25735] ppid=25729 vsize=1785252 CPUtime=0
/proc/25731/task/25735/stat : 25735 (java) S 25729 25731 25029 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 156777097 1828098048 17615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25731/tid=25736] ppid=25729 vsize=1785252 CPUtime=0
/proc/25731/task/25736/stat : 25736 (java) S 25729 25731 25029 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 156777099 1828098048 17617 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25737] ppid=25729 vsize=1785252 CPUtime=0
/proc/25731/task/25737/stat : 25737 (java) S 25729 25731 25029 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 156777100 1828098048 17618 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25738] ppid=25729 vsize=1785252 CPUtime=0
/proc/25731/task/25738/stat : 25738 (java) S 25729 25731 25029 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 156777100 1828098048 17619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25739] ppid=25729 vsize=1785252 CPUtime=0
/proc/25731/task/25739/stat : 25739 (java) S 25729 25731 25029 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 156777103 1828098048 17620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25740] ppid=25729 vsize=1785252 CPUtime=0.42
/proc/25731/task/25740/stat : 25740 (java) S 25729 25731 25029 0 -1 64 1116 0 0 0 42 0 0 0 17 0 12 0 156777103 1828098048 17621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25741] ppid=25729 vsize=1785252 CPUtime=0.52
/proc/25731/task/25741/stat : 25741 (java) S 25729 25731 25029 0 -1 64 1662 0 0 0 51 1 0 0 16 0 12 0 156777103 1828098048 17622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25742] ppid=25729 vsize=1785252 CPUtime=0
/proc/25731/task/25742/stat : 25742 (java) S 25729 25731 25029 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 156777103 1828098048 17623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25743] ppid=25729 vsize=1785252 CPUtime=0
/proc/25731/task/25743/stat : 25743 (java) S 25729 25731 25029 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 156777103 1828098048 17624 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 1785252

[startup+3.10176 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 25743
/proc/meminfo: memFree=1792400/2055920 swapFree=4178024/4192956
[pid=25731] ppid=25729 vsize=1785740 CPUtime=3.71
/proc/25731/stat : 25731 (java) S 25729 25731 25029 0 -1 0 44147 0 1 0 347 24 0 0 18 0 12 0 156777094 1828597760 42447 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25731/statm: 446435 42447 1310 9 0 444047 0
[pid=25731/tid=25733] ppid=25729 vsize=1785740 CPUtime=2.58
/proc/25731/task/25733/stat : 25733 (java) R 25729 25731 25029 0 -1 64 37675 0 1 0 238 20 0 0 23 0 12 0 156777095 1828597760 42447 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109474446 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25731/tid=25734] ppid=25729 vsize=1785740 CPUtime=0.06
/proc/25731/task/25734/stat : 25734 (java) S 25729 25731 25029 0 -1 64 1516 0 0 0 6 0 0 0 16 0 12 0 156777097 1828597760 42447 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25735] ppid=25729 vsize=1785740 CPUtime=0.07
/proc/25731/task/25735/stat : 25735 (java) S 25729 25731 25029 0 -1 64 1453 0 0 0 7 0 0 0 16 0 12 0 156777097 1828597760 42447 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25731/tid=25736] ppid=25729 vsize=1785740 CPUtime=0
/proc/25731/task/25736/stat : 25736 (java) S 25729 25731 25029 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 156777099 1828597760 42447 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25737] ppid=25729 vsize=1785740 CPUtime=0
/proc/25731/task/25737/stat : 25737 (java) S 25729 25731 25029 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 156777100 1828597760 42447 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25738] ppid=25729 vsize=1785740 CPUtime=0
/proc/25731/task/25738/stat : 25738 (java) S 25729 25731 25029 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 156777100 1828597760 42447 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25739] ppid=25729 vsize=1785740 CPUtime=0
/proc/25731/task/25739/stat : 25739 (java) S 25729 25731 25029 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 156777103 1828597760 42447 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25740] ppid=25729 vsize=1785740 CPUtime=0.42
/proc/25731/task/25740/stat : 25740 (java) S 25729 25731 25029 0 -1 64 1116 0 0 0 42 0 0 0 17 0 12 0 156777103 1828597760 42447 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25741] ppid=25729 vsize=1785740 CPUtime=0.52
/proc/25731/task/25741/stat : 25741 (java) S 25729 25731 25029 0 -1 64 1662 0 0 0 51 1 0 0 16 0 12 0 156777103 1828597760 42447 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25742] ppid=25729 vsize=1785740 CPUtime=0
/proc/25731/task/25742/stat : 25742 (java) S 25729 25731 25029 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 156777103 1828597760 42447 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25743] ppid=25729 vsize=1785740 CPUtime=0
/proc/25731/task/25743/stat : 25743 (java) S 25729 25731 25029 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 156777103 1828597760 42447 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 1785740

[startup+6.30235 s]
/proc/loadavg: 0.93 0.98 0.99 2/76 25743
/proc/meminfo: memFree=1720336/2055920 swapFree=4178024/4192956
[pid=25731] ppid=25729 vsize=1787084 CPUtime=7.23
/proc/25731/stat : 25731 (java) S 25729 25731 25029 0 -1 0 53877 0 1 0 694 29 0 0 18 0 12 0 156777094 1829974016 51561 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25731/statm: 446771 51561 1310 9 0 444383 0
[pid=25731/tid=25733] ppid=25729 vsize=1787084 CPUtime=5.46
/proc/25731/task/25733/stat : 25733 (java) R 25729 25731 25029 0 -1 64 37678 0 1 0 525 21 0 0 25 0 12 0 156777095 1829974016 51561 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109474750 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25731/tid=25734] ppid=25729 vsize=1787084 CPUtime=0.39
/proc/25731/task/25734/stat : 25734 (java) S 25729 25731 25029 0 -1 64 6254 0 0 0 36 3 0 0 18 0 12 0 156777097 1829974016 51561 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25735] ppid=25729 vsize=1787084 CPUtime=0.38
/proc/25731/task/25735/stat : 25735 (java) S 25729 25731 25029 0 -1 64 6436 0 0 0 36 2 0 0 18 0 12 0 156777097 1829974016 51561 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25736] ppid=25729 vsize=1787084 CPUtime=0
/proc/25731/task/25736/stat : 25736 (java) S 25729 25731 25029 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 156777099 1829974016 51561 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25737] ppid=25729 vsize=1787084 CPUtime=0
/proc/25731/task/25737/stat : 25737 (java) S 25729 25731 25029 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 156777100 1829974016 51561 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25738] ppid=25729 vsize=1787084 CPUtime=0
/proc/25731/task/25738/stat : 25738 (java) S 25729 25731 25029 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 156777100 1829974016 51561 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25739] ppid=25729 vsize=1787084 CPUtime=0
/proc/25731/task/25739/stat : 25739 (java) S 25729 25731 25029 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 156777103 1829974016 51561 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25740] ppid=25729 vsize=1787084 CPUtime=0.43
/proc/25731/task/25740/stat : 25740 (java) S 25729 25731 25029 0 -1 64 1117 0 0 0 43 0 0 0 16 0 12 0 156777103 1829974016 51561 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25741] ppid=25729 vsize=1787084 CPUtime=0.52
/proc/25731/task/25741/stat : 25741 (java) S 25729 25731 25029 0 -1 64 1662 0 0 0 51 1 0 0 16 0 12 0 156777103 1829974016 51561 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25742] ppid=25729 vsize=1787084 CPUtime=0
/proc/25731/task/25742/stat : 25742 (java) S 25729 25731 25029 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 156777103 1829974016 51561 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25743] ppid=25729 vsize=1787084 CPUtime=0
/proc/25731/task/25743/stat : 25743 (java) S 25729 25731 25029 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 156777103 1829974016 51561 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.23
Current children cumulated vsize (KiB) 1787084

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 25744
/proc/meminfo: memFree=1668040/2055920 swapFree=4178024/4192956
[pid=25731] ppid=25729 vsize=1790832 CPUtime=15.62
/proc/25731/stat : 25731 (java) S 25729 25731 25029 0 -1 0 71875 0 1 0 1523 39 0 0 18 0 13 0 156777094 1833811968 65268 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25731/statm: 447708 65268 1323 9 0 445320 0
[pid=25731/tid=25733] ppid=25729 vsize=1790832 CPUtime=10.51
/proc/25731/task/25733/stat : 25733 (java) R 25729 25731 25029 0 -1 64 37728 0 1 0 1030 21 0 0 24 0 13 0 156777095 1833811968 65268 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109764397 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25734] ppid=25729 vsize=1790832 CPUtime=1.5
/proc/25731/task/25734/stat : 25734 (java) S 25729 25731 25029 0 -1 64 14226 0 0 0 143 7 0 0 16 0 13 0 156777097 1833811968 65268 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25735] ppid=25729 vsize=1790832 CPUtime=1.51
/proc/25731/task/25735/stat : 25735 (java) S 25729 25731 25029 0 -1 64 15224 0 0 0 145 6 0 0 18 0 13 0 156777097 1833811968 65268 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25731/tid=25736] ppid=25729 vsize=1790832 CPUtime=0
/proc/25731/task/25736/stat : 25736 (java) S 25729 25731 25029 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 156777099 1833811968 65268 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25737] ppid=25729 vsize=1790832 CPUtime=0
/proc/25731/task/25737/stat : 25737 (java) S 25729 25731 25029 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 156777100 1833811968 65268 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25738] ppid=25729 vsize=1790832 CPUtime=0
/proc/25731/task/25738/stat : 25738 (java) S 25729 25731 25029 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156777100 1833811968 65268 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25739] ppid=25729 vsize=1790832 CPUtime=0
/proc/25731/task/25739/stat : 25739 (java) S 25729 25731 25029 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156777103 1833811968 65268 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25740] ppid=25729 vsize=1790832 CPUtime=1.12
/proc/25731/task/25740/stat : 25740 (java) S 25729 25731 25029 0 -1 64 2276 0 0 0 111 1 0 0 16 0 13 0 156777103 1833811968 65268 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25741] ppid=25729 vsize=1790832 CPUtime=0.93
/proc/25731/task/25741/stat : 25741 (java) S 25729 25731 25029 0 -1 64 1686 0 0 0 92 1 0 0 16 0 13 0 156777103 1833811968 65268 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25731/tid=25742] ppid=25729 vsize=1790832 CPUtime=0
/proc/25731/task/25742/stat : 25742 (java) S 25729 25731 25029 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156777103 1833811968 65268 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25743] ppid=25729 vsize=1790832 CPUtime=0
/proc/25731/task/25743/stat : 25743 (java) S 25729 25731 25029 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 156777103 1833811968 65268 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25731/tid=25744] ppid=25729 vsize=1790832 CPUtime=0
/proc/25731/task/25744/stat : 25744 (java) S 25729 25731 25029 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 156777894 1833811968 65268 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.62
Current children cumulated vsize (KiB) 1790832

[startup+25.5029 s]
/proc/loadavg: 1.02 1.00 1.00 2/77 25744
/proc/meminfo: memFree=1701128/2055920 swapFree=4178024/4192956
[pid=25731] ppid=25729 vsize=1790576 CPUtime=28.78
/proc/25731/stat : 25731 (java) S 25729 25731 25029 0 -1 0 79923 0 1 0 2834 44 0 0 18 0 13 0 156777094 1833549824 56344 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25731/statm: 447644 56344 1323 9 0 445256 0
[pid=25731/tid=25733] ppid=25729 vsize=1790576 CPUtime=22.91
/proc/25731/task/25733/stat : 25733 (java) R 25729 25731 25029 0 -1 64 37752 0 1 0 2269 22 0 0 21 0 13 0 156777095 1833549824 56344 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109763915 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25731/tid=25734] ppid=25729 vsize=1790576 CPUtime=1.88
/proc/25731/task/25734/stat : 25734 (java) S 25729 25731 25029 0 -1 64 17810 0 0 0 179 9 0 0 16 0 13 0 156777097 1833549824 56344 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25731/tid=25735] ppid=25729 vsize=1790576 CPUtime=1.89
/proc/25731/task/25735/stat : 25735 (java) S 25729 25731 25029 0 -1 64 19661 0 0 0 181 8 0 0 15 0 13 0 156777097 1833549824 56344 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25736] ppid=25729 vsize=1790576 CPUtime=0
/proc/25731/task/25736/stat : 25736 (java) S 25729 25731 25029 0 -1 64 16 0 0 0 0 0 0 0 15 0 13 0 156777099 1833549824 56344 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25737] ppid=25729 vsize=1790576 CPUtime=0
/proc/25731/task/25737/stat : 25737 (java) S 25729 25731 25029 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 156777100 1833549824 56344 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25738] ppid=25729 vsize=1790576 CPUtime=0
/proc/25731/task/25738/stat : 25738 (java) S 25729 25731 25029 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156777100 1833549824 56344 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=25731] ppid=25729 vsize=1790544 CPUtime=1615.57
/proc/25731/stat : 25731 (java) S 25729 25731 25029 0 -1 0 94143 0 1 0 161240 317 0 0 18 0 13 0 156777094 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25731/statm: 447636 43737 1323 9 0 445248 0
[pid=25731/tid=25733] ppid=25729 vsize=1790544 CPUtime=1585.25
/proc/25731/task/25733/stat : 25733 (java) R 25729 25731 25029 0 -1 64 51925 0 1 0 158476 49 0 0 25 0 13 0 156777095 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109988426 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25734] ppid=25729 vsize=1790544 CPUtime=13.42
/proc/25731/task/25734/stat : 25734 (java) S 25729 25731 25029 0 -1 64 17814 0 0 0 1224 118 0 0 16 0 13 0 156777097 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25731/tid=25735] ppid=25729 vsize=1790544 CPUtime=13.46
/proc/25731/task/25735/stat : 25735 (java) S 25729 25731 25029 0 -1 64 19669 0 0 0 1256 90 0 0 15 0 13 0 156777097 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25736] ppid=25729 vsize=1790544 CPUtime=1.32
/proc/25731/task/25736/stat : 25736 (java) S 25729 25731 25029 0 -1 64 51 0 0 0 77 55 0 0 16 0 13 0 156777099 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25737] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25737/stat : 25737 (java) S 25729 25731 25029 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 156777100 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25738] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25738/stat : 25738 (java) S 25729 25731 25029 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156777100 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25739] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25739/stat : 25739 (java) S 25729 25731 25029 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156777103 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25740] ppid=25729 vsize=1790544 CPUtime=1.13
/proc/25731/task/25740/stat : 25740 (java) S 25729 25731 25029 0 -1 64 2276 0 0 0 112 1 0 0 17 0 13 0 156777103 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25741] ppid=25729 vsize=1790544 CPUtime=0.93
/proc/25731/task/25741/stat : 25741 (java) S 25729 25731 25029 0 -1 64 1686 0 0 0 92 1 0 0 16 0 13 0 156777103 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25731/tid=25742] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25742/stat : 25742 (java) S 25729 25731 25029 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156777103 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25743] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25743/stat : 25743 (java) S 25729 25731 25029 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 156777103 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25744] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25744/stat : 25744 (java) S 25729 25731 25029 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 156777894 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1615.57
Current children cumulated vsize (KiB) 1790544

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25744
/proc/meminfo: memFree=1751176/2055920 swapFree=4178024/4192956
[pid=25731] ppid=25729 vsize=1790544 CPUtime=1675.97
/proc/25731/stat : 25731 (java) S 25729 25731 25029 0 -1 0 94413 0 1 0 167270 327 0 0 18 0 13 0 156777094 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25731/statm: 447636 43737 1323 9 0 445248 0
[pid=25731/tid=25733] ppid=25729 vsize=1790544 CPUtime=1644.69
/proc/25731/task/25733/stat : 25733 (java) R 25729 25731 25029 0 -1 64 52195 0 1 0 164420 49 0 0 25 0 13 0 156777095 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109988128 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25734] ppid=25729 vsize=1790544 CPUtime=13.87
/proc/25731/task/25734/stat : 25734 (java) S 25729 25731 25029 0 -1 64 17814 0 0 0 1266 121 0 0 16 0 13 0 156777097 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25731/tid=25735] ppid=25729 vsize=1790544 CPUtime=13.89
/proc/25731/task/25735/stat : 25735 (java) S 25729 25731 25029 0 -1 64 19669 0 0 0 1295 94 0 0 15 0 13 0 156777097 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25736] ppid=25729 vsize=1790544 CPUtime=1.38
/proc/25731/task/25736/stat : 25736 (java) S 25729 25731 25029 0 -1 64 51 0 0 0 81 57 0 0 16 0 13 0 156777099 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25737] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25737/stat : 25737 (java) S 25729 25731 25029 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 156777100 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25738] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25738/stat : 25738 (java) S 25729 25731 25029 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156777100 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25739] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25739/stat : 25739 (java) S 25729 25731 25029 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156777103 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25740] ppid=25729 vsize=1790544 CPUtime=1.13
/proc/25731/task/25740/stat : 25740 (java) S 25729 25731 25029 0 -1 64 2276 0 0 0 112 1 0 0 17 0 13 0 156777103 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25741] ppid=25729 vsize=1790544 CPUtime=0.93
/proc/25731/task/25741/stat : 25741 (java) S 25729 25731 25029 0 -1 64 1686 0 0 0 92 1 0 0 16 0 13 0 156777103 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25731/tid=25742] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25742/stat : 25742 (java) S 25729 25731 25029 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156777103 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25743] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25743/stat : 25743 (java) S 25729 25731 25029 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 156777103 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25744] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25744/stat : 25744 (java) S 25729 25731 25029 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 156777894 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1675.97
Current children cumulated vsize (KiB) 1790544

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25744
/proc/meminfo: memFree=1751112/2055920 swapFree=4178024/4192956
[pid=25731] ppid=25729 vsize=1790544 CPUtime=1736.36
/proc/25731/stat : 25731 (java) S 25729 25731 25029 0 -1 0 94686 0 1 0 173299 337 0 0 18 0 13 0 156777094 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25731/statm: 447636 43737 1323 9 0 445248 0
[pid=25731/tid=25733] ppid=25729 vsize=1790544 CPUtime=1704.13
/proc/25731/task/25733/stat : 25733 (java) R 25729 25731 25029 0 -1 64 52468 0 1 0 170362 51 0 0 25 0 13 0 156777095 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109764025 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25734] ppid=25729 vsize=1790544 CPUtime=14.34
/proc/25731/task/25734/stat : 25734 (java) S 25729 25731 25029 0 -1 64 17814 0 0 0 1310 124 0 0 16 0 13 0 156777097 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25735] ppid=25729 vsize=1790544 CPUtime=14.34
/proc/25731/task/25735/stat : 25735 (java) S 25729 25731 25029 0 -1 64 19669 0 0 0 1336 98 0 0 16 0 13 0 156777097 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25731/tid=25736] ppid=25729 vsize=1790544 CPUtime=1.43
/proc/25731/task/25736/stat : 25736 (java) S 25729 25731 25029 0 -1 64 51 0 0 0 84 59 0 0 15 0 13 0 156777099 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25737] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25737/stat : 25737 (java) S 25729 25731 25029 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 156777100 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25738] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25738/stat : 25738 (java) S 25729 25731 25029 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156777100 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25739] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25739/stat : 25739 (java) S 25729 25731 25029 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156777103 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25740] ppid=25729 vsize=1790544 CPUtime=1.13
/proc/25731/task/25740/stat : 25740 (java) S 25729 25731 25029 0 -1 64 2276 0 0 0 112 1 0 0 17 0 13 0 156777103 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25741] ppid=25729 vsize=1790544 CPUtime=0.93
/proc/25731/task/25741/stat : 25741 (java) S 25729 25731 25029 0 -1 64 1686 0 0 0 92 1 0 0 16 0 13 0 156777103 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25731/tid=25742] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25742/stat : 25742 (java) S 25729 25731 25029 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156777103 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25743] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25743/stat : 25743 (java) S 25729 25731 25029 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 156777103 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25731/tid=25744] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25744/stat : 25744 (java) S 25729 25731 25029 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 156777894 1833517056 43737 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1736.36
Current children cumulated vsize (KiB) 1790544

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25744
/proc/meminfo: memFree=1704200/2055920 swapFree=4178024/4192956
[pid=25731] ppid=25729 vsize=1790544 CPUtime=1796.7
/proc/25731/stat : 25731 (java) S 25729 25731 25029 0 -1 0 108205 0 1 0 179324 346 0 0 18 0 13 0 156777094 1833517056 55462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25731/statm: 447636 55462 1327 9 0 445248 0
[pid=25731/tid=25733] ppid=25729 vsize=1790544 CPUtime=1763.69
/proc/25731/task/25733/stat : 25733 (java) R 25729 25731 25029 0 -1 64 61617 0 1 0 176315 54 0 0 25 0 13 0 156777095 1833517056 55462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109512144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25734] ppid=25729 vsize=1790544 CPUtime=14.67
/proc/25731/task/25734/stat : 25734 (java) S 25729 25731 25029 0 -1 64 20272 0 0 0 1341 126 0 0 16 0 13 0 156777097 1833517056 55462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25731/tid=25735] ppid=25729 vsize=1790544 CPUtime=14.69
/proc/25731/task/25735/stat : 25735 (java) S 25729 25731 25029 0 -1 64 21555 0 0 0 1368 101 0 0 15 0 13 0 156777097 1833517056 55462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25736] ppid=25729 vsize=1790544 CPUtime=1.45
/proc/25731/task/25736/stat : 25736 (java) S 25729 25731 25029 0 -1 64 73 0 0 0 86 59 0 0 16 0 13 0 156777099 1833517056 55462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25731/tid=25737] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25737/stat : 25737 (java) S 25729 25731 25029 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 156777100 1833517056 55462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25738] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25738/stat : 25738 (java) S 25729 25731 25029 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156777100 1833517056 55462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25739] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25739/stat : 25739 (java) S 25729 25731 25029 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156777103 1833517056 55462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25740] ppid=25729 vsize=1790544 CPUtime=1.16
/proc/25731/task/25740/stat : 25740 (java) S 25729 25731 25029 0 -1 64 2276 0 0 0 115 1 0 0 17 0 13 0 156777103 1833517056 55462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25741] ppid=25729 vsize=1790544 CPUtime=0.97
/proc/25731/task/25741/stat : 25741 (java) S 25729 25731 25029 0 -1 64 1690 0 0 0 96 1 0 0 16 0 13 0 156777103 1833517056 55462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25731/tid=25742] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25742/stat : 25742 (java) S 25729 25731 25029 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156777103 1833517056 55462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25743] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25743/stat : 25743 (java) S 25729 25731 25029 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 156777103 1833517056 55462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25744] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25744/stat : 25744 (java) S 25729 25731 25029 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 156777894 1833517056 55462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (KiB) 1790544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25744
/proc/meminfo: memFree=1704200/2055920 swapFree=4178024/4192956
[pid=25731] ppid=25729 vsize=1790544 CPUtime=1800
/proc/25731/stat : 25731 (java) S 25729 25731 25029 0 -1 0 108205 0 1 0 179654 346 0 0 18 0 13 0 156777094 1833517056 55462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25731/statm: 447636 55462 1327 9 0 445248 0
[pid=25731/tid=25733] ppid=25729 vsize=1790544 CPUtime=1766.99
/proc/25731/task/25733/stat : 25733 (java) R 25729 25731 25029 0 -1 64 61617 0 1 0 176645 54 0 0 25 0 13 0 156777095 1833517056 55462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109899480 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25734] ppid=25729 vsize=1790544 CPUtime=14.67
/proc/25731/task/25734/stat : 25734 (java) S 25729 25731 25029 0 -1 64 20272 0 0 0 1341 126 0 0 16 0 13 0 156777097 1833517056 55462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25731/tid=25735] ppid=25729 vsize=1790544 CPUtime=14.69
/proc/25731/task/25735/stat : 25735 (java) S 25729 25731 25029 0 -1 64 21555 0 0 0 1368 101 0 0 15 0 13 0 156777097 1833517056 55462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25736] ppid=25729 vsize=1790544 CPUtime=1.45
/proc/25731/task/25736/stat : 25736 (java) S 25729 25731 25029 0 -1 64 73 0 0 0 86 59 0 0 16 0 13 0 156777099 1833517056 55462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25731/tid=25737] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25737/stat : 25737 (java) S 25729 25731 25029 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 156777100 1833517056 55462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25738] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25738/stat : 25738 (java) S 25729 25731 25029 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156777100 1833517056 55462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25739] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25739/stat : 25739 (java) S 25729 25731 25029 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156777103 1833517056 55462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25740] ppid=25729 vsize=1790544 CPUtime=1.16
/proc/25731/task/25740/stat : 25740 (java) S 25729 25731 25029 0 -1 64 2276 0 0 0 115 1 0 0 17 0 13 0 156777103 1833517056 55462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25741] ppid=25729 vsize=1790544 CPUtime=0.97
/proc/25731/task/25741/stat : 25741 (java) S 25729 25731 25029 0 -1 64 1690 0 0 0 96 1 0 0 16 0 13 0 156777103 1833517056 55462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25731/tid=25742] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25742/stat : 25742 (java) S 25729 25731 25029 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156777103 1833517056 55462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25743] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25743/stat : 25743 (java) S 25729 25731 25029 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 156777103 1833517056 55462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25744] ppid=25729 vsize=1790544 CPUtime=0
/proc/25731/task/25744/stat : 25744 (java) S 25729 25731 25029 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 156777894 1833517056 55462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1790544

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

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

Child status: 143
Real time (s): 1785.67
CPU time (s): 1800.07
CPU user time (s): 1796.57
CPU system time (s): 3.49847
CPU usage (%): 100.807
Max. virtual memory (cumulated for all children) (KiB): 1790836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.57
system time used= 3.49847
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108225
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= 122879
involuntary context switches= 74646

runsolver used 2.36664 second user time and 4.84626 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Tue Apr 17 11:04:36 UTC 2007

IDJOB= 350225
IDBENCH= 3048
IDSOLVER= 160
FILE ID= node67/350225-1176807875

PBS_JOBID= 4586249

Free space on /tmp= 66492 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=400-sizeP=201-sizeQ=400-517735400-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350225-1176807875/sat4jPseudoCP.jar /tmp/evaluation/350225-1176807875/instance-350225-1176807875.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-350225-1176807875 -o ROOT/results/node67/solver-350225-1176807875 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350225-1176807875/sat4jPseudoCP.jar /tmp/evaluation/350225-1176807875/instance-350225-1176807875.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  57770cf676196c26ecb8cc01d6a682c4

RANDOM SEED= 619920746

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.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.263
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.263
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:       1922824 kB
Buffers:          9076 kB
Cached:          76876 kB
SwapCached:       9180 kB
Active:          58208 kB
Inactive:        42964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1922824 kB
SwapTotal:     4192956 kB
SwapFree:      4178024 kB
Dirty:           17892 kB
Writeback:           0 kB
Mapped:          15624 kB
Slab:            17832 kB
Committed_AS:   217964 kB
PageTables:       1452 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= 66492 MiB

End job on node67 on Tue Apr 17 11:34:24 UTC 2007