Trace number 350120

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.16 1786.71

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=200-sizeP=101-sizeQ=200-410184650-max.opb
MD5SUM8dbba4128860c0dcf60d2ae6d42e2446
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 variables20501
Total number of constraints60601
Number of constraints which are clauses60600
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 constraint20200
Number of terms in the objective function 101
Biggest coefficient in the objective function 1267650600228229401496703205376
Number of bits for the biggest coefficient in the objective function 101
Sum of the numbers in the objective function 2535301200456458802993406410751
Number of bits of the sum of numbers in the objective function 101
Biggest number in a constraint 1018517988167243043134222844204689080525734196832968125318070224677190649881668353091698688
Number of bits of the biggest number in a constraint 300
Biggest sum of numbers in a constraint 4074071952668972172536891376818271167362115627974489459407595858486846194981300150535267275
Number of bits of the biggest sum of numbers301
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.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/350120-1176794623/instance-350120-1176794623.opb
0.20/0.20	c reading problem ... 
3.67/2.86	c ... done. Wall clock time 2.663s.
3.67/2.86	c CPU time (experimental) 2.27s.
3.67/2.86	c #vars     20501
3.67/2.86	c #constraints  60602
1800.04/1786.61	c starts		: 1
1800.04/1786.61	c conflicts		: 24
1800.04/1786.61	c decisions		: 2629
1800.04/1786.61	c propagations		: 193188
1800.04/1786.61	c inspects		: 1279336
1800.04/1786.61	c learnt literals	: 0
1800.04/1786.61	c learnt binary clauses	: 0
1800.04/1786.61	c learnt ternary clauses	: 0
1800.04/1786.61	c learnt clauses	: 23
1800.04/1786.61	c root simplifications	: 0
1800.04/1786.61	c removed literals (reason simplification)	: 0
1800.04/1786.61	c reason swapping (by a shorter reason)	: 0
1800.04/1786.61	c Calls to reduceDB	: 0
1800.04/1786.61	c speed (decisions/second)	: 1.4739124779669985
1800.04/1786.61	c non guided choices	2
1800.04/1786.61	s UNKNOWN
1800.04/1786.61	c Total wall clock time (ms): 1786.413

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/node58/watcher-350120-1176794623 -o ROOT/results/node58/solver-350120-1176794623 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350120-1176794623/sat4jPseudoCP.jar /tmp/evaluation/350120-1176794623/instance-350120-1176794623.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 7135
/proc/meminfo: memFree=1503608/2055920 swapFree=4184528/4192956
[pid=7135] ppid=7133 vsize=152 CPUtime=0
/proc/7135/stat : 7135 (java) R 7133 7135 6428 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 127371979 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4870948 0 0 4096 0 0 0 0 17 1 0 0
/proc/7135/statm: 38 26 19 9 0 4 0

[startup+0.057197 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 7135
/proc/meminfo: memFree=1503608/2055920 swapFree=4184528/4192956
[pid=7135] ppid=7133 vsize=1777708 CPUtime=0.04
/proc/7135/stat : 7135 (java) S 7133 7135 6428 0 -1 0 3579 0 1 0 2 2 0 0 18 0 7 0 127371979 1820372992 3322 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/7135/statm: 444427 3322 1069 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.101204 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 7135
/proc/meminfo: memFree=1503608/2055920 swapFree=4184528/4192956
[pid=7135] ppid=7133 vsize=1780108 CPUtime=0.08
/proc/7135/stat : 7135 (java) S 7133 7135 6428 0 -1 0 3977 0 1 0 6 2 0 0 18 0 12 0 127371979 1822830592 3719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7135/statm: 445027 3719 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301237 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 7135
/proc/meminfo: memFree=1503608/2055920 swapFree=4184528/4192956
[pid=7135] ppid=7133 vsize=1781488 CPUtime=0.33
/proc/7135/stat : 7135 (java) S 7133 7135 6428 0 -1 0 5334 0 1 0 30 3 0 0 18 0 12 0 127371979 1824243712 5073 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7135/statm: 445372 5073 1262 9 0 442984 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1781488

[startup+0.701305 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 7135
/proc/meminfo: memFree=1503608/2055920 swapFree=4184528/4192956
[pid=7135] ppid=7133 vsize=1782584 CPUtime=0.92
/proc/7135/stat : 7135 (java) S 7133 7135 6428 0 -1 0 7157 0 1 0 88 4 0 0 18 0 12 0 127371979 1825366016 6631 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7135/statm: 445646 6631 1301 9 0 443258 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1782584

[startup+1.50243 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 7147
/proc/meminfo: memFree=1472920/2055920 swapFree=4184528/4192956
[pid=7135] ppid=7133 vsize=1785744 CPUtime=2.04
/proc/7135/stat : 7135 (java) S 7133 7135 6428 0 -1 0 19790 0 1 0 194 10 0 0 18 0 12 0 127371979 1828601856 18182 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7135/statm: 446436 18183 1301 9 0 444048 0
[pid=7135/tid=7137] ppid=7133 vsize=1785744 CPUtime=1.08
/proc/7135/task/7137/stat : 7137 (java) R 7133 7135 6428 0 -1 64 16333 0 1 0 100 8 0 0 19 0 12 0 127371980 1828601856 18183 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109646428 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7135/tid=7138] ppid=7133 vsize=1785744 CPUtime=0
/proc/7135/task/7138/stat : 7138 (java) S 7133 7135 6428 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 127371982 1828601856 18184 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7139] ppid=7133 vsize=1785744 CPUtime=0
/proc/7135/task/7139/stat : 7139 (java) S 7133 7135 6428 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 127371982 1828601856 18186 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7135/tid=7140] ppid=7133 vsize=1785744 CPUtime=0
/proc/7135/task/7140/stat : 7140 (java) S 7133 7135 6428 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 127371984 1828601856 18186 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7141] ppid=7133 vsize=1785744 CPUtime=0
/proc/7135/task/7141/stat : 7141 (java) S 7133 7135 6428 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 127371985 1828601856 18186 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7142] ppid=7133 vsize=1785744 CPUtime=0
/proc/7135/task/7142/stat : 7142 (java) S 7133 7135 6428 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 127371985 1828601856 18187 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7143] ppid=7133 vsize=1785744 CPUtime=0
/proc/7135/task/7143/stat : 7143 (java) S 7133 7135 6428 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 127371988 1828601856 18188 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7144] ppid=7133 vsize=1785744 CPUtime=0.48
/proc/7135/task/7144/stat : 7144 (java) S 7133 7135 6428 0 -1 64 1722 0 0 0 48 0 0 0 17 0 12 0 127371988 1828601856 18190 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7135/tid=7145] ppid=7133 vsize=1785744 CPUtime=0.45
/proc/7135/task/7145/stat : 7145 (java) S 7133 7135 6428 0 -1 64 1015 0 0 0 45 0 0 0 16 0 12 0 127371988 1828601856 18191 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7146] ppid=7133 vsize=1785744 CPUtime=0
/proc/7135/task/7146/stat : 7146 (java) S 7133 7135 6428 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 127371988 1828601856 18192 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7147] ppid=7133 vsize=1785744 CPUtime=0
/proc/7135/task/7147/stat : 7147 (java) S 7133 7135 6428 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127371988 1828601856 18193 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 1785744

[startup+3.10271 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 7147
/proc/meminfo: memFree=1369688/2055920 swapFree=4184528/4192956
[pid=7135] ppid=7133 vsize=1796744 CPUtime=4.27
/proc/7135/stat : 7135 (java) S 7133 7135 6428 0 -1 0 48492 0 1 0 404 23 0 0 18 0 13 0 127371979 1839865856 45324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7135/statm: 449186 45324 1320 9 0 446798 0
[pid=7135/tid=7137] ppid=7133 vsize=1796744 CPUtime=2.38
/proc/7135/task/7137/stat : 7137 (java) R 7133 7135 6428 0 -1 64 37705 0 1 0 221 17 0 0 20 0 13 0 127371980 1839865856 45324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7138] ppid=7133 vsize=1796744 CPUtime=0.09
/proc/7135/task/7138/stat : 7138 (java) S 7133 7135 6428 0 -1 64 1647 0 0 0 9 0 0 0 16 0 13 0 127371982 1839865856 45324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7139] ppid=7133 vsize=1796744 CPUtime=0.09
/proc/7135/task/7139/stat : 7139 (java) S 7133 7135 6428 0 -1 64 1704 0 0 0 9 0 0 0 17 0 13 0 127371982 1839865856 45324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7135/tid=7140] ppid=7133 vsize=1796744 CPUtime=0
/proc/7135/task/7140/stat : 7140 (java) S 7133 7135 6428 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 127371984 1839865856 45324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7141] ppid=7133 vsize=1796744 CPUtime=0
/proc/7135/task/7141/stat : 7141 (java) S 7133 7135 6428 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127371985 1839865856 45324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7142] ppid=7133 vsize=1796744 CPUtime=0
/proc/7135/task/7142/stat : 7142 (java) S 7133 7135 6428 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127371985 1839865856 45324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7143] ppid=7133 vsize=1796744 CPUtime=0
/proc/7135/task/7143/stat : 7143 (java) S 7133 7135 6428 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127371988 1839865856 45324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7144] ppid=7133 vsize=1796744 CPUtime=0.74
/proc/7135/task/7144/stat : 7144 (java) R 7133 7135 6428 0 -1 64 2394 0 0 0 74 0 0 0 16 0 13 0 127371988 1839865856 45324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103313512 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7145] ppid=7133 vsize=1796744 CPUtime=0.91
/proc/7135/task/7145/stat : 7145 (java) R 7133 7135 6428 0 -1 64 4311 0 0 0 89 2 0 0 20 0 13 0 127371988 1839865856 45324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103318188 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7135/tid=7146] ppid=7133 vsize=1796744 CPUtime=0
/proc/7135/task/7146/stat : 7146 (java) S 7133 7135 6428 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127371988 1839865856 45324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7147] ppid=7133 vsize=1796744 CPUtime=0
/proc/7135/task/7147/stat : 7147 (java) S 7133 7135 6428 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127371988 1839865856 45324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 1796744

[startup+6.30123 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 7148
/proc/meminfo: memFree=1304848/2055920 swapFree=4184528/4192956
[pid=7135] ppid=7133 vsize=1798492 CPUtime=8.36
/proc/7135/stat : 7135 (java) S 7133 7135 6428 0 -1 0 57005 0 1 0 809 27 0 0 18 0 13 0 127371979 1841655808 50078 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7135/statm: 449623 50078 1321 9 0 447235 0
[pid=7135/tid=7137] ppid=7133 vsize=1798492 CPUtime=5.16
/proc/7135/task/7137/stat : 7137 (java) R 7133 7135 6428 0 -1 64 37726 0 1 0 499 17 0 0 20 0 13 0 127371980 1841655808 50078 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109945591 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7135/tid=7138] ppid=7133 vsize=1798492 CPUtime=0.35
/proc/7135/task/7138/stat : 7138 (java) S 7133 7135 6428 0 -1 64 4307 0 0 0 34 1 0 0 16 0 13 0 127371982 1841655808 50078 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7139] ppid=7133 vsize=1798492 CPUtime=0.35
/proc/7135/task/7139/stat : 7139 (java) S 7133 7135 6428 0 -1 64 4158 0 0 0 33 2 0 0 16 0 13 0 127371982 1841655808 50078 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7135/tid=7140] ppid=7133 vsize=1798492 CPUtime=0
/proc/7135/task/7140/stat : 7140 (java) S 7133 7135 6428 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 127371984 1841655808 50078 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7141] ppid=7133 vsize=1798492 CPUtime=0
/proc/7135/task/7141/stat : 7141 (java) S 7133 7135 6428 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127371985 1841655808 50078 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7142] ppid=7133 vsize=1798492 CPUtime=0
/proc/7135/task/7142/stat : 7142 (java) S 7133 7135 6428 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127371985 1841655808 50078 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7143] ppid=7133 vsize=1798492 CPUtime=0
/proc/7135/task/7143/stat : 7143 (java) S 7133 7135 6428 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127371988 1841655808 50078 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7144] ppid=7133 vsize=1798492 CPUtime=1.23
/proc/7135/task/7144/stat : 7144 (java) S 7133 7135 6428 0 -1 64 4358 0 0 0 122 1 0 0 19 0 13 0 127371988 1841655808 50078 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7145] ppid=7133 vsize=1798492 CPUtime=1.21
/proc/7135/task/7145/stat : 7145 (java) S 7133 7135 6428 0 -1 64 5716 0 0 0 118 3 0 0 23 0 13 0 127371988 1841655808 50078 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7146] ppid=7133 vsize=1798492 CPUtime=0
/proc/7135/task/7146/stat : 7146 (java) S 7133 7135 6428 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127371988 1841655808 50078 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7147] ppid=7133 vsize=1798492 CPUtime=0
/proc/7135/task/7147/stat : 7147 (java) S 7133 7135 6428 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127371988 1841655808 50078 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7135/tid=7148] ppid=7133 vsize=1798492 CPUtime=0
/proc/7135/task/7148/stat : 7148 (java) S 7133 7135 6428 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 127372273 1841655808 50078 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.36
Current children cumulated vsize (KiB) 1798492

[startup+12.7023 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 7148
/proc/meminfo: memFree=1289816/2055920 swapFree=4184528/4192956
[pid=7135] ppid=7133 vsize=1798492 CPUtime=14.92
/proc/7135/stat : 7135 (java) S 7133 7135 6428 0 -1 0 62887 0 1 0 1462 30 0 0 18 0 13 0 127371979 1841655808 52048 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7135/statm: 449623 52048 1321 9 0 447235 0
[pid=7135/tid=7137] ppid=7133 vsize=1798492 CPUtime=11.39
/proc/7135/task/7137/stat : 7137 (java) R 7133 7135 6428 0 -1 64 37740 0 1 0 1122 17 0 0 18 0 13 0 127371980 1841655808 52048 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109946217 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7135/tid=7138] ppid=7133 vsize=1798492 CPUtime=0.51
/proc/7135/task/7138/stat : 7138 (java) S 7133 7135 6428 0 -1 64 6989 0 0 0 49 2 0 0 16 0 13 0 127371982 1841655808 52048 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7135/tid=7139] ppid=7133 vsize=1798492 CPUtime=0.51
/proc/7135/task/7139/stat : 7139 (java) S 7133 7135 6428 0 -1 64 7340 0 0 0 48 3 0 0 16 0 13 0 127371982 1841655808 52048 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7140] ppid=7133 vsize=1798492 CPUtime=0
/proc/7135/task/7140/stat : 7140 (java) S 7133 7135 6428 0 -1 64 20 0 0 0 0 0 0 0 15 0 13 0 127371984 1841655808 52048 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7141] ppid=7133 vsize=1798492 CPUtime=0
/proc/7135/task/7141/stat : 7141 (java) S 7133 7135 6428 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127371985 1841655808 52048 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7142] ppid=7133 vsize=1798492 CPUtime=0
/proc/7135/task/7142/stat : 7142 (java) S 7133 7135 6428 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127371985 1841655808 52048 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7143] ppid=7133 vsize=1798492 CPUtime=0
/proc/7135/task/7143/stat : 7143 (java) S 7133 7135 6428 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127371988 1841655808 52048 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7144] ppid=7133 vsize=1798492 CPUtime=1.23
/proc/7135/task/7144/stat : 7144 (java) S 7133 7135 6428 0 -1 64 4358 0 0 0 122 1 0 0 19 0 13 0 127371988 1841655808 52048 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7145] ppid=7133 vsize=1798492 CPUtime=1.21
/proc/7135/task/7145/stat : 7145 (java) S 7133 7135 6428 0 -1 64 5716 0 0 0 118 3 0 0 23 0 13 0 127371988 1841655808 52048 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7146] ppid=7133 vsize=1798492 CPUtime=0
/proc/7135/task/7146/stat : 7146 (java) S 7133 7135 6428 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127371988 1841655808 52048 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7147] ppid=7133 vsize=1798492 CPUtime=0
/proc/7135/task/7147/stat : 7147 (java) S 7133 7135 6428 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127371988 1841655808 52048 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7148] ppid=7133 vsize=1798492 CPUtime=0
/proc/7135/task/7148/stat : 7148 (java) S 7133 7135 6428 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 127372273 1841655808 52048 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.92
Current children cumulated vsize (KiB) 1798492

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 7148
/proc/meminfo: memFree=1394008/2055920 swapFree=4184528/4192956
[pid=7135] ppid=7133 vsize=1798492 CPUtime=27.72
/proc/7135/stat : 7135 (java) S 7133 7135 6428 0 -1 0 62933 0 1 0 2740 32 0 0 18 0 13 0 127371979 1841655808 28220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7135/statm: 449623 28220 1321 9 0 447235 0
[pid=7135/tid=7137] ppid=7133 vsize=1798492 CPUtime=24.14
/proc/7135/task/7137/stat : 7137 (java) R 7133 7135 6428 0 -1 64 37786 0 1 0 2397 17 0 0 25 0 13 0 127371980 1841655808 28220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109764834 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7135/tid=7138] ppid=7133 vsize=1798492 CPUtime=0.52
/proc/7135/task/7138/stat : 7138 (java) S 7133 7135 6428 0 -1 64 6989 0 0 0 50 2 0 0 16 0 13 0 127371982 1841655808 28220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7135/tid=7139] ppid=7133 vsize=1798492 CPUtime=0.52
/proc/7135/task/7139/stat : 7139 (java) S 7133 7135 6428 0 -1 64 7340 0 0 0 49 3 0 0 15 0 13 0 127371982 1841655808 28220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7135/tid=7140] ppid=7133 vsize=1798492 CPUtime=0.02
/proc/7135/task/7140/stat : 7140 (java) S 7133 7135 6428 0 -1 64 20 0 0 0 0 2 0 0 15 0 13 0 127371984 1841655808 28220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7135/tid=7141] ppid=7133 vsize=1798492 CPUtime=0
/proc/7135/task/7141/stat : 7141 (java) S 7133 7135 6428 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127371985 1841655808 28220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=7135] ppid=7133 vsize=1797468 CPUtime=1614.68
/proc/7135/stat : 7135 (java) S 7133 7135 6428 0 -1 0 209532 0 1 0 161226 242 0 0 18 0 13 0 127371979 1840607232 99685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7135/statm: 449367 99685 1326 9 0 446979 0
[pid=7135/tid=7137] ppid=7133 vsize=1797468 CPUtime=1586.49
/proc/7135/task/7137/stat : 7137 (java) R 7133 7135 6428 0 -1 64 123536 0 1 0 158586 63 0 0 17 0 13 0 127371980 1840607232 99685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109763782 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7138] ppid=7133 vsize=1797468 CPUtime=11.64
/proc/7135/task/7138/stat : 7138 (java) S 7133 7135 6428 0 -1 64 36167 0 0 0 1096 68 0 0 16 0 13 0 127371982 1840607232 99685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7135/tid=7139] ppid=7133 vsize=1797468 CPUtime=11.63
/proc/7135/task/7139/stat : 7139 (java) S 7133 7135 6428 0 -1 64 37005 0 0 0 1107 56 0 0 15 0 13 0 127371982 1840607232 99685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7140] ppid=7133 vsize=1797468 CPUtime=0.99
/proc/7135/task/7140/stat : 7140 (java) S 7133 7135 6428 0 -1 64 237 0 0 0 54 45 0 0 16 0 13 0 127371984 1840607232 99685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7135/tid=7141] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7141/stat : 7141 (java) S 7133 7135 6428 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127371985 1840607232 99685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7142] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7142/stat : 7142 (java) S 7133 7135 6428 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127371985 1840607232 99685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7143] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7143/stat : 7143 (java) S 7133 7135 6428 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127371988 1840607232 99685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7144] ppid=7133 vsize=1797468 CPUtime=1.75
/proc/7135/task/7144/stat : 7144 (java) S 7133 7135 6428 0 -1 64 4373 0 0 0 173 2 0 0 16 0 13 0 127371988 1840607232 99685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7145] ppid=7133 vsize=1797468 CPUtime=2.11
/proc/7135/task/7145/stat : 7145 (java) S 7133 7135 6428 0 -1 64 7490 0 0 0 208 3 0 0 17 0 13 0 127371988 1840607232 99685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7135/tid=7146] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7146/stat : 7146 (java) S 7133 7135 6428 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127371988 1840607232 99685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7147] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7147/stat : 7147 (java) S 7133 7135 6428 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127371988 1840607232 99685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7135/tid=7148] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7148/stat : 7148 (java) S 7133 7135 6428 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 127372273 1840607232 99685 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1614.68
Current children cumulated vsize (KiB) 1797468

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7150
/proc/meminfo: memFree=1102360/2055920 swapFree=4184528/4192956
[pid=7135] ppid=7133 vsize=1797468 CPUtime=1675.23
/proc/7135/stat : 7135 (java) S 7133 7135 6428 0 -1 0 213620 0 1 0 167276 247 0 0 18 0 13 0 127371979 1840607232 101157 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7135/statm: 449367 101157 1326 9 0 446979 0
[pid=7135/tid=7137] ppid=7133 vsize=1797468 CPUtime=1645.86
/proc/7135/task/7137/stat : 7137 (java) R 7133 7135 6428 0 -1 64 125850 0 1 0 164522 64 0 0 25 0 13 0 127371980 1840607232 101157 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109764021 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7138] ppid=7133 vsize=1797468 CPUtime=12.22
/proc/7135/task/7138/stat : 7138 (java) S 7133 7135 6428 0 -1 64 36935 0 0 0 1152 70 0 0 16 0 13 0 127371982 1840607232 101157 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7135/tid=7139] ppid=7133 vsize=1797468 CPUtime=12.21
/proc/7135/task/7139/stat : 7139 (java) S 7133 7135 6428 0 -1 64 38002 0 0 0 1163 58 0 0 16 0 13 0 127371982 1840607232 101157 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7140] ppid=7133 vsize=1797468 CPUtime=1.02
/proc/7135/task/7140/stat : 7140 (java) S 7133 7135 6428 0 -1 64 246 0 0 0 55 47 0 0 15 0 13 0 127371984 1840607232 101157 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7141] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7141/stat : 7141 (java) S 7133 7135 6428 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127371985 1840607232 101157 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7142] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7142/stat : 7142 (java) S 7133 7135 6428 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127371985 1840607232 101157 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7143] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7143/stat : 7143 (java) S 7133 7135 6428 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127371988 1840607232 101157 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7144] ppid=7133 vsize=1797468 CPUtime=1.75
/proc/7135/task/7144/stat : 7144 (java) S 7133 7135 6428 0 -1 64 4373 0 0 0 173 2 0 0 16 0 13 0 127371988 1840607232 101157 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7145] ppid=7133 vsize=1797468 CPUtime=2.11
/proc/7135/task/7145/stat : 7145 (java) S 7133 7135 6428 0 -1 64 7490 0 0 0 208 3 0 0 17 0 13 0 127371988 1840607232 101157 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7135/tid=7146] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7146/stat : 7146 (java) S 7133 7135 6428 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127371988 1840607232 101157 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7147] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7147/stat : 7147 (java) S 7133 7135 6428 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127371988 1840607232 101157 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7148] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7148/stat : 7148 (java) S 7133 7135 6428 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 127372273 1840607232 101157 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1675.23
Current children cumulated vsize (KiB) 1797468

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7150
/proc/meminfo: memFree=1084952/2055920 swapFree=4184528/4192956
[pid=7135] ppid=7133 vsize=1797468 CPUtime=1735.46
/proc/7135/stat : 7135 (java) S 7133 7135 6428 0 -1 0 220619 0 1 0 173295 251 0 0 18 0 13 0 127371979 1840607232 105519 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7135/statm: 449367 105519 1326 9 0 446979 0
[pid=7135/tid=7137] ppid=7133 vsize=1797468 CPUtime=1705.56
/proc/7135/task/7137/stat : 7137 (java) R 7133 7135 6428 0 -1 64 125887 0 1 0 170492 64 0 0 25 0 13 0 127371980 1840607232 105519 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109522776 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7138] ppid=7133 vsize=1797468 CPUtime=12.47
/proc/7135/task/7138/stat : 7138 (java) S 7133 7135 6428 0 -1 64 40169 0 0 0 1176 71 0 0 16 0 13 0 127371982 1840607232 105519 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7135/tid=7139] ppid=7133 vsize=1797468 CPUtime=12.46
/proc/7135/task/7139/stat : 7139 (java) S 7133 7135 6428 0 -1 64 41729 0 0 0 1187 59 0 0 16 0 13 0 127371982 1840607232 105519 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7135/tid=7140] ppid=7133 vsize=1797468 CPUtime=1.02
/proc/7135/task/7140/stat : 7140 (java) S 7133 7135 6428 0 -1 64 247 0 0 0 55 47 0 0 16 0 13 0 127371984 1840607232 105519 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7141] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7141/stat : 7141 (java) S 7133 7135 6428 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127371985 1840607232 105519 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7142] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7142/stat : 7142 (java) S 7133 7135 6428 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127371985 1840607232 105519 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7143] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7143/stat : 7143 (java) S 7133 7135 6428 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127371988 1840607232 105519 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7144] ppid=7133 vsize=1797468 CPUtime=1.75
/proc/7135/task/7144/stat : 7144 (java) S 7133 7135 6428 0 -1 64 4373 0 0 0 173 2 0 0 16 0 13 0 127371988 1840607232 105519 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7145] ppid=7133 vsize=1797468 CPUtime=2.11
/proc/7135/task/7145/stat : 7145 (java) S 7133 7135 6428 0 -1 64 7490 0 0 0 208 3 0 0 17 0 13 0 127371988 1840607232 105519 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7135/tid=7146] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7146/stat : 7146 (java) S 7133 7135 6428 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127371988 1840607232 105519 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7147] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7147/stat : 7147 (java) S 7133 7135 6428 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127371988 1840607232 105519 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7148] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7148/stat : 7148 (java) S 7133 7135 6428 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 127372273 1840607232 105519 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1735.46
Current children cumulated vsize (KiB) 1797468

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7150
/proc/meminfo: memFree=1077656/2055920 swapFree=4184528/4192956
[pid=7135] ppid=7133 vsize=1797468 CPUtime=1795.72
/proc/7135/stat : 7135 (java) S 7133 7135 6428 0 -1 0 224000 0 1 0 179314 258 0 0 18 0 13 0 127371979 1840607232 107319 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7135/statm: 449367 107319 1326 9 0 446979 0
[pid=7135/tid=7137] ppid=7133 vsize=1797468 CPUtime=1764.89
/proc/7135/task/7137/stat : 7137 (java) R 7133 7135 6428 0 -1 64 126945 0 1 0 176424 65 0 0 20 0 13 0 127371980 1840607232 107319 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109764491 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7138] ppid=7133 vsize=1797468 CPUtime=12.93
/proc/7135/task/7138/stat : 7138 (java) S 7133 7135 6428 0 -1 64 41108 0 0 0 1221 72 0 0 16 0 13 0 127371982 1840607232 107319 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7135/tid=7139] ppid=7133 vsize=1797468 CPUtime=12.9
/proc/7135/task/7139/stat : 7139 (java) S 7133 7135 6428 0 -1 64 43110 0 0 0 1226 64 0 0 16 0 13 0 127371982 1840607232 107319 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7140] ppid=7133 vsize=1797468 CPUtime=1.04
/proc/7135/task/7140/stat : 7140 (java) S 7133 7135 6428 0 -1 64 250 0 0 0 57 47 0 0 16 0 13 0 127371984 1840607232 107319 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7141] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7141/stat : 7141 (java) S 7133 7135 6428 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127371985 1840607232 107319 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7142] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7142/stat : 7142 (java) S 7133 7135 6428 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127371985 1840607232 107319 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7143] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7143/stat : 7143 (java) S 7133 7135 6428 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127371988 1840607232 107319 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7144] ppid=7133 vsize=1797468 CPUtime=1.76
/proc/7135/task/7144/stat : 7144 (java) S 7133 7135 6428 0 -1 64 4373 0 0 0 174 2 0 0 17 0 13 0 127371988 1840607232 107319 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7145] ppid=7133 vsize=1797468 CPUtime=2.12
/proc/7135/task/7145/stat : 7145 (java) S 7133 7135 6428 0 -1 64 7490 0 0 0 209 3 0 0 16 0 13 0 127371988 1840607232 107319 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7135/tid=7146] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7146/stat : 7146 (java) S 7133 7135 6428 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127371988 1840607232 107319 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7147] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7147/stat : 7147 (java) S 7133 7135 6428 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127371988 1840607232 107319 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7148] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7148/stat : 7148 (java) S 7133 7135 6428 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 127372273 1840607232 107319 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1795.72
Current children cumulated vsize (KiB) 1797468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7150
/proc/meminfo: memFree=1077656/2055920 swapFree=4184528/4192956
[pid=7135] ppid=7133 vsize=1797468 CPUtime=1800.04
/proc/7135/stat : 7135 (java) S 7133 7135 6428 0 -1 0 224015 0 1 0 179746 258 0 0 18 0 13 0 127371979 1840607232 107309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7135/statm: 449367 107309 1326 9 0 446979 0
[pid=7135/tid=7137] ppid=7133 vsize=1797468 CPUtime=1769.13
/proc/7135/task/7137/stat : 7137 (java) R 7133 7135 6428 0 -1 64 126954 0 1 0 176848 65 0 0 25 0 13 0 127371980 1840607232 107309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109763714 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7138] ppid=7133 vsize=1797468 CPUtime=12.98
/proc/7135/task/7138/stat : 7138 (java) S 7133 7135 6428 0 -1 64 41111 0 0 0 1226 72 0 0 16 0 13 0 127371982 1840607232 107309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7135/tid=7139] ppid=7133 vsize=1797468 CPUtime=12.94
/proc/7135/task/7139/stat : 7139 (java) S 7133 7135 6428 0 -1 64 43113 0 0 0 1229 65 0 0 16 0 13 0 127371982 1840607232 107309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7140] ppid=7133 vsize=1797468 CPUtime=1.04
/proc/7135/task/7140/stat : 7140 (java) S 7133 7135 6428 0 -1 64 250 0 0 0 57 47 0 0 16 0 13 0 127371984 1840607232 107309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7141] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7141/stat : 7141 (java) S 7133 7135 6428 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127371985 1840607232 107309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7142] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7142/stat : 7142 (java) S 7133 7135 6428 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127371985 1840607232 107309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7143] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7143/stat : 7143 (java) S 7133 7135 6428 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127371988 1840607232 107309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7144] ppid=7133 vsize=1797468 CPUtime=1.76
/proc/7135/task/7144/stat : 7144 (java) S 7133 7135 6428 0 -1 64 4373 0 0 0 174 2 0 0 17 0 13 0 127371988 1840607232 107309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7145] ppid=7133 vsize=1797468 CPUtime=2.12
/proc/7135/task/7145/stat : 7145 (java) S 7133 7135 6428 0 -1 64 7490 0 0 0 209 3 0 0 16 0 13 0 127371988 1840607232 107309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7135/tid=7146] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7146/stat : 7146 (java) S 7133 7135 6428 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127371988 1840607232 107309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7147] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7147/stat : 7147 (java) S 7133 7135 6428 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127371988 1840607232 107309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7135/tid=7148] ppid=7133 vsize=1797468 CPUtime=0
/proc/7135/task/7148/stat : 7148 (java) S 7133 7135 6428 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 127372273 1840607232 107309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1797468

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): 1786.71
CPU time (s): 1800.16
CPU user time (s): 1797.5
CPU system time (s): 2.6556
CPU usage (%): 100.753
Max. virtual memory (cumulated for all children) (KiB): 1801384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.5
system time used= 2.6556
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224036
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= 88708
involuntary context switches= 43336

runsolver used 1.91171 second user time and 5.2502 second system time

The end

Launcher Data (download as text)

Begin job on node58 on Tue Apr 17 07:23:43 UTC 2007

IDJOB= 350120
IDBENCH= 2987
IDSOLVER= 160
FILE ID= node58/350120-1176794623

PBS_JOBID= 4580856

Free space on /tmp= 66486 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=200-sizeP=101-sizeQ=200-410184650-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350120-1176794623/sat4jPseudoCP.jar /tmp/evaluation/350120-1176794623/instance-350120-1176794623.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-350120-1176794623 -o ROOT/results/node58/solver-350120-1176794623 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350120-1176794623/sat4jPseudoCP.jar /tmp/evaluation/350120-1176794623/instance-350120-1176794623.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  8dbba4128860c0dcf60d2ae6d42e2446

RANDOM SEED= 244771193

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node58.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.265
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.265
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:       1504080 kB
Buffers:         39356 kB
Cached:         428904 kB
SwapCached:       2504 kB
Active:         209200 kB
Inactive:       269256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1504080 kB
SwapTotal:     4192956 kB
SwapFree:      4184528 kB
Dirty:            6288 kB
Writeback:           0 kB
Mapped:          16496 kB
Slab:            59528 kB
Committed_AS:   904352 kB
PageTables:       1380 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= 66486 MiB

End job on node58 on Tue Apr 17 07:53:32 UTC 2007