Trace number 1885565

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.49 1791.88

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/
satComp09_BioInstances/ndhf_xits_21_SAT.opb
MD5SUMc0904f6d5e526dfae426396bb3b9e9a5
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark10.8523
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4466
Total number of constraints542457
Number of constraints which are clauses542457
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 constraint2
Maximum length of a constraint22
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 23
Number of bits of the biggest sum of numbers5
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.22	c Pseudo Boolean Optimization
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c MiniSAT restarts strategy
0.23/0.22	c Memory based learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c solving HOME/instance-1885565-1245267346.opb
0.23/0.22	c reading problem ... 
8.96/7.77	c ... done. Wall clock time 7.551s.
8.96/7.77	c #vars     4466
8.96/7.77	c #constraints  542457
8.96/7.77	c constraints type 
8.96/7.77	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6774
8.96/7.77	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 535683
1800.09/1791.61	c starts		: 20
1800.09/1791.61	c conflicts		: 476824
1800.09/1791.61	c decisions		: 518042
1800.09/1791.61	c propagations		: 42838935
1800.09/1791.61	c inspects		: 2965166078
1800.09/1791.61	c learnt literals	: 0
1800.09/1791.61	c learnt binary clauses	: 0
1800.09/1791.61	c learnt ternary clauses	: 1
1800.09/1791.61	c learnt clauses	: 476824
1800.09/1791.61	c ignored clauses	: 0
1800.09/1791.61	c root simplifications	: 0
1800.09/1791.61	c removed literals (reason simplification)	: 0
1800.09/1791.61	c reason swapping (by a shorter reason)	: 0
1800.09/1791.61	c Calls to reduceDB	: 0
1800.09/1791.61	c speed (assignments/second)	: 24015.01760247556
1800.09/1791.61	c non guided choices	674
1800.29/1791.72	c learnt constraints type 
1800.29/1791.72	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 476854
1800.29/1791.72	c constraints type 
1800.29/1791.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6774
1800.29/1791.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 535683
1800.29/1791.72	s UNKNOWN
1800.29/1791.72	c Total wall clock time (in seconds): 1791.501

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-1885565-1245267346/watcher-1885565-1245267346 -o /tmp/evaluation-result-1885565-1245267346/solver-1885565-1245267346 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1885565-1245267346.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 2/64 24978
/proc/meminfo: memFree=1782208/2055920 swapFree=4192044/4192956
[pid=24978] ppid=24976 vsize=152 CPUtime=0
/proc/24978/stat : 24978 (java6) D 24976 24978 23374 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 79443485 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 11957028 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/24978/statm: 38 26 19 9 0 4 0

[startup+0.105358 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 24978
/proc/meminfo: memFree=1782208/2055920 swapFree=4192044/4192956
[pid=24978] ppid=24976 vsize=1472584 CPUtime=0.09
/proc/24978/stat : 24978 (java) S 24976 24978 23374 0 -1 0 3617 0 1 0 7 2 0 0 18 0 12 0 79443485 1507926016 3360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24978/statm: 368146 3360 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.201367 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 24978
/proc/meminfo: memFree=1782208/2055920 swapFree=4192044/4192956
[pid=24978] ppid=24976 vsize=1474796 CPUtime=0.23
/proc/24978/stat : 24978 (java) S 24976 24978 23374 0 -1 0 4754 0 1 0 20 3 0 0 18 0 12 0 79443485 1510191104 4492 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24978/statm: 368699 4493 1341 9 0 366042 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1474796

[startup+0.301373 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 24978
/proc/meminfo: memFree=1782208/2055920 swapFree=4192044/4192956
[pid=24978] ppid=24976 vsize=1474796 CPUtime=0.34
/proc/24978/stat : 24978 (java) S 24976 24978 23374 0 -1 0 5069 0 1 0 31 3 0 0 18 0 12 0 79443485 1510191104 4806 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24978/statm: 368699 4806 1353 9 0 366042 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1474796

[startup+0.701411 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 24978
/proc/meminfo: memFree=1782208/2055920 swapFree=4192044/4192956
[pid=24978] ppid=24976 vsize=1476236 CPUtime=0.99
/proc/24978/stat : 24978 (java) S 24976 24978 23374 0 -1 0 7432 0 1 0 95 4 0 0 18 0 12 0 79443485 1511665664 6672 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24978/statm: 369059 6672 1397 9 0 366402 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1476236

[startup+1.50147 s]
/proc/loadavg: 1.00 1.00 1.00 4/76 24990
/proc/meminfo: memFree=1740640/2055920 swapFree=4192044/4192956
[pid=24978] ppid=24976 vsize=1476280 CPUtime=2.02
/proc/24978/stat : 24978 (java) S 24976 24978 23374 0 -1 0 23166 0 1 0 191 11 0 0 18 0 12 0 79443485 1511710720 22033 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24978/statm: 369070 22034 1401 9 0 366413 0
[pid=24978/tid=24980] ppid=24976 vsize=1476280 CPUtime=1.3
/proc/24978/task/24980/stat : 24980 (java) R 24976 24978 23374 0 -1 64 20401 0 1 0 121 9 0 0 21 0 12 0 79443487 1511710720 22034 1992294400 134512640 134550932 4294956000 18446744073709551615 4109630352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24981] ppid=24976 vsize=1476280 CPUtime=0
/proc/24978/task/24981/stat : 24981 (java) S 24976 24978 23374 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 79443488 1511710720 22035 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24982] ppid=24976 vsize=1476280 CPUtime=0
/proc/24978/task/24982/stat : 24982 (java) S 24976 24978 23374 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 79443488 1511710720 22036 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24983] ppid=24976 vsize=1476280 CPUtime=0
/proc/24978/task/24983/stat : 24983 (java) S 24976 24978 23374 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 79443490 1511710720 22037 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24984] ppid=24976 vsize=1476280 CPUtime=0
/proc/24978/task/24984/stat : 24984 (java) S 24976 24978 23374 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 79443490 1511710720 22038 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24985] ppid=24976 vsize=1476280 CPUtime=0
/proc/24978/task/24985/stat : 24985 (java) S 24976 24978 23374 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 79443490 1511710720 22039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24986] ppid=24976 vsize=1476280 CPUtime=0
/proc/24978/task/24986/stat : 24986 (java) S 24976 24978 23374 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 79443495 1511710720 22040 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24987] ppid=24976 vsize=1476280 CPUtime=0.37
/proc/24978/task/24987/stat : 24987 (java) S 24976 24978 23374 0 -1 64 1187 0 0 0 37 0 0 0 17 0 12 0 79443495 1511710720 22042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24988] ppid=24976 vsize=1476280 CPUtime=0.31
/proc/24978/task/24988/stat : 24988 (java) S 24976 24978 23374 0 -1 64 838 0 0 0 31 0 0 0 17 0 12 0 79443495 1511710720 22043 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24989] ppid=24976 vsize=1476280 CPUtime=0
/proc/24978/task/24989/stat : 24989 (java) S 24976 24978 23374 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 79443495 1511710720 22044 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24990] ppid=24976 vsize=1476280 CPUtime=0
/proc/24978/task/24990/stat : 24990 (java) S 24976 24978 23374 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 79443495 1511710720 22045 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 1476280

[startup+3.10161 s]
/proc/loadavg: 1.08 1.02 1.00 2/76 24990
/proc/meminfo: memFree=1651616/2055920 swapFree=4192044/4192956
[pid=24978] ppid=24976 vsize=1476280 CPUtime=3.71
/proc/24978/stat : 24978 (java) S 24976 24978 23374 0 -1 0 37393 0 1 0 353 18 0 0 18 0 12 0 79443485 1511710720 36233 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24978/statm: 369070 36233 1411 9 0 366413 0
[pid=24978/tid=24980] ppid=24976 vsize=1476280 CPUtime=2.82
/proc/24978/task/24980/stat : 24980 (java) R 24976 24978 23374 0 -1 64 30934 0 1 0 267 15 0 0 22 0 12 0 79443487 1511710720 36233 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24981] ppid=24976 vsize=1476280 CPUtime=0.08
/proc/24978/task/24981/stat : 24981 (java) S 24976 24978 23374 0 -1 64 1795 0 0 0 8 0 0 0 16 0 12 0 79443488 1511710720 36233 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24982] ppid=24976 vsize=1476280 CPUtime=0.07
/proc/24978/task/24982/stat : 24982 (java) S 24976 24978 23374 0 -1 64 1884 0 0 0 7 0 0 0 17 0 12 0 79443488 1511710720 36233 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24983] ppid=24976 vsize=1476280 CPUtime=0
/proc/24978/task/24983/stat : 24983 (java) S 24976 24978 23374 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 79443490 1511710720 36233 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24984] ppid=24976 vsize=1476280 CPUtime=0
/proc/24978/task/24984/stat : 24984 (java) S 24976 24978 23374 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 79443490 1511710720 36233 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24985] ppid=24976 vsize=1476280 CPUtime=0
/proc/24978/task/24985/stat : 24985 (java) S 24976 24978 23374 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 79443490 1511710720 36233 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24986] ppid=24976 vsize=1476280 CPUtime=0
/proc/24978/task/24986/stat : 24986 (java) S 24976 24978 23374 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 79443495 1511710720 36233 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24987] ppid=24976 vsize=1476280 CPUtime=0.37
/proc/24978/task/24987/stat : 24987 (java) S 24976 24978 23374 0 -1 64 1187 0 0 0 37 0 0 0 17 0 12 0 79443495 1511710720 36233 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24988] ppid=24976 vsize=1476280 CPUtime=0.31
/proc/24978/task/24988/stat : 24988 (java) S 24976 24978 23374 0 -1 64 838 0 0 0 31 0 0 0 17 0 12 0 79443495 1511710720 36233 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24989] ppid=24976 vsize=1476280 CPUtime=0
/proc/24978/task/24989/stat : 24989 (java) S 24976 24978 23374 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 79443495 1511710720 36233 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24990] ppid=24976 vsize=1476280 CPUtime=0
/proc/24978/task/24990/stat : 24990 (java) S 24976 24978 23374 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 79443495 1511710720 36233 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 1476280

[startup+6.30289 s]
/proc/loadavg: 1.08 1.02 1.00 2/76 24990
/proc/meminfo: memFree=1615904/2055920 swapFree=4192044/4192956
[pid=24978] ppid=24976 vsize=1476280 CPUtime=7.32
/proc/24978/stat : 24978 (java) S 24976 24978 23374 0 -1 0 45618 0 1 0 709 23 0 0 18 0 12 0 79443485 1511710720 44096 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24978/statm: 369070 44096 1414 9 0 366413 0
[pid=24978/tid=24980] ppid=24976 vsize=1476280 CPUtime=5.61
/proc/24978/task/24980/stat : 24980 (java) R 24976 24978 23374 0 -1 64 30940 0 1 0 545 16 0 0 16 0 12 0 79443487 1511710720 44096 1992294400 134512640 134550932 4294956000 18446744073709551615 4109464686 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24981] ppid=24976 vsize=1476280 CPUtime=0.47
/proc/24978/task/24981/stat : 24981 (java) S 24976 24978 23374 0 -1 64 5793 0 0 0 45 2 0 0 18 0 12 0 79443488 1511710720 44096 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24982] ppid=24976 vsize=1476280 CPUtime=0.47
/proc/24978/task/24982/stat : 24982 (java) S 24976 24978 23374 0 -1 64 6093 0 0 0 45 2 0 0 16 0 12 0 79443488 1511710720 44096 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24983] ppid=24976 vsize=1476280 CPUtime=0
/proc/24978/task/24983/stat : 24983 (java) S 24976 24978 23374 0 -1 64 22 0 0 0 0 0 0 0 17 0 12 0 79443490 1511710720 44096 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24984] ppid=24976 vsize=1476280 CPUtime=0
/proc/24978/task/24984/stat : 24984 (java) S 24976 24978 23374 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 79443490 1511710720 44096 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24985] ppid=24976 vsize=1476280 CPUtime=0
/proc/24978/task/24985/stat : 24985 (java) S 24976 24978 23374 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 79443490 1511710720 44096 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24986] ppid=24976 vsize=1476280 CPUtime=0
/proc/24978/task/24986/stat : 24986 (java) S 24976 24978 23374 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 79443495 1511710720 44096 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24987] ppid=24976 vsize=1476280 CPUtime=0.37
/proc/24978/task/24987/stat : 24987 (java) S 24976 24978 23374 0 -1 64 1187 0 0 0 37 0 0 0 17 0 12 0 79443495 1511710720 44096 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24988] ppid=24976 vsize=1476280 CPUtime=0.33
/proc/24978/task/24988/stat : 24988 (java) S 24976 24978 23374 0 -1 64 842 0 0 0 33 0 0 0 16 0 12 0 79443495 1511710720 44096 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24989] ppid=24976 vsize=1476280 CPUtime=0
/proc/24978/task/24989/stat : 24989 (java) S 24976 24978 23374 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 79443495 1511710720 44096 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24990] ppid=24976 vsize=1476280 CPUtime=0
/proc/24978/task/24990/stat : 24990 (java) S 24976 24978 23374 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 79443495 1511710720 44096 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 1476280

[startup+12.7025 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 24991
/proc/meminfo: memFree=1573088/2055920 swapFree=4192044/4192956
[pid=24978] ppid=24976 vsize=1481872 CPUtime=14.92
/proc/24978/stat : 24978 (java) S 24976 24978 23374 0 -1 0 57374 0 1 0 1463 29 0 0 18 0 13 0 79443485 1517436928 53644 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24978/statm: 370468 53644 1428 9 0 367811 0
[pid=24978/tid=24980] ppid=24976 vsize=1481872 CPUtime=11.21
/proc/24978/task/24980/stat : 24980 (java) R 24976 24978 23374 0 -1 64 30990 0 1 0 1104 17 0 0 25 0 13 0 79443487 1517436928 53644 1992294400 134512640 134550932 4294956000 18446744073709551615 4109671871 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24981] ppid=24976 vsize=1481872 CPUtime=0.89
/proc/24978/task/24981/stat : 24981 (java) S 24976 24978 23374 0 -1 64 9779 0 0 0 85 4 0 0 17 0 13 0 79443488 1517436928 53644 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24982] ppid=24976 vsize=1481872 CPUtime=0.9
/proc/24978/task/24982/stat : 24982 (java) S 24976 24978 23374 0 -1 64 11107 0 0 0 86 4 0 0 16 0 13 0 79443488 1517436928 53644 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24983] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24983/stat : 24983 (java) S 24976 24978 23374 0 -1 64 22 0 0 0 0 0 0 0 17 0 13 0 79443490 1517436928 53644 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24984] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24984/stat : 24984 (java) S 24976 24978 23374 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 79443490 1517436928 53644 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24985] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24985/stat : 24985 (java) S 24976 24978 23374 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 79443490 1517436928 53644 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24986] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24986/stat : 24986 (java) S 24976 24978 23374 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 79443495 1517436928 53644 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24987] ppid=24976 vsize=1481872 CPUtime=1.05
/proc/24978/task/24987/stat : 24987 (java) S 24976 24978 23374 0 -1 64 2664 0 0 0 104 1 0 0 16 0 13 0 79443495 1517436928 53644 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24988] ppid=24976 vsize=1481872 CPUtime=0.8
/proc/24978/task/24988/stat : 24988 (java) S 24976 24978 23374 0 -1 64 2067 0 0 0 80 0 0 0 16 0 13 0 79443495 1517436928 53644 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24989] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24989/stat : 24989 (java) S 24976 24978 23374 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 79443495 1517436928 53644 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24990] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24990/stat : 24990 (java) S 24976 24978 23374 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 79443495 1517436928 53644 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24991] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24991/stat : 24991 (java) S 24976 24978 23374 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 79444265 1517436928 53644 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.92
Current children cumulated vsize (KiB) 1481872

[startup+25.5016 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 24991
/proc/meminfo: memFree=1561184/2055920 swapFree=4192044/4192956
[pid=24978] ppid=24976 vsize=1481872 CPUtime=27.94
/proc/24978/stat : 24978 (java) S 24976 24978 23374 0 -1 0 60549 0 1 0 2763 31 0 0 18 0 13 0 79443485 1517436928 56483 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24978/statm: 370468 56483 1432 9 0 367811 0
[pid=24978/tid=24980] ppid=24976 vsize=1481872 CPUtime=23.85
/proc/24978/task/24980/stat : 24980 (java) R 24976 24978 23374 0 -1 64 31004 0 1 0 2368 17 0 0 22 0 13 0 79443487 1517436928 56483 1992294400 134512640 134550932 4294956000 18446744073709551615 4109626599 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24981] ppid=24976 vsize=1481872 CPUtime=0.97
/proc/24978/task/24981/stat : 24981 (java) S 24976 24978 23374 0 -1 64 11383 0 0 0 92 5 0 0 16 0 13 0 79443488 1517436928 56483 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24982] ppid=24976 vsize=1481872 CPUtime=0.97
/proc/24978/task/24982/stat : 24982 (java) S 24976 24978 23374 0 -1 64 12647 0 0 0 93 4 0 0 16 0 13 0 79443488 1517436928 56483 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24983] ppid=24976 vsize=1481872 CPUtime=0.01
/proc/24978/task/24983/stat : 24983 (java) S 24976 24978 23374 0 -1 64 22 0 0 0 1 0 0 0 15 0 13 0 79443490 1517436928 56483 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24984] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24984/stat : 24984 (java) S 24976 24978 23374 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 79443490 1517436928 56483 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24985] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24985/stat : 24985 (java) S 24976 24978 23374 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 79443490 1517436928 56483 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24986] ppid=24976 vsize=1481872 CPUtime=0

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

[pid=24978/tid=24983] ppid=24976 vsize=1481872 CPUtime=0.08
/proc/24978/task/24983/stat : 24983 (java) S 24976 24978 23374 0 -1 64 23 0 0 0 6 2 0 0 16 0 13 0 79443490 1517436928 183206 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24984] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24984/stat : 24984 (java) S 24976 24978 23374 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 79443490 1517436928 183206 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24985] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24985/stat : 24985 (java) S 24976 24978 23374 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 79443490 1517436928 183206 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24986] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24986/stat : 24986 (java) S 24976 24978 23374 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 79443495 1517436928 183206 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24987] ppid=24976 vsize=1481872 CPUtime=1.4
/proc/24978/task/24987/stat : 24987 (java) S 24976 24978 23374 0 -1 64 2700 0 0 0 139 1 0 0 17 0 13 0 79443495 1517436928 183206 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24988] ppid=24976 vsize=1481872 CPUtime=0.86
/proc/24978/task/24988/stat : 24988 (java) S 24976 24978 23374 0 -1 64 2067 0 0 0 86 0 0 0 17 0 13 0 79443495 1517436928 183206 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24989] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24989/stat : 24989 (java) S 24976 24978 23374 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 79443495 1517436928 183206 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24990] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24990/stat : 24990 (java) S 24976 24978 23374 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 79443495 1517436928 183206 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24991] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24991/stat : 24991 (java) S 24976 24978 23374 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 79444265 1517436928 183206 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1669.97
Current children cumulated vsize (KiB) 1481872

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 24999
/proc/meminfo: memFree=1032672/2055920 swapFree=4192044/4192956
[pid=24978] ppid=24976 vsize=1481872 CPUtime=1730.35
/proc/24978/stat : 24978 (java) S 24976 24978 23374 0 -1 0 203363 0 1 0 172926 109 0 0 18 0 13 0 79443485 1517436928 188570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24978/statm: 370468 188570 1432 9 0 367811 0
[pid=24978/tid=24980] ppid=24976 vsize=1481872 CPUtime=1713.18
/proc/24978/task/24980/stat : 24980 (java) R 24976 24978 23374 0 -1 64 31339 0 1 0 171299 19 0 0 25 0 13 0 79443487 1517436928 188570 1992294400 134512640 134550932 4294956000 18446744073709551615 4109671871 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24981] ppid=24976 vsize=1481872 CPUtime=7.31
/proc/24978/task/24981/stat : 24981 (java) S 24976 24978 23374 0 -1 64 84155 0 0 0 688 43 0 0 16 0 13 0 79443488 1517436928 188570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24982] ppid=24976 vsize=1481872 CPUtime=7.47
/proc/24978/task/24982/stat : 24982 (java) S 24976 24978 23374 0 -1 64 82334 0 0 0 706 41 0 0 16 0 13 0 79443488 1517436928 188570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24983] ppid=24976 vsize=1481872 CPUtime=0.08
/proc/24978/task/24983/stat : 24983 (java) S 24976 24978 23374 0 -1 64 23 0 0 0 6 2 0 0 15 0 13 0 79443490 1517436928 188570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24984] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24984/stat : 24984 (java) S 24976 24978 23374 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 79443490 1517436928 188570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24985] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24985/stat : 24985 (java) S 24976 24978 23374 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 79443490 1517436928 188570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24986] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24986/stat : 24986 (java) S 24976 24978 23374 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 79443495 1517436928 188570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24987] ppid=24976 vsize=1481872 CPUtime=1.4
/proc/24978/task/24987/stat : 24987 (java) S 24976 24978 23374 0 -1 64 2700 0 0 0 139 1 0 0 17 0 13 0 79443495 1517436928 188570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24988] ppid=24976 vsize=1481872 CPUtime=0.86
/proc/24978/task/24988/stat : 24988 (java) S 24976 24978 23374 0 -1 64 2067 0 0 0 86 0 0 0 17 0 13 0 79443495 1517436928 188570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24989] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24989/stat : 24989 (java) S 24976 24978 23374 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 79443495 1517436928 188570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24990] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24990/stat : 24990 (java) S 24976 24978 23374 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 79443495 1517436928 188570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24991] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24991/stat : 24991 (java) S 24976 24978 23374 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 79444265 1517436928 188570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1730.35
Current children cumulated vsize (KiB) 1481872

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 24999
/proc/meminfo: memFree=1009952/2055920 swapFree=4192044/4192956
[pid=24978] ppid=24976 vsize=1481872 CPUtime=1790.73
/proc/24978/stat : 24978 (java) S 24976 24978 23374 0 -1 0 209077 0 1 0 178960 113 0 0 18 0 13 0 79443485 1517436928 193831 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24978/statm: 370468 193831 1432 9 0 367811 0
[pid=24978/tid=24980] ppid=24976 vsize=1481872 CPUtime=1772.69
/proc/24978/task/24980/stat : 24980 (java) R 24976 24978 23374 0 -1 64 31352 0 1 0 177250 19 0 0 25 0 13 0 79443487 1517436928 193831 1992294400 134512640 134550932 4294956000 18446744073709551615 4109660376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24981] ppid=24976 vsize=1481872 CPUtime=7.74
/proc/24978/task/24981/stat : 24981 (java) S 24976 24978 23374 0 -1 64 87073 0 0 0 729 45 0 0 17 0 13 0 79443488 1517436928 193831 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24982] ppid=24976 vsize=1481872 CPUtime=7.9
/proc/24978/task/24982/stat : 24982 (java) S 24976 24978 23374 0 -1 64 85117 0 0 0 748 42 0 0 16 0 13 0 79443488 1517436928 193831 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24983] ppid=24976 vsize=1481872 CPUtime=0.08
/proc/24978/task/24983/stat : 24983 (java) S 24976 24978 23374 0 -1 64 23 0 0 0 6 2 0 0 15 0 13 0 79443490 1517436928 193831 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24984] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24984/stat : 24984 (java) S 24976 24978 23374 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 79443490 1517436928 193831 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24985] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24985/stat : 24985 (java) S 24976 24978 23374 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 79443490 1517436928 193831 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24986] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24986/stat : 24986 (java) S 24976 24978 23374 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 79443495 1517436928 193831 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24987] ppid=24976 vsize=1481872 CPUtime=1.4
/proc/24978/task/24987/stat : 24987 (java) S 24976 24978 23374 0 -1 64 2700 0 0 0 139 1 0 0 17 0 13 0 79443495 1517436928 193831 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24988] ppid=24976 vsize=1481872 CPUtime=0.86
/proc/24978/task/24988/stat : 24988 (java) S 24976 24978 23374 0 -1 64 2067 0 0 0 86 0 0 0 17 0 13 0 79443495 1517436928 193831 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24989] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24989/stat : 24989 (java) S 24976 24978 23374 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 79443495 1517436928 193831 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24990] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24990/stat : 24990 (java) S 24976 24978 23374 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 79443495 1517436928 193831 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24991] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24991/stat : 24991 (java) S 24976 24978 23374 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 79444265 1517436928 193831 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1790.73
Current children cumulated vsize (KiB) 1481872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 24999
/proc/meminfo: memFree=1006816/2055920 swapFree=4192044/4192956
[pid=24978] ppid=24976 vsize=1481872 CPUtime=1800.09
/proc/24978/stat : 24978 (java) S 24976 24978 23374 0 -1 0 209908 0 1 0 179896 113 0 0 18 0 13 0 79443485 1517436928 194611 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24978/statm: 370468 194611 1432 9 0 367811 0
[pid=24978/tid=24980] ppid=24976 vsize=1481872 CPUtime=1781.92
/proc/24978/task/24980/stat : 24980 (java) R 24976 24978 23374 0 -1 64 31354 0 1 0 178173 19 0 0 25 0 13 0 79443487 1517436928 194611 1992294400 134512640 134550932 4294956000 18446744073709551615 4109671871 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24981] ppid=24976 vsize=1481872 CPUtime=7.8
/proc/24978/task/24981/stat : 24981 (java) S 24976 24978 23374 0 -1 64 87504 0 0 0 735 45 0 0 17 0 13 0 79443488 1517436928 194611 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24982] ppid=24976 vsize=1481872 CPUtime=7.96
/proc/24978/task/24982/stat : 24982 (java) S 24976 24978 23374 0 -1 64 85515 0 0 0 754 42 0 0 16 0 13 0 79443488 1517436928 194611 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24983] ppid=24976 vsize=1481872 CPUtime=0.08
/proc/24978/task/24983/stat : 24983 (java) S 24976 24978 23374 0 -1 64 23 0 0 0 6 2 0 0 16 0 13 0 79443490 1517436928 194611 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24984] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24984/stat : 24984 (java) S 24976 24978 23374 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 79443490 1517436928 194611 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24985] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24985/stat : 24985 (java) S 24976 24978 23374 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 79443490 1517436928 194611 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24986] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24986/stat : 24986 (java) S 24976 24978 23374 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 79443495 1517436928 194611 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24987] ppid=24976 vsize=1481872 CPUtime=1.4
/proc/24978/task/24987/stat : 24987 (java) S 24976 24978 23374 0 -1 64 2700 0 0 0 139 1 0 0 17 0 13 0 79443495 1517436928 194611 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24988] ppid=24976 vsize=1481872 CPUtime=0.86
/proc/24978/task/24988/stat : 24988 (java) S 24976 24978 23374 0 -1 64 2067 0 0 0 86 0 0 0 17 0 13 0 79443495 1517436928 194611 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24989] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24989/stat : 24989 (java) S 24976 24978 23374 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 79443495 1517436928 194611 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24990] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24990/stat : 24990 (java) S 24976 24978 23374 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 79443495 1517436928 194611 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24991] ppid=24976 vsize=1481872 CPUtime=0
/proc/24978/task/24991/stat : 24991 (java) S 24976 24978 23374 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 79444265 1517436928 194611 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1481872

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

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

[startup+1791.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 24999
/proc/meminfo: memFree=1006816/2055920 swapFree=4192044/4192956
[pid=24978] ppid=24976 vsize=1482520 CPUtime=1800.29
/proc/24978/stat : 24978 (java) S 24976 24978 23374 0 -1 0 209927 0 1 0 179916 113 0 0 16 0 15 0 79443485 1518100480 194630 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24978/statm: 370630 194630 1432 9 0 367973 0
[pid=24978/tid=24980] ppid=24976 vsize=1482520 CPUtime=1782.03
/proc/24978/task/24980/stat : 24980 (java) R 24976 24978 23374 0 -1 64 31354 0 1 0 178184 19 0 0 25 0 15 0 79443487 1518100480 194630 1992294400 134512640 134550932 4294956000 18446744073709551615 4109671871 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24981] ppid=24976 vsize=1482520 CPUtime=7.8
/proc/24978/task/24981/stat : 24981 (java) S 24976 24978 23374 0 -1 64 87504 0 0 0 735 45 0 0 17 0 15 0 79443488 1518100480 194630 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24982] ppid=24976 vsize=1482520 CPUtime=7.96
/proc/24978/task/24982/stat : 24982 (java) S 24976 24978 23374 0 -1 64 85515 0 0 0 754 42 0 0 16 0 15 0 79443488 1518100480 194630 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24983] ppid=24976 vsize=1482520 CPUtime=0.08
/proc/24978/task/24983/stat : 24983 (java) S 24976 24978 23374 0 -1 64 23 0 0 0 6 2 0 0 16 0 15 0 79443490 1518100480 194630 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24984] ppid=24976 vsize=1482520 CPUtime=0
/proc/24978/task/24984/stat : 24984 (java) S 24976 24978 23374 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 79443490 1518100480 194630 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24985] ppid=24976 vsize=1482520 CPUtime=0
/proc/24978/task/24985/stat : 24985 (java) S 24976 24978 23374 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 79443490 1518100480 194630 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24986] ppid=24976 vsize=1482520 CPUtime=0
/proc/24978/task/24986/stat : 24986 (java) S 24976 24978 23374 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 79443495 1518100480 194630 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24987] ppid=24976 vsize=1482520 CPUtime=1.43
/proc/24978/task/24987/stat : 24987 (java) S 24976 24978 23374 0 -1 64 2700 0 0 0 142 1 0 0 17 0 15 0 79443495 1518100480 194630 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24988] ppid=24976 vsize=1482520 CPUtime=0.86
/proc/24978/task/24988/stat : 24988 (java) S 24976 24978 23374 0 -1 64 2067 0 0 0 86 0 0 0 17 0 15 0 79443495 1518100480 194630 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24989] ppid=24976 vsize=1482520 CPUtime=0
/proc/24978/task/24989/stat : 24989 (java) S 24976 24978 23374 0 -1 64 0 0 0 0 0 0 0 0 25 0 15 0 79443495 1518100480 194630 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24978/tid=24990] ppid=24976 vsize=1482520 CPUtime=0
/proc/24978/task/24990/stat : 24990 (java) S 24976 24978 23374 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 79443495 1518100480 194630 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24978/tid=24991] ppid=24976 vsize=1482520 CPUtime=0
/proc/24978/task/24991/stat : 24991 (java) S 24976 24978 23374 0 -1 64 4 0 0 0 0 0 0 0 16 0 15 0 79444265 1518100480 194630 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 1482520

[startup+1791.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 24999
/proc/meminfo: memFree=1006816/2055920 swapFree=4192044/4192956
[pid=24978] ppid=24976 vsize=0 CPUtime=1800.39
/proc/24978/stat : 24978 (java) Z 24976 24978 23374 0 -1 1036 209930 0 1 0 179923 116 0 0 15 0 2 0 79443485 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24978/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1791.88
CPU time (s): 1800.49
CPU user time (s): 1799.24
CPU system time (s): 1.24781
CPU usage (%): 100.48
Max. virtual memory (cumulated for all children) (KiB): 1482520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.24
system time used= 1.24781
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209930
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= 41889
involuntary context switches= 41166

runsolver used 2.19167 second user time and 4.35234 second system time

The end

Launcher Data

Begin job on node41 at 2009-06-17 21:35:47
IDJOB=1885565
IDBENCH=72070
IDSOLVER=681
FILE ID=node41/1885565-1245267346
PBS_JOBID= 9372412
Free space on /tmp= 65944 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_21_SAT.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-1885565-1245267346/watcher-1885565-1245267346 -o /tmp/evaluation-result-1885565-1245267346/solver-1885565-1245267346 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1885565-1245267346.opb

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

MD5SUM BENCH= c0904f6d5e526dfae426396bb3b9e9a5
RANDOM SEED=1189988022

node41.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.216
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.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1782624 kB
Buffers:         46836 kB
Cached:         144644 kB
SwapCached:        416 kB
Active:          91304 kB
Inactive:       113160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1782624 kB
SwapTotal:     4192956 kB
SwapFree:      4192044 kB
Dirty:           17840 kB
Writeback:           0 kB
Mapped:          22048 kB
Slab:            54904 kB
Committed_AS:    89008 kB
PageTables:       1360 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= 65944 MiB
End job on node41 at 2009-06-17 22:05:41