Trace number 1885205

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 CP 2.1.1? (TO) 1800.47 1765.54

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/c32sat/
post-cbmc-aes-ele-noholes.opb
MD5SUM4fe49ec64d4ff3b1fa25df12b0ed5a3a
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables270963
Total number of constraints1601376
Number of constraints which are clauses1601376
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 constraint257
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 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 258
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
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.PBMaxClauseCardConstrDataStructure@ecd7e
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 phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c MiniSAT restarts strategy
0.23/0.21	c Memory based 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-1885205-1245264297.opb
0.23/0.21	c reading problem ... 
20.67/18.49	c ... done. Wall clock time 18.274s.
20.67/18.49	c #vars     270963
20.67/18.49	c #constraints  1454861
20.67/18.49	c constraints type 
20.67/18.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1088905
20.67/18.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 263092
1727.30/1694.31	c cleaning 57360 clauses out of 116499
1800.03/1765.21	c starts		: 16
1800.03/1765.21	c conflicts		: 124906
1800.03/1765.21	c decisions		: 233527
1800.03/1765.21	c propagations		: 170241782
1800.03/1765.21	c inspects		: 1822190695
1800.03/1765.21	c learnt literals	: 4
1800.03/1765.22	c learnt binary clauses	: 253
1800.03/1765.22	c learnt ternary clauses	: 909
1800.03/1765.22	c learnt clauses	: 124902
1800.03/1765.22	c ignored clauses	: 0
1800.03/1765.22	c root simplifications	: 0
1800.03/1765.22	c removed literals (reason simplification)	: 0
1800.03/1765.22	c reason swapping (by a shorter reason)	: 0
1800.03/1765.22	c Calls to reduceDB	: 1
1800.03/1765.22	c speed (assignments/second)	: 97463.64737646017
1800.03/1765.22	c non guided choices	50377
1800.03/1765.31	c learnt constraints type 
1800.03/1765.31	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 67302
1800.03/1765.31	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 253
1800.03/1765.31	c constraints type 
1800.03/1765.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1088905
1800.03/1765.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 263092
1800.03/1765.31	s UNKNOWN
1800.03/1765.31	c Total wall clock time (in seconds): 1765.093

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-1885205-1245264297/watcher-1885205-1245264297 -o /tmp/evaluation-result-1885205-1245264297/solver-1885205-1245264297 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1885205-1245264297.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: 1.00 1.00 1.00 3/65 15983
/proc/meminfo: memFree=1756584/2055920 swapFree=4180860/4192956
[pid=15983] ppid=15981 vsize=1612 CPUtime=0
/proc/15983/stat : 15983 (java6) R 15981 15983 15429 0 -1 0 176 0 0 0 0 0 0 0 19 0 1 0 194027955 1650688 147 1992294400 134512640 134550932 4294956160 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/15983/statm: 403 147 111 9 0 45 0

[startup+0.0695959 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15983
/proc/meminfo: memFree=1756584/2055920 swapFree=4180860/4192956
[pid=15983] ppid=15981 vsize=1470220 CPUtime=0.05
/proc/15983/stat : 15983 (java) S 15981 15983 15429 0 -1 0 3364 0 1 0 3 2 0 0 19 0 7 0 194027955 1505505280 3109 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/15983/statm: 367555 3110 1031 9 0 364906 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1470220

[startup+0.101592 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15983
/proc/meminfo: memFree=1756584/2055920 swapFree=4180860/4192956
[pid=15983] ppid=15981 vsize=1472584 CPUtime=0.09
/proc/15983/stat : 15983 (java) S 15981 15983 15429 0 -1 0 3634 0 1 0 6 3 0 0 19 0 12 0 194027955 1507926016 3377 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15983/statm: 368146 3377 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301621 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15983
/proc/meminfo: memFree=1756584/2055920 swapFree=4180860/4192956
[pid=15983] ppid=15981 vsize=1474968 CPUtime=0.35
/proc/15983/stat : 15983 (java) S 15981 15983 15429 0 -1 0 6520 0 1 0 30 5 0 0 19 0 12 0 194027955 1510367232 6257 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15983/statm: 368742 6257 1353 9 0 366085 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1474968

[startup+0.701667 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15983
/proc/meminfo: memFree=1756584/2055920 swapFree=4180860/4192956
[pid=15983] ppid=15981 vsize=1476524 CPUtime=1.02
/proc/15983/stat : 15983 (java) S 15981 15983 15429 0 -1 0 8887 0 1 0 96 6 0 0 19 0 12 0 194027955 1511960576 8075 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15983/statm: 369131 8075 1397 9 0 366474 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1476524

[startup+1.50276 s]
/proc/loadavg: 1.00 1.00 1.00 4/77 15995
/proc/meminfo: memFree=1713680/2055920 swapFree=4180860/4192956
[pid=15983] ppid=15981 vsize=1476972 CPUtime=1.99
/proc/15983/stat : 15983 (java) S 15981 15983 15429 0 -1 0 24981 0 1 0 185 14 0 0 19 0 12 0 194027955 1512419328 23877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15983/statm: 369243 23877 1404 9 0 366586 0
[pid=15983/tid=15985] ppid=15981 vsize=1476972 CPUtime=1.29
/proc/15983/task/15985/stat : 15985 (java) R 15981 15983 15429 0 -1 64 22252 0 1 0 116 13 0 0 20 0 12 0 194027956 1512419328 23877 1992294400 134512640 134550932 4294956000 18446744073709551615 4109454360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15983/tid=15986] ppid=15981 vsize=1476972 CPUtime=0
/proc/15983/task/15986/stat : 15986 (java) S 15981 15983 15429 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 194027958 1512419328 23877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15987] ppid=15981 vsize=1476972 CPUtime=0
/proc/15983/task/15987/stat : 15987 (java) S 15981 15983 15429 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 194027958 1512419328 23877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15988] ppid=15981 vsize=1476972 CPUtime=0
/proc/15983/task/15988/stat : 15988 (java) S 15981 15983 15429 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 194027959 1512419328 23877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15989] ppid=15981 vsize=1476972 CPUtime=0
/proc/15983/task/15989/stat : 15989 (java) S 15981 15983 15429 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 194027960 1512419328 23877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15990] ppid=15981 vsize=1476972 CPUtime=0
/proc/15983/task/15990/stat : 15990 (java) S 15981 15983 15429 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 194027960 1512419328 23877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15991] ppid=15981 vsize=1476972 CPUtime=0
/proc/15983/task/15991/stat : 15991 (java) S 15981 15983 15429 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 194027964 1512419328 23877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15992] ppid=15981 vsize=1476972 CPUtime=0.31
/proc/15983/task/15992/stat : 15992 (java) S 15981 15983 15429 0 -1 64 967 0 0 0 31 0 0 0 16 0 12 0 194027964 1512419328 23877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15993] ppid=15981 vsize=1476972 CPUtime=0.36
/proc/15983/task/15993/stat : 15993 (java) S 15981 15983 15429 0 -1 64 1017 0 0 0 36 0 0 0 16 0 12 0 194027964 1512419328 23877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15994] ppid=15981 vsize=1476972 CPUtime=0
/proc/15983/task/15994/stat : 15994 (java) S 15981 15983 15429 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 194027964 1512419328 23877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15995] ppid=15981 vsize=1476972 CPUtime=0
/proc/15983/task/15995/stat : 15995 (java) S 15981 15983 15429 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 194027964 1512419328 23877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1476972

[startup+3.10293 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15995
/proc/meminfo: memFree=1618256/2055920 swapFree=4180860/4192956
[pid=15983] ppid=15981 vsize=1476972 CPUtime=3.73
/proc/15983/stat : 15983 (java) S 15981 15983 15429 0 -1 0 40531 0 1 0 351 22 0 0 19 0 12 0 194027955 1512419328 39400 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15983/statm: 369243 39400 1414 9 0 366586 0
[pid=15983/tid=15985] ppid=15981 vsize=1476972 CPUtime=2.78
/proc/15983/task/15985/stat : 15985 (java) R 15981 15983 15429 0 -1 64 30934 0 1 0 261 17 0 0 20 0 12 0 194027956 1512419328 39400 1992294400 134512640 134550932 4294956000 18446744073709551615 4109437197 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15986] ppid=15981 vsize=1476972 CPUtime=0.09
/proc/15983/task/15986/stat : 15986 (java) S 15981 15983 15429 0 -1 64 3371 0 0 0 8 1 0 0 16 0 12 0 194027958 1512419328 39400 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15987] ppid=15981 vsize=1476972 CPUtime=0.09
/proc/15983/task/15987/stat : 15987 (java) S 15981 15983 15429 0 -1 64 3473 0 0 0 8 1 0 0 17 0 12 0 194027958 1512419328 39400 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15983/tid=15988] ppid=15981 vsize=1476972 CPUtime=0
/proc/15983/task/15988/stat : 15988 (java) S 15981 15983 15429 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 194027959 1512419328 39400 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15989] ppid=15981 vsize=1476972 CPUtime=0
/proc/15983/task/15989/stat : 15989 (java) S 15981 15983 15429 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 194027960 1512419328 39400 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15990] ppid=15981 vsize=1476972 CPUtime=0
/proc/15983/task/15990/stat : 15990 (java) S 15981 15983 15429 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 194027960 1512419328 39400 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15991] ppid=15981 vsize=1476972 CPUtime=0
/proc/15983/task/15991/stat : 15991 (java) S 15981 15983 15429 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 194027964 1512419328 39400 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15992] ppid=15981 vsize=1476972 CPUtime=0.34
/proc/15983/task/15992/stat : 15992 (java) S 15981 15983 15429 0 -1 64 969 0 0 0 34 0 0 0 16 0 12 0 194027964 1512419328 39400 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15993] ppid=15981 vsize=1476972 CPUtime=0.38
/proc/15983/task/15993/stat : 15993 (java) S 15981 15983 15429 0 -1 64 1025 0 0 0 38 0 0 0 16 0 12 0 194027964 1512419328 39400 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15994] ppid=15981 vsize=1476972 CPUtime=0
/proc/15983/task/15994/stat : 15994 (java) S 15981 15983 15429 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 194027964 1512419328 39400 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15995] ppid=15981 vsize=1476972 CPUtime=0
/proc/15983/task/15995/stat : 15995 (java) S 15981 15983 15429 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 194027964 1512419328 39400 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 1476972

[startup+6.30129 s]
/proc/loadavg: 1.16 1.03 1.01 4/77 15995
/proc/meminfo: memFree=1585232/2055920 swapFree=4180860/4192956
[pid=15983] ppid=15981 vsize=1476972 CPUtime=7.36
/proc/15983/stat : 15983 (java) S 15981 15983 15429 0 -1 0 48054 0 1 0 709 27 0 0 19 0 12 0 194027955 1512419328 46202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15983/statm: 369243 46202 1420 9 0 366586 0
[pid=15983/tid=15985] ppid=15981 vsize=1476972 CPUtime=5.54
/proc/15983/task/15985/stat : 15985 (java) R 15981 15983 15429 0 -1 64 30946 0 1 0 536 18 0 0 16 0 12 0 194027956 1512419328 46202 1992294400 134512640 134550932 4294956000 18446744073709551615 4109436845 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15986] ppid=15981 vsize=1476972 CPUtime=0.51
/proc/15983/task/15986/stat : 15986 (java) S 15981 15983 15429 0 -1 64 7354 0 0 0 47 4 0 0 17 0 12 0 194027958 1512419328 46202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15987] ppid=15981 vsize=1476972 CPUtime=0.51
/proc/15983/task/15987/stat : 15987 (java) S 15981 15983 15429 0 -1 64 6995 0 0 0 49 2 0 0 16 0 12 0 194027958 1512419328 46202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15983/tid=15988] ppid=15981 vsize=1476972 CPUtime=0
/proc/15983/task/15988/stat : 15988 (java) S 15981 15983 15429 0 -1 64 21 0 0 0 0 0 0 0 16 0 12 0 194027959 1512419328 46202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15983/tid=15989] ppid=15981 vsize=1476972 CPUtime=0
/proc/15983/task/15989/stat : 15989 (java) S 15981 15983 15429 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 194027960 1512419328 46202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15990] ppid=15981 vsize=1476972 CPUtime=0
/proc/15983/task/15990/stat : 15990 (java) S 15981 15983 15429 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 194027960 1512419328 46202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15991] ppid=15981 vsize=1476972 CPUtime=0
/proc/15983/task/15991/stat : 15991 (java) S 15981 15983 15429 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 194027964 1512419328 46202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15992] ppid=15981 vsize=1476972 CPUtime=0.35
/proc/15983/task/15992/stat : 15992 (java) S 15981 15983 15429 0 -1 64 970 0 0 0 35 0 0 0 16 0 12 0 194027964 1512419328 46202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15983/tid=15993] ppid=15981 vsize=1476972 CPUtime=0.38
/proc/15983/task/15993/stat : 15993 (java) S 15981 15983 15429 0 -1 64 1026 0 0 0 38 0 0 0 16 0 12 0 194027964 1512419328 46202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15983/tid=15994] ppid=15981 vsize=1476972 CPUtime=0
/proc/15983/task/15994/stat : 15994 (java) S 15981 15983 15429 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 194027964 1512419328 46202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15995] ppid=15981 vsize=1476972 CPUtime=0
/proc/15983/task/15995/stat : 15995 (java) S 15981 15983 15429 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 194027964 1512419328 46202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.36
Current children cumulated vsize (KiB) 1476972

[startup+12.703 s]
/proc/loadavg: 1.23 1.05 1.02 2/77 15995
/proc/meminfo: memFree=1522840/2055920 swapFree=4180860/4192956
[pid=15983] ppid=15981 vsize=1476972 CPUtime=14.47
/proc/15983/stat : 15983 (java) S 15981 15983 15429 0 -1 0 63790 0 1 0 1410 37 0 0 19 0 12 0 194027955 1512419328 60779 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15983/statm: 369243 60779 1421 9 0 366586 0
[pid=15983/tid=15985] ppid=15981 vsize=1476972 CPUtime=11.16
/proc/15983/task/15985/stat : 15985 (java) R 15981 15983 15429 0 -1 64 30956 0 1 0 1095 21 0 0 20 0 12 0 194027956 1512419328 60779 1992294400 134512640 134550932 4294956000 18446744073709551615 4109473904 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15986] ppid=15981 vsize=1476972 CPUtime=1.26
/proc/15983/task/15986/stat : 15986 (java) S 15981 15983 15429 0 -1 64 15082 0 0 0 119 7 0 0 16 0 12 0 194027958 1512419328 60779 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15983/tid=15987] ppid=15981 vsize=1476972 CPUtime=1.26
/proc/15983/task/15987/stat : 15987 (java) S 15981 15983 15429 0 -1 64 14992 0 0 0 120 6 0 0 16 0 12 0 194027958 1512419328 60779 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15988] ppid=15981 vsize=1476972 CPUtime=0
/proc/15983/task/15988/stat : 15988 (java) S 15981 15983 15429 0 -1 64 21 0 0 0 0 0 0 0 16 0 12 0 194027959 1512419328 60779 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15989] ppid=15981 vsize=1476972 CPUtime=0
/proc/15983/task/15989/stat : 15989 (java) S 15981 15983 15429 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 194027960 1512419328 60779 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15990] ppid=15981 vsize=1476972 CPUtime=0
/proc/15983/task/15990/stat : 15990 (java) S 15981 15983 15429 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 194027960 1512419328 60779 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15991] ppid=15981 vsize=1476972 CPUtime=0
/proc/15983/task/15991/stat : 15991 (java) S 15981 15983 15429 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 194027964 1512419328 60779 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15992] ppid=15981 vsize=1476972 CPUtime=0.36
/proc/15983/task/15992/stat : 15992 (java) S 15981 15983 15429 0 -1 64 971 0 0 0 36 0 0 0 16 0 12 0 194027964 1512419328 60779 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15983/tid=15993] ppid=15981 vsize=1476972 CPUtime=0.38
/proc/15983/task/15993/stat : 15993 (java) S 15981 15983 15429 0 -1 64 1026 0 0 0 38 0 0 0 16 0 12 0 194027964 1512419328 60779 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15983/tid=15994] ppid=15981 vsize=1476972 CPUtime=0
/proc/15983/task/15994/stat : 15994 (java) S 15981 15983 15429 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 194027964 1512419328 60779 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15995] ppid=15981 vsize=1476972 CPUtime=0
/proc/15983/task/15995/stat : 15995 (java) R 15981 15983 15429 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 194027964 1512419328 60779 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.47
Current children cumulated vsize (KiB) 1476972

[startup+25.5014 s]
/proc/loadavg: 1.18 1.05 1.01 2/78 15996
/proc/meminfo: memFree=1463440/2055920 swapFree=4180860/4192956
[pid=15983] ppid=15981 vsize=1480256 CPUtime=28.97
/proc/15983/stat : 15983 (java) S 15981 15983 15429 0 -1 0 78908 0 1 0 2846 51 0 0 19 0 13 0 194027955 1515782144 74688 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15983/statm: 370064 74688 1433 9 0 367407 0
[pid=15983/tid=15985] ppid=15981 vsize=1480256 CPUtime=22.67
/proc/15983/task/15985/stat : 15985 (java) R 15981 15983 15429 0 -1 64 31032 0 1 0 2244 23 0 0 25 0 13 0 194027956 1515782144 74688 1992294400 134512640 134550932 4294956000 18446744073709551615 4109742268 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15986] ppid=15981 vsize=1480256 CPUtime=2.13
/proc/15983/task/15986/stat : 15986 (java) S 15981 15983 15429 0 -1 64 20387 0 0 0 202 11 0 0 16 0 13 0 194027958 1515782144 74688 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15983/tid=15987] ppid=15981 vsize=1480256 CPUtime=2.14
/proc/15983/task/15987/stat : 15987 (java) S 15981 15983 15429 0 -1 64 23271 0 0 0 202 12 0 0 16 0 13 0 194027958 1515782144 74688 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15988] ppid=15981 vsize=1480256 CPUtime=0.01
/proc/15983/task/15988/stat : 15988 (java) S 15981 15983 15429 0 -1 64 21 0 0 0 1 0 0 0 16 0 13 0 194027959 1515782144 74688 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15983/tid=15989] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15989/stat : 15989 (java) S 15981 15983 15429 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 194027960 1515782144 74688 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15990] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15990/stat : 15990 (java) S 15981 15983 15429 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 194027960 1515782144 74688 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15991] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15991/stat : 15991 (java) S 15981 15983 15429 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194027964 1515782144 74688 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15992] ppid=15981 vsize=1480256 CPUtime=1.02

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

/proc/15983/task/15992/stat : 15992 (java) S 15981 15983 15429 0 -1 64 1697 0 0 0 110 1 0 0 16 0 13 0 194027964 1515782144 294003 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15983/tid=15993] ppid=15981 vsize=1480256 CPUtime=0.96
/proc/15983/task/15993/stat : 15993 (java) S 15981 15983 15429 0 -1 64 1753 0 0 0 96 0 0 0 16 0 13 0 194027964 1515782144 294003 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15994] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15994/stat : 15994 (java) S 15981 15983 15429 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194027964 1515782144 294003 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15995] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15995/stat : 15995 (java) S 15981 15983 15429 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194027964 1515782144 294003 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15983/tid=15996] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15996/stat : 15996 (java) S 15981 15983 15429 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 194029830 1515782144 294003 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1571.97
Current children cumulated vsize (KiB) 1480256

[startup+1602.3 s]
/proc/loadavg: 0.99 1.00 1.02 2/78 16004
/proc/meminfo: memFree=544080/2055920 swapFree=4180860/4192956
[pid=15983] ppid=15981 vsize=1480256 CPUtime=1633.29
/proc/15983/stat : 15983 (java) S 15981 15983 15429 0 -1 0 310343 0 1 0 163044 285 0 0 19 0 13 0 194027955 1515782144 303971 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15983/statm: 370064 303971 1433 9 0 367407 0
[pid=15983/tid=15985] ppid=15981 vsize=1480256 CPUtime=1563.52
/proc/15983/task/15985/stat : 15985 (java) R 15981 15983 15429 0 -1 64 32948 0 1 0 156321 31 0 0 25 0 13 0 194027956 1515782144 303971 1992294400 134512640 134550932 4294956000 18446744073709551615 4109772564 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15986] ppid=15981 vsize=1480256 CPUtime=33.68
/proc/15983/task/15986/stat : 15986 (java) S 15981 15983 15429 0 -1 64 134895 0 0 0 3248 120 0 0 17 0 13 0 194027958 1515782144 303971 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15987] ppid=15981 vsize=1480256 CPUtime=33.63
/proc/15983/task/15987/stat : 15987 (java) S 15981 15983 15429 0 -1 64 138276 0 0 0 3246 117 0 0 16 0 13 0 194027958 1515782144 303971 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15983/tid=15988] ppid=15981 vsize=1480256 CPUtime=0.34
/proc/15983/task/15988/stat : 15988 (java) S 15981 15983 15429 0 -1 64 27 0 0 0 21 13 0 0 15 0 13 0 194027959 1515782144 303971 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15989] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15989/stat : 15989 (java) S 15981 15983 15429 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 194027960 1515782144 303971 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15990] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15990/stat : 15990 (java) S 15981 15983 15429 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 194027960 1515782144 303971 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15991] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15991/stat : 15991 (java) S 15981 15983 15429 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194027964 1515782144 303971 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15992] ppid=15981 vsize=1480256 CPUtime=1.11
/proc/15983/task/15992/stat : 15992 (java) S 15981 15983 15429 0 -1 64 1697 0 0 0 110 1 0 0 16 0 13 0 194027964 1515782144 303971 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15983/tid=15993] ppid=15981 vsize=1480256 CPUtime=0.96
/proc/15983/task/15993/stat : 15993 (java) S 15981 15983 15429 0 -1 64 1753 0 0 0 96 0 0 0 16 0 13 0 194027964 1515782144 303971 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15994] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15994/stat : 15994 (java) S 15981 15983 15429 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194027964 1515782144 303971 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15995] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15995/stat : 15995 (java) S 15981 15983 15429 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194027964 1515782144 303971 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15983/tid=15996] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15996/stat : 15996 (java) S 15981 15983 15429 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 194029830 1515782144 303971 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1633.29
Current children cumulated vsize (KiB) 1480256

[startup+1662.3 s]
/proc/loadavg: 1.15 1.03 1.03 2/78 16004
/proc/meminfo: memFree=514960/2055920 swapFree=4180860/4192956
[pid=15983] ppid=15981 vsize=1480256 CPUtime=1694.52
/proc/15983/stat : 15983 (java) S 15981 15983 15429 0 -1 0 317627 0 1 0 169159 293 0 0 19 0 13 0 194027955 1515782144 311128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15983/statm: 370064 311128 1433 9 0 367407 0
[pid=15983/tid=15985] ppid=15981 vsize=1480256 CPUtime=1622.06
/proc/15983/task/15985/stat : 15985 (java) R 15981 15983 15429 0 -1 64 33002 0 1 0 162175 31 0 0 25 0 13 0 194027956 1515782144 311128 1992294400 134512640 134550932 4294956000 18446744073709551615 4109750208 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15986] ppid=15981 vsize=1480256 CPUtime=35.01
/proc/15983/task/15986/stat : 15986 (java) S 15981 15983 15429 0 -1 64 138394 0 0 0 3378 123 0 0 17 0 13 0 194027958 1515782144 311128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15987] ppid=15981 vsize=1480256 CPUtime=34.96
/proc/15983/task/15987/stat : 15987 (java) S 15981 15983 15429 0 -1 64 142007 0 0 0 3375 121 0 0 16 0 13 0 194027958 1515782144 311128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15983/tid=15988] ppid=15981 vsize=1480256 CPUtime=0.34
/proc/15983/task/15988/stat : 15988 (java) S 15981 15983 15429 0 -1 64 27 0 0 0 21 13 0 0 15 0 13 0 194027959 1515782144 311128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15989] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15989/stat : 15989 (java) S 15981 15983 15429 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 194027960 1515782144 311128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15990] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15990/stat : 15990 (java) S 15981 15983 15429 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 194027960 1515782144 311128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15991] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15991/stat : 15991 (java) S 15981 15983 15429 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194027964 1515782144 311128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15992] ppid=15981 vsize=1480256 CPUtime=1.11
/proc/15983/task/15992/stat : 15992 (java) S 15981 15983 15429 0 -1 64 1697 0 0 0 110 1 0 0 16 0 13 0 194027964 1515782144 311128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15983/tid=15993] ppid=15981 vsize=1480256 CPUtime=0.96
/proc/15983/task/15993/stat : 15993 (java) S 15981 15983 15429 0 -1 64 1753 0 0 0 96 0 0 0 16 0 13 0 194027964 1515782144 311128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15994] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15994/stat : 15994 (java) S 15981 15983 15429 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194027964 1515782144 311128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15995] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15995/stat : 15995 (java) S 15981 15983 15429 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194027964 1515782144 311128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15983/tid=15996] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15996/stat : 15996 (java) S 15981 15983 15429 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 194029830 1515782144 311128 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1694.52
Current children cumulated vsize (KiB) 1480256

[startup+1722.3 s]
/proc/loadavg: 1.06 1.03 1.02 2/78 16004
/proc/meminfo: memFree=496848/2055920 swapFree=4180860/4192956
[pid=15983] ppid=15981 vsize=1480256 CPUtime=1755.96
/proc/15983/stat : 15983 (java) S 15981 15983 15429 0 -1 0 324734 0 1 0 175296 300 0 0 19 0 13 0 194027955 1515782144 315575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15983/statm: 370064 315575 1439 9 0 367407 0
[pid=15983/tid=15985] ppid=15981 vsize=1480256 CPUtime=1679.13
/proc/15983/task/15985/stat : 15985 (java) R 15981 15983 15429 0 -1 64 33085 0 1 0 167881 32 0 0 25 0 13 0 194027956 1515782144 315575 1992294400 134512640 134550932 4294956000 18446744073709551615 4109658270 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15986] ppid=15981 vsize=1480256 CPUtime=36.53
/proc/15983/task/15986/stat : 15986 (java) S 15981 15983 15429 0 -1 64 140666 0 0 0 3527 126 0 0 16 0 13 0 194027958 1515782144 315575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15983/tid=15987] ppid=15981 vsize=1480256 CPUtime=36.48
/proc/15983/task/15987/stat : 15987 (java) S 15981 15983 15429 0 -1 64 144184 0 0 0 3525 123 0 0 16 0 13 0 194027958 1515782144 315575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15988] ppid=15981 vsize=1480256 CPUtime=1.57
/proc/15983/task/15988/stat : 15988 (java) S 15981 15983 15429 0 -1 64 2587 0 0 0 142 15 0 0 16 0 13 0 194027959 1515782144 315575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15989] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15989/stat : 15989 (java) S 15981 15983 15429 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 194027960 1515782144 315575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15983/tid=15990] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15990/stat : 15990 (java) S 15981 15983 15429 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 194027960 1515782144 315575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15991] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15991/stat : 15991 (java) S 15981 15983 15429 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194027964 1515782144 315575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15992] ppid=15981 vsize=1480256 CPUtime=1.22
/proc/15983/task/15992/stat : 15992 (java) S 15981 15983 15429 0 -1 64 1712 0 0 0 121 1 0 0 16 0 13 0 194027964 1515782144 315575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15983/tid=15993] ppid=15981 vsize=1480256 CPUtime=0.99
/proc/15983/task/15993/stat : 15993 (java) S 15981 15983 15429 0 -1 64 1753 0 0 0 99 0 0 0 16 0 13 0 194027964 1515782144 315575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15994] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15994/stat : 15994 (java) S 15981 15983 15429 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194027964 1515782144 315575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15995] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15995/stat : 15995 (java) S 15981 15983 15429 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194027964 1515782144 315575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15983/tid=15996] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15996/stat : 15996 (java) S 15981 15983 15429 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 194029830 1515782144 315575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1755.96
Current children cumulated vsize (KiB) 1480256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1765.2 s]
/proc/loadavg: 1.10 1.04 1.02 2/78 16004
/proc/meminfo: memFree=496784/2055920 swapFree=4180860/4192956
[pid=15983] ppid=15981 vsize=1480256 CPUtime=1800.03
/proc/15983/stat : 15983 (java) S 15981 15983 15429 0 -1 0 324815 0 1 0 179698 305 0 0 19 0 13 0 194027955 1515782144 315575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15983/statm: 370064 315575 1439 9 0 367407 0
[pid=15983/tid=15985] ppid=15981 vsize=1480256 CPUtime=1720.45
/proc/15983/task/15985/stat : 15985 (java) R 15981 15983 15429 0 -1 64 33166 0 1 0 172013 32 0 0 18 0 13 0 194027956 1515782144 315575 1992294400 134512640 134550932 4294956000 18446744073709551615 4109866548 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15986] ppid=15981 vsize=1480256 CPUtime=37.9
/proc/15983/task/15986/stat : 15986 (java) S 15981 15983 15429 0 -1 64 140666 0 0 0 3664 126 0 0 16 0 13 0 194027958 1515782144 315575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15983/tid=15987] ppid=15981 vsize=1480256 CPUtime=37.82
/proc/15983/task/15987/stat : 15987 (java) S 15981 15983 15429 0 -1 64 144184 0 0 0 3655 127 0 0 16 0 13 0 194027958 1515782144 315575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15988] ppid=15981 vsize=1480256 CPUtime=1.58
/proc/15983/task/15988/stat : 15988 (java) S 15981 15983 15429 0 -1 64 2587 0 0 0 143 15 0 0 16 0 13 0 194027959 1515782144 315575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15989] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15989/stat : 15989 (java) S 15981 15983 15429 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 194027960 1515782144 315575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15983/tid=15990] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15990/stat : 15990 (java) S 15981 15983 15429 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 194027960 1515782144 315575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15991] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15991/stat : 15991 (java) S 15981 15983 15429 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194027964 1515782144 315575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15992] ppid=15981 vsize=1480256 CPUtime=1.22
/proc/15983/task/15992/stat : 15992 (java) S 15981 15983 15429 0 -1 64 1712 0 0 0 121 1 0 0 16 0 13 0 194027964 1515782144 315575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15983/tid=15993] ppid=15981 vsize=1480256 CPUtime=0.99
/proc/15983/task/15993/stat : 15993 (java) S 15981 15983 15429 0 -1 64 1753 0 0 0 99 0 0 0 16 0 13 0 194027964 1515782144 315575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15994] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15994/stat : 15994 (java) S 15981 15983 15429 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 194027964 1515782144 315575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15995] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15995/stat : 15995 (java) S 15981 15983 15429 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194027964 1515782144 315575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15983/tid=15996] ppid=15981 vsize=1480256 CPUtime=0
/proc/15983/task/15996/stat : 15996 (java) S 15981 15983 15429 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 194029830 1515782144 315575 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1480256

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

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

[startup+1765.4 s]
/proc/loadavg: 1.10 1.04 1.02 2/68 16007
/proc/meminfo: memFree=787848/2055920 swapFree=4180860/4192956
[pid=15983] ppid=15981 vsize=0 CPUtime=1800.33
/proc/15983/stat : 15983 (java) Z 15981 15983 15429 0 -1 1036 324843 0 1 0 179723 310 0 0 15 0 2 0 194027955 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15983/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

[startup+1765.51 s]
/proc/loadavg: 1.10 1.04 1.02 2/68 16007
/proc/meminfo: memFree=787848/2055920 swapFree=4180860/4192956
[pid=15983] ppid=15981 vsize=0 CPUtime=1800.43
/proc/15983/stat : 15983 (java) Z 15981 15983 15429 0 -1 1036 324843 0 1 0 179723 320 0 0 15 0 2 0 194027955 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15983/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.43
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1765.54
CPU time (s): 1800.47
CPU user time (s): 1797.24
CPU system time (s): 3.23651
CPU usage (%): 101.979
Max. virtual memory (cumulated for all children) (KiB): 1486828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.24
system time used= 3.23651
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 324843
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= 65487
involuntary context switches= 33596

runsolver used 1.79473 second user time and 4.89626 second system time

The end

Launcher Data

Begin job on node87 at 2009-06-17 20:45:00
IDJOB=1885205
IDBENCH=72034
IDSOLVER=681
FILE ID=node87/1885205-1245264297
PBS_JOBID= 9372376
Free space on /tmp= 66416 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/APPLICATIONS/c32sat/post-cbmc-aes-ele-noholes.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1885205-1245264297/watcher-1885205-1245264297 -o /tmp/evaluation-result-1885205-1245264297/solver-1885205-1245264297 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1885205-1245264297.opb

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

MD5SUM BENCH= 4fe49ec64d4ff3b1fa25df12b0ed5a3a
RANDOM SEED=1916429738

node87.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.235
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.235
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1757000 kB
Buffers:         19408 kB
Cached:         216972 kB
SwapCached:       5904 kB
Active:         103744 kB
Inactive:       140996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1757000 kB
SwapTotal:     4192956 kB
SwapFree:      4180860 kB
Dirty:           55908 kB
Writeback:           0 kB
Mapped:          13932 kB
Slab:            40000 kB
Committed_AS:   117252 kB
PageTables:       1460 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= 66416 MiB
End job on node87 at 2009-06-17 21:14:27