Trace number 1884386

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.52 1799.68

General information on the benchmark

Name/PURE-SAT/SAT_RACE08/
cnf/manol-pipe-c6bidw_i.opb
MD5SUM5eba62c3bddebf9399b02f6072d2dbe1
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1443.06
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables96089
Total number of constraints283993
Number of constraints which are clauses283993
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 constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/1.20	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.11/1.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/1.20	c See www.sat4j.org for details.
0.18/1.21	c version 2.1.1.v20090612
0.18/1.21	c sun.arch.data.model	32
0.18/1.21	c java.version	1.6.0_12
0.18/1.21	c os.name	Linux
0.18/1.21	c os.version	2.6.9-22.EL.rootsmp
0.18/1.21	c os.arch	i386
0.18/1.21	c Free memory 1342000320
0.18/1.21	c Max memory 1344274432
0.18/1.21	c Total memory 1344274432
0.18/1.21	c Number of processors 2
0.18/1.27	c Pseudo Boolean Optimization
0.18/1.27	c --- Begin Solver configuration ---
0.18/1.27	c Stops conflict analysis at the first Unique Implication Point
0.18/1.27	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.18/1.27	c Learn all clauses as in MiniSAT
0.18/1.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/1.27	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.18/1.27	c Expensive reason simplification
0.18/1.27	c MiniSAT restarts strategy
0.18/1.27	c Memory based learned constraints deletion strategy
0.18/1.27	c timeout=2147483s
0.18/1.27	c DB Simplification allowed=false
0.18/1.27	c --- End Solver configuration ---
0.18/1.28	c solving HOME/instance-1884386-1245257726.opb
0.18/1.28	c reading problem ... 
5.06/5.41	c ... done. Wall clock time 4.132s.
5.06/5.41	c #vars     96089
5.06/5.41	c #constraints  283993
5.06/5.41	c constraints type 
5.06/5.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 189328
5.06/5.41	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 94664
1800.05/1799.41	c starts		: 21
1800.05/1799.41	c conflicts		: 696055
1800.05/1799.41	c decisions		: 2947894
1800.05/1799.41	c propagations		: 823534838
1800.05/1799.41	c inspects		: 3934254309
1800.05/1799.41	c learnt literals	: 50
1800.05/1799.41	c learnt binary clauses	: 740
1800.05/1799.41	c learnt ternary clauses	: 7798
1800.05/1799.41	c learnt clauses	: 696005
1800.05/1799.41	c ignored clauses	: 0
1800.05/1799.41	c root simplifications	: 0
1800.05/1799.41	c removed literals (reason simplification)	: 23569423
1800.05/1799.41	c reason swapping (by a shorter reason)	: 0
1800.05/1799.41	c Calls to reduceDB	: 0
1800.05/1799.41	c speed (assignments/second)	: 459049.40409732214
1800.05/1799.41	c non guided choices	137335
1800.26/1799.60	c learnt constraints type 
1800.26/1799.60	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 695307
1800.26/1799.60	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 740
1800.26/1799.60	c constraints type 
1800.26/1799.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 189328
1800.26/1799.60	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 94664
1800.26/1799.60	s UNKNOWN
1800.26/1799.60	c Total wall clock time (in seconds): 1798.323

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-1884386-1245257726/watcher-1884386-1245257726 -o /tmp/evaluation-result-1884386-1245257726/solver-1884386-1245257726 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1884386-1245257726.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 0.91 3/65 23746
/proc/meminfo: memFree=1863400/2055920 swapFree=4094796/4192956
[pid=23746] ppid=23744 vsize=18576 CPUtime=0
/proc/23746/stat : 23746 (runsolver) D 23744 23746 23637 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 193370531 19021824 284 1992294400 4194304 4302564 548682068432 18446744073709551615 251601153319 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/23746/statm: 4644 284 249 26 0 2626 0

[startup+0.0756419 s]
/proc/loadavg: 1.00 1.00 0.91 3/65 23746
/proc/meminfo: memFree=1863400/2055920 swapFree=4094796/4192956
[pid=23746] ppid=23744 vsize=152 CPUtime=0
/proc/23746/stat : 23746 (java6) R 23744 23746 23637 0 -1 0 40 0 1 0 0 0 0 0 18 0 1 0 193370531 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 11629348 0 0 4096 0 0 0 0 17 0 0 0
/proc/23746/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152

[startup+0.102643 s]
/proc/loadavg: 1.00 1.00 0.91 3/65 23746
/proc/meminfo: memFree=1863400/2055920 swapFree=4094796/4192956
[pid=23746] ppid=23744 vsize=200 CPUtime=0
/proc/23746/stat : 23746 (java6) D 23744 23746 23637 0 -1 0 47 0 1 0 0 0 0 0 18 0 1 0 193370531 204800 33 1992294400 134512640 134550932 4294956176 18446744073709551615 11629348 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/23746/statm: 50 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 200

[startup+0.301681 s]
/proc/loadavg: 1.00 1.00 0.91 3/65 23746
/proc/meminfo: memFree=1863400/2055920 swapFree=4094796/4192956
[pid=23746] ppid=23744 vsize=1472 CPUtime=0
/proc/23746/stat : 23746 (java6) D 23744 23746 23637 0 -1 0 93 0 5 0 0 0 0 0 18 0 1 0 193370531 1507328 71 1992294400 134512640 134550932 4294956176 18446744073709551615 12441920 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/23746/statm: 368 71 51 9 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1472

[startup+0.702756 s]
/proc/loadavg: 1.00 1.00 0.91 3/65 23746
/proc/meminfo: memFree=1863400/2055920 swapFree=4094796/4192956
[pid=23746] ppid=23744 vsize=13296 CPUtime=0.03
/proc/23746/stat : 23746 (java) S 23744 23746 23637 0 -1 0 748 0 43 0 0 3 0 0 18 0 2 0 193370531 13615104 572 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/23746/statm: 3324 572 255 9 0 1198 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13296

[startup+1.50191 s]
/proc/loadavg: 1.00 1.00 0.91 2/69 23750
/proc/meminfo: memFree=1846856/2055920 swapFree=4094796/4192956
[pid=23746] ppid=23744 vsize=1476620 CPUtime=0.61
/proc/23746/stat : 23746 (java) S 23744 23746 23637 0 -1 0 6274 0 102 0 53 8 0 0 18 0 12 0 193370531 1512058880 5887 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23746/statm: 369155 5887 1374 9 0 366498 0
[pid=23746/tid=23748] ppid=23744 vsize=1476620 CPUtime=0.39
/proc/23746/task/23748/stat : 23748 (java) R 23744 23746 23637 0 -1 64 4391 0 59 0 35 4 0 0 20 0 12 0 193370588 1512058880 5887 1992294400 134512640 134550932 4294956016 18446744073709551615 4109169368 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23749] ppid=23744 vsize=1476620 CPUtime=0
/proc/23746/task/23749/stat : 23749 (java) S 23744 23746 23637 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 193370629 1512058880 5887 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23750] ppid=23744 vsize=1476620 CPUtime=0
/proc/23746/task/23750/stat : 23750 (java) S 23744 23746 23637 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 193370629 1512058880 5887 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1476620

[startup+3.10222 s]
/proc/loadavg: 1.08 1.02 0.91 3/77 23758
/proc/meminfo: memFree=1814536/2055920 swapFree=4094796/4192956
[pid=23746] ppid=23744 vsize=1477868 CPUtime=2.56
/proc/23746/stat : 23746 (java) S 23744 23746 23637 0 -1 0 36066 0 102 0 235 21 0 0 18 0 12 0 193370531 1513336832 35266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23746/statm: 369467 35266 1411 9 0 366810 0
[pid=23746/tid=23748] ppid=23744 vsize=1477868 CPUtime=1.74
/proc/23746/task/23748/stat : 23748 (java) R 23744 23746 23637 0 -1 64 30861 0 59 0 158 16 0 0 20 0 12 0 193370588 1513336832 35266 1992294400 134512640 134550932 4294956016 18446744073709551615 4109532429 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23749] ppid=23744 vsize=1477868 CPUtime=0.04
/proc/23746/task/23749/stat : 23749 (java) S 23744 23746 23637 0 -1 64 1253 0 0 0 4 0 0 0 17 0 12 0 193370629 1513336832 35266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23750] ppid=23744 vsize=1477868 CPUtime=0.04
/proc/23746/task/23750/stat : 23750 (java) S 23744 23746 23637 0 -1 64 1211 0 0 0 4 0 0 0 17 0 12 0 193370629 1513336832 35266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23751] ppid=23744 vsize=1477868 CPUtime=0
/proc/23746/task/23751/stat : 23751 (java) S 23744 23746 23637 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 193370633 1513336832 35266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23752] ppid=23744 vsize=1477868 CPUtime=0
/proc/23746/task/23752/stat : 23752 (java) S 23744 23746 23637 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 193370634 1513336832 35266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23753] ppid=23744 vsize=1477868 CPUtime=0
/proc/23746/task/23753/stat : 23753 (java) S 23744 23746 23637 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 193370634 1513336832 35266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23754] ppid=23744 vsize=1477868 CPUtime=0
/proc/23746/task/23754/stat : 23754 (java) S 23744 23746 23637 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 193370644 1513336832 35266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23755] ppid=23744 vsize=1477868 CPUtime=0.39
/proc/23746/task/23755/stat : 23755 (java) S 23744 23746 23637 0 -1 64 1236 0 0 0 39 0 0 0 15 0 12 0 193370644 1513336832 35266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23756] ppid=23744 vsize=1477868 CPUtime=0.27
/proc/23746/task/23756/stat : 23756 (java) S 23744 23746 23637 0 -1 64 798 0 0 0 27 0 0 0 16 0 12 0 193370644 1513336832 35266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23757] ppid=23744 vsize=1477868 CPUtime=0
/proc/23746/task/23757/stat : 23757 (java) S 23744 23746 23637 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 193370644 1513336832 35266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23758] ppid=23744 vsize=1477868 CPUtime=0
/proc/23746/task/23758/stat : 23758 (java) S 23744 23746 23637 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 193370644 1513336832 35266 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 1477868

[startup+6.30182 s]
/proc/loadavg: 1.08 1.02 0.91 2/77 23758
/proc/meminfo: memFree=1682184/2055920 swapFree=4094796/4192956
[pid=23746] ppid=23744 vsize=1481812 CPUtime=6.65
/proc/23746/stat : 23746 (java) S 23744 23746 23637 0 -1 0 47930 0 102 0 638 27 0 0 18 0 13 0 193370531 1517375488 44516 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23746/statm: 370453 44516 1426 9 0 367796 0
[pid=23746/tid=23748] ppid=23744 vsize=1481812 CPUtime=4.62
/proc/23746/task/23748/stat : 23748 (java) R 23744 23746 23637 0 -1 64 30897 0 59 0 446 16 0 0 22 0 13 0 193370588 1517375488 44516 1992294400 134512640 134550932 4294956016 18446744073709551615 4109702836 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23749] ppid=23744 vsize=1481812 CPUtime=0.25
/proc/23746/task/23749/stat : 23749 (java) S 23744 23746 23637 0 -1 64 6003 0 0 0 22 3 0 0 18 0 13 0 193370629 1517375488 44516 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23750] ppid=23744 vsize=1481812 CPUtime=0.25
/proc/23746/task/23750/stat : 23750 (java) S 23744 23746 23637 0 -1 64 5424 0 0 0 24 1 0 0 17 0 13 0 193370629 1517375488 44516 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23751] ppid=23744 vsize=1481812 CPUtime=0
/proc/23746/task/23751/stat : 23751 (java) S 23744 23746 23637 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 193370633 1517375488 44516 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23752] ppid=23744 vsize=1481812 CPUtime=0
/proc/23746/task/23752/stat : 23752 (java) S 23744 23746 23637 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 193370634 1517375488 44516 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23753] ppid=23744 vsize=1481812 CPUtime=0
/proc/23746/task/23753/stat : 23753 (java) S 23744 23746 23637 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 193370634 1517375488 44516 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23754] ppid=23744 vsize=1481812 CPUtime=0
/proc/23746/task/23754/stat : 23754 (java) S 23744 23746 23637 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 193370644 1517375488 44516 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23755] ppid=23744 vsize=1481812 CPUtime=0.77
/proc/23746/task/23755/stat : 23755 (java) S 23744 23746 23637 0 -1 64 2450 0 0 0 76 1 0 0 16 0 13 0 193370644 1517375488 44516 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23756] ppid=23744 vsize=1481812 CPUtime=0.68
/proc/23746/task/23756/stat : 23756 (java) S 23744 23746 23637 0 -1 64 2438 0 0 0 68 0 0 0 16 0 13 0 193370644 1517375488 44516 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23757] ppid=23744 vsize=1481812 CPUtime=0
/proc/23746/task/23757/stat : 23757 (java) S 23744 23746 23637 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 193370644 1517375488 44516 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23758] ppid=23744 vsize=1481812 CPUtime=0
/proc/23746/task/23758/stat : 23758 (java) S 23744 23746 23637 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193370644 1517375488 44516 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.65
Current children cumulated vsize (KiB) 1481812

[startup+12.701 s]
/proc/loadavg: 1.21 1.05 0.93 2/78 23759
/proc/meminfo: memFree=1678144/2055920 swapFree=4094796/4192956
[pid=23746] ppid=23744 vsize=1480936 CPUtime=13.27
/proc/23746/stat : 23746 (java) S 23744 23746 23637 0 -1 0 48212 0 102 0 1299 28 0 0 18 0 13 0 193370531 1516478464 44469 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23746/statm: 370234 44469 1430 9 0 367577 0
[pid=23746/tid=23748] ppid=23744 vsize=1480936 CPUtime=11.02
/proc/23746/task/23748/stat : 23748 (java) R 23744 23746 23637 0 -1 64 30901 0 59 0 1085 17 0 0 25 0 13 0 193370588 1516478464 44469 1992294400 134512640 134550932 4294956016 18446744073709551615 4109695152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23749] ppid=23744 vsize=1480936 CPUtime=0.25
/proc/23746/task/23749/stat : 23749 (java) S 23744 23746 23637 0 -1 64 6003 0 0 0 22 3 0 0 18 0 13 0 193370629 1516478464 44469 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23750] ppid=23744 vsize=1480936 CPUtime=0.25
/proc/23746/task/23750/stat : 23750 (java) S 23744 23746 23637 0 -1 64 5424 0 0 0 24 1 0 0 17 0 13 0 193370629 1516478464 44469 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23751] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23751/stat : 23751 (java) S 23744 23746 23637 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 193370633 1516478464 44469 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23752] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23752/stat : 23752 (java) S 23744 23746 23637 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 193370634 1516478464 44469 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23753] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23753/stat : 23753 (java) S 23744 23746 23637 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 193370634 1516478464 44469 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23754] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23754/stat : 23754 (java) S 23744 23746 23637 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 193370644 1516478464 44469 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23755] ppid=23744 vsize=1480936 CPUtime=0.77
/proc/23746/task/23755/stat : 23755 (java) S 23744 23746 23637 0 -1 64 2450 0 0 0 76 1 0 0 16 0 13 0 193370644 1516478464 44469 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23756] ppid=23744 vsize=1480936 CPUtime=0.91
/proc/23746/task/23756/stat : 23756 (java) S 23744 23746 23637 0 -1 64 2716 0 0 0 90 1 0 0 15 0 13 0 193370644 1516478464 44469 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23757] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23757/stat : 23757 (java) S 23744 23746 23637 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 193370644 1516478464 44469 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23758] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23758/stat : 23758 (java) S 23744 23746 23637 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193370644 1516478464 44469 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23759] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23759/stat : 23759 (java) S 23744 23746 23637 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 193371080 1516478464 44469 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.27
Current children cumulated vsize (KiB) 1480936

[startup+25.5025 s]
/proc/loadavg: 1.18 1.05 0.93 2/78 23759
/proc/meminfo: memFree=1678592/2055920 swapFree=4094796/4192956
[pid=23746] ppid=23744 vsize=1480936 CPUtime=26.11
/proc/23746/stat : 23746 (java) S 23744 23746 23637 0 -1 0 48221 0 102 0 2583 28 0 0 18 0 13 0 193370531 1516478464 44427 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23746/statm: 370234 44427 1430 9 0 367577 0
[pid=23746/tid=23748] ppid=23744 vsize=1480936 CPUtime=23.78
/proc/23746/task/23748/stat : 23748 (java) R 23744 23746 23637 0 -1 64 30903 0 59 0 2361 17 0 0 25 0 13 0 193370588 1516478464 44427 1992294400 134512640 134550932 4294956016 18446744073709551615 4109767459 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23749] ppid=23744 vsize=1480936 CPUtime=0.25
/proc/23746/task/23749/stat : 23749 (java) S 23744 23746 23637 0 -1 64 6003 0 0 0 22 3 0 0 18 0 13 0 193370629 1516478464 44427 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23750] ppid=23744 vsize=1480936 CPUtime=0.25
/proc/23746/task/23750/stat : 23750 (java) S 23744 23746 23637 0 -1 64 5424 0 0 0 24 1 0 0 17 0 13 0 193370629 1516478464 44427 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23751] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23751/stat : 23751 (java) S 23744 23746 23637 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 193370633 1516478464 44427 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23752] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23752/stat : 23752 (java) S 23744 23746 23637 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 193370634 1516478464 44427 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23753] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23753/stat : 23753 (java) S 23744 23746 23637 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 193370634 1516478464 44427 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23754] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23754/stat : 23754 (java) S 23744 23746 23637 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 193370644 1516478464 44427 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23755] ppid=23744 vsize=1480936 CPUtime=0.81
/proc/23746/task/23755/stat : 23755 (java) S 23744 23746 23637 0 -1 64 2455 0 0 0 80 1 0 0 16 0 13 0 193370644 1516478464 44427 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23756] ppid=23744 vsize=1480936 CPUtime=0.95
/proc/23746/task/23756/stat : 23756 (java) S 23744 23746 23637 0 -1 64 2718 0 0 0 94 1 0 0 17 0 13 0 193370644 1516478464 44427 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23757] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23757/stat : 23757 (java) S 23744 23746 23637 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 193370644 1516478464 44427 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23758] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23758/stat : 23758 (java) S 23744 23746 23637 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193370644 1516478464 44427 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23759] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23759/stat : 23759 (java) S 23744 23746 23637 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 193371080 1516478464 44427 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.11
Current children cumulated vsize (KiB) 1480936

[startup+51.1023 s]
/proc/loadavg: 1.12 1.04 0.93 2/78 23759

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

/proc/23746/statm: 370234 82874 1430 9 0 367577 0
[pid=23746/tid=23748] ppid=23744 vsize=1480936 CPUtime=1659.26
/proc/23746/task/23748/stat : 23748 (java) R 23744 23746 23637 0 -1 64 30907 0 59 0 165908 18 0 0 25 0 13 0 193370588 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4109733324 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23749] ppid=23744 vsize=1480936 CPUtime=0.91
/proc/23746/task/23749/stat : 23749 (java) S 23744 23746 23637 0 -1 64 26103 0 0 0 79 12 0 0 16 0 13 0 193370629 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23750] ppid=23744 vsize=1480936 CPUtime=0.97
/proc/23746/task/23750/stat : 23750 (java) S 23744 23746 23637 0 -1 64 31163 0 0 0 84 13 0 0 21 0 13 0 193370629 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23751] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23751/stat : 23751 (java) S 23744 23746 23637 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 193370633 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23752] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23752/stat : 23752 (java) S 23744 23746 23637 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 193370634 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23753] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23753/stat : 23753 (java) S 23744 23746 23637 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 193370634 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23754] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23754/stat : 23754 (java) S 23744 23746 23637 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 193370644 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23755] ppid=23744 vsize=1480936 CPUtime=0.83
/proc/23746/task/23755/stat : 23755 (java) S 23744 23746 23637 0 -1 64 2455 0 0 0 82 1 0 0 17 0 13 0 193370644 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23756] ppid=23744 vsize=1480936 CPUtime=0.95
/proc/23746/task/23756/stat : 23756 (java) S 23744 23746 23637 0 -1 64 2718 0 0 0 94 1 0 0 17 0 13 0 193370644 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23757] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23757/stat : 23757 (java) S 23744 23746 23637 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 193370644 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23758] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23758/stat : 23758 (java) S 23744 23746 23637 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193370644 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23759] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23759/stat : 23759 (java) S 23744 23746 23637 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 193371080 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.99
Current children cumulated vsize (KiB) 1480936

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 23767
/proc/meminfo: memFree=1523712/2055920 swapFree=4094796/4192956
[pid=23746] ppid=23744 vsize=1480936 CPUtime=1722.98
/proc/23746/stat : 23746 (java) S 23744 23746 23637 0 -1 0 94064 0 102 0 172248 50 0 0 18 0 13 0 193370531 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23746/statm: 370234 82874 1430 9 0 367577 0
[pid=23746/tid=23748] ppid=23744 vsize=1480936 CPUtime=1719.24
/proc/23746/task/23748/stat : 23748 (java) R 23744 23746 23637 0 -1 64 30907 0 59 0 171906 18 0 0 25 0 13 0 193370588 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4109781165 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23749] ppid=23744 vsize=1480936 CPUtime=0.91
/proc/23746/task/23749/stat : 23749 (java) S 23744 23746 23637 0 -1 64 26103 0 0 0 79 12 0 0 16 0 13 0 193370629 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23750] ppid=23744 vsize=1480936 CPUtime=0.97
/proc/23746/task/23750/stat : 23750 (java) S 23744 23746 23637 0 -1 64 31163 0 0 0 84 13 0 0 21 0 13 0 193370629 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23751] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23751/stat : 23751 (java) S 23744 23746 23637 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 193370633 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23752] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23752/stat : 23752 (java) S 23744 23746 23637 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 193370634 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23753] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23753/stat : 23753 (java) S 23744 23746 23637 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 193370634 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23754] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23754/stat : 23754 (java) S 23744 23746 23637 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 193370644 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23755] ppid=23744 vsize=1480936 CPUtime=0.83
/proc/23746/task/23755/stat : 23755 (java) S 23744 23746 23637 0 -1 64 2455 0 0 0 82 1 0 0 17 0 13 0 193370644 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23756] ppid=23744 vsize=1480936 CPUtime=0.95
/proc/23746/task/23756/stat : 23756 (java) S 23744 23746 23637 0 -1 64 2718 0 0 0 94 1 0 0 17 0 13 0 193370644 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23757] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23757/stat : 23757 (java) S 23744 23746 23637 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 193370644 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23758] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23758/stat : 23758 (java) S 23744 23746 23637 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193370644 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23759] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23759/stat : 23759 (java) S 23744 23746 23637 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 193371080 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1722.98
Current children cumulated vsize (KiB) 1480936

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 23767
/proc/meminfo: memFree=1523584/2055920 swapFree=4094796/4192956
[pid=23746] ppid=23744 vsize=1480936 CPUtime=1782.95
/proc/23746/stat : 23746 (java) S 23744 23746 23637 0 -1 0 94064 0 102 0 178245 50 0 0 18 0 13 0 193370531 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23746/statm: 370234 82874 1430 9 0 367577 0
[pid=23746/tid=23748] ppid=23744 vsize=1480936 CPUtime=1779.22
/proc/23746/task/23748/stat : 23748 (java) R 23744 23746 23637 0 -1 64 30907 0 59 0 177904 18 0 0 25 0 13 0 193370588 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4109735250 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23749] ppid=23744 vsize=1480936 CPUtime=0.91
/proc/23746/task/23749/stat : 23749 (java) S 23744 23746 23637 0 -1 64 26103 0 0 0 79 12 0 0 16 0 13 0 193370629 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23750] ppid=23744 vsize=1480936 CPUtime=0.97
/proc/23746/task/23750/stat : 23750 (java) S 23744 23746 23637 0 -1 64 31163 0 0 0 84 13 0 0 21 0 13 0 193370629 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23751] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23751/stat : 23751 (java) S 23744 23746 23637 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 193370633 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23752] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23752/stat : 23752 (java) S 23744 23746 23637 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 193370634 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23753] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23753/stat : 23753 (java) S 23744 23746 23637 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 193370634 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23754] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23754/stat : 23754 (java) S 23744 23746 23637 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 193370644 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23755] ppid=23744 vsize=1480936 CPUtime=0.83
/proc/23746/task/23755/stat : 23755 (java) S 23744 23746 23637 0 -1 64 2455 0 0 0 82 1 0 0 17 0 13 0 193370644 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23756] ppid=23744 vsize=1480936 CPUtime=0.95
/proc/23746/task/23756/stat : 23756 (java) S 23744 23746 23637 0 -1 64 2718 0 0 0 94 1 0 0 17 0 13 0 193370644 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23757] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23757/stat : 23757 (java) S 23744 23746 23637 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 193370644 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23758] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23758/stat : 23758 (java) S 23744 23746 23637 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193370644 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23759] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23759/stat : 23759 (java) S 23744 23746 23637 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 193371080 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.95
Current children cumulated vsize (KiB) 1480936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.4 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 23767
/proc/meminfo: memFree=1523584/2055920 swapFree=4094796/4192956
[pid=23746] ppid=23744 vsize=1480936 CPUtime=1800.05
/proc/23746/stat : 23746 (java) S 23744 23746 23637 0 -1 0 94064 0 102 0 179955 50 0 0 18 0 13 0 193370531 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23746/statm: 370234 82874 1430 9 0 367577 0
[pid=23746/tid=23748] ppid=23744 vsize=1480936 CPUtime=1796.32
/proc/23746/task/23748/stat : 23748 (java) R 23744 23746 23637 0 -1 64 30907 0 59 0 179614 18 0 0 25 0 13 0 193370588 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4109733756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23749] ppid=23744 vsize=1480936 CPUtime=0.91
/proc/23746/task/23749/stat : 23749 (java) S 23744 23746 23637 0 -1 64 26103 0 0 0 79 12 0 0 16 0 13 0 193370629 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23750] ppid=23744 vsize=1480936 CPUtime=0.97
/proc/23746/task/23750/stat : 23750 (java) S 23744 23746 23637 0 -1 64 31163 0 0 0 84 13 0 0 21 0 13 0 193370629 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23751] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23751/stat : 23751 (java) S 23744 23746 23637 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 193370633 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23752] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23752/stat : 23752 (java) S 23744 23746 23637 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 193370634 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23753] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23753/stat : 23753 (java) S 23744 23746 23637 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 193370634 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23754] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23754/stat : 23754 (java) S 23744 23746 23637 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 193370644 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23755] ppid=23744 vsize=1480936 CPUtime=0.83
/proc/23746/task/23755/stat : 23755 (java) S 23744 23746 23637 0 -1 64 2455 0 0 0 82 1 0 0 17 0 13 0 193370644 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23756] ppid=23744 vsize=1480936 CPUtime=0.95
/proc/23746/task/23756/stat : 23756 (java) S 23744 23746 23637 0 -1 64 2718 0 0 0 94 1 0 0 17 0 13 0 193370644 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23757] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23757/stat : 23757 (java) S 23744 23746 23637 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 193370644 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23758] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23758/stat : 23758 (java) S 23744 23746 23637 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193370644 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23759] ppid=23744 vsize=1480936 CPUtime=0
/proc/23746/task/23759/stat : 23759 (java) S 23744 23746 23637 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 193371080 1516478464 82874 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1480936

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

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

[startup+1799.61 s]
/proc/loadavg: 1.00 1.00 0.93 3/81 23770
/proc/meminfo: memFree=1523496/2055920 swapFree=4094796/4192956
[pid=23746] ppid=23744 vsize=1481584 CPUtime=1800.44
/proc/23746/stat : 23746 (java) S 23744 23746 23637 0 -1 0 94086 0 102 0 179994 50 0 0 16 0 14 0 193370531 1517142016 82896 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23746/statm: 370396 82896 1431 9 0 367739 0
[pid=23746/tid=23748] ppid=23744 vsize=1481584 CPUtime=1796.52
/proc/23746/task/23748/stat : 23748 (java) R 23744 23746 23637 0 -1 64 30907 0 59 0 179634 18 0 0 25 0 14 0 193370588 1517142016 82896 1992294400 134512640 134550932 4294956016 18446744073709551615 4109695155 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23749] ppid=23744 vsize=1481584 CPUtime=0.91
/proc/23746/task/23749/stat : 23749 (java) S 23744 23746 23637 0 -1 64 26103 0 0 0 79 12 0 0 16 0 14 0 193370629 1517142016 82896 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23750] ppid=23744 vsize=1481584 CPUtime=0.97
/proc/23746/task/23750/stat : 23750 (java) S 23744 23746 23637 0 -1 64 31163 0 0 0 84 13 0 0 21 0 14 0 193370629 1517142016 82896 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23751] ppid=23744 vsize=1481584 CPUtime=0
/proc/23746/task/23751/stat : 23751 (java) S 23744 23746 23637 0 -1 64 17 0 0 0 0 0 0 0 16 0 14 0 193370633 1517142016 82896 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23752] ppid=23744 vsize=1481584 CPUtime=0
/proc/23746/task/23752/stat : 23752 (java) S 23744 23746 23637 0 -1 64 11 0 0 0 0 0 0 0 17 0 14 0 193370634 1517142016 82896 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23753] ppid=23744 vsize=1481584 CPUtime=0
/proc/23746/task/23753/stat : 23753 (java) S 23744 23746 23637 0 -1 64 6 0 0 0 0 0 0 0 17 0 14 0 193370634 1517142016 82896 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23746/tid=23754] ppid=23744 vsize=1481584 CPUtime=0
/proc/23746/task/23754/stat : 23754 (java) S 23744 23746 23637 0 -1 64 6 0 0 0 0 0 0 0 18 0 14 0 193370644 1517142016 82896 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23755] ppid=23744 vsize=1481584 CPUtime=0.86
/proc/23746/task/23755/stat : 23755 (java) S 23744 23746 23637 0 -1 64 2455 0 0 0 85 1 0 0 16 0 14 0 193370644 1517142016 82896 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23756] ppid=23744 vsize=1481584 CPUtime=0.95
/proc/23746/task/23756/stat : 23756 (java) S 23744 23746 23637 0 -1 64 2718 0 0 0 94 1 0 0 17 0 14 0 193370644 1517142016 82896 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23757] ppid=23744 vsize=1481584 CPUtime=0
/proc/23746/task/23757/stat : 23757 (java) S 23744 23746 23637 0 -1 64 0 0 0 0 0 0 0 0 20 0 14 0 193370644 1517142016 82896 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23758] ppid=23744 vsize=1481584 CPUtime=0
/proc/23746/task/23758/stat : 23758 (java) S 23744 23746 23637 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 193370644 1517142016 82896 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23759] ppid=23744 vsize=1481584 CPUtime=0
/proc/23746/task/23759/stat : 23759 (java) S 23744 23746 23637 0 -1 64 4 0 0 0 0 0 0 0 19 0 14 0 193371080 1517142016 82896 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23746/tid=23769] ppid=23744 vsize=1481584 CPUtime=0
/proc/23746/task/23769/stat : 23769 (java) S 23744 23746 23637 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 193550472 1517142016 82896 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.44
Current children cumulated vsize (KiB) 1481584

Child status: 143
Real time (s): 1799.68
CPU time (s): 1800.52
CPU user time (s): 1799.97
CPU system time (s): 0.551916
CPU usage (%): 100.046
Max. virtual memory (cumulated for all children) (KiB): 1481812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.97
system time used= 0.551916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94086
page faults= 102
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37416
involuntary context switches= 4092

runsolver used 1.9667 second user time and 4.6073 second system time

The end

Launcher Data

Begin job on node91 at 2009-06-17 18:55:27
IDJOB=1884386
IDBENCH=71952
IDSOLVER=682
FILE ID=node91/1884386-1245257726
PBS_JOBID= 9372373
Free space on /tmp= 66436 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT_RACE08/cnf/manol-pipe-c6bidw_i.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884386-1245257726/watcher-1884386-1245257726 -o /tmp/evaluation-result-1884386-1245257726/solver-1884386-1245257726 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1884386-1245257726.opb

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

MD5SUM BENCH= 5eba62c3bddebf9399b02f6072d2dbe1
RANDOM SEED=941799320

node91.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.261
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.261
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:       1863816 kB
Buffers:         13844 kB
Cached:          57348 kB
SwapCached:      91872 kB
Active:          32176 kB
Inactive:       132804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1863816 kB
SwapTotal:     4192956 kB
SwapFree:      4094796 kB
Dirty:            8668 kB
Writeback:           0 kB
Mapped:          15100 kB
Slab:            13008 kB
Committed_AS:   100672 kB
PageTables:       1364 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66436 MiB
End job on node91 at 2009-06-17 19:25:28