Trace number 355266

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.17 1791.39

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=460-sizeP=231-sizeQ=460-367423129-max.opb
MD5SUM74dac00a4979a8cd5d3f4292ad3ec004
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables106951
Total number of constraints318781
Number of constraints which are clauses318780
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 constraint106260
Number of terms in the objective function 231
Biggest coefficient in the objective function 1725436586697640946858688965569256363112777243042596638790631055949824
Number of bits for the biggest coefficient in the objective function 231
Sum of the numbers in the objective function 3450873173395281893717377931138512726225554486085193277581262111899647
Number of bits of the sum of numbers in the objective function 231
Biggest number in a constraint 2568425733177916751582514591250062824975751856847252861083144972201529372215371495172688738416791235950675277761805770367685269653410060480042878305982363696267199058168185838960773319279454451792623658074112
Number of bits of the biggest number in a constraint 690
Biggest sum of numbers in a constraint 10273702932711667006330058365000251299903007427389011444332579888806117119150450980598364387789362806715159761636352224959479775105866707576248572053899244884258622387609641105402680464792324232304944082188954
Number of bits of the biggest sum of numbers691
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.09/0.27	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.27	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.27	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.28	c no version file found!!!
0.09/0.28	c sun.arch.data.model	32
0.09/0.28	c java.version	1.6.0
0.09/0.28	c os.name	Linux
0.09/0.28	c os.version	2.6.9-22.EL.rootsmp
0.09/0.28	c os.arch	i386
0.09/0.28	c Free memory 1651659224
0.09/0.28	c Max memory 1654456320
0.09/0.28	c Total memory 1654456320
0.09/0.28	c Number of processors 2
0.16/0.34	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.16/0.34	--- Begin Solver configuration ---
0.16/0.34	c Stops conflict analysis at the first Unique Implication Point
0.16/0.34	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.16/0.34	c Learn all clauses as in MiniSAT
0.16/0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.16/0.34	c VSIDS like heuristics from MiniSAT using a heap
0.16/0.34	c No reason simplification
0.16/0.34	c --- End Solver configuration ---
0.16/0.34	c solving /tmp/evaluation/355266-1176790379/instance-355266-1176790379.opb
0.16/0.34	c reading problem ... 
13.54/11.06	c ... done. Wall clock time 10.718s.
13.54/11.07	c CPU time (experimental) 8.91s.
13.54/11.07	c #vars     106951
13.54/11.07	c #constraints  318782
1800.07/1791.31	c starts		: 1
1800.07/1791.31	c conflicts		: 1
1800.07/1791.31	c decisions		: 233
1800.07/1791.31	c propagations		: 54519
1800.07/1791.31	c inspects		: 189188
1800.07/1791.31	c learnt literals	: 0
1800.07/1791.31	c learnt binary clauses	: 0
1800.07/1791.31	c learnt ternary clauses	: 0
1800.07/1791.31	c learnt clauses	: 0
1800.07/1791.31	c root simplifications	: 0
1800.07/1791.31	c removed literals (reason simplification)	: 0
1800.07/1791.31	c reason swapping (by a shorter reason)	: 0
1800.07/1791.31	c Calls to reduceDB	: 0
1800.07/1791.31	c speed (decisions/second)	: 0.13088630249565913
1800.07/1791.31	c non guided choices	2
1800.07/1791.31	s UNKNOWN
1800.07/1791.31	c Total wall clock time (ms): 1790.97

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/node18/watcher-355266-1176790379 -o ROOT/results/node18/solver-355266-1176790379 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355266-1176790379/sat4jPseudoCP.jar /tmp/evaluation/355266-1176790379/instance-355266-1176790379.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.91 0.97 0.99 3/77 25477
/proc/meminfo: memFree=1839808/2055920 swapFree=4112956/4192956
[pid=25477] ppid=25475 vsize=152 CPUtime=0
/proc/25477/stat : 25477 (java) R 25475 25477 24515 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 126955315 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 7861028 0 0 4096 0 0 0 0 17 1 0 0
/proc/25477/statm: 38 26 19 9 0 4 0

[startup+0.0573059 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 25477
/proc/meminfo: memFree=1839808/2055920 swapFree=4112956/4192956
[pid=25477] ppid=25475 vsize=12056 CPUtime=0.01
/proc/25477/stat : 25477 (java) D 25475 25477 24515 0 -1 0 383 0 27 0 0 1 0 0 18 0 1 0 126955315 12345344 218 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 7832362 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/25477/statm: 3014 218 135 9 0 1148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12056

[startup+0.104257 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 25477
/proc/meminfo: memFree=1839808/2055920 swapFree=4112956/4192956
[pid=25477] ppid=25475 vsize=1775952 CPUtime=0.02
/proc/25477/stat : 25477 (java) S 25475 25477 24515 0 -1 0 2698 0 30 0 0 2 0 0 18 0 4 0 126955315 1818574848 2475 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/25477/statm: 443988 2475 517 9 0 441624 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1775952

[startup+0.301275 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 25477
/proc/meminfo: memFree=1839808/2055920 swapFree=4112956/4192956
[pid=25477] ppid=25475 vsize=1780428 CPUtime=0.16
/proc/25477/stat : 25477 (java) S 25475 25477 24515 0 -1 0 4467 0 30 0 12 4 0 0 18 0 12 0 126955315 1823158272 4235 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25477/statm: 445107 4236 1233 9 0 442719 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 1780428

[startup+0.701313 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 25477
/proc/meminfo: memFree=1839808/2055920 swapFree=4112956/4192956
[pid=25477] ppid=25475 vsize=1783216 CPUtime=0.67
/proc/25477/stat : 25477 (java) S 25475 25477 24515 0 -1 0 6912 0 30 0 62 5 0 0 18 0 12 0 126955315 1826013184 6656 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25477/statm: 445804 6656 1292 9 0 443416 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 1783216

[startup+1.50239 s]
/proc/loadavg: 0.91 0.97 0.99 4/89 25489
/proc/meminfo: memFree=1804768/2055920 swapFree=4112956/4192956
[pid=25477] ppid=25475 vsize=1785412 CPUtime=1.9
/proc/25477/stat : 25477 (java) S 25475 25477 24515 0 -1 0 15335 0 30 0 179 11 0 0 18 0 12 0 126955315 1828261888 13420 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25477/statm: 446353 13421 1301 9 0 443965 0
[pid=25477/tid=25479] ppid=25475 vsize=1785412 CPUtime=0.9
/proc/25477/task/25479/stat : 25479 (java) R 25475 25477 24515 0 -1 64 11547 0 1 0 82 8 0 0 18 0 12 0 126955321 1828261888 13422 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109641022 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25480] ppid=25475 vsize=1785412 CPUtime=0
/proc/25477/task/25480/stat : 25480 (java) S 25475 25477 24515 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 126955325 1828261888 13423 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25481] ppid=25475 vsize=1785412 CPUtime=0
/proc/25477/task/25481/stat : 25481 (java) S 25475 25477 24515 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 126955325 1828261888 13424 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25482] ppid=25475 vsize=1785412 CPUtime=0
/proc/25477/task/25482/stat : 25482 (java) S 25475 25477 24515 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 126955327 1828261888 13425 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25483] ppid=25475 vsize=1785412 CPUtime=0
/proc/25477/task/25483/stat : 25483 (java) S 25475 25477 24515 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 126955328 1828261888 13426 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25484] ppid=25475 vsize=1785412 CPUtime=0
/proc/25477/task/25484/stat : 25484 (java) S 25475 25477 24515 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 126955328 1828261888 13427 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25485] ppid=25475 vsize=1785412 CPUtime=0
/proc/25477/task/25485/stat : 25485 (java) S 25475 25477 24515 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 126955334 1828261888 13428 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25486] ppid=25475 vsize=1785412 CPUtime=0.48
/proc/25477/task/25486/stat : 25486 (java) S 25475 25477 24515 0 -1 64 1638 0 0 0 48 0 0 0 17 0 12 0 126955334 1828261888 13429 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25487] ppid=25475 vsize=1785412 CPUtime=0.47
/proc/25477/task/25487/stat : 25487 (java) S 25475 25477 24515 0 -1 64 1460 0 0 0 47 0 0 0 17 0 12 0 126955334 1828261888 13431 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25488] ppid=25475 vsize=1785412 CPUtime=0
/proc/25477/task/25488/stat : 25488 (java) S 25475 25477 24515 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 126955334 1828261888 13432 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25489] ppid=25475 vsize=1785412 CPUtime=0
/proc/25477/task/25489/stat : 25489 (java) S 25475 25477 24515 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 126955335 1828261888 13433 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 1785412

[startup+3.10254 s]
/proc/loadavg: 1.24 1.03 1.01 2/89 25489
/proc/meminfo: memFree=1720992/2055920 swapFree=4112956/4192956
[pid=25477] ppid=25475 vsize=1785736 CPUtime=3.58
/proc/25477/stat : 25477 (java) S 25475 25477 24515 0 -1 0 44537 0 30 0 334 24 0 0 18 0 12 0 126955315 1828593664 42608 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25477/statm: 446434 42608 1310 9 0 444046 0
[pid=25477/tid=25479] ppid=25475 vsize=1785736 CPUtime=2.42
/proc/25477/task/25479/stat : 25479 (java) R 25475 25477 24515 0 -1 64 37690 0 1 0 222 20 0 0 21 0 12 0 126955321 1828593664 42608 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109474364 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25480] ppid=25475 vsize=1785736 CPUtime=0.07
/proc/25477/task/25480/stat : 25480 (java) S 25475 25477 24515 0 -1 64 1585 0 0 0 7 0 0 0 16 0 12 0 126955325 1828593664 42608 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25481] ppid=25475 vsize=1785736 CPUtime=0.07
/proc/25477/task/25481/stat : 25481 (java) S 25475 25477 24515 0 -1 64 1467 0 0 0 7 0 0 0 17 0 12 0 126955325 1828593664 42608 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25482] ppid=25475 vsize=1785736 CPUtime=0
/proc/25477/task/25482/stat : 25482 (java) S 25475 25477 24515 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 126955327 1828593664 42608 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25483] ppid=25475 vsize=1785736 CPUtime=0
/proc/25477/task/25483/stat : 25483 (java) S 25475 25477 24515 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 126955328 1828593664 42608 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25484] ppid=25475 vsize=1785736 CPUtime=0
/proc/25477/task/25484/stat : 25484 (java) S 25475 25477 24515 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 126955328 1828593664 42608 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25485] ppid=25475 vsize=1785736 CPUtime=0
/proc/25477/task/25485/stat : 25485 (java) S 25475 25477 24515 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 126955334 1828593664 42608 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25486] ppid=25475 vsize=1785736 CPUtime=0.48
/proc/25477/task/25486/stat : 25486 (java) S 25475 25477 24515 0 -1 64 1638 0 0 0 48 0 0 0 17 0 12 0 126955334 1828593664 42608 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25487] ppid=25475 vsize=1785736 CPUtime=0.48
/proc/25477/task/25487/stat : 25487 (java) S 25475 25477 24515 0 -1 64 1460 0 0 0 48 0 0 0 15 0 12 0 126955334 1828593664 42608 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25488] ppid=25475 vsize=1785736 CPUtime=0
/proc/25477/task/25488/stat : 25488 (java) S 25475 25477 24515 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 126955334 1828593664 42608 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25489] ppid=25475 vsize=1785736 CPUtime=0
/proc/25477/task/25489/stat : 25489 (java) S 25475 25477 24515 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 126955335 1828593664 42608 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 1785736

[startup+6.30185 s]
/proc/loadavg: 1.24 1.03 1.01 2/89 25489
/proc/meminfo: memFree=1629152/2055920 swapFree=4112956/4192956
[pid=25477] ppid=25475 vsize=1787500 CPUtime=7.32
/proc/25477/stat : 25477 (java) S 25475 25477 24515 0 -1 0 57753 0 30 0 701 31 0 0 18 0 12 0 126955315 1830400000 54876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25477/statm: 446875 54876 1310 9 0 444487 0
[pid=25477/tid=25479] ppid=25475 vsize=1787500 CPUtime=5.07
/proc/25477/task/25479/stat : 25479 (java) R 25475 25477 24515 0 -1 64 37694 0 1 0 486 21 0 0 19 0 12 0 126955321 1830400000 54876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109557668 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25480] ppid=25475 vsize=1787500 CPUtime=0.61
/proc/25477/task/25480/stat : 25480 (java) S 25475 25477 24515 0 -1 64 8564 0 0 0 58 3 0 0 16 0 12 0 126955325 1830400000 54876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25481] ppid=25475 vsize=1787500 CPUtime=0.61
/proc/25477/task/25481/stat : 25481 (java) S 25475 25477 24515 0 -1 64 7695 0 0 0 58 3 0 0 16 0 12 0 126955325 1830400000 54876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25482] ppid=25475 vsize=1787500 CPUtime=0
/proc/25477/task/25482/stat : 25482 (java) S 25475 25477 24515 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 126955327 1830400000 54876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25483] ppid=25475 vsize=1787500 CPUtime=0
/proc/25477/task/25483/stat : 25483 (java) S 25475 25477 24515 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 126955328 1830400000 54876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25484] ppid=25475 vsize=1787500 CPUtime=0
/proc/25477/task/25484/stat : 25484 (java) S 25475 25477 24515 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 126955328 1830400000 54876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25485] ppid=25475 vsize=1787500 CPUtime=0
/proc/25477/task/25485/stat : 25485 (java) S 25475 25477 24515 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 126955334 1830400000 54876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25486] ppid=25475 vsize=1787500 CPUtime=0.48
/proc/25477/task/25486/stat : 25486 (java) S 25475 25477 24515 0 -1 64 1638 0 0 0 48 0 0 0 17 0 12 0 126955334 1830400000 54876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25487] ppid=25475 vsize=1787500 CPUtime=0.48
/proc/25477/task/25487/stat : 25487 (java) S 25475 25477 24515 0 -1 64 1460 0 0 0 48 0 0 0 15 0 12 0 126955334 1830400000 54876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25488] ppid=25475 vsize=1787500 CPUtime=0
/proc/25477/task/25488/stat : 25488 (java) S 25475 25477 24515 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 126955334 1830400000 54876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25489] ppid=25475 vsize=1787500 CPUtime=0
/proc/25477/task/25489/stat : 25489 (java) S 25475 25477 24515 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 126955335 1830400000 54876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 1787500

[startup+12.7015 s]
/proc/loadavg: 1.20 1.03 1.01 2/90 25490
/proc/meminfo: memFree=1565976/2055920 swapFree=4112956/4192956
[pid=25477] ppid=25475 vsize=1797264 CPUtime=15.39
/proc/25477/stat : 25477 (java) S 25475 25477 24515 0 -1 0 75859 0 30 0 1498 41 0 0 18 0 13 0 126955315 1840398336 67904 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25477/statm: 449316 67904 1322 9 0 446928 0
[pid=25477/tid=25479] ppid=25475 vsize=1797264 CPUtime=10.49
/proc/25477/task/25479/stat : 25479 (java) R 25475 25477 24515 0 -1 64 37735 0 1 0 1027 22 0 0 25 0 13 0 126955321 1840398336 67904 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109956435 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25480] ppid=25475 vsize=1797264 CPUtime=1.37
/proc/25477/task/25480/stat : 25480 (java) S 25475 25477 24515 0 -1 64 15307 0 0 0 130 7 0 0 16 0 13 0 126955325 1840398336 67904 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25481] ppid=25475 vsize=1797264 CPUtime=1.37
/proc/25477/task/25481/stat : 25481 (java) S 25475 25477 24515 0 -1 64 13466 0 0 0 130 7 0 0 16 0 13 0 126955325 1840398336 67904 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25482] ppid=25475 vsize=1797264 CPUtime=0
/proc/25477/task/25482/stat : 25482 (java) S 25475 25477 24515 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 126955327 1840398336 67904 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25483] ppid=25475 vsize=1797264 CPUtime=0
/proc/25477/task/25483/stat : 25483 (java) S 25475 25477 24515 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 126955328 1840398336 67904 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25484] ppid=25475 vsize=1797264 CPUtime=0
/proc/25477/task/25484/stat : 25484 (java) S 25475 25477 24515 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 126955328 1840398336 67904 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25485] ppid=25475 vsize=1797264 CPUtime=0
/proc/25477/task/25485/stat : 25485 (java) S 25475 25477 24515 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 126955334 1840398336 67904 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25486] ppid=25475 vsize=1797264 CPUtime=0.79
/proc/25477/task/25486/stat : 25486 (java) S 25475 25477 24515 0 -1 64 1659 0 0 0 78 1 0 0 16 0 13 0 126955334 1840398336 67904 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25487] ppid=25475 vsize=1797264 CPUtime=1.33
/proc/25477/task/25487/stat : 25487 (java) S 25475 25477 24515 0 -1 64 6985 0 0 0 131 2 0 0 17 0 13 0 126955334 1840398336 67904 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25488] ppid=25475 vsize=1797264 CPUtime=0
/proc/25477/task/25488/stat : 25488 (java) S 25475 25477 24515 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 126955334 1840398336 67904 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25489] ppid=25475 vsize=1797264 CPUtime=0
/proc/25477/task/25489/stat : 25489 (java) S 25475 25477 24515 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 126955335 1840398336 67904 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25490] ppid=25475 vsize=1797264 CPUtime=0
/proc/25477/task/25490/stat : 25490 (java) S 25475 25477 24515 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 126956434 1840398336 67904 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.39
Current children cumulated vsize (KiB) 1797264

[startup+25.5027 s]
/proc/loadavg: 1.25 1.05 1.01 2/90 25490
/proc/meminfo: memFree=1527640/2055920 swapFree=4112956/4192956
[pid=25477] ppid=25475 vsize=1798544 CPUtime=29.56
/proc/25477/stat : 25477 (java) S 25475 25477 24515 0 -1 0 89662 0 30 0 2906 50 0 0 18 0 13 0 126955315 1841709056 77425 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25477/statm: 449636 77425 1323 9 0 447248 0
[pid=25477/tid=25479] ppid=25475 vsize=1798544 CPUtime=22.17
/proc/25477/task/25479/stat : 25479 (java) R 25475 25477 24515 0 -1 64 37764 0 1 0 2195 22 0 0 25 0 13 0 126955321 1841709056 77425 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110045267 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25480] ppid=25475 vsize=1798544 CPUtime=2.35
/proc/25477/task/25480/stat : 25480 (java) S 25475 25477 24515 0 -1 64 22611 0 0 0 224 11 0 0 16 0 13 0 126955325 1841709056 77425 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25481] ppid=25475 vsize=1798544 CPUtime=2.36
/proc/25477/task/25481/stat : 25481 (java) S 25475 25477 24515 0 -1 64 19890 0 0 0 226 10 0 0 17 0 13 0 126955325 1841709056 77425 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25482] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25482/stat : 25482 (java) S 25475 25477 24515 0 -1 64 22 0 0 0 0 0 0 0 15 0 13 0 126955327 1841709056 77425 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25483] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25483/stat : 25483 (java) S 25475 25477 24515 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 126955328 1841709056 77425 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25484] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25484/stat : 25484 (java) S 25475 25477 24515 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 126955328 1841709056 77425 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=25477] ppid=25475 vsize=1798544 CPUtime=1670.77
/proc/25477/stat : 25477 (java) S 25475 25477 24515 0 -1 0 112623 0 30 0 166833 244 0 0 18 0 13 0 126955315 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25477/statm: 449636 72730 1323 9 0 447248 0
[pid=25477/tid=25479] ppid=25475 vsize=1798544 CPUtime=1642.83
/proc/25477/task/25479/stat : 25479 (java) R 25475 25477 24515 0 -1 64 60633 0 1 0 164245 38 0 0 20 0 13 0 126955321 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110066603 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25480] ppid=25475 vsize=1798544 CPUtime=12.22
/proc/25477/task/25480/stat : 25480 (java) S 25475 25477 24515 0 -1 64 22624 0 0 0 1121 101 0 0 16 0 13 0 126955325 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25481] ppid=25475 vsize=1798544 CPUtime=12.6
/proc/25477/task/25481/stat : 25481 (java) S 25475 25477 24515 0 -1 64 19895 0 0 0 1178 82 0 0 16 0 13 0 126955325 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25482] ppid=25475 vsize=1798544 CPUtime=0.43
/proc/25477/task/25482/stat : 25482 (java) S 25475 25477 24515 0 -1 64 96 0 0 0 27 16 0 0 16 0 13 0 126955327 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25483] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25483/stat : 25483 (java) S 25475 25477 24515 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 126955328 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25484] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25484/stat : 25484 (java) S 25475 25477 24515 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 126955328 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25485] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25485/stat : 25485 (java) S 25475 25477 24515 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 126955334 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25486] ppid=25475 vsize=1798544 CPUtime=0.98
/proc/25477/task/25486/stat : 25486 (java) S 25475 25477 24515 0 -1 64 1667 0 0 0 97 1 0 0 17 0 13 0 126955334 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25487] ppid=25475 vsize=1798544 CPUtime=1.65
/proc/25477/task/25487/stat : 25487 (java) S 25475 25477 24515 0 -1 64 7014 0 0 0 163 2 0 0 16 0 13 0 126955334 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25488] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25488/stat : 25488 (java) S 25475 25477 24515 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 126955334 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25489] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25489/stat : 25489 (java) S 25475 25477 24515 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 126955335 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25490] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25490/stat : 25490 (java) S 25475 25477 24515 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 126956434 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1670.77
Current children cumulated vsize (KiB) 1798544

[startup+1722.3 s]
/proc/loadavg: 1.01 1.05 1.01 2/90 25492
/proc/meminfo: memFree=1545752/2055920 swapFree=4113632/4192956
[pid=25477] ppid=25475 vsize=1798544 CPUtime=1730.92
/proc/25477/stat : 25477 (java) S 25475 25477 24515 0 -1 0 112734 0 30 0 172842 250 0 0 18 0 13 0 126955315 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25477/statm: 449636 72730 1323 9 0 447248 0
[pid=25477/tid=25479] ppid=25475 vsize=1798544 CPUtime=1702.21
/proc/25477/task/25479/stat : 25479 (java) R 25475 25477 24515 0 -1 64 60744 0 1 0 170183 38 0 0 20 0 13 0 126955321 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109791528 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25480] ppid=25475 vsize=1798544 CPUtime=12.58
/proc/25477/task/25480/stat : 25480 (java) S 25475 25477 24515 0 -1 64 22624 0 0 0 1152 106 0 0 16 0 13 0 126955325 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25481] ppid=25475 vsize=1798544 CPUtime=12.99
/proc/25477/task/25481/stat : 25481 (java) S 25475 25477 24515 0 -1 64 19895 0 0 0 1216 83 0 0 16 0 13 0 126955325 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25482] ppid=25475 vsize=1798544 CPUtime=0.44
/proc/25477/task/25482/stat : 25482 (java) S 25475 25477 24515 0 -1 64 96 0 0 0 28 16 0 0 16 0 13 0 126955327 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25483] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25483/stat : 25483 (java) S 25475 25477 24515 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 126955328 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25484] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25484/stat : 25484 (java) S 25475 25477 24515 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 126955328 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25485] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25485/stat : 25485 (java) S 25475 25477 24515 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 126955334 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25486] ppid=25475 vsize=1798544 CPUtime=0.98
/proc/25477/task/25486/stat : 25486 (java) S 25475 25477 24515 0 -1 64 1667 0 0 0 97 1 0 0 17 0 13 0 126955334 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25487] ppid=25475 vsize=1798544 CPUtime=1.65
/proc/25477/task/25487/stat : 25487 (java) S 25475 25477 24515 0 -1 64 7014 0 0 0 163 2 0 0 16 0 13 0 126955334 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25488] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25488/stat : 25488 (java) S 25475 25477 24515 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 126955334 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25489] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25489/stat : 25489 (java) S 25475 25477 24515 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 126955335 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25490] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25490/stat : 25490 (java) S 25475 25477 24515 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 126956434 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1730.92
Current children cumulated vsize (KiB) 1798544

[startup+1782.3 s]
/proc/loadavg: 1.00 1.04 1.01 2/90 25492
/proc/meminfo: memFree=1545688/2055920 swapFree=4113632/4192956
[pid=25477] ppid=25475 vsize=1798544 CPUtime=1791.05
/proc/25477/stat : 25477 (java) S 25475 25477 24515 0 -1 0 112842 0 30 0 178849 256 0 0 18 0 13 0 126955315 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25477/statm: 449636 72730 1323 9 0 447248 0
[pid=25477/tid=25479] ppid=25475 vsize=1798544 CPUtime=1761.59
/proc/25477/task/25479/stat : 25479 (java) R 25475 25477 24515 0 -1 64 60852 0 1 0 176121 38 0 0 24 0 13 0 126955321 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109759122 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25480] ppid=25475 vsize=1798544 CPUtime=12.95
/proc/25477/task/25480/stat : 25480 (java) S 25475 25477 24515 0 -1 64 22624 0 0 0 1186 109 0 0 16 0 13 0 126955325 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25481] ppid=25475 vsize=1798544 CPUtime=13.35
/proc/25477/task/25481/stat : 25481 (java) S 25475 25477 24515 0 -1 64 19895 0 0 0 1250 85 0 0 15 0 13 0 126955325 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25482] ppid=25475 vsize=1798544 CPUtime=0.45
/proc/25477/task/25482/stat : 25482 (java) S 25475 25477 24515 0 -1 64 96 0 0 0 28 17 0 0 16 0 13 0 126955327 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25483] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25483/stat : 25483 (java) S 25475 25477 24515 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 126955328 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25484] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25484/stat : 25484 (java) S 25475 25477 24515 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 126955328 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25485] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25485/stat : 25485 (java) S 25475 25477 24515 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 126955334 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25486] ppid=25475 vsize=1798544 CPUtime=0.98
/proc/25477/task/25486/stat : 25486 (java) S 25475 25477 24515 0 -1 64 1667 0 0 0 97 1 0 0 17 0 13 0 126955334 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25487] ppid=25475 vsize=1798544 CPUtime=1.65
/proc/25477/task/25487/stat : 25487 (java) S 25475 25477 24515 0 -1 64 7014 0 0 0 163 2 0 0 16 0 13 0 126955334 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25488] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25488/stat : 25488 (java) S 25475 25477 24515 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 126955334 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25489] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25489/stat : 25489 (java) S 25475 25477 24515 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 126955335 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25490] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25490/stat : 25490 (java) S 25475 25477 24515 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 126956434 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1791.05
Current children cumulated vsize (KiB) 1798544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.3 s]
/proc/loadavg: 1.00 1.04 1.00 2/90 25492
/proc/meminfo: memFree=1545688/2055920 swapFree=4113632/4192956
[pid=25477] ppid=25475 vsize=1798544 CPUtime=1800.07
/proc/25477/stat : 25477 (java) S 25475 25477 24515 0 -1 0 112859 0 30 0 179750 257 0 0 18 0 13 0 126955315 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25477/statm: 449636 72730 1323 9 0 447248 0
[pid=25477/tid=25479] ppid=25475 vsize=1798544 CPUtime=1770.51
/proc/25477/task/25479/stat : 25479 (java) R 25475 25477 24515 0 -1 64 60869 0 1 0 177013 38 0 0 20 0 13 0 126955321 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25480] ppid=25475 vsize=1798544 CPUtime=13.01
/proc/25477/task/25480/stat : 25480 (java) R 25475 25477 24515 0 -1 64 22624 0 0 0 1191 110 0 0 16 0 13 0 126955325 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25481] ppid=25475 vsize=1798544 CPUtime=13.4
/proc/25477/task/25481/stat : 25481 (java) R 25475 25477 24515 0 -1 64 19895 0 0 0 1255 85 0 0 15 0 13 0 126955325 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105070757 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25482] ppid=25475 vsize=1798544 CPUtime=0.46
/proc/25477/task/25482/stat : 25482 (java) S 25475 25477 24515 0 -1 64 96 0 0 0 29 17 0 0 16 0 13 0 126955327 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25483] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25483/stat : 25483 (java) S 25475 25477 24515 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 126955328 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25484] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25484/stat : 25484 (java) S 25475 25477 24515 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 126955328 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25485] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25485/stat : 25485 (java) S 25475 25477 24515 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 126955334 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25486] ppid=25475 vsize=1798544 CPUtime=0.98
/proc/25477/task/25486/stat : 25486 (java) S 25475 25477 24515 0 -1 64 1667 0 0 0 97 1 0 0 17 0 13 0 126955334 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25487] ppid=25475 vsize=1798544 CPUtime=1.65
/proc/25477/task/25487/stat : 25487 (java) S 25475 25477 24515 0 -1 64 7014 0 0 0 163 2 0 0 16 0 13 0 126955334 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25488] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25488/stat : 25488 (java) S 25475 25477 24515 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 126955334 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25489] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25489/stat : 25489 (java) S 25475 25477 24515 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 126955335 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25490] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25490/stat : 25490 (java) S 25475 25477 24515 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 126956434 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1798544

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

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

[startup+1791.3 s]
/proc/loadavg: 1.00 1.04 1.00 2/90 25492
/proc/meminfo: memFree=1545688/2055920 swapFree=4113632/4192956
[pid=25477] ppid=25475 vsize=1798544 CPUtime=1800.07
/proc/25477/stat : 25477 (java) S 25475 25477 24515 0 -1 0 112859 0 30 0 179750 257 0 0 18 0 13 0 126955315 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25477/statm: 449636 72730 1323 9 0 447248 0
[pid=25477/tid=25479] ppid=25475 vsize=1798544 CPUtime=1770.51
/proc/25477/task/25479/stat : 25479 (java) R 25475 25477 24515 0 -1 64 60869 0 1 0 177013 38 0 0 20 0 13 0 126955321 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25480] ppid=25475 vsize=1798544 CPUtime=13.01
/proc/25477/task/25480/stat : 25480 (java) R 25475 25477 24515 0 -1 64 22624 0 0 0 1191 110 0 0 16 0 13 0 126955325 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25481] ppid=25475 vsize=1798544 CPUtime=13.4
/proc/25477/task/25481/stat : 25481 (java) R 25475 25477 24515 0 -1 64 19895 0 0 0 1255 85 0 0 15 0 13 0 126955325 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105070757 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25482] ppid=25475 vsize=1798544 CPUtime=0.46
/proc/25477/task/25482/stat : 25482 (java) S 25475 25477 24515 0 -1 64 96 0 0 0 29 17 0 0 16 0 13 0 126955327 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25483] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25483/stat : 25483 (java) S 25475 25477 24515 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 126955328 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25484] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25484/stat : 25484 (java) S 25475 25477 24515 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 126955328 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25485] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25485/stat : 25485 (java) S 25475 25477 24515 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 126955334 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25486] ppid=25475 vsize=1798544 CPUtime=0.98
/proc/25477/task/25486/stat : 25486 (java) S 25475 25477 24515 0 -1 64 1667 0 0 0 97 1 0 0 17 0 13 0 126955334 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25487] ppid=25475 vsize=1798544 CPUtime=1.65
/proc/25477/task/25487/stat : 25487 (java) S 25475 25477 24515 0 -1 64 7014 0 0 0 163 2 0 0 16 0 13 0 126955334 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25488] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25488/stat : 25488 (java) S 25475 25477 24515 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 126955334 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25477/tid=25489] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25489/stat : 25489 (java) S 25475 25477 24515 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 126955335 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25477/tid=25490] ppid=25475 vsize=1798544 CPUtime=0
/proc/25477/task/25490/stat : 25490 (java) S 25475 25477 24515 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 126956434 1841709056 72730 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1798544

Child status: 143
Real time (s): 1791.39
CPU time (s): 1800.17
CPU user time (s): 1797.54
CPU system time (s): 2.6266
CPU usage (%): 100.49
Max. virtual memory (cumulated for all children) (KiB): 1798776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.54
system time used= 2.6266
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112880
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 66846
involuntary context switches= 32421

runsolver used 1.9737 second user time and 6.07108 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Tue Apr 17 06:12:59 UTC 2007

IDJOB= 355266
IDBENCH= 2960
IDSOLVER= 160
FILE ID= node18/355266-1176790379

PBS_JOBID= 4580827

Free space on /tmp= 66500 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=460-sizeP=231-sizeQ=460-367423129-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355266-1176790379/sat4jPseudoCP.jar /tmp/evaluation/355266-1176790379/instance-355266-1176790379.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-355266-1176790379 -o ROOT/results/node18/solver-355266-1176790379 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355266-1176790379/sat4jPseudoCP.jar /tmp/evaluation/355266-1176790379/instance-355266-1176790379.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  74dac00a4979a8cd5d3f4292ad3ec004

RANDOM SEED= 393045059

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1840224 kB
Buffers:         14964 kB
Cached:         109660 kB
SwapCached:      47212 kB
Active:          76632 kB
Inactive:       104296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1840224 kB
SwapTotal:     4192956 kB
SwapFree:      4112956 kB
Dirty:           24052 kB
Writeback:           0 kB
Mapped:          30076 kB
Slab:            20332 kB
Committed_AS:  4298792 kB
PageTables:       1780 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= 66500 MiB

End job on node18 on Tue Apr 17 06:42:53 UTC 2007