Trace number 1884126

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 NameAnswerCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1? (TO) 1800.58 1799.2

General information on the benchmark

Name/PURE-SAT/SAT07/crafted/Medium/contest05/sabharwal/
sat-strips-gripper-12t23.sat05-1144.reshuffled-07.opb
MD5SUM9ae8045fbb26ce0afc2e727b3967f7dd
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark30.3094
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4940
Total number of constraints93221
Number of constraints which are clauses93221
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint26
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
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-2008 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.1.1.v20090612
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.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@64dc11
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1884126-1245254408.opb
0.22/0.22	c reading problem ... 
2.49/2.03	c ... done. Wall clock time 1.818s.
2.49/2.03	c #vars     4940
2.49/2.03	c #constraints  93114
2.49/2.04	c constraints type 
2.49/2.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 91994
2.49/2.04	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 1077
1800.09/1798.91	c starts		: 20
1800.09/1798.91	c conflicts		: 579097
1800.09/1798.91	c decisions		: 812556
1800.09/1798.91	c propagations		: 211375295
1800.09/1798.91	c inspects		: 4068218528
1800.09/1798.91	c learnt literals	: 7
1800.09/1798.91	c learnt binary clauses	: 1602
1800.09/1798.91	c learnt ternary clauses	: 1806
1800.09/1798.91	c learnt clauses	: 579090
1800.09/1798.91	c ignored clauses	: 0
1800.09/1798.91	c root simplifications	: 0
1800.09/1798.91	c removed literals (reason simplification)	: 34574019
1800.09/1798.91	c reason swapping (by a shorter reason)	: 0
1800.09/1798.91	c Calls to reduceDB	: 0
1800.09/1798.91	c speed (assignments/second)	: 117634.96236521739
1800.09/1798.91	c non guided choices	33
1800.47/1799.10	c learnt constraints type 
1800.47/1799.10	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 577514
1800.47/1799.10	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1602
1800.47/1799.10	c constraints type 
1800.47/1799.10	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 91994
1800.47/1799.10	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 1077
1800.47/1799.10	s UNKNOWN
1800.47/1799.10	c Total wall clock time (in seconds): 1798.885

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-1884126-1245254408/watcher-1884126-1245254408 -o /tmp/evaluation-result-1884126-1245254408/solver-1884126-1245254408 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1884126-1245254408.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: 0.98 0.57 0.23 3/64 21383
/proc/meminfo: memFree=1293792/2055920 swapFree=4191900/4192956
[pid=21383] ppid=21381 vsize=152 CPUtime=0
/proc/21383/stat : 21383 (java6) D 21381 21383 21304 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 193041752 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 10588964 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/21383/statm: 38 26 19 9 0 4 0

[startup+0.0523231 s]
/proc/loadavg: 0.98 0.57 0.23 3/64 21383
/proc/meminfo: memFree=1293792/2055920 swapFree=4191900/4192956
[pid=21383] ppid=21381 vsize=1470088 CPUtime=0.04
/proc/21383/stat : 21383 (java) S 21381 21383 21304 0 -1 0 3192 0 1 0 2 2 0 0 18 0 7 0 193041752 1505370112 2937 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/21383/statm: 367522 2937 1007 9 0 364873 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1470088

[startup+0.101332 s]
/proc/loadavg: 0.98 0.57 0.23 3/64 21383
/proc/meminfo: memFree=1293792/2055920 swapFree=4191900/4192956
[pid=21383] ppid=21381 vsize=1472584 CPUtime=0.08
/proc/21383/stat : 21383 (java) S 21381 21383 21304 0 -1 0 3606 0 1 0 6 2 0 0 18 0 12 0 193041752 1507926016 3349 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21383/statm: 368146 3349 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301366 s]
/proc/loadavg: 0.98 0.57 0.23 3/64 21383
/proc/meminfo: memFree=1293792/2055920 swapFree=4191900/4192956
[pid=21383] ppid=21381 vsize=1475000 CPUtime=0.33
/proc/21383/stat : 21383 (java) S 21381 21383 21304 0 -1 0 5024 0 1 0 29 4 0 0 18 0 12 0 193041752 1510400000 4761 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21383/statm: 368750 4761 1352 9 0 366093 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1475000

[startup+0.701436 s]
/proc/loadavg: 0.98 0.57 0.23 3/64 21383
/proc/meminfo: memFree=1293792/2055920 swapFree=4191900/4192956
[pid=21383] ppid=21381 vsize=1476060 CPUtime=1
/proc/21383/stat : 21383 (java) S 21381 21383 21304 0 -1 0 6805 0 1 0 95 5 0 0 18 0 12 0 193041752 1511485440 6401 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21383/statm: 369015 6401 1396 9 0 366358 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1476060

[startup+1.50257 s]
/proc/loadavg: 1.14 0.61 0.24 2/76 21395
/proc/meminfo: memFree=1264704/2055920 swapFree=4191900/4192956
[pid=21383] ppid=21381 vsize=1477264 CPUtime=1.98
/proc/21383/stat : 21383 (java) S 21381 21383 21304 0 -1 0 21573 0 1 0 187 11 0 0 18 0 12 0 193041752 1512718336 20849 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21383/statm: 369316 20850 1399 9 0 366659 0
[pid=21383/tid=21385] ppid=21381 vsize=1477264 CPUtime=1.23
/proc/21383/task/21385/stat : 21385 (java) R 21381 21383 21304 0 -1 64 19041 0 1 0 114 9 0 0 20 0 12 0 193041753 1512718336 20851 1992294400 134512640 134550932 4294956016 18446744073709551615 4109538312 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21386] ppid=21381 vsize=1477264 CPUtime=0
/proc/21383/task/21386/stat : 21386 (java) S 21381 21383 21304 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 193041754 1512718336 20852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21387] ppid=21381 vsize=1477264 CPUtime=0
/proc/21383/task/21387/stat : 21387 (java) S 21381 21383 21304 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 193041754 1512718336 20853 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21388] ppid=21381 vsize=1477264 CPUtime=0
/proc/21383/task/21388/stat : 21388 (java) S 21381 21383 21304 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 193041756 1512718336 20854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21389] ppid=21381 vsize=1477264 CPUtime=0
/proc/21383/task/21389/stat : 21389 (java) S 21381 21383 21304 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 193041757 1512718336 20855 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21390] ppid=21381 vsize=1477264 CPUtime=0
/proc/21383/task/21390/stat : 21390 (java) S 21381 21383 21304 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 193041757 1512718336 20856 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21391] ppid=21381 vsize=1477264 CPUtime=0
/proc/21383/task/21391/stat : 21391 (java) S 21381 21383 21304 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 193041761 1512718336 20857 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21392] ppid=21381 vsize=1477264 CPUtime=0.35
/proc/21383/task/21392/stat : 21392 (java) S 21381 21383 21304 0 -1 64 652 0 0 0 35 0 0 0 17 0 12 0 193041761 1512718336 20858 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21393] ppid=21381 vsize=1477264 CPUtime=0.37
/proc/21383/task/21393/stat : 21393 (java) S 21381 21383 21304 0 -1 64 1137 0 0 0 37 0 0 0 16 0 12 0 193041761 1512718336 20859 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21394] ppid=21381 vsize=1477264 CPUtime=0
/proc/21383/task/21394/stat : 21394 (java) S 21381 21383 21304 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 193041761 1512718336 20860 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21395] ppid=21381 vsize=1477264 CPUtime=0
/proc/21383/task/21395/stat : 21395 (java) S 21381 21383 21304 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 193041761 1512718336 20861 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1477264

[startup+3.10286 s]
/proc/loadavg: 1.14 0.61 0.24 4/77 21396
/proc/meminfo: memFree=1162168/2055920 swapFree=4191900/4192956
[pid=21383] ppid=21381 vsize=1480464 CPUtime=4.17
/proc/21383/stat : 21383 (java) S 21381 21383 21304 0 -1 0 36678 0 1 0 399 18 0 0 18 0 13 0 193041752 1515995136 34898 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21383/statm: 370116 34898 1426 9 0 367459 0
[pid=21383/tid=21385] ppid=21381 vsize=1480464 CPUtime=2.67
/proc/21383/task/21385/stat : 21385 (java) R 21381 21383 21304 0 -1 64 30952 0 1 0 252 15 0 0 25 0 13 0 193041753 1515995136 34898 1992294400 134512640 134550932 4294956016 18446744073709551615 4109761899 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21386] ppid=21381 vsize=1480464 CPUtime=0.03
/proc/21383/task/21386/stat : 21386 (java) S 21381 21383 21304 0 -1 64 670 0 0 0 3 0 0 0 17 0 13 0 193041754 1515995136 34898 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21387] ppid=21381 vsize=1480464 CPUtime=0.03
/proc/21383/task/21387/stat : 21387 (java) S 21381 21383 21304 0 -1 64 670 0 0 0 3 0 0 0 16 0 13 0 193041754 1515995136 34898 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21388] ppid=21381 vsize=1480464 CPUtime=0
/proc/21383/task/21388/stat : 21388 (java) S 21381 21383 21304 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193041756 1515995136 34898 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21389] ppid=21381 vsize=1480464 CPUtime=0
/proc/21383/task/21389/stat : 21389 (java) S 21381 21383 21304 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193041757 1515995136 34898 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21390] ppid=21381 vsize=1480464 CPUtime=0
/proc/21383/task/21390/stat : 21390 (java) S 21381 21383 21304 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193041757 1515995136 34898 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21391] ppid=21381 vsize=1480464 CPUtime=0
/proc/21383/task/21391/stat : 21391 (java) S 21381 21383 21304 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193041761 1515995136 34898 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21392] ppid=21381 vsize=1480464 CPUtime=0.69
/proc/21383/task/21392/stat : 21392 (java) S 21381 21383 21304 0 -1 64 1413 0 0 0 69 0 0 0 15 0 13 0 193041761 1515995136 34898 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21393] ppid=21381 vsize=1480464 CPUtime=0.7
/proc/21383/task/21393/stat : 21393 (java) S 21381 21383 21304 0 -1 64 2218 0 0 0 69 1 0 0 16 0 13 0 193041761 1515995136 34898 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21394] ppid=21381 vsize=1480464 CPUtime=0
/proc/21383/task/21394/stat : 21394 (java) S 21381 21383 21304 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193041761 1515995136 34898 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21395] ppid=21381 vsize=1480464 CPUtime=0
/proc/21383/task/21395/stat : 21395 (java) S 21381 21383 21304 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193041761 1515995136 34898 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21396] ppid=21381 vsize=1480464 CPUtime=0
/proc/21383/task/21396/stat : 21396 (java) S 21381 21383 21304 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 193041957 1515995136 34898 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 1480464

[startup+6.30241 s]
/proc/loadavg: 1.13 0.61 0.25 2/77 21396
/proc/meminfo: memFree=1159032/2055920 swapFree=4191900/4192956
[pid=21383] ppid=21381 vsize=1480464 CPUtime=7.46
/proc/21383/stat : 21383 (java) S 21381 21383 21304 0 -1 0 36694 0 1 0 728 18 0 0 18 0 13 0 193041752 1515995136 34808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21383/statm: 370116 34808 1430 9 0 367459 0
[pid=21383/tid=21385] ppid=21381 vsize=1480464 CPUtime=5.86
/proc/21383/task/21385/stat : 21385 (java) R 21381 21383 21304 0 -1 64 30955 0 1 0 571 15 0 0 25 0 13 0 193041753 1515995136 34808 1992294400 134512640 134550932 4294956016 18446744073709551615 4109806588 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21386] ppid=21381 vsize=1480464 CPUtime=0.03
/proc/21383/task/21386/stat : 21386 (java) S 21381 21383 21304 0 -1 64 670 0 0 0 3 0 0 0 17 0 13 0 193041754 1515995136 34808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21387] ppid=21381 vsize=1480464 CPUtime=0.03
/proc/21383/task/21387/stat : 21387 (java) S 21381 21383 21304 0 -1 64 670 0 0 0 3 0 0 0 16 0 13 0 193041754 1515995136 34808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21388] ppid=21381 vsize=1480464 CPUtime=0
/proc/21383/task/21388/stat : 21388 (java) S 21381 21383 21304 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193041756 1515995136 34808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21389] ppid=21381 vsize=1480464 CPUtime=0
/proc/21383/task/21389/stat : 21389 (java) S 21381 21383 21304 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193041757 1515995136 34808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21390] ppid=21381 vsize=1480464 CPUtime=0
/proc/21383/task/21390/stat : 21390 (java) S 21381 21383 21304 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193041757 1515995136 34808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21391] ppid=21381 vsize=1480464 CPUtime=0
/proc/21383/task/21391/stat : 21391 (java) S 21381 21383 21304 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193041761 1515995136 34808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21392] ppid=21381 vsize=1480464 CPUtime=0.7
/proc/21383/task/21392/stat : 21392 (java) S 21381 21383 21304 0 -1 64 1413 0 0 0 70 0 0 0 16 0 13 0 193041761 1515995136 34808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21393] ppid=21381 vsize=1480464 CPUtime=0.81
/proc/21383/task/21393/stat : 21393 (java) S 21381 21383 21304 0 -1 64 2231 0 0 0 80 1 0 0 17 0 13 0 193041761 1515995136 34808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21394] ppid=21381 vsize=1480464 CPUtime=0
/proc/21383/task/21394/stat : 21394 (java) S 21381 21383 21304 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193041761 1515995136 34808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21395] ppid=21381 vsize=1480464 CPUtime=0
/proc/21383/task/21395/stat : 21395 (java) S 21381 21383 21304 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193041761 1515995136 34808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21396] ppid=21381 vsize=1480464 CPUtime=0
/proc/21383/task/21396/stat : 21396 (java) S 21381 21383 21304 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 193041957 1515995136 34808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 1480464

[startup+12.7025 s]
/proc/loadavg: 1.12 0.62 0.25 2/77 21396
/proc/meminfo: memFree=1160696/2055920 swapFree=4191900/4192956
[pid=21383] ppid=21381 vsize=1478548 CPUtime=13.9
/proc/21383/stat : 21383 (java) S 21381 21383 21304 0 -1 0 36697 0 1 0 1372 18 0 0 18 0 13 0 193041752 1514033152 34360 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21383/statm: 369637 34360 1430 9 0 366980 0
[pid=21383/tid=21385] ppid=21381 vsize=1478548 CPUtime=12.24
/proc/21383/task/21385/stat : 21385 (java) R 21381 21383 21304 0 -1 64 30956 0 1 0 1209 15 0 0 25 0 13 0 193041753 1514033152 34360 1992294400 134512640 134550932 4294956016 18446744073709551615 4109752419 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21386] ppid=21381 vsize=1478548 CPUtime=0.03
/proc/21383/task/21386/stat : 21386 (java) S 21381 21383 21304 0 -1 64 670 0 0 0 3 0 0 0 17 0 13 0 193041754 1514033152 34360 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21387] ppid=21381 vsize=1478548 CPUtime=0.03
/proc/21383/task/21387/stat : 21387 (java) S 21381 21383 21304 0 -1 64 670 0 0 0 3 0 0 0 16 0 13 0 193041754 1514033152 34360 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21388] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21388/stat : 21388 (java) S 21381 21383 21304 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193041756 1514033152 34360 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21389] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21389/stat : 21389 (java) S 21381 21383 21304 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193041757 1514033152 34360 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21390] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21390/stat : 21390 (java) S 21381 21383 21304 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193041757 1514033152 34360 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21391] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21391/stat : 21391 (java) S 21381 21383 21304 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193041761 1514033152 34360 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21392] ppid=21381 vsize=1478548 CPUtime=0.7
/proc/21383/task/21392/stat : 21392 (java) S 21381 21383 21304 0 -1 64 1414 0 0 0 70 0 0 0 16 0 13 0 193041761 1514033152 34360 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21393] ppid=21381 vsize=1478548 CPUtime=0.85
/proc/21383/task/21393/stat : 21393 (java) S 21381 21383 21304 0 -1 64 2232 0 0 0 84 1 0 0 17 0 13 0 193041761 1514033152 34360 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21394] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21394/stat : 21394 (java) S 21381 21383 21304 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193041761 1514033152 34360 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21395] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21395/stat : 21395 (java) S 21381 21383 21304 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193041761 1514033152 34360 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21396] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21396/stat : 21396 (java) S 21381 21383 21304 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 193041957 1514033152 34360 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.9
Current children cumulated vsize (KiB) 1478548

[startup+25.5018 s]
/proc/loadavg: 1.10 0.63 0.26 2/77 21396
/proc/meminfo: memFree=1160696/2055920 swapFree=4191900/4192956
[pid=21383] ppid=21381 vsize=1478548 CPUtime=26.69
/proc/21383/stat : 21383 (java) S 21381 21383 21304 0 -1 0 36697 0 1 0 2651 18 0 0 18 0 13 0 193041752 1514033152 34360 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21383/statm: 369637 34360 1430 9 0 366980 0
[pid=21383/tid=21385] ppid=21381 vsize=1478548 CPUtime=25.03
/proc/21383/task/21385/stat : 21385 (java) R 21381 21383 21304 0 -1 64 30956 0 1 0 2488 15 0 0 25 0 13 0 193041753 1514033152 34360 1992294400 134512640 134550932 4294956016 18446744073709551615 4109761899 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21386] ppid=21381 vsize=1478548 CPUtime=0.03
/proc/21383/task/21386/stat : 21386 (java) S 21381 21383 21304 0 -1 64 670 0 0 0 3 0 0 0 17 0 13 0 193041754 1514033152 34360 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21387] ppid=21381 vsize=1478548 CPUtime=0.03
/proc/21383/task/21387/stat : 21387 (java) S 21381 21383 21304 0 -1 64 670 0 0 0 3 0 0 0 16 0 13 0 193041754 1514033152 34360 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21388] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21388/stat : 21388 (java) S 21381 21383 21304 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193041756 1514033152 34360 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21389] ppid=21381 vsize=1478548 CPUtime=0

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

[pid=21383] ppid=21381 vsize=1478548 CPUtime=1723.51
/proc/21383/stat : 21383 (java) S 21381 21383 21304 0 -1 0 110572 0 1 0 172291 60 0 0 18 0 13 0 193041752 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21383/statm: 369637 91803 1430 9 0 366980 0
[pid=21383/tid=21385] ppid=21381 vsize=1478548 CPUtime=1720.59
/proc/21383/task/21385/stat : 21385 (java) R 21381 21383 21304 0 -1 64 30958 0 1 0 172039 20 0 0 25 0 13 0 193041753 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4109729791 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21386] ppid=21381 vsize=1478548 CPUtime=0.65
/proc/21383/task/21386/stat : 21386 (java) S 21381 21383 21304 0 -1 64 35893 0 0 0 48 17 0 0 19 0 13 0 193041754 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21387] ppid=21381 vsize=1478548 CPUtime=0.64
/proc/21383/task/21387/stat : 21387 (java) S 21381 21383 21304 0 -1 64 39315 0 0 0 45 19 0 0 16 0 13 0 193041754 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21388] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21388/stat : 21388 (java) S 21381 21383 21304 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 193041756 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21389] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21389/stat : 21389 (java) S 21381 21383 21304 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193041757 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21390] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21390/stat : 21390 (java) S 21381 21383 21304 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193041757 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21391] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21391/stat : 21391 (java) S 21381 21383 21304 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193041761 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21392] ppid=21381 vsize=1478548 CPUtime=0.7
/proc/21383/task/21392/stat : 21392 (java) S 21381 21383 21304 0 -1 64 1414 0 0 0 70 0 0 0 16 0 13 0 193041761 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21393] ppid=21381 vsize=1478548 CPUtime=0.87
/proc/21383/task/21393/stat : 21393 (java) S 21381 21383 21304 0 -1 64 2233 0 0 0 86 1 0 0 17 0 13 0 193041761 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21394] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21394/stat : 21394 (java) S 21381 21383 21304 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193041761 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21395] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21395/stat : 21395 (java) S 21381 21383 21304 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193041761 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21396] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21396/stat : 21396 (java) S 21381 21383 21304 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 193041957 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1723.51
Current children cumulated vsize (KiB) 1478548

[startup+1782.3 s]
/proc/loadavg: 1.00 1.02 0.88 2/77 21402
/proc/meminfo: memFree=930296/2055920 swapFree=4191900/4192956
[pid=21383] ppid=21381 vsize=1478548 CPUtime=1783.49
/proc/21383/stat : 21383 (java) S 21381 21383 21304 0 -1 0 110572 0 1 0 178288 61 0 0 18 0 13 0 193041752 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21383/statm: 369637 91803 1430 9 0 366980 0
[pid=21383/tid=21385] ppid=21381 vsize=1478548 CPUtime=1780.57
/proc/21383/task/21385/stat : 21385 (java) R 21381 21383 21304 0 -1 64 30958 0 1 0 178036 21 0 0 25 0 13 0 193041753 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4109734637 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21386] ppid=21381 vsize=1478548 CPUtime=0.65
/proc/21383/task/21386/stat : 21386 (java) S 21381 21383 21304 0 -1 64 35893 0 0 0 48 17 0 0 19 0 13 0 193041754 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21387] ppid=21381 vsize=1478548 CPUtime=0.64
/proc/21383/task/21387/stat : 21387 (java) S 21381 21383 21304 0 -1 64 39315 0 0 0 45 19 0 0 16 0 13 0 193041754 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21388] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21388/stat : 21388 (java) S 21381 21383 21304 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 193041756 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21389] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21389/stat : 21389 (java) S 21381 21383 21304 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193041757 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21390] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21390/stat : 21390 (java) S 21381 21383 21304 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193041757 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21391] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21391/stat : 21391 (java) S 21381 21383 21304 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193041761 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21392] ppid=21381 vsize=1478548 CPUtime=0.7
/proc/21383/task/21392/stat : 21392 (java) S 21381 21383 21304 0 -1 64 1414 0 0 0 70 0 0 0 16 0 13 0 193041761 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21393] ppid=21381 vsize=1478548 CPUtime=0.87
/proc/21383/task/21393/stat : 21393 (java) S 21381 21383 21304 0 -1 64 2233 0 0 0 86 1 0 0 17 0 13 0 193041761 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21394] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21394/stat : 21394 (java) S 21381 21383 21304 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193041761 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21395] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21395/stat : 21395 (java) S 21381 21383 21304 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193041761 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21396] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21396/stat : 21396 (java) S 21381 21383 21304 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 193041957 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1783.49
Current children cumulated vsize (KiB) 1478548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.9 s]
/proc/loadavg: 1.00 1.02 0.88 2/77 21402
/proc/meminfo: memFree=930232/2055920 swapFree=4191900/4192956
[pid=21383] ppid=21381 vsize=1478548 CPUtime=1800.09
/proc/21383/stat : 21383 (java) S 21381 21383 21304 0 -1 0 110572 0 1 0 179948 61 0 0 18 0 13 0 193041752 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21383/statm: 369637 91803 1430 9 0 366980 0
[pid=21383/tid=21385] ppid=21381 vsize=1478548 CPUtime=1797.17
/proc/21383/task/21385/stat : 21385 (java) R 21381 21383 21304 0 -1 64 30958 0 1 0 179696 21 0 0 25 0 13 0 193041753 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4109763108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21386] ppid=21381 vsize=1478548 CPUtime=0.65
/proc/21383/task/21386/stat : 21386 (java) S 21381 21383 21304 0 -1 64 35893 0 0 0 48 17 0 0 19 0 13 0 193041754 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21387] ppid=21381 vsize=1478548 CPUtime=0.64
/proc/21383/task/21387/stat : 21387 (java) S 21381 21383 21304 0 -1 64 39315 0 0 0 45 19 0 0 16 0 13 0 193041754 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21388] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21388/stat : 21388 (java) S 21381 21383 21304 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 193041756 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21389] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21389/stat : 21389 (java) S 21381 21383 21304 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193041757 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21390] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21390/stat : 21390 (java) S 21381 21383 21304 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193041757 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21391] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21391/stat : 21391 (java) S 21381 21383 21304 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193041761 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21392] ppid=21381 vsize=1478548 CPUtime=0.7
/proc/21383/task/21392/stat : 21392 (java) S 21381 21383 21304 0 -1 64 1414 0 0 0 70 0 0 0 16 0 13 0 193041761 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21393] ppid=21381 vsize=1478548 CPUtime=0.87
/proc/21383/task/21393/stat : 21393 (java) S 21381 21383 21304 0 -1 64 2233 0 0 0 86 1 0 0 17 0 13 0 193041761 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21394] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21394/stat : 21394 (java) S 21381 21383 21304 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193041761 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21395] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21395/stat : 21395 (java) S 21381 21383 21304 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193041761 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21396] ppid=21381 vsize=1478548 CPUtime=0
/proc/21383/task/21396/stat : 21396 (java) S 21381 21383 21304 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 193041957 1514033152 91803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1478548

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

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

[startup+1799.01 s]
/proc/loadavg: 1.00 1.02 0.88 2/77 21402
/proc/meminfo: memFree=930232/2055920 swapFree=4191900/4192956
[pid=21383] ppid=21381 vsize=1479196 CPUtime=1800.29
/proc/21383/stat : 21383 (java) S 21381 21383 21304 0 -1 0 110594 0 1 0 179968 61 0 0 16 0 15 0 193041752 1514696704 91825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21383/statm: 369799 91825 1430 9 0 367142 0
[pid=21383/tid=21385] ppid=21381 vsize=1479196 CPUtime=1797.28
/proc/21383/task/21385/stat : 21385 (java) R 21381 21383 21304 0 -1 64 30958 0 1 0 179707 21 0 0 25 0 15 0 193041753 1514696704 91825 1992294400 134512640 134550932 4294956016 18446744073709551615 4109763067 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21386] ppid=21381 vsize=1479196 CPUtime=0.65
/proc/21383/task/21386/stat : 21386 (java) S 21381 21383 21304 0 -1 64 35893 0 0 0 48 17 0 0 19 0 15 0 193041754 1514696704 91825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21387] ppid=21381 vsize=1479196 CPUtime=0.64
/proc/21383/task/21387/stat : 21387 (java) S 21381 21383 21304 0 -1 64 39315 0 0 0 45 19 0 0 16 0 15 0 193041754 1514696704 91825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21388] ppid=21381 vsize=1479196 CPUtime=0
/proc/21383/task/21388/stat : 21388 (java) S 21381 21383 21304 0 -1 64 14 0 0 0 0 0 0 0 16 0 15 0 193041756 1514696704 91825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21389] ppid=21381 vsize=1479196 CPUtime=0
/proc/21383/task/21389/stat : 21389 (java) S 21381 21383 21304 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 193041757 1514696704 91825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21390] ppid=21381 vsize=1479196 CPUtime=0
/proc/21383/task/21390/stat : 21390 (java) S 21381 21383 21304 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 193041757 1514696704 91825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21391] ppid=21381 vsize=1479196 CPUtime=0
/proc/21383/task/21391/stat : 21391 (java) S 21381 21383 21304 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 193041761 1514696704 91825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21392] ppid=21381 vsize=1479196 CPUtime=0.7
/proc/21383/task/21392/stat : 21392 (java) S 21381 21383 21304 0 -1 64 1414 0 0 0 70 0 0 0 16 0 15 0 193041761 1514696704 91825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21393] ppid=21381 vsize=1479196 CPUtime=0.91
/proc/21383/task/21393/stat : 21393 (java) S 21381 21383 21304 0 -1 64 2236 0 0 0 90 1 0 0 16 0 15 0 193041761 1514696704 91825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21394] ppid=21381 vsize=1479196 CPUtime=0
/proc/21383/task/21394/stat : 21394 (java) S 21381 21383 21304 0 -1 64 1 0 0 0 0 0 0 0 25 0 15 0 193041761 1514696704 91825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21395] ppid=21381 vsize=1479196 CPUtime=0
/proc/21383/task/21395/stat : 21395 (java) S 21381 21383 21304 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 193041761 1514696704 91825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21396] ppid=21381 vsize=1479196 CPUtime=0
/proc/21383/task/21396/stat : 21396 (java) S 21381 21383 21304 0 -1 64 4 0 0 0 0 0 0 0 23 0 15 0 193041957 1514696704 91825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 1479196

[startup+1799.1 s]
/proc/loadavg: 1.00 1.02 0.88 2/77 21402
/proc/meminfo: memFree=930232/2055920 swapFree=4191900/4192956
[pid=21383] ppid=21381 vsize=1479196 CPUtime=1800.47
/proc/21383/stat : 21383 (java) S 21381 21383 21304 0 -1 0 110594 0 1 0 179986 61 0 0 16 0 15 0 193041752 1514696704 91825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21383/statm: 369799 91825 1430 9 0 367142 0
[pid=21383/tid=21385] ppid=21381 vsize=1479196 CPUtime=1797.37
/proc/21383/task/21385/stat : 21385 (java) R 21381 21383 21304 0 -1 64 30958 0 1 0 179716 21 0 0 25 0 15 0 193041753 1514696704 91825 1992294400 134512640 134550932 4294956016 18446744073709551615 4109729791 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21386] ppid=21381 vsize=1479196 CPUtime=0.65
/proc/21383/task/21386/stat : 21386 (java) S 21381 21383 21304 0 -1 64 35893 0 0 0 48 17 0 0 19 0 15 0 193041754 1514696704 91825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21387] ppid=21381 vsize=1479196 CPUtime=0.64
/proc/21383/task/21387/stat : 21387 (java) S 21381 21383 21304 0 -1 64 39315 0 0 0 45 19 0 0 16 0 15 0 193041754 1514696704 91825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21388] ppid=21381 vsize=1479196 CPUtime=0
/proc/21383/task/21388/stat : 21388 (java) S 21381 21383 21304 0 -1 64 14 0 0 0 0 0 0 0 16 0 15 0 193041756 1514696704 91825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21389] ppid=21381 vsize=1479196 CPUtime=0
/proc/21383/task/21389/stat : 21389 (java) S 21381 21383 21304 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 193041757 1514696704 91825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21390] ppid=21381 vsize=1479196 CPUtime=0
/proc/21383/task/21390/stat : 21390 (java) S 21381 21383 21304 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 193041757 1514696704 91825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21391] ppid=21381 vsize=1479196 CPUtime=0
/proc/21383/task/21391/stat : 21391 (java) S 21381 21383 21304 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 193041761 1514696704 91825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21392] ppid=21381 vsize=1479196 CPUtime=0.7
/proc/21383/task/21392/stat : 21392 (java) S 21381 21383 21304 0 -1 64 1414 0 0 0 70 0 0 0 16 0 15 0 193041761 1514696704 91825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21393] ppid=21381 vsize=1479196 CPUtime=0.91
/proc/21383/task/21393/stat : 21393 (java) S 21381 21383 21304 0 -1 64 2236 0 0 0 90 1 0 0 16 0 15 0 193041761 1514696704 91825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21394] ppid=21381 vsize=1479196 CPUtime=0
/proc/21383/task/21394/stat : 21394 (java) S 21381 21383 21304 0 -1 64 1 0 0 0 0 0 0 0 25 0 15 0 193041761 1514696704 91825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21383/tid=21395] ppid=21381 vsize=1479196 CPUtime=0
/proc/21383/task/21395/stat : 21395 (java) S 21381 21383 21304 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 193041761 1514696704 91825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21383/tid=21396] ppid=21381 vsize=1479196 CPUtime=0
/proc/21383/task/21396/stat : 21396 (java) S 21381 21383 21304 0 -1 64 4 0 0 0 0 0 0 0 23 0 15 0 193041957 1514696704 91825 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.47
Current children cumulated vsize (KiB) 1479196

Child status: 143
Real time (s): 1799.2
CPU time (s): 1800.58
CPU user time (s): 1799.91
CPU system time (s): 0.665898
CPU usage (%): 100.077
Max. virtual memory (cumulated for all children) (KiB): 1480652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.665898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110598
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= 36824
involuntary context switches= 37308

runsolver used 1.91171 second user time and 4.64929 second system time

The end

Launcher Data

Begin job on node4 at 2009-06-17 18:00:08
IDJOB=1884126
IDBENCH=71926
IDSOLVER=682
FILE ID=node4/1884126-1245254408
PBS_JOBID= 9372449
Free space on /tmp= 66408 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT07/crafted/Medium/contest05/sabharwal/sat-strips-gripper-12t23.sat05-1144.reshuffled-07.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884126-1245254408/watcher-1884126-1245254408 -o /tmp/evaluation-result-1884126-1245254408/solver-1884126-1245254408 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1884126-1245254408.opb

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

MD5SUM BENCH= 9ae8045fbb26ce0afc2e727b3967f7dd
RANDOM SEED=413794116

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

/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.259
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.259
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:       1294272 kB
Buffers:         74972 kB
Cached:         588176 kB
SwapCached:        260 kB
Active:         107816 kB
Inactive:       568604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1294272 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2568 kB
Writeback:           0 kB
Mapped:          21760 kB
Slab:            71212 kB
Committed_AS:   162368 kB
PageTables:       1472 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= 66404 MiB
End job on node4 at 2009-06-17 18:30:09