Trace number 350249

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (TO) 1800.23 1796.78

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=280-sizeP=141-sizeQ=280-999529433-max.opb
MD5SUM50ead5886965da8908c50d598d2024b3
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables39901
Total number of constraints118441
Number of constraints which are clauses118440
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint39480
Number of terms in the objective function 141
Biggest coefficient in the objective function 1393796574908163946345982392040522594123776
Number of bits for the biggest coefficient in the objective function 141
Sum of the numbers in the objective function 2787593149816327892691964784081045188247551
Number of bits of the sum of numbers in the objective function 141
Biggest number in a constraint 1353842624082429130653522550851115089568572790710847937094960732721983060451965636249987502980536903367866802227247837807116288
Number of bits of the biggest number in a constraint 420
Biggest sum of numbers in a constraint 5415370496329716522614090203404460358274290488264820097939793578523366423469831924776142526293328950606202579825495873831248858
Number of bits of the biggest sum of numbers421
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.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.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.08/0.19	--- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.19	c Learn all clauses as in MiniSAT
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.19	c No reason simplification
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c solving /tmp/evaluation/350249-1176809554/instance-350249-1176809554.opb
0.08/0.19	c reading problem ... 
5.84/4.67	c ... done. Wall clock time 4.483s.
5.84/4.68	c CPU time (experimental) 3.85s.
5.84/4.68	c #vars     39901
5.84/4.68	c #constraints  118442
1800.04/1796.61	c starts		: 10
1800.04/1796.61	c conflicts		: 8909
1800.04/1796.61	c decisions		: 15561
1800.04/1796.61	c propagations		: 3132728
1800.04/1796.61	c inspects		: 16595857
1800.04/1796.61	c learnt literals	: 0
1800.04/1796.61	c learnt binary clauses	: 0
1800.04/1796.61	c learnt ternary clauses	: 0
1800.04/1796.61	c learnt clauses	: 8909
1800.04/1796.61	c root simplifications	: 0
1800.04/1796.61	c removed literals (reason simplification)	: 0
1800.04/1796.61	c reason swapping (by a shorter reason)	: 0
1800.04/1796.61	c Calls to reduceDB	: 0
1800.04/1796.61	c speed (decisions/second)	: 8.684243129787607
1800.04/1796.61	c non guided choices	246
1800.04/1796.61	s UNKNOWN
1800.04/1796.61	c Total wall clock time (ms): 1796.423

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2158
/proc/meminfo: memFree=1747472/2055920 swapFree=4174176/4192956
[pid=2158] ppid=2156 vsize=272 CPUtime=0
/proc/2158/stat : 2158 (java) D 2156 2158 1297 0 -1 0 53 0 0 0 0 0 0 0 18 0 1 0 122091381 278528 37 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 7394084 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/2158/statm: 68 37 28 9 0 6 0

[startup+0.0611079 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2158
/proc/meminfo: memFree=1747472/2055920 swapFree=4174176/4192956
[pid=2158] ppid=2156 vsize=1777708 CPUtime=0.04
/proc/2158/stat : 2158 (java) S 2156 2158 1297 0 -1 0 3626 0 1 0 3 1 0 0 18 0 7 0 122091381 1820372992 3369 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/2158/statm: 444427 3369 1070 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.101114 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2158
/proc/meminfo: memFree=1747472/2055920 swapFree=4174176/4192956
[pid=2158] ppid=2156 vsize=1780108 CPUtime=0.08
/proc/2158/stat : 2158 (java) S 2156 2158 1297 0 -1 0 3978 0 1 0 6 2 0 0 18 0 12 0 122091381 1822830592 3720 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2158/statm: 445027 3720 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301129 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2158
/proc/meminfo: memFree=1747472/2055920 swapFree=4174176/4192956
[pid=2158] ppid=2156 vsize=1782164 CPUtime=0.34
/proc/2158/stat : 2158 (java) S 2156 2158 1297 0 -1 0 5416 0 1 0 31 3 0 0 18 0 12 0 122091381 1824935936 5152 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2158/statm: 445541 5152 1263 9 0 443153 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1782164

[startup+0.701165 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2158
/proc/meminfo: memFree=1747472/2055920 swapFree=4174176/4192956
[pid=2158] ppid=2156 vsize=1783808 CPUtime=0.91
/proc/2158/stat : 2158 (java) S 2156 2158 1297 0 -1 0 7216 0 1 0 87 4 0 0 18 0 12 0 122091381 1826619392 6790 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2158/statm: 445952 6790 1301 9 0 443564 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1783808

[startup+1.50223 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 2170
/proc/meminfo: memFree=1716464/2055920 swapFree=4174176/4192956
[pid=2158] ppid=2156 vsize=1786092 CPUtime=2.05
/proc/2158/stat : 2158 (java) S 2156 2158 1297 0 -1 0 19028 0 1 0 195 10 0 0 18 0 12 0 122091381 1828958208 17613 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2158/statm: 446523 17614 1301 9 0 444135 0
[pid=2158/tid=2160] ppid=2156 vsize=1786092 CPUtime=1.06
/proc/2158/task/2160/stat : 2160 (java) R 2156 2158 1297 0 -1 64 15726 0 1 0 98 8 0 0 18 0 12 0 122091382 1828958208 17615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109662974 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2161] ppid=2156 vsize=1786092 CPUtime=0
/proc/2158/task/2161/stat : 2161 (java) S 2156 2158 1297 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 122091384 1828958208 17616 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2162] ppid=2156 vsize=1786092 CPUtime=0
/proc/2158/task/2162/stat : 2162 (java) S 2156 2158 1297 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 122091384 1828958208 17617 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2163] ppid=2156 vsize=1786092 CPUtime=0
/proc/2158/task/2163/stat : 2163 (java) S 2156 2158 1297 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 122091386 1828958208 17617 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2164] ppid=2156 vsize=1786092 CPUtime=0
/proc/2158/task/2164/stat : 2164 (java) S 2156 2158 1297 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 122091386 1828958208 17617 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2165] ppid=2156 vsize=1786092 CPUtime=0
/proc/2158/task/2165/stat : 2165 (java) S 2156 2158 1297 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 122091386 1828958208 17618 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2166] ppid=2156 vsize=1786092 CPUtime=0
/proc/2158/task/2166/stat : 2166 (java) S 2156 2158 1297 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 122091390 1828958208 17620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2167] ppid=2156 vsize=1786092 CPUtime=0.53
/proc/2158/task/2167/stat : 2167 (java) S 2156 2158 1297 0 -1 64 1645 0 0 0 53 0 0 0 17 0 12 0 122091390 1828958208 17621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2168] ppid=2156 vsize=1786092 CPUtime=0.44
/proc/2158/task/2168/stat : 2168 (java) S 2156 2158 1297 0 -1 64 937 0 0 0 44 0 0 0 16 0 12 0 122091390 1828958208 17622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2169] ppid=2156 vsize=1786092 CPUtime=0
/proc/2158/task/2169/stat : 2169 (java) S 2156 2158 1297 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 122091390 1828958208 17623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2170] ppid=2156 vsize=1786092 CPUtime=0
/proc/2158/task/2170/stat : 2170 (java) S 2156 2158 1297 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 122091390 1828958208 17624 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 1786092

[startup+3.10237 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 2170
/proc/meminfo: memFree=1617200/2055920 swapFree=4174176/4192956
[pid=2158] ppid=2156 vsize=1786416 CPUtime=3.73
/proc/2158/stat : 2158 (java) S 2156 2158 1297 0 -1 0 43518 0 1 0 351 22 0 0 18 0 12 0 122091381 1829289984 42087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2158/statm: 446604 42087 1310 9 0 444216 0
[pid=2158/tid=2160] ppid=2156 vsize=1786416 CPUtime=2.57
/proc/2158/task/2160/stat : 2160 (java) R 2156 2158 1297 0 -1 64 37697 0 1 0 239 18 0 0 21 0 12 0 122091382 1829289984 42087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2161] ppid=2156 vsize=1786416 CPUtime=0.07
/proc/2158/task/2161/stat : 2161 (java) S 2156 2158 1297 0 -1 64 1398 0 0 0 7 0 0 0 17 0 12 0 122091384 1829289984 42087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2162] ppid=2156 vsize=1786416 CPUtime=0.06
/proc/2158/task/2162/stat : 2162 (java) S 2156 2158 1297 0 -1 64 1114 0 0 0 6 0 0 0 16 0 12 0 122091384 1829289984 42087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2163] ppid=2156 vsize=1786416 CPUtime=0
/proc/2158/task/2163/stat : 2163 (java) S 2156 2158 1297 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 122091386 1829289984 42087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2164] ppid=2156 vsize=1786416 CPUtime=0
/proc/2158/task/2164/stat : 2164 (java) S 2156 2158 1297 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 122091386 1829289984 42087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2165] ppid=2156 vsize=1786416 CPUtime=0
/proc/2158/task/2165/stat : 2165 (java) S 2156 2158 1297 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 122091386 1829289984 42087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2166] ppid=2156 vsize=1786416 CPUtime=0
/proc/2158/task/2166/stat : 2166 (java) S 2156 2158 1297 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 122091390 1829289984 42087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2167] ppid=2156 vsize=1786416 CPUtime=0.53
/proc/2158/task/2167/stat : 2167 (java) R 2156 2158 1297 0 -1 64 1645 0 0 0 53 0 0 0 17 0 12 0 122091390 1829289984 42087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105878849 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2168] ppid=2156 vsize=1786416 CPUtime=0.44
/proc/2158/task/2168/stat : 2168 (java) S 2156 2158 1297 0 -1 64 937 0 0 0 44 0 0 0 16 0 12 0 122091390 1829289984 42087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2169] ppid=2156 vsize=1786416 CPUtime=0
/proc/2158/task/2169/stat : 2169 (java) S 2156 2158 1297 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 122091390 1829289984 42087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2170] ppid=2156 vsize=1786416 CPUtime=0
/proc/2158/task/2170/stat : 2170 (java) S 2156 2158 1297 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 122091390 1829289984 42087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 1786416

[startup+6.30265 s]
/proc/loadavg: 1.16 1.03 1.01 4/77 2171
/proc/meminfo: memFree=1547176/2055920 swapFree=4174176/4192956
[pid=2158] ppid=2156 vsize=1796700 CPUtime=8.21
/proc/2158/stat : 2158 (java) S 2156 2158 1297 0 -1 0 57010 0 1 0 795 26 0 0 18 0 13 0 122091381 1839820800 51088 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2158/statm: 449175 51088 1325 9 0 446787 0
[pid=2158/tid=2160] ppid=2156 vsize=1796700 CPUtime=5.23
/proc/2158/task/2160/stat : 2160 (java) R 2156 2158 1297 0 -1 64 37737 0 1 0 505 18 0 0 25 0 13 0 122091382 1839820800 51088 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109829072 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2161] ppid=2156 vsize=1796700 CPUtime=0.27
/proc/2158/task/2161/stat : 2161 (java) S 2156 2158 1297 0 -1 64 4874 0 0 0 26 1 0 0 16 0 13 0 122091384 1839820800 51088 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2162] ppid=2156 vsize=1796700 CPUtime=0.25
/proc/2158/task/2162/stat : 2162 (java) S 2156 2158 1297 0 -1 64 4509 0 0 0 23 2 0 0 16 0 13 0 122091384 1839820800 51088 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2163] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2163/stat : 2163 (java) S 2156 2158 1297 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 122091386 1839820800 51088 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2164] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2164/stat : 2164 (java) S 2156 2158 1297 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122091386 1839820800 51088 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2165] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2165/stat : 2165 (java) S 2156 2158 1297 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 122091386 1839820800 51088 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2166] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2166/stat : 2166 (java) S 2156 2158 1297 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122091390 1839820800 51088 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2167] ppid=2156 vsize=1796700 CPUtime=0.97
/proc/2158/task/2167/stat : 2167 (java) S 2156 2158 1297 0 -1 64 2516 0 0 0 96 1 0 0 16 0 13 0 122091390 1839820800 51088 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2168] ppid=2156 vsize=1796700 CPUtime=1.45
/proc/2158/task/2168/stat : 2168 (java) S 2156 2158 1297 0 -1 64 6639 0 0 0 143 2 0 0 16 0 13 0 122091390 1839820800 51088 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2169] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2169/stat : 2169 (java) S 2156 2158 1297 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 122091390 1839820800 51088 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2170] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2170/stat : 2170 (java) S 2156 2158 1297 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122091390 1839820800 51088 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2171] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2171/stat : 2171 (java) S 2156 2158 1297 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 122091858 1839820800 51088 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.21
Current children cumulated vsize (KiB) 1796700

[startup+12.7022 s]
/proc/loadavg: 1.15 1.03 1.01 2/77 2171
/proc/meminfo: memFree=1547248/2055920 swapFree=4174176/4192956
[pid=2158] ppid=2156 vsize=1796700 CPUtime=14.76
/proc/2158/stat : 2158 (java) S 2156 2158 1297 0 -1 0 57026 0 1 0 1450 26 0 0 18 0 13 0 122091381 1839820800 51102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2158/statm: 449175 51102 1325 9 0 446787 0
[pid=2158/tid=2160] ppid=2156 vsize=1796700 CPUtime=11.58
/proc/2158/task/2160/stat : 2160 (java) R 2156 2158 1297 0 -1 64 37739 0 1 0 1140 18 0 0 18 0 13 0 122091382 1839820800 51102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109519936 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2161] ppid=2156 vsize=1796700 CPUtime=0.27
/proc/2158/task/2161/stat : 2161 (java) S 2156 2158 1297 0 -1 64 4874 0 0 0 26 1 0 0 16 0 13 0 122091384 1839820800 51102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2162] ppid=2156 vsize=1796700 CPUtime=0.25
/proc/2158/task/2162/stat : 2162 (java) S 2156 2158 1297 0 -1 64 4509 0 0 0 23 2 0 0 16 0 13 0 122091384 1839820800 51102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2163] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2163/stat : 2163 (java) S 2156 2158 1297 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 122091386 1839820800 51102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2164] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2164/stat : 2164 (java) S 2156 2158 1297 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122091386 1839820800 51102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2165] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2165/stat : 2165 (java) S 2156 2158 1297 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 122091386 1839820800 51102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2166] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2166/stat : 2166 (java) S 2156 2158 1297 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122091390 1839820800 51102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2167] ppid=2156 vsize=1796700 CPUtime=1.02
/proc/2158/task/2167/stat : 2167 (java) S 2156 2158 1297 0 -1 64 2517 0 0 0 101 1 0 0 16 0 13 0 122091390 1839820800 51102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2168] ppid=2156 vsize=1796700 CPUtime=1.59
/proc/2158/task/2168/stat : 2168 (java) S 2156 2158 1297 0 -1 64 6652 0 0 0 157 2 0 0 16 0 13 0 122091390 1839820800 51102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2169] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2169/stat : 2169 (java) S 2156 2158 1297 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 122091390 1839820800 51102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2170] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2170/stat : 2170 (java) S 2156 2158 1297 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122091390 1839820800 51102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2171] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2171/stat : 2171 (java) S 2156 2158 1297 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 122091858 1839820800 51102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.76
Current children cumulated vsize (KiB) 1796700

[startup+25.5013 s]
/proc/loadavg: 1.18 1.05 1.01 2/77 2171
/proc/meminfo: memFree=1547376/2055920 swapFree=4174176/4192956
[pid=2158] ppid=2156 vsize=1796700 CPUtime=27.67
/proc/2158/stat : 2158 (java) S 2156 2158 1297 0 -1 0 57038 0 1 0 2741 26 0 0 18 0 13 0 122091381 1839820800 51111 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2158/statm: 449175 51111 1325 9 0 446787 0
[pid=2158/tid=2160] ppid=2156 vsize=1796700 CPUtime=24.37
/proc/2158/task/2160/stat : 2160 (java) R 2156 2158 1297 0 -1 64 37741 0 1 0 2419 18 0 0 25 0 13 0 122091382 1839820800 51111 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109867007 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2161] ppid=2156 vsize=1796700 CPUtime=0.27
/proc/2158/task/2161/stat : 2161 (java) S 2156 2158 1297 0 -1 64 4874 0 0 0 26 1 0 0 16 0 13 0 122091384 1839820800 51111 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2162] ppid=2156 vsize=1796700 CPUtime=0.25
/proc/2158/task/2162/stat : 2162 (java) S 2156 2158 1297 0 -1 64 4509 0 0 0 23 2 0 0 16 0 13 0 122091384 1839820800 51111 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2163] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2163/stat : 2163 (java) S 2156 2158 1297 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 122091386 1839820800 51111 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2164] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2164/stat : 2164 (java) S 2156 2158 1297 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122091386 1839820800 51111 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=2158/tid=2163] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2163/stat : 2163 (java) S 2156 2158 1297 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 122091386 1839820800 205511 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2164] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2164/stat : 2164 (java) S 2156 2158 1297 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122091386 1839820800 205511 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2165] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2165/stat : 2165 (java) S 2156 2158 1297 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 122091386 1839820800 205511 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2166] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2166/stat : 2166 (java) S 2156 2158 1297 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122091390 1839820800 205511 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2167] ppid=2156 vsize=1796700 CPUtime=1.14
/proc/2158/task/2167/stat : 2167 (java) S 2156 2158 1297 0 -1 64 2523 0 0 0 113 1 0 0 17 0 13 0 122091390 1839820800 205511 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2168] ppid=2156 vsize=1796700 CPUtime=1.7
/proc/2158/task/2168/stat : 2168 (java) S 2156 2158 1297 0 -1 64 6658 0 0 0 168 2 0 0 16 0 13 0 122091390 1839820800 205511 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2169] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2169/stat : 2169 (java) S 2156 2158 1297 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 122091390 1839820800 205511 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2170] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2170/stat : 2170 (java) S 2156 2158 1297 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122091390 1839820800 205511 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2171] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2171/stat : 2171 (java) S 2156 2158 1297 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 122091858 1839820800 205511 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1605.79
Current children cumulated vsize (KiB) 1796700

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 2171
/proc/meminfo: memFree=917104/2055920 swapFree=4174176/4192956
[pid=2158] ppid=2156 vsize=1796700 CPUtime=1665.81
/proc/2158/stat : 2158 (java) S 2156 2158 1297 0 -1 0 217795 0 1 0 166455 126 0 0 18 0 13 0 122091381 1839820800 208216 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2158/statm: 449175 208216 1327 9 0 446787 0
[pid=2158/tid=2160] ppid=2156 vsize=1796700 CPUtime=1658.97
/proc/2158/task/2160/stat : 2160 (java) R 2156 2158 1297 0 -1 64 37766 0 1 0 165875 22 0 0 25 0 13 0 122091382 1839820800 208216 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109519936 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2161] ppid=2156 vsize=1796700 CPUtime=1.98
/proc/2158/task/2161/stat : 2161 (java) S 2156 2158 1297 0 -1 64 93575 0 0 0 143 55 0 0 17 0 13 0 122091384 1839820800 208216 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2162] ppid=2156 vsize=1796700 CPUtime=1.97
/proc/2158/task/2162/stat : 2162 (java) S 2156 2158 1297 0 -1 64 76538 0 0 0 154 43 0 0 16 0 13 0 122091384 1839820800 208216 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2163] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2163/stat : 2163 (java) S 2156 2158 1297 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 122091386 1839820800 208216 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2164] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2164/stat : 2164 (java) S 2156 2158 1297 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122091386 1839820800 208216 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2165] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2165/stat : 2165 (java) S 2156 2158 1297 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 122091386 1839820800 208216 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2166] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2166/stat : 2166 (java) S 2156 2158 1297 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122091390 1839820800 208216 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2167] ppid=2156 vsize=1796700 CPUtime=1.14
/proc/2158/task/2167/stat : 2167 (java) S 2156 2158 1297 0 -1 64 2523 0 0 0 113 1 0 0 17 0 13 0 122091390 1839820800 208216 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2168] ppid=2156 vsize=1796700 CPUtime=1.7
/proc/2158/task/2168/stat : 2168 (java) S 2156 2158 1297 0 -1 64 6658 0 0 0 168 2 0 0 16 0 13 0 122091390 1839820800 208216 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2169] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2169/stat : 2169 (java) S 2156 2158 1297 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 122091390 1839820800 208216 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2170] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2170/stat : 2170 (java) S 2156 2158 1297 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122091390 1839820800 208216 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2171] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2171/stat : 2171 (java) S 2156 2158 1297 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 122091858 1839820800 208216 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1665.81
Current children cumulated vsize (KiB) 1796700

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 2253
/proc/meminfo: memFree=905152/2055920 swapFree=4174176/4192956
[pid=2158] ppid=2156 vsize=1796700 CPUtime=1725.79
/proc/2158/stat : 2158 (java) S 2156 2158 1297 0 -1 0 220653 0 1 0 172449 130 0 0 18 0 13 0 122091381 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2158/statm: 449175 210903 1327 9 0 446787 0
[pid=2158/tid=2160] ppid=2156 vsize=1796700 CPUtime=1718.88
/proc/2158/task/2160/stat : 2160 (java) R 2156 2158 1297 0 -1 64 37767 0 1 0 171863 25 0 0 25 0 13 0 122091382 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109519916 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2161] ppid=2156 vsize=1796700 CPUtime=2.01
/proc/2158/task/2161/stat : 2161 (java) S 2156 2158 1297 0 -1 64 94632 0 0 0 145 56 0 0 16 0 13 0 122091384 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2162] ppid=2156 vsize=1796700 CPUtime=2.01
/proc/2158/task/2162/stat : 2162 (java) S 2156 2158 1297 0 -1 64 78338 0 0 0 157 44 0 0 16 0 13 0 122091384 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2163] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2163/stat : 2163 (java) S 2156 2158 1297 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 122091386 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2164] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2164/stat : 2164 (java) S 2156 2158 1297 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122091386 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2165] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2165/stat : 2165 (java) S 2156 2158 1297 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 122091386 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2166] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2166/stat : 2166 (java) S 2156 2158 1297 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122091390 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2167] ppid=2156 vsize=1796700 CPUtime=1.14
/proc/2158/task/2167/stat : 2167 (java) S 2156 2158 1297 0 -1 64 2523 0 0 0 113 1 0 0 17 0 13 0 122091390 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2168] ppid=2156 vsize=1796700 CPUtime=1.7
/proc/2158/task/2168/stat : 2168 (java) S 2156 2158 1297 0 -1 64 6658 0 0 0 168 2 0 0 16 0 13 0 122091390 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2169] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2169/stat : 2169 (java) S 2156 2158 1297 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 122091390 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2170] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2170/stat : 2170 (java) S 2156 2158 1297 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122091390 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2171] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2171/stat : 2171 (java) S 2156 2158 1297 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 122091858 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1725.79
Current children cumulated vsize (KiB) 1796700

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 2369
/proc/meminfo: memFree=906032/2055920 swapFree=4174176/4192956
[pid=2158] ppid=2156 vsize=1796700 CPUtime=1785.74
/proc/2158/stat : 2158 (java) S 2156 2158 1297 0 -1 0 220653 0 1 0 178443 131 0 0 18 0 13 0 122091381 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2158/statm: 449175 210903 1327 9 0 446787 0
[pid=2158/tid=2160] ppid=2156 vsize=1796700 CPUtime=1778.81
/proc/2158/task/2160/stat : 2160 (java) R 2156 2158 1297 0 -1 64 37767 0 1 0 177856 25 0 0 25 0 13 0 122091382 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109519936 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2161] ppid=2156 vsize=1796700 CPUtime=2.01
/proc/2158/task/2161/stat : 2161 (java) S 2156 2158 1297 0 -1 64 94632 0 0 0 145 56 0 0 16 0 13 0 122091384 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2162] ppid=2156 vsize=1796700 CPUtime=2.01
/proc/2158/task/2162/stat : 2162 (java) S 2156 2158 1297 0 -1 64 78338 0 0 0 157 44 0 0 16 0 13 0 122091384 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2163] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2163/stat : 2163 (java) S 2156 2158 1297 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 122091386 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2164] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2164/stat : 2164 (java) S 2156 2158 1297 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122091386 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2165] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2165/stat : 2165 (java) S 2156 2158 1297 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 122091386 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2166] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2166/stat : 2166 (java) S 2156 2158 1297 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122091390 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2167] ppid=2156 vsize=1796700 CPUtime=1.14
/proc/2158/task/2167/stat : 2167 (java) S 2156 2158 1297 0 -1 64 2523 0 0 0 113 1 0 0 16 0 13 0 122091390 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2168] ppid=2156 vsize=1796700 CPUtime=1.7
/proc/2158/task/2168/stat : 2168 (java) S 2156 2158 1297 0 -1 64 6658 0 0 0 168 2 0 0 16 0 13 0 122091390 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2169] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2169/stat : 2169 (java) S 2156 2158 1297 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 122091390 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2170] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2170/stat : 2170 (java) S 2156 2158 1297 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122091390 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2171] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2171/stat : 2171 (java) S 2156 2158 1297 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 122091858 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1785.74
Current children cumulated vsize (KiB) 1796700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 2369
/proc/meminfo: memFree=906032/2055920 swapFree=4174176/4192956
[pid=2158] ppid=2156 vsize=1796700 CPUtime=1800.04
/proc/2158/stat : 2158 (java) S 2156 2158 1297 0 -1 0 220653 0 1 0 179873 131 0 0 18 0 13 0 122091381 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2158/statm: 449175 210903 1327 9 0 446787 0
[pid=2158/tid=2160] ppid=2156 vsize=1796700 CPUtime=1793.11
/proc/2158/task/2160/stat : 2160 (java) R 2156 2158 1297 0 -1 64 37767 0 1 0 179286 25 0 0 25 0 13 0 122091382 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109519936 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2161] ppid=2156 vsize=1796700 CPUtime=2.01
/proc/2158/task/2161/stat : 2161 (java) S 2156 2158 1297 0 -1 64 94632 0 0 0 145 56 0 0 16 0 13 0 122091384 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2162] ppid=2156 vsize=1796700 CPUtime=2.01
/proc/2158/task/2162/stat : 2162 (java) S 2156 2158 1297 0 -1 64 78338 0 0 0 157 44 0 0 16 0 13 0 122091384 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2163] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2163/stat : 2163 (java) S 2156 2158 1297 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 122091386 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2164] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2164/stat : 2164 (java) S 2156 2158 1297 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122091386 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2165] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2165/stat : 2165 (java) S 2156 2158 1297 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 122091386 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2166] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2166/stat : 2166 (java) S 2156 2158 1297 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122091390 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2167] ppid=2156 vsize=1796700 CPUtime=1.14
/proc/2158/task/2167/stat : 2167 (java) S 2156 2158 1297 0 -1 64 2523 0 0 0 113 1 0 0 16 0 13 0 122091390 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2168] ppid=2156 vsize=1796700 CPUtime=1.7
/proc/2158/task/2168/stat : 2168 (java) S 2156 2158 1297 0 -1 64 6658 0 0 0 168 2 0 0 16 0 13 0 122091390 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2169] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2169/stat : 2169 (java) S 2156 2158 1297 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 122091390 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2158/tid=2170] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2170/stat : 2170 (java) S 2156 2158 1297 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122091390 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2158/tid=2171] ppid=2156 vsize=1796700 CPUtime=0
/proc/2158/task/2171/stat : 2171 (java) S 2156 2158 1297 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 122091858 1839820800 210903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1796700

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

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

[startup+1796.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 2369
/proc/meminfo: memFree=906032/2055920 swapFree=4174176/4192956
[pid=2158] ppid=2156 vsize=0 CPUtime=1800.15
/proc/2158/stat : 2158 (java) Z 2156 2158 1297 0 -1 1036 220673 0 1 0 179879 136 0 0 16 0 2 0 122091381 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2158/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.78
CPU time (s): 1800.23
CPU user time (s): 1798.79
CPU system time (s): 1.43278
CPU usage (%): 100.192
Max. virtual memory (cumulated for all children) (KiB): 1800124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.79
system time used= 1.43278
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220673
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= 37218
involuntary context switches= 38024

runsolver used 2.05969 second user time and 4.52331 second system time

The end

Launcher Data (download as text)

Begin job on node57 on Tue Apr 17 11:32:34 UTC 2007

IDJOB= 350249
IDBENCH= 3054
IDSOLVER= 159
FILE ID= node57/350249-1176809554

PBS_JOBID= 4586246

Free space on /tmp= 66508 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  50ead5886965da8908c50d598d2024b3

RANDOM SEED= 64682980

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node57.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.239
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.239
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:       1747816 kB
Buffers:         17560 kB
Cached:         221596 kB
SwapCached:      13056 kB
Active:         193676 kB
Inactive:        72980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747816 kB
SwapTotal:     4192956 kB
SwapFree:      4174176 kB
Dirty:            9524 kB
Writeback:           0 kB
Mapped:          24008 kB
Slab:            27500 kB
Committed_AS:   838436 kB
PageTables:       1432 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= 66508 MiB

End job on node57 on Tue Apr 17 12:02:33 UTC 2007