Trace number 2659203

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.23 1796.12

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-nsrand_ipx.opb
MD5SUM77d03e06bcf76c9b07fd6535ab6acb65
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1275068416
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1207959552
Optimality of the best value was proved NO
Number of variables6651
Total number of constraints721
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)331
Number of constraints which are nor clauses,nor cardinality constraints390
Minimum length of a constraint20
Maximum length of a constraint6651
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1073741824
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 26715880447
Number of bits of the biggest sum of numbers35
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2659203-1276542127.opb
0.23/0.21	c reading problem ... 
2.47/1.83	c ... done. Wall clock time 1.619s.
2.47/1.83	c #vars     6651
2.47/1.83	c #constraints  721
2.47/1.83	c constraints type 
2.47/1.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 51
2.47/1.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 331
2.47/1.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 339
258.12/256.28	c cleaning 2496 clauses out of 4999 with flag 5000/5000
508.98/506.77	c cleaning 4248 clauses out of 8503 with flag 11000/11000
822.30/819.63	c cleaning 5619 clauses out of 11257 with flag 18002/18002
1155.17/1152.01	c cleaning 6812 clauses out of 13636 with flag 26000/26000
1579.54/1575.88	c cleaning 7904 clauses out of 15826 with flag 35002/35002
1800.08/1796.02	c starts		: 64
1800.08/1796.02	c conflicts		: 38822
1800.08/1796.02	c decisions		: 345160
1800.08/1796.02	c propagations		: 33517388
1800.08/1796.02	c inspects		: 950729260
1800.08/1796.02	c learnt literals	: 1
1800.08/1796.02	c learnt binary clauses	: 0
1800.08/1796.02	c learnt ternary clauses	: 0
1800.08/1796.02	c learnt clauses	: 38820
1800.08/1796.02	c ignored clauses	: 0
1800.08/1796.02	c root simplifications	: 0
1800.08/1796.02	c removed literals (reason simplification)	: 1657035
1800.08/1796.02	c reason swapping (by a shorter reason)	: 0
1800.08/1796.02	c Calls to reduceDB	: 5
1800.08/1796.02	c number of reductions to clauses (during analyze)	: 0
1800.08/1796.02	c number of learned constraints concerned by reduction	: 0
1800.08/1796.02	c number of learning phase by resolution	: 0
1800.08/1796.02	c number of learning phase by cutting planes	: 0
1800.08/1796.02	c speed (assignments/second)	: 18681.121511995698
1800.08/1796.02	c non guided choices	0
1800.08/1796.04	c learnt constraints type 
1800.08/1796.04	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11741
1800.08/1796.04	c constraints type 
1800.08/1796.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 51
1800.08/1796.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 331
1800.08/1796.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 339
1800.08/1796.04	s UNKNOWN
1800.08/1796.04	c Total wall clock time (in seconds): 1795.83

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2659203-1276542127/watcher-2659203-1276542127 -o /tmp/evaluation-result-2659203-1276542127/solver-2659203-1276542127 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659203-1276542127.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.01 1.68 3/106 29936
/proc/meminfo: memFree=1850664/2059040 swapFree=4140192/4192956
[pid=29936] ppid=29934 vsize=444 CPUtime=0
/proc/29936/stat : 29936 (java6) R 29934 29936 29392 0 -1 4194304 129 0 0 0 0 0 0 0 21 0 1 0 29816664 454656 48 1992294400 134512640 134550932 4293454288 18446744073709551615 10433642 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29936/statm: 111 48 38 10 0 25 0

[startup+0.017684 s]
/proc/loadavg: 2.09 2.01 1.68 3/106 29936
/proc/meminfo: memFree=1850664/2059040 swapFree=4140192/4192956
[pid=29936] ppid=29934 vsize=13524 CPUtime=0.01
/proc/29936/stat : 29936 (java) S 29934 29936 29392 0 -1 4202496 1080 0 0 0 0 1 0 0 15 0 2 0 29816664 13848576 562 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29936/statm: 3368 560 248 10 0 1202 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13524

[startup+0.100681 s]
/proc/loadavg: 2.09 2.01 1.68 3/106 29936
/proc/meminfo: memFree=1850664/2059040 swapFree=4140192/4192956
[pid=29936] ppid=29934 vsize=1524184 CPUtime=0.08
/proc/29936/stat : 29936 (java) S 29934 29936 29392 0 -1 4202496 3951 0 1 0 5 3 0 0 15 0 12 0 29816664 1560764416 3390 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29936/statm: 381046 3390 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300674 s]
/proc/loadavg: 2.09 2.01 1.68 3/106 29936
/proc/meminfo: memFree=1850664/2059040 swapFree=4140192/4192956
[pid=29936] ppid=29934 vsize=1526392 CPUtime=0.36
/proc/29936/stat : 29936 (java) S 29934 29936 29392 0 -1 4202496 5332 0 1 0 32 4 0 0 15 0 12 0 29816664 1563025408 4769 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29936/statm: 381598 4769 1360 10 0 378900 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526392

[startup+0.700659 s]
/proc/loadavg: 2.09 2.01 1.68 3/106 29936
/proc/meminfo: memFree=1850664/2059040 swapFree=4140192/4192956
[pid=29936] ppid=29934 vsize=1527772 CPUtime=1.11
/proc/29936/stat : 29936 (java) S 29934 29936 29392 0 -1 4202496 7720 0 1 0 106 5 0 0 15 0 12 0 29816664 1564438528 7157 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29936/statm: 381943 7157 1405 10 0 379245 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1527772

[startup+1.50163 s]
/proc/loadavg: 2.09 2.01 1.68 2/118 29948
/proc/meminfo: memFree=1801528/2059040 swapFree=4140192/4192956
[pid=29936] ppid=29934 vsize=1528884 CPUtime=2.14
/proc/29936/stat : 29936 (java) S 29934 29936 29392 0 -1 4202496 25922 0 1 0 201 13 0 0 15 0 12 0 29816664 1565577216 25305 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29936/statm: 382221 25305 1406 10 0 379523 0
[pid=29936/tid=29938] ppid=29934 vsize=1528884 CPUtime=1.46
/proc/29936/task/29938/stat : 29938 (java) R 29934 29936 29392 0 -1 4202560 23553 0 1 0 135 11 0 0 25 0 12 0 29816665 1565577216 25305 1992294400 134512640 134550932 4289972640 18446744073709551615 4109069431 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29936/tid=29939] ppid=29934 vsize=1528884 CPUtime=0
/proc/29936/task/29939/stat : 29939 (java) S 29934 29936 29392 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 29816667 1565577216 25305 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29940] ppid=29934 vsize=1528884 CPUtime=0
/proc/29936/task/29940/stat : 29940 (java) S 29934 29936 29392 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 29816667 1565577216 25305 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29941] ppid=29934 vsize=1528884 CPUtime=0
/proc/29936/task/29941/stat : 29941 (java) S 29934 29936 29392 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 29816668 1565577216 25305 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 0 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29942] ppid=29934 vsize=1528884 CPUtime=0
/proc/29936/task/29942/stat : 29942 (java) S 29934 29936 29392 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 29816669 1565577216 25305 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29943] ppid=29934 vsize=1528884 CPUtime=0
/proc/29936/task/29943/stat : 29943 (java) S 29934 29936 29392 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 29816669 1565577216 25305 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29944] ppid=29934 vsize=1528884 CPUtime=0
/proc/29936/task/29944/stat : 29944 (java) S 29934 29936 29392 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 29816673 1565577216 25305 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29945] ppid=29934 vsize=1528884 CPUtime=0.55
/proc/29936/task/29945/stat : 29945 (java) S 29934 29936 29392 0 -1 4202560 789 0 0 0 55 0 0 0 17 0 12 0 29816673 1565577216 25305 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29946] ppid=29934 vsize=1528884 CPUtime=0.09
/proc/29936/task/29946/stat : 29946 (java) S 29934 29936 29392 0 -1 4202560 519 0 0 0 9 0 0 0 18 0 12 0 29816673 1565577216 25305 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29947] ppid=29934 vsize=1528884 CPUtime=0
/proc/29936/task/29947/stat : 29947 (java) S 29934 29936 29392 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 29816673 1565577216 25305 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29948] ppid=29934 vsize=1528884 CPUtime=0
/proc/29936/task/29948/stat : 29948 (java) S 29934 29936 29392 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 29816673 1565577216 25305 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 1528884

[startup+3.10157 s]
/proc/loadavg: 2.09 2.01 1.68 2/119 29949
/proc/meminfo: memFree=1708148/2059040 swapFree=4140192/4192956
[pid=29936] ppid=29934 vsize=1530764 CPUtime=4.21
/proc/29936/stat : 29936 (java) S 29934 29936 29392 0 -1 4202496 37722 0 1 0 404 17 0 0 15 0 13 0 29816664 1567502336 36897 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29936/statm: 382691 36897 1431 10 0 379993 0
[pid=29936/tid=29938] ppid=29934 vsize=1530764 CPUtime=2.99
/proc/29936/task/29938/stat : 29938 (java) R 29934 29936 29392 0 -1 4202560 32005 0 1 0 286 13 0 0 25 0 13 0 29816665 1567502336 36897 1992294400 134512640 134550932 4289972640 18446744073709551615 4109260864 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29936/tid=29939] ppid=29934 vsize=1530764 CPUtime=0.04
/proc/29936/task/29939/stat : 29939 (java) S 29934 29936 29392 0 -1 4202560 1391 0 0 0 4 0 0 0 16 0 13 0 29816667 1567502336 36897 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29940] ppid=29934 vsize=1530764 CPUtime=0.04
/proc/29936/task/29940/stat : 29940 (java) S 29934 29936 29392 0 -1 4202560 1355 0 0 0 4 0 0 0 18 0 13 0 29816667 1567502336 36897 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 1 0 0 0
[pid=29936/tid=29941] ppid=29934 vsize=1530764 CPUtime=0
/proc/29936/task/29941/stat : 29941 (java) S 29934 29936 29392 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 13 0 29816668 1567502336 36897 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 0 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29942] ppid=29934 vsize=1530764 CPUtime=0
/proc/29936/task/29942/stat : 29942 (java) S 29934 29936 29392 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29816669 1567502336 36897 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29943] ppid=29934 vsize=1530764 CPUtime=0
/proc/29936/task/29943/stat : 29943 (java) S 29934 29936 29392 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 29816669 1567502336 36897 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29944] ppid=29934 vsize=1530764 CPUtime=0
/proc/29936/task/29944/stat : 29944 (java) S 29934 29936 29392 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 29816673 1567502336 36897 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29945] ppid=29934 vsize=1530764 CPUtime=0.77
/proc/29936/task/29945/stat : 29945 (java) S 29934 29936 29392 0 -1 4202560 1321 0 0 0 77 0 0 0 15 0 13 0 29816673 1567502336 36897 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29946] ppid=29934 vsize=1530764 CPUtime=0.3
/proc/29936/task/29946/stat : 29946 (java) S 29934 29936 29392 0 -1 4202560 578 0 0 0 30 0 0 0 16 0 13 0 29816673 1567502336 36897 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29947] ppid=29934 vsize=1530764 CPUtime=0
/proc/29936/task/29947/stat : 29947 (java) S 29934 29936 29392 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 29816673 1567502336 36897 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29948] ppid=29934 vsize=1530764 CPUtime=0
/proc/29936/task/29948/stat : 29948 (java) S 29934 29936 29392 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 29816673 1567502336 36897 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 1 0 0 0
[pid=29936/tid=29949] ppid=29934 vsize=1530764 CPUtime=0
/proc/29936/task/29949/stat : 29949 (java) S 29934 29936 29392 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 29816850 1567502336 36897 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 1530764

[startup+6.30046 s]
/proc/loadavg: 2.00 1.99 1.68 2/119 29949
/proc/meminfo: memFree=1694012/2059040 swapFree=4140192/4192956
[pid=29936] ppid=29934 vsize=1529836 CPUtime=7.54
/proc/29936/stat : 29936 (java) S 29934 29936 29392 0 -1 4202496 41160 0 1 0 735 19 0 0 15 0 13 0 29816664 1566552064 40144 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29936/statm: 382459 40144 1431 10 0 379761 0
[pid=29936/tid=29938] ppid=29934 vsize=1529836 CPUtime=6.1
/proc/29936/task/29938/stat : 29938 (java) R 29934 29936 29392 0 -1 4202560 32048 0 1 0 596 14 0 0 25 0 13 0 29816665 1566552064 40144 1992294400 134512640 134550932 4289972640 18446744073709551615 4109254437 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29936/tid=29939] ppid=29934 vsize=1529836 CPUtime=0.11
/proc/29936/task/29939/stat : 29939 (java) S 29934 29936 29392 0 -1 4202560 3198 0 0 0 11 0 0 0 16 0 13 0 29816667 1566552064 40144 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29940] ppid=29934 vsize=1529836 CPUtime=0.11
/proc/29936/task/29940/stat : 29940 (java) S 29934 29936 29392 0 -1 4202560 2932 0 0 0 10 1 0 0 18 0 13 0 29816667 1566552064 40144 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 1 0 0 0
[pid=29936/tid=29941] ppid=29934 vsize=1529836 CPUtime=0
/proc/29936/task/29941/stat : 29941 (java) S 29934 29936 29392 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 29816668 1566552064 40144 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 0 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29942] ppid=29934 vsize=1529836 CPUtime=0
/proc/29936/task/29942/stat : 29942 (java) S 29934 29936 29392 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29816669 1566552064 40144 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29943] ppid=29934 vsize=1529836 CPUtime=0
/proc/29936/task/29943/stat : 29943 (java) S 29934 29936 29392 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 29816669 1566552064 40144 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29944] ppid=29934 vsize=1529836 CPUtime=0
/proc/29936/task/29944/stat : 29944 (java) S 29934 29936 29392 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 29816673 1566552064 40144 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29945] ppid=29934 vsize=1529836 CPUtime=0.77
/proc/29936/task/29945/stat : 29945 (java) S 29934 29936 29392 0 -1 4202560 1321 0 0 0 77 0 0 0 15 0 13 0 29816673 1566552064 40144 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29946] ppid=29934 vsize=1529836 CPUtime=0.38
/proc/29936/task/29946/stat : 29946 (java) S 29934 29936 29392 0 -1 4202560 585 0 0 0 38 0 0 0 15 0 13 0 29816673 1566552064 40144 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29947] ppid=29934 vsize=1529836 CPUtime=0
/proc/29936/task/29947/stat : 29947 (java) S 29934 29936 29392 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 29816673 1566552064 40144 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29948] ppid=29934 vsize=1529836 CPUtime=0
/proc/29936/task/29948/stat : 29948 (java) S 29934 29936 29392 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 29816673 1566552064 40144 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 1 0 0 0
[pid=29936/tid=29949] ppid=29934 vsize=1529836 CPUtime=0
/proc/29936/task/29949/stat : 29949 (java) S 29934 29936 29392 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 29816850 1566552064 40144 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 1529836

[startup+12.7012 s]
/proc/loadavg: 1.92 1.97 1.68 2/119 29949
/proc/meminfo: memFree=1675536/2059040 swapFree=4140192/4192956
[pid=29936] ppid=29934 vsize=1529836 CPUtime=14.09
/proc/29936/stat : 29936 (java) S 29934 29936 29392 0 -1 4202496 46576 0 1 0 1387 22 0 0 15 0 13 0 29816664 1566552064 44869 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29936/statm: 382459 44869 1431 10 0 379761 0
[pid=29936/tid=29938] ppid=29934 vsize=1529836 CPUtime=12.33
/proc/29936/task/29938/stat : 29938 (java) R 29934 29936 29392 0 -1 4202560 32149 0 1 0 1219 14 0 0 25 0 13 0 29816665 1566552064 44869 1992294400 134512640 134550932 4289972640 18446744073709551615 4109260227 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29936/tid=29939] ppid=29934 vsize=1529836 CPUtime=0.26
/proc/29936/task/29939/stat : 29939 (java) S 29934 29936 29392 0 -1 4202560 5928 0 0 0 24 2 0 0 15 0 13 0 29816667 1566552064 44869 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29940] ppid=29934 vsize=1529836 CPUtime=0.26
/proc/29936/task/29940/stat : 29940 (java) S 29934 29936 29392 0 -1 4202560 5508 0 0 0 23 3 0 0 18 0 13 0 29816667 1566552064 44869 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 1 0 0 0
[pid=29936/tid=29941] ppid=29934 vsize=1529836 CPUtime=0
/proc/29936/task/29941/stat : 29941 (java) S 29934 29936 29392 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 13 0 29816668 1566552064 44869 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 0 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29942] ppid=29934 vsize=1529836 CPUtime=0
/proc/29936/task/29942/stat : 29942 (java) S 29934 29936 29392 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29816669 1566552064 44869 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29943] ppid=29934 vsize=1529836 CPUtime=0
/proc/29936/task/29943/stat : 29943 (java) S 29934 29936 29392 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 29816669 1566552064 44869 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29944] ppid=29934 vsize=1529836 CPUtime=0
/proc/29936/task/29944/stat : 29944 (java) S 29934 29936 29392 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 29816673 1566552064 44869 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29945] ppid=29934 vsize=1529836 CPUtime=0.81
/proc/29936/task/29945/stat : 29945 (java) S 29934 29936 29392 0 -1 4202560 1323 0 0 0 81 0 0 0 15 0 13 0 29816673 1566552064 44869 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29946] ppid=29934 vsize=1529836 CPUtime=0.38
/proc/29936/task/29946/stat : 29946 (java) S 29934 29936 29392 0 -1 4202560 585 0 0 0 38 0 0 0 15 0 13 0 29816673 1566552064 44869 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29947] ppid=29934 vsize=1529836 CPUtime=0
/proc/29936/task/29947/stat : 29947 (java) S 29934 29936 29392 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 29816673 1566552064 44869 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29948] ppid=29934 vsize=1529836 CPUtime=0
/proc/29936/task/29948/stat : 29948 (java) S 29934 29936 29392 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 29816673 1566552064 44869 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29949] ppid=29934 vsize=1529836 CPUtime=0
/proc/29936/task/29949/stat : 29949 (java) S 29934 29936 29392 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 29816850 1566552064 44869 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.09
Current children cumulated vsize (KiB) 1529836

[startup+25.5018 s]
/proc/loadavg: 1.71 1.93 1.66 2/119 29949
/proc/meminfo: memFree=1675412/2059040 swapFree=4140192/4192956
[pid=29936] ppid=29934 vsize=1529836 CPUtime=27
/proc/29936/stat : 29936 (java) S 29934 29936 29392 0 -1 4202496 46623 0 1 0 2678 22 0 0 15 0 13 0 29816664 1566552064 44903 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29936/statm: 382459 44903 1431 10 0 379761 0
[pid=29936/tid=29938] ppid=29934 vsize=1529836 CPUtime=25.05
/proc/29936/task/29938/stat : 29938 (java) R 29934 29936 29392 0 -1 4202560 32162 0 1 0 2491 14 0 0 25 0 13 0 29816665 1566552064 44903 1992294400 134512640 134550932 4289972640 18446744073709551615 4109260339 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29936/tid=29939] ppid=29934 vsize=1529836 CPUtime=0.29
/proc/29936/task/29939/stat : 29939 (java) S 29934 29936 29392 0 -1 4202560 5941 0 0 0 27 2 0 0 16 0 13 0 29816667 1566552064 44903 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29940] ppid=29934 vsize=1529836 CPUtime=0.28
/proc/29936/task/29940/stat : 29940 (java) S 29934 29936 29392 0 -1 4202560 5521 0 0 0 25 3 0 0 18 0 13 0 29816667 1566552064 44903 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 1 0 0 0
[pid=29936/tid=29941] ppid=29934 vsize=1529836 CPUtime=0
/proc/29936/task/29941/stat : 29941 (java) S 29934 29936 29392 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 13 0 29816668 1566552064 44903 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 0 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29942] ppid=29934 vsize=1529836 CPUtime=0

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

[pid=29936/tid=29941] ppid=29934 vsize=1529604 CPUtime=0.62
/proc/29936/task/29941/stat : 29941 (java) S 29934 29936 29392 0 -1 4202560 1914 0 0 0 56 6 0 0 15 0 13 0 29816668 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 0 0 16800975 18446604437809860736 0 0 -1 1 0 0 0
[pid=29936/tid=29942] ppid=29934 vsize=1529604 CPUtime=0
/proc/29936/task/29942/stat : 29942 (java) S 29934 29936 29392 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29816669 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29943] ppid=29934 vsize=1529604 CPUtime=0
/proc/29936/task/29943/stat : 29943 (java) S 29934 29936 29392 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 29816669 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29944] ppid=29934 vsize=1529604 CPUtime=0
/proc/29936/task/29944/stat : 29944 (java) S 29934 29936 29392 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 29816673 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29945] ppid=29934 vsize=1529604 CPUtime=0.96
/proc/29936/task/29945/stat : 29945 (java) S 29934 29936 29392 0 -1 4202560 1333 0 0 0 96 0 0 0 15 0 13 0 29816673 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29946] ppid=29934 vsize=1529604 CPUtime=0.71
/proc/29936/task/29946/stat : 29946 (java) S 29934 29936 29392 0 -1 4202560 617 0 0 0 71 0 0 0 15 0 13 0 29816673 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29947] ppid=29934 vsize=1529604 CPUtime=0
/proc/29936/task/29947/stat : 29947 (java) S 29934 29936 29392 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 29816673 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29948] ppid=29934 vsize=1529604 CPUtime=0.01
/proc/29936/task/29948/stat : 29948 (java) S 29934 29936 29392 0 -1 4202560 97 0 0 0 1 0 0 0 15 0 13 0 29816673 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29949] ppid=29934 vsize=1529604 CPUtime=0
/proc/29936/task/29949/stat : 29949 (java) S 29934 29936 29392 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 29816850 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1606.1
Current children cumulated vsize (KiB) 1529604

[startup+1662.3 s]
/proc/loadavg: 1.10 1.05 1.13 2/119 29996
/proc/meminfo: memFree=1655944/2059040 swapFree=4140192/4192956
[pid=29936] ppid=29934 vsize=1529604 CPUtime=1666.2
/proc/29936/stat : 29936 (java) S 29934 29936 29392 0 -1 4202496 53921 0 1 0 166528 92 0 0 15 0 13 0 29816664 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29936/statm: 382401 49238 1442 10 0 379703 0
[pid=29936/tid=29938] ppid=29934 vsize=1529604 CPUtime=1657.64
/proc/29936/task/29938/stat : 29938 (java) R 29934 29936 29392 0 -1 4202560 34784 0 1 0 165696 68 0 0 25 0 13 0 29816665 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4109260080 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29936/tid=29939] ppid=29934 vsize=1529604 CPUtime=3.1
/proc/29936/task/29939/stat : 29939 (java) S 29934 29936 29392 0 -1 4202560 7219 0 0 0 303 7 0 0 16 0 13 0 29816667 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29940] ppid=29934 vsize=1529604 CPUtime=3.09
/proc/29936/task/29940/stat : 29940 (java) S 29934 29936 29392 0 -1 4202560 6884 0 0 0 302 7 0 0 16 0 13 0 29816667 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 1 0 0 0
[pid=29936/tid=29941] ppid=29934 vsize=1529604 CPUtime=0.63
/proc/29936/task/29941/stat : 29941 (java) S 29934 29936 29392 0 -1 4202560 1918 0 0 0 57 6 0 0 15 0 13 0 29816668 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 0 0 16800975 18446604437809860736 0 0 -1 1 0 0 0
[pid=29936/tid=29942] ppid=29934 vsize=1529604 CPUtime=0
/proc/29936/task/29942/stat : 29942 (java) S 29934 29936 29392 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29816669 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29943] ppid=29934 vsize=1529604 CPUtime=0
/proc/29936/task/29943/stat : 29943 (java) S 29934 29936 29392 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 29816669 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29944] ppid=29934 vsize=1529604 CPUtime=0
/proc/29936/task/29944/stat : 29944 (java) S 29934 29936 29392 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 29816673 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29945] ppid=29934 vsize=1529604 CPUtime=0.96
/proc/29936/task/29945/stat : 29945 (java) S 29934 29936 29392 0 -1 4202560 1333 0 0 0 96 0 0 0 15 0 13 0 29816673 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29946] ppid=29934 vsize=1529604 CPUtime=0.71
/proc/29936/task/29946/stat : 29946 (java) S 29934 29936 29392 0 -1 4202560 617 0 0 0 71 0 0 0 15 0 13 0 29816673 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29947] ppid=29934 vsize=1529604 CPUtime=0
/proc/29936/task/29947/stat : 29947 (java) S 29934 29936 29392 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 29816673 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29948] ppid=29934 vsize=1529604 CPUtime=0.01
/proc/29936/task/29948/stat : 29948 (java) S 29934 29936 29392 0 -1 4202560 101 0 0 0 1 0 0 0 15 0 13 0 29816673 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29949] ppid=29934 vsize=1529604 CPUtime=0
/proc/29936/task/29949/stat : 29949 (java) S 29934 29936 29392 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 29816850 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1666.2
Current children cumulated vsize (KiB) 1529604

[startup+1722.3 s]
/proc/loadavg: 1.04 1.03 1.12 2/119 29998
/proc/meminfo: memFree=1655944/2059040 swapFree=4140192/4192956
[pid=29936] ppid=29934 vsize=1529604 CPUtime=1726.27
/proc/29936/stat : 29936 (java) S 29934 29936 29392 0 -1 4202496 53958 0 1 0 172534 93 0 0 15 0 13 0 29816664 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29936/statm: 382401 49238 1442 10 0 379703 0
[pid=29936/tid=29938] ppid=29934 vsize=1529604 CPUtime=1717.5
/proc/29936/task/29938/stat : 29938 (java) R 29934 29936 29392 0 -1 4202560 34817 0 1 0 171682 68 0 0 25 0 13 0 29816665 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4109260284 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29936/tid=29939] ppid=29934 vsize=1529604 CPUtime=3.2
/proc/29936/task/29939/stat : 29939 (java) S 29934 29936 29392 0 -1 4202560 7219 0 0 0 313 7 0 0 16 0 13 0 29816667 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 1 0 0 0
[pid=29936/tid=29940] ppid=29934 vsize=1529604 CPUtime=3.19
/proc/29936/task/29940/stat : 29940 (java) S 29934 29936 29392 0 -1 4202560 6884 0 0 0 312 7 0 0 16 0 13 0 29816667 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29941] ppid=29934 vsize=1529604 CPUtime=0.63
/proc/29936/task/29941/stat : 29941 (java) S 29934 29936 29392 0 -1 4202560 1920 0 0 0 57 6 0 0 15 0 13 0 29816668 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 0 0 16800975 18446604437809860736 0 0 -1 1 0 0 0
[pid=29936/tid=29942] ppid=29934 vsize=1529604 CPUtime=0
/proc/29936/task/29942/stat : 29942 (java) S 29934 29936 29392 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29816669 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29943] ppid=29934 vsize=1529604 CPUtime=0
/proc/29936/task/29943/stat : 29943 (java) S 29934 29936 29392 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 29816669 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29944] ppid=29934 vsize=1529604 CPUtime=0
/proc/29936/task/29944/stat : 29944 (java) S 29934 29936 29392 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 29816673 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29945] ppid=29934 vsize=1529604 CPUtime=0.96
/proc/29936/task/29945/stat : 29945 (java) S 29934 29936 29392 0 -1 4202560 1333 0 0 0 96 0 0 0 15 0 13 0 29816673 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29946] ppid=29934 vsize=1529604 CPUtime=0.71
/proc/29936/task/29946/stat : 29946 (java) S 29934 29936 29392 0 -1 4202560 617 0 0 0 71 0 0 0 15 0 13 0 29816673 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29947] ppid=29934 vsize=1529604 CPUtime=0
/proc/29936/task/29947/stat : 29947 (java) S 29934 29936 29392 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 29816673 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29948] ppid=29934 vsize=1529604 CPUtime=0.01
/proc/29936/task/29948/stat : 29948 (java) S 29934 29936 29392 0 -1 4202560 103 0 0 0 1 0 0 0 15 0 13 0 29816673 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29949] ppid=29934 vsize=1529604 CPUtime=0
/proc/29936/task/29949/stat : 29949 (java) S 29934 29936 29392 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 29816850 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.27
Current children cumulated vsize (KiB) 1529604

[startup+1782.3 s]
/proc/loadavg: 1.01 1.03 1.10 2/119 30000
/proc/meminfo: memFree=1655820/2059040 swapFree=4140192/4192956
[pid=29936] ppid=29934 vsize=1529604 CPUtime=1786.36
/proc/29936/stat : 29936 (java) S 29934 29936 29392 0 -1 4202496 53998 0 1 0 178542 94 0 0 15 0 13 0 29816664 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29936/statm: 382401 49238 1442 10 0 379703 0
[pid=29936/tid=29938] ppid=29934 vsize=1529604 CPUtime=1777.38
/proc/29936/task/29938/stat : 29938 (java) R 29934 29936 29392 0 -1 4202560 34849 0 1 0 177669 69 0 0 25 0 13 0 29816665 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4109254116 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29936/tid=29939] ppid=29934 vsize=1529604 CPUtime=3.3
/proc/29936/task/29939/stat : 29939 (java) S 29934 29936 29392 0 -1 4202560 7219 0 0 0 323 7 0 0 16 0 13 0 29816667 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 1 0 0 0
[pid=29936/tid=29940] ppid=29934 vsize=1529604 CPUtime=3.29
/proc/29936/task/29940/stat : 29940 (java) S 29934 29936 29392 0 -1 4202560 6884 0 0 0 322 7 0 0 16 0 13 0 29816667 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29941] ppid=29934 vsize=1529604 CPUtime=0.64
/proc/29936/task/29941/stat : 29941 (java) S 29934 29936 29392 0 -1 4202560 1924 0 0 0 57 7 0 0 15 0 13 0 29816668 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 0 0 16800975 18446604437809860736 0 0 -1 1 0 0 0
[pid=29936/tid=29942] ppid=29934 vsize=1529604 CPUtime=0
/proc/29936/task/29942/stat : 29942 (java) S 29934 29936 29392 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29816669 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29943] ppid=29934 vsize=1529604 CPUtime=0
/proc/29936/task/29943/stat : 29943 (java) S 29934 29936 29392 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 29816669 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29944] ppid=29934 vsize=1529604 CPUtime=0
/proc/29936/task/29944/stat : 29944 (java) S 29934 29936 29392 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 29816673 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29945] ppid=29934 vsize=1529604 CPUtime=0.96
/proc/29936/task/29945/stat : 29945 (java) S 29934 29936 29392 0 -1 4202560 1333 0 0 0 96 0 0 0 15 0 13 0 29816673 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29946] ppid=29934 vsize=1529604 CPUtime=0.71
/proc/29936/task/29946/stat : 29946 (java) S 29934 29936 29392 0 -1 4202560 617 0 0 0 71 0 0 0 15 0 13 0 29816673 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29947] ppid=29934 vsize=1529604 CPUtime=0
/proc/29936/task/29947/stat : 29947 (java) S 29934 29936 29392 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 29816673 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29948] ppid=29934 vsize=1529604 CPUtime=0.01
/proc/29936/task/29948/stat : 29948 (java) S 29934 29936 29392 0 -1 4202560 107 0 0 0 1 0 0 0 15 0 13 0 29816673 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29949] ppid=29934 vsize=1529604 CPUtime=0
/proc/29936/task/29949/stat : 29949 (java) S 29934 29936 29392 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 29816850 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.36
Current children cumulated vsize (KiB) 1529604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 1.01 1.02 1.10 2/119 30000
/proc/meminfo: memFree=1655820/2059040 swapFree=4140192/4192956
[pid=29936] ppid=29934 vsize=1529604 CPUtime=1800.08
/proc/29936/stat : 29936 (java) S 29934 29936 29392 0 -1 4202496 54004 0 1 0 179914 94 0 0 15 0 13 0 29816664 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29936/statm: 382401 49238 1442 10 0 379703 0
[pid=29936/tid=29938] ppid=29934 vsize=1529604 CPUtime=1791.07
/proc/29936/task/29938/stat : 29938 (java) R 29934 29936 29392 0 -1 4202560 34855 0 1 0 179038 69 0 0 25 0 13 0 29816665 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4109318143 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29936/tid=29939] ppid=29934 vsize=1529604 CPUtime=3.32
/proc/29936/task/29939/stat : 29939 (java) S 29934 29936 29392 0 -1 4202560 7219 0 0 0 325 7 0 0 16 0 13 0 29816667 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 1 0 0 0
[pid=29936/tid=29940] ppid=29934 vsize=1529604 CPUtime=3.31
/proc/29936/task/29940/stat : 29940 (java) S 29934 29936 29392 0 -1 4202560 6884 0 0 0 324 7 0 0 16 0 13 0 29816667 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29941] ppid=29934 vsize=1529604 CPUtime=0.64
/proc/29936/task/29941/stat : 29941 (java) S 29934 29936 29392 0 -1 4202560 1924 0 0 0 57 7 0 0 15 0 13 0 29816668 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 0 0 16800975 18446604437809860736 0 0 -1 1 0 0 0
[pid=29936/tid=29942] ppid=29934 vsize=1529604 CPUtime=0
/proc/29936/task/29942/stat : 29942 (java) S 29934 29936 29392 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29816669 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29943] ppid=29934 vsize=1529604 CPUtime=0
/proc/29936/task/29943/stat : 29943 (java) S 29934 29936 29392 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 29816669 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29944] ppid=29934 vsize=1529604 CPUtime=0
/proc/29936/task/29944/stat : 29944 (java) S 29934 29936 29392 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 29816673 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29945] ppid=29934 vsize=1529604 CPUtime=0.96
/proc/29936/task/29945/stat : 29945 (java) S 29934 29936 29392 0 -1 4202560 1333 0 0 0 96 0 0 0 15 0 13 0 29816673 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29946] ppid=29934 vsize=1529604 CPUtime=0.71
/proc/29936/task/29946/stat : 29946 (java) S 29934 29936 29392 0 -1 4202560 617 0 0 0 71 0 0 0 15 0 13 0 29816673 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29947] ppid=29934 vsize=1529604 CPUtime=0
/proc/29936/task/29947/stat : 29947 (java) S 29934 29936 29392 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 29816673 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29948] ppid=29934 vsize=1529604 CPUtime=0.01
/proc/29936/task/29948/stat : 29948 (java) S 29934 29936 29392 0 -1 4202560 107 0 0 0 1 0 0 0 15 0 13 0 29816673 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 0 0 0 0
[pid=29936/tid=29949] ppid=29934 vsize=1529604 CPUtime=0
/proc/29936/task/29949/stat : 29949 (java) S 29934 29936 29392 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 29816850 1566314496 49238 1992294400 134512640 134550932 4289972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437809860736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1529604

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

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

[startup+1796.12 s]
/proc/loadavg: 1.01 1.02 1.10 2/119 30000
/proc/meminfo: memFree=1655820/2059040 swapFree=4140192/4192956
[pid=29936] ppid=29934 vsize=0 CPUtime=1800.22
/proc/29936/stat : 29936 (java) Z 29934 29936 29392 0 -1 4203548 54028 0 1 0 179926 96 0 0 15 0 2 0 29816664 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29936/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.12
CPU time (s): 1800.23
CPU user time (s): 1799.27
CPU system time (s): 0.968852
CPU usage (%): 100.229
Max. virtual memory (cumulated for all children) (KiB): 1531124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.27
system time used= 0.968852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54028
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= 46677
involuntary context switches= 37841

runsolver used 3.84341 second user time and 9.54355 second system time

The end

Launcher Data

Begin job on node003 at 2010-06-14 21:02:07
IDJOB=2659203
IDBENCH=2371
IDSOLVER=1164
FILE ID=node003/2659203-1276542127
PBS_JOBID= 11173464
Free space on /tmp= 62572 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-nsrand_ipx.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659203-1276542127/watcher-2659203-1276542127 -o /tmp/evaluation-result-2659203-1276542127/solver-2659203-1276542127 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659203-1276542127.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 77d03e06bcf76c9b07fd6535ab6acb65
RANDOM SEED=1512799947

node003.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.251
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.50
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.251
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1851060 kB
Buffers:         28696 kB
Cached:         100684 kB
SwapCached:       5848 kB
Active:          68212 kB
Inactive:        74200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1851060 kB
SwapTotal:     4192956 kB
SwapFree:      4140192 kB
Dirty:            2404 kB
Writeback:           0 kB
AnonPages:       11660 kB
Mapped:          13004 kB
Slab:            43664 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181884 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62572 MiB
End job on node003 at 2010-06-14 21:32:05