Trace number 1884305

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.24 1792.36

General information on the benchmark

Name/PURE-SAT/SAT07/industrial/palacios/
uts/uts-l06-ipc5-h28-unknown.opb
MD5SUMeb9f91fe7a5b8c3d4f72aca29e543ade
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 benchmark177.22
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables113583
Total number of constraints649270
Number of constraints which are clauses649270
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 constraint591
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 589
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1180
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c MiniSAT restarts strategy
0.21/0.22	c Memory based learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-1884305-1245256709.opb
0.21/0.22	c reading problem ... 
10.32/8.91	c ... done. Wall clock time 8.685s.
10.32/8.91	c #vars     113583
10.32/8.91	c #constraints  649004
10.32/8.91	c constraints type 
10.32/8.91	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 537281
10.32/8.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 111689
1800.03/1792.21	c starts		: 13
1800.03/1792.21	c conflicts		: 27154
1800.03/1792.21	c decisions		: 55467
1800.03/1792.21	c propagations		: 265835111
1800.03/1792.21	c inspects		: 596033113
1800.03/1792.21	c learnt literals	: 2
1800.03/1792.21	c learnt binary clauses	: 188
1800.03/1792.21	c learnt ternary clauses	: 675
1800.03/1792.21	c learnt clauses	: 27151
1800.03/1792.21	c ignored clauses	: 0
1800.03/1792.21	c root simplifications	: 0
1800.03/1792.21	c removed literals (reason simplification)	: 0
1800.03/1792.21	c reason swapping (by a shorter reason)	: 0
1800.03/1792.21	c Calls to reduceDB	: 0
1800.03/1792.21	c speed (assignments/second)	: 149068.86935710342
1800.03/1792.21	c non guided choices	1937
1800.03/1792.26	c learnt constraints type 
1800.03/1792.26	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 26963
1800.03/1792.26	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 188
1800.03/1792.26	c constraints type 
1800.03/1792.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 537281
1800.03/1792.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 111689
1800.03/1792.26	s UNKNOWN
1800.03/1792.26	c Total wall clock time (in seconds): 1792.043

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-1884305-1245256709/watcher-1884305-1245256709 -o /tmp/evaluation-result-1884305-1245256709/solver-1884305-1245256709 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1884305-1245256709.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 0.99 0.90 3/64 7492
/proc/meminfo: memFree=1697096/2055920 swapFree=4181928/4192956
[pid=7492] ppid=7490 vsize=0 CPUtime=0
/proc/7492/stat : 7492 (runsolver) R 7490 7492 7381 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 193271939 0 0 1992294400 0 0 0 18446744073709551615 226913479975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7492/statm: 0 0 0 0 0 0 0

[startup+0.0330541 s]
/proc/loadavg: 1.00 0.99 0.90 3/64 7492
/proc/meminfo: memFree=1697096/2055920 swapFree=4181928/4192956
[pid=7492] ppid=7490 vsize=1468600 CPUtime=0.01
/proc/7492/stat : 7492 (java) S 7490 7492 7381 0 -1 0 2478 0 1 0 0 1 0 0 18 0 4 0 193271939 1503846400 2225 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/7492/statm: 367150 2225 542 9 0 364501 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1468600

[startup+0.101068 s]
/proc/loadavg: 1.00 0.99 0.90 3/64 7492
/proc/meminfo: memFree=1697096/2055920 swapFree=4181928/4192956
[pid=7492] ppid=7490 vsize=1472584 CPUtime=0.08
/proc/7492/stat : 7492 (java) S 7490 7492 7381 0 -1 0 3600 0 1 0 6 2 0 0 18 0 12 0 193271939 1507926016 3343 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7492/statm: 368146 3343 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301106 s]
/proc/loadavg: 1.00 0.99 0.90 3/64 7492
/proc/meminfo: memFree=1697096/2055920 swapFree=4181928/4192956
[pid=7492] ppid=7490 vsize=1475000 CPUtime=0.33
/proc/7492/stat : 7492 (java) S 7490 7492 7381 0 -1 0 5636 0 1 0 30 3 0 0 18 0 12 0 193271939 1510400000 5373 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7492/statm: 368750 5373 1353 9 0 366093 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1475000

[startup+0.70118 s]
/proc/loadavg: 1.00 0.99 0.90 3/64 7492
/proc/meminfo: memFree=1697096/2055920 swapFree=4181928/4192956
[pid=7492] ppid=7490 vsize=1476788 CPUtime=0.97
/proc/7492/stat : 7492 (java) S 7490 7492 7381 0 -1 0 7947 0 1 0 93 4 0 0 18 0 12 0 193271939 1512230912 7167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7492/statm: 369197 7167 1397 9 0 366540 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1476788

[startup+1.50233 s]
/proc/loadavg: 1.00 0.99 0.90 4/76 7504
/proc/meminfo: memFree=1663720/2055920 swapFree=4181928/4192956
[pid=7492] ppid=7490 vsize=1476908 CPUtime=2.01
/proc/7492/stat : 7492 (java) S 7490 7492 7381 0 -1 0 22964 0 1 0 190 11 0 0 18 0 12 0 193271939 1512353792 21478 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7492/statm: 369227 21479 1404 9 0 366570 0
[pid=7492/tid=7494] ppid=7490 vsize=1476908 CPUtime=1.24
/proc/7492/task/7494/stat : 7494 (java) R 7490 7492 7381 0 -1 64 19828 0 1 0 114 10 0 0 22 0 12 0 193271940 1512353792 21480 1992294400 134512640 134550932 4294956000 18446744073709551615 4109505720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7495] ppid=7490 vsize=1476908 CPUtime=0
/proc/7492/task/7495/stat : 7495 (java) S 7490 7492 7381 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 193271942 1512353792 21481 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7496] ppid=7490 vsize=1476908 CPUtime=0
/proc/7492/task/7496/stat : 7496 (java) S 7490 7492 7381 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 193271942 1512353792 21482 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7497] ppid=7490 vsize=1476908 CPUtime=0
/proc/7492/task/7497/stat : 7497 (java) S 7490 7492 7381 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 193271943 1512353792 21483 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7498] ppid=7490 vsize=1476908 CPUtime=0
/proc/7492/task/7498/stat : 7498 (java) S 7490 7492 7381 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 193271944 1512353792 21483 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7499] ppid=7490 vsize=1476908 CPUtime=0
/proc/7492/task/7499/stat : 7499 (java) S 7490 7492 7381 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 193271944 1512353792 21484 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7500] ppid=7490 vsize=1476908 CPUtime=0
/proc/7492/task/7500/stat : 7500 (java) S 7490 7492 7381 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 193271948 1512353792 21485 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7501] ppid=7490 vsize=1476908 CPUtime=0.34
/proc/7492/task/7501/stat : 7501 (java) S 7490 7492 7381 0 -1 64 781 0 0 0 34 0 0 0 16 0 12 0 193271948 1512353792 21486 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7502] ppid=7490 vsize=1476908 CPUtime=0.41
/proc/7492/task/7502/stat : 7502 (java) S 7490 7492 7381 0 -1 64 1614 0 0 0 41 0 0 0 16 0 12 0 193271948 1512353792 21487 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7503] ppid=7490 vsize=1476908 CPUtime=0
/proc/7492/task/7503/stat : 7503 (java) S 7490 7492 7381 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 193271948 1512353792 21488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7504] ppid=7490 vsize=1476908 CPUtime=0
/proc/7492/task/7504/stat : 7504 (java) S 7490 7492 7381 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 193271948 1512353792 21489 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1476908

[startup+3.10265 s]
/proc/loadavg: 1.00 0.99 0.90 2/76 7504
/proc/meminfo: memFree=1564520/2055920 swapFree=4181928/4192956
[pid=7492] ppid=7490 vsize=1476908 CPUtime=3.72
/proc/7492/stat : 7492 (java) S 7490 7492 7381 0 -1 0 38877 0 1 0 354 18 0 0 18 0 12 0 193271939 1512353792 37370 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7492/statm: 369227 37370 1414 9 0 366570 0
[pid=7492/tid=7494] ppid=7490 vsize=1476908 CPUtime=2.73
/proc/7492/task/7494/stat : 7494 (java) R 7490 7492 7381 0 -1 64 30932 0 1 0 258 15 0 0 17 0 12 0 193271940 1512353792 37370 1992294400 134512640 134550932 4294956000 18446744073709551615 4109439818 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7495] ppid=7490 vsize=1476908 CPUtime=0.08
/proc/7492/task/7495/stat : 7495 (java) S 7490 7492 7381 0 -1 64 1932 0 0 0 8 0 0 0 17 0 12 0 193271942 1512353792 37370 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7496] ppid=7490 vsize=1476908 CPUtime=0.08
/proc/7492/task/7496/stat : 7496 (java) S 7490 7492 7381 0 -1 64 2859 0 0 0 7 1 0 0 17 0 12 0 193271942 1512353792 37370 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7497] ppid=7490 vsize=1476908 CPUtime=0
/proc/7492/task/7497/stat : 7497 (java) S 7490 7492 7381 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 193271943 1512353792 37370 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7498] ppid=7490 vsize=1476908 CPUtime=0
/proc/7492/task/7498/stat : 7498 (java) S 7490 7492 7381 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 193271944 1512353792 37370 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7499] ppid=7490 vsize=1476908 CPUtime=0
/proc/7492/task/7499/stat : 7499 (java) S 7490 7492 7381 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 193271944 1512353792 37370 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7500] ppid=7490 vsize=1476908 CPUtime=0
/proc/7492/task/7500/stat : 7500 (java) S 7490 7492 7381 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 193271948 1512353792 37370 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7501] ppid=7490 vsize=1476908 CPUtime=0.37
/proc/7492/task/7501/stat : 7501 (java) S 7490 7492 7381 0 -1 64 781 0 0 0 37 0 0 0 17 0 12 0 193271948 1512353792 37370 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7502] ppid=7490 vsize=1476908 CPUtime=0.42
/proc/7492/task/7502/stat : 7502 (java) S 7490 7492 7381 0 -1 64 1616 0 0 0 42 0 0 0 17 0 12 0 193271948 1512353792 37370 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7503] ppid=7490 vsize=1476908 CPUtime=0
/proc/7492/task/7503/stat : 7503 (java) S 7490 7492 7381 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 193271948 1512353792 37370 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7504] ppid=7490 vsize=1476908 CPUtime=0
/proc/7492/task/7504/stat : 7504 (java) S 7490 7492 7381 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 193271948 1512353792 37370 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 1476908

[startup+6.30225 s]
/proc/loadavg: 1.00 0.99 0.90 2/76 7504
/proc/meminfo: memFree=1532584/2055920 swapFree=4181928/4192956
[pid=7492] ppid=7490 vsize=1476908 CPUtime=7.2
/proc/7492/stat : 7492 (java) S 7490 7492 7381 0 -1 0 45793 0 1 0 695 25 0 0 18 0 12 0 193271939 1512353792 43952 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7492/statm: 369227 43952 1414 9 0 366570 0
[pid=7492/tid=7494] ppid=7490 vsize=1476908 CPUtime=5.64
/proc/7492/task/7494/stat : 7494 (java) R 7490 7492 7381 0 -1 64 30936 0 1 0 547 17 0 0 21 0 12 0 193271940 1512353792 43952 1992294400 134512640 134550932 4294956000 18446744073709551615 4109439818 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7495] ppid=7490 vsize=1476908 CPUtime=0.37
/proc/7492/task/7495/stat : 7495 (java) S 7490 7492 7381 0 -1 64 5461 0 0 0 34 3 0 0 16 0 12 0 193271942 1512353792 43952 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7496] ppid=7490 vsize=1476908 CPUtime=0.36
/proc/7492/task/7496/stat : 7496 (java) S 7490 7492 7381 0 -1 64 6234 0 0 0 33 3 0 0 16 0 12 0 193271942 1512353792 43952 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7497] ppid=7490 vsize=1476908 CPUtime=0
/proc/7492/task/7497/stat : 7497 (java) S 7490 7492 7381 0 -1 64 24 0 0 0 0 0 0 0 16 0 12 0 193271943 1512353792 43952 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7498] ppid=7490 vsize=1476908 CPUtime=0
/proc/7492/task/7498/stat : 7498 (java) S 7490 7492 7381 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 193271944 1512353792 43952 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7499] ppid=7490 vsize=1476908 CPUtime=0
/proc/7492/task/7499/stat : 7499 (java) S 7490 7492 7381 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 193271944 1512353792 43952 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7500] ppid=7490 vsize=1476908 CPUtime=0
/proc/7492/task/7500/stat : 7500 (java) S 7490 7492 7381 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 193271948 1512353792 43952 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7501] ppid=7490 vsize=1476908 CPUtime=0.37
/proc/7492/task/7501/stat : 7501 (java) S 7490 7492 7381 0 -1 64 781 0 0 0 37 0 0 0 17 0 12 0 193271948 1512353792 43952 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7502] ppid=7490 vsize=1476908 CPUtime=0.42
/proc/7492/task/7502/stat : 7502 (java) S 7490 7492 7381 0 -1 64 1616 0 0 0 42 0 0 0 17 0 12 0 193271948 1512353792 43952 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7503] ppid=7490 vsize=1476908 CPUtime=0
/proc/7492/task/7503/stat : 7503 (java) S 7490 7492 7381 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 193271948 1512353792 43952 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7504] ppid=7490 vsize=1476908 CPUtime=0
/proc/7492/task/7504/stat : 7504 (java) S 7490 7492 7381 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 193271948 1512353792 43952 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 1476908

[startup+12.7025 s]
/proc/loadavg: 1.08 1.00 0.91 2/77 7505
/proc/meminfo: memFree=1469984/2055920 swapFree=4181928/4192956
[pid=7492] ppid=7490 vsize=1485460 CPUtime=15.4
/proc/7492/stat : 7492 (java) S 7490 7492 7381 0 -1 0 64655 0 1 0 1505 35 0 0 18 0 13 0 193271939 1521111040 57985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7492/statm: 371365 57985 1429 9 0 368708 0
[pid=7492/tid=7494] ppid=7490 vsize=1485460 CPUtime=11.02
/proc/7492/task/7494/stat : 7494 (java) R 7490 7492 7381 0 -1 64 30995 0 1 0 1085 17 0 0 25 0 13 0 193271940 1521111040 57985 1992294400 134512640 134550932 4294956000 18446744073709551615 4109842909 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7495] ppid=7490 vsize=1485460 CPUtime=1.1
/proc/7492/task/7495/stat : 7495 (java) S 7490 7492 7381 0 -1 64 11490 0 0 0 103 7 0 0 16 0 13 0 193271942 1521111040 57985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7496] ppid=7490 vsize=1485460 CPUtime=1.12
/proc/7492/task/7496/stat : 7496 (java) S 7490 7492 7381 0 -1 64 12806 0 0 0 106 6 0 0 17 0 13 0 193271942 1521111040 57985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7497] ppid=7490 vsize=1485460 CPUtime=0
/proc/7492/task/7497/stat : 7497 (java) S 7490 7492 7381 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 193271943 1521111040 57985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7498] ppid=7490 vsize=1485460 CPUtime=0
/proc/7492/task/7498/stat : 7498 (java) S 7490 7492 7381 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193271944 1521111040 57985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7499] ppid=7490 vsize=1485460 CPUtime=0
/proc/7492/task/7499/stat : 7499 (java) S 7490 7492 7381 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193271944 1521111040 57985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7500] ppid=7490 vsize=1485460 CPUtime=0
/proc/7492/task/7500/stat : 7500 (java) S 7490 7492 7381 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193271948 1521111040 57985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7501] ppid=7490 vsize=1485460 CPUtime=0.96
/proc/7492/task/7501/stat : 7501 (java) S 7490 7492 7381 0 -1 64 4280 0 0 0 95 1 0 0 16 0 13 0 193271948 1521111040 57985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7502] ppid=7490 vsize=1485460 CPUtime=1.15
/proc/7492/task/7502/stat : 7502 (java) S 7490 7492 7381 0 -1 64 4315 0 0 0 114 1 0 0 16 0 13 0 193271948 1521111040 57985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7503] ppid=7490 vsize=1485460 CPUtime=0
/proc/7492/task/7503/stat : 7503 (java) S 7490 7492 7381 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193271948 1521111040 57985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7504] ppid=7490 vsize=1485460 CPUtime=0
/proc/7492/task/7504/stat : 7504 (java) S 7490 7492 7381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193271948 1521111040 57985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7505] ppid=7490 vsize=1485460 CPUtime=0
/proc/7492/task/7505/stat : 7505 (java) S 7490 7492 7381 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 193272839 1521111040 57985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.4
Current children cumulated vsize (KiB) 1485460

[startup+25.5019 s]
/proc/loadavg: 1.06 1.00 0.91 2/77 7505
/proc/meminfo: memFree=1470368/2055920 swapFree=4181928/4192956
[pid=7492] ppid=7490 vsize=1484660 CPUtime=28.3
/proc/7492/stat : 7492 (java) S 7490 7492 7381 0 -1 0 64721 0 1 0 2795 35 0 0 18 0 13 0 193271939 1520291840 57848 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7492/statm: 371165 57848 1429 9 0 368508 0
[pid=7492/tid=7494] ppid=7490 vsize=1484660 CPUtime=23.71
/proc/7492/task/7494/stat : 7494 (java) R 7490 7492 7381 0 -1 64 31002 0 1 0 2354 17 0 0 25 0 13 0 193271940 1520291840 57848 1992294400 134512640 134550932 4294956000 18446744073709551615 4109791758 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7495] ppid=7490 vsize=1484660 CPUtime=1.16
/proc/7492/task/7495/stat : 7495 (java) S 7490 7492 7381 0 -1 64 11532 0 0 0 109 7 0 0 16 0 13 0 193271942 1520291840 57848 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7496] ppid=7490 vsize=1484660 CPUtime=1.19
/proc/7492/task/7496/stat : 7496 (java) S 7490 7492 7381 0 -1 64 12821 0 0 0 113 6 0 0 16 0 13 0 193271942 1520291840 57848 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7497] ppid=7490 vsize=1484660 CPUtime=0
/proc/7492/task/7497/stat : 7497 (java) S 7490 7492 7381 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 193271943 1520291840 57848 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7498] ppid=7490 vsize=1484660 CPUtime=0
/proc/7492/task/7498/stat : 7498 (java) S 7490 7492 7381 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193271944 1520291840 57848 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7499] ppid=7490 vsize=1484660 CPUtime=0
/proc/7492/task/7499/stat : 7499 (java) S 7490 7492 7381 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193271944 1520291840 57848 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7500] ppid=7490 vsize=1484660 CPUtime=0

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

[pid=7492] ppid=7490 vsize=1484660 CPUtime=1669.73
/proc/7492/stat : 7492 (java) S 7490 7492 7381 0 -1 0 75477 0 1 0 166905 68 0 0 18 0 13 0 193271939 1520291840 68237 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7492/statm: 371165 68237 1433 9 0 368508 0
[pid=7492/tid=7494] ppid=7490 vsize=1484660 CPUtime=1654.06
/proc/7492/task/7494/stat : 7494 (java) R 7490 7492 7381 0 -1 64 31319 0 1 0 165384 22 0 0 25 0 13 0 193271940 1520291840 68237 1992294400 134512640 134550932 4294956000 18446744073709551615 4109791946 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7495] ppid=7490 vsize=1484660 CPUtime=6.61
/proc/7492/task/7495/stat : 7495 (java) S 7490 7492 7381 0 -1 64 18237 0 0 0 637 24 0 0 16 0 13 0 193271942 1520291840 68237 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7496] ppid=7490 vsize=1484660 CPUtime=6.59
/proc/7492/task/7496/stat : 7496 (java) S 7490 7492 7381 0 -1 64 16536 0 0 0 643 16 0 0 17 0 13 0 193271942 1520291840 68237 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7497] ppid=7490 vsize=1484660 CPUtime=0.05
/proc/7492/task/7497/stat : 7497 (java) S 7490 7492 7381 0 -1 64 26 0 0 0 4 1 0 0 16 0 13 0 193271943 1520291840 68237 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7498] ppid=7490 vsize=1484660 CPUtime=0
/proc/7492/task/7498/stat : 7498 (java) S 7490 7492 7381 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193271944 1520291840 68237 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7499] ppid=7490 vsize=1484660 CPUtime=0
/proc/7492/task/7499/stat : 7499 (java) S 7490 7492 7381 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193271944 1520291840 68237 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7500] ppid=7490 vsize=1484660 CPUtime=0
/proc/7492/task/7500/stat : 7500 (java) S 7490 7492 7381 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193271948 1520291840 68237 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7501] ppid=7490 vsize=1484660 CPUtime=0.98
/proc/7492/task/7501/stat : 7501 (java) S 7490 7492 7381 0 -1 64 4280 0 0 0 97 1 0 0 17 0 13 0 193271948 1520291840 68237 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7502] ppid=7490 vsize=1484660 CPUtime=1.39
/proc/7492/task/7502/stat : 7502 (java) S 7490 7492 7381 0 -1 64 4334 0 0 0 138 1 0 0 17 0 13 0 193271948 1520291840 68237 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7503] ppid=7490 vsize=1484660 CPUtime=0
/proc/7492/task/7503/stat : 7503 (java) S 7490 7492 7381 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193271948 1520291840 68237 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7504] ppid=7490 vsize=1484660 CPUtime=0
/proc/7492/task/7504/stat : 7504 (java) S 7490 7492 7381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193271948 1520291840 68237 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7505] ppid=7490 vsize=1484660 CPUtime=0
/proc/7492/task/7505/stat : 7505 (java) S 7490 7492 7381 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 193272839 1520291840 68237 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1669.73
Current children cumulated vsize (KiB) 1484660

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 7513
/proc/meminfo: memFree=1425888/2055920 swapFree=4181928/4192956
[pid=7492] ppid=7490 vsize=1484660 CPUtime=1729.94
/proc/7492/stat : 7492 (java) S 7490 7492 7381 0 -1 0 76030 0 1 0 172924 70 0 0 18 0 13 0 193271939 1520291840 68772 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7492/statm: 371165 68772 1433 9 0 368508 0
[pid=7492/tid=7494] ppid=7490 vsize=1484660 CPUtime=1713.8
/proc/7492/task/7494/stat : 7494 (java) R 7490 7492 7381 0 -1 64 31331 0 1 0 171358 22 0 0 25 0 13 0 193271940 1520291840 68772 1992294400 134512640 134550932 4294956000 18446744073709551615 4109780238 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7495] ppid=7490 vsize=1484660 CPUtime=6.84
/proc/7492/task/7495/stat : 7495 (java) S 7490 7492 7381 0 -1 64 18335 0 0 0 660 24 0 0 16 0 13 0 193271942 1520291840 68772 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7496] ppid=7490 vsize=1484660 CPUtime=6.81
/proc/7492/task/7496/stat : 7496 (java) S 7490 7492 7381 0 -1 64 16979 0 0 0 664 17 0 0 16 0 13 0 193271942 1520291840 68772 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7497] ppid=7490 vsize=1484660 CPUtime=0.05
/proc/7492/task/7497/stat : 7497 (java) S 7490 7492 7381 0 -1 64 26 0 0 0 4 1 0 0 16 0 13 0 193271943 1520291840 68772 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7498] ppid=7490 vsize=1484660 CPUtime=0
/proc/7492/task/7498/stat : 7498 (java) S 7490 7492 7381 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193271944 1520291840 68772 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7499] ppid=7490 vsize=1484660 CPUtime=0
/proc/7492/task/7499/stat : 7499 (java) S 7490 7492 7381 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193271944 1520291840 68772 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7500] ppid=7490 vsize=1484660 CPUtime=0
/proc/7492/task/7500/stat : 7500 (java) S 7490 7492 7381 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193271948 1520291840 68772 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7501] ppid=7490 vsize=1484660 CPUtime=0.98
/proc/7492/task/7501/stat : 7501 (java) S 7490 7492 7381 0 -1 64 4280 0 0 0 97 1 0 0 17 0 13 0 193271948 1520291840 68772 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7502] ppid=7490 vsize=1484660 CPUtime=1.39
/proc/7492/task/7502/stat : 7502 (java) S 7490 7492 7381 0 -1 64 4334 0 0 0 138 1 0 0 17 0 13 0 193271948 1520291840 68772 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7503] ppid=7490 vsize=1484660 CPUtime=0
/proc/7492/task/7503/stat : 7503 (java) S 7490 7492 7381 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193271948 1520291840 68772 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7504] ppid=7490 vsize=1484660 CPUtime=0
/proc/7492/task/7504/stat : 7504 (java) S 7490 7492 7381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193271948 1520291840 68772 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7505] ppid=7490 vsize=1484660 CPUtime=0
/proc/7492/task/7505/stat : 7505 (java) S 7490 7492 7381 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 193272839 1520291840 68772 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1729.94
Current children cumulated vsize (KiB) 1484660

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.91 3/77 7513
/proc/meminfo: memFree=1424096/2055920 swapFree=4181928/4192956
[pid=7492] ppid=7490 vsize=1484660 CPUtime=1790.09
/proc/7492/stat : 7492 (java) S 7490 7492 7381 0 -1 0 76470 0 1 0 178937 72 0 0 18 0 13 0 193271939 1520291840 69199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7492/statm: 371165 69199 1433 9 0 368508 0
[pid=7492/tid=7494] ppid=7490 vsize=1484660 CPUtime=1773.61
/proc/7492/task/7494/stat : 7494 (java) R 7490 7492 7381 0 -1 64 31340 0 1 0 177338 23 0 0 25 0 13 0 193271940 1520291840 69199 1992294400 134512640 134550932 4294956000 18446744073709551615 4109762172 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7495] ppid=7490 vsize=1484660 CPUtime=7.01
/proc/7492/task/7495/stat : 7495 (java) S 7490 7492 7381 0 -1 64 18415 0 0 0 677 24 0 0 17 0 13 0 193271942 1520291840 69199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7496] ppid=7490 vsize=1484660 CPUtime=6.98
/proc/7492/task/7496/stat : 7496 (java) S 7490 7492 7381 0 -1 64 17330 0 0 0 680 18 0 0 16 0 13 0 193271942 1520291840 69199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7497] ppid=7490 vsize=1484660 CPUtime=0.05
/proc/7492/task/7497/stat : 7497 (java) S 7490 7492 7381 0 -1 64 26 0 0 0 4 1 0 0 16 0 13 0 193271943 1520291840 69199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7498] ppid=7490 vsize=1484660 CPUtime=0
/proc/7492/task/7498/stat : 7498 (java) S 7490 7492 7381 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193271944 1520291840 69199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7499] ppid=7490 vsize=1484660 CPUtime=0
/proc/7492/task/7499/stat : 7499 (java) S 7490 7492 7381 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193271944 1520291840 69199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7500] ppid=7490 vsize=1484660 CPUtime=0
/proc/7492/task/7500/stat : 7500 (java) S 7490 7492 7381 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193271948 1520291840 69199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7501] ppid=7490 vsize=1484660 CPUtime=0.98
/proc/7492/task/7501/stat : 7501 (java) S 7490 7492 7381 0 -1 64 4280 0 0 0 97 1 0 0 17 0 13 0 193271948 1520291840 69199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7502] ppid=7490 vsize=1484660 CPUtime=1.39
/proc/7492/task/7502/stat : 7502 (java) S 7490 7492 7381 0 -1 64 4334 0 0 0 138 1 0 0 17 0 13 0 193271948 1520291840 69199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7503] ppid=7490 vsize=1484660 CPUtime=0
/proc/7492/task/7503/stat : 7503 (java) S 7490 7492 7381 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193271948 1520291840 69199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7504] ppid=7490 vsize=1484660 CPUtime=0
/proc/7492/task/7504/stat : 7504 (java) S 7490 7492 7381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193271948 1520291840 69199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7505] ppid=7490 vsize=1484660 CPUtime=0
/proc/7492/task/7505/stat : 7505 (java) S 7490 7492 7381 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 193272839 1520291840 69199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1790.09
Current children cumulated vsize (KiB) 1484660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.2 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 7513
/proc/meminfo: memFree=1423520/2055920 swapFree=4181928/4192956
[pid=7492] ppid=7490 vsize=1484660 CPUtime=1800.03
/proc/7492/stat : 7492 (java) S 7490 7492 7381 0 -1 0 76610 0 1 0 179931 72 0 0 18 0 13 0 193271939 1520291840 69336 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7492/statm: 371165 69336 1433 9 0 368508 0
[pid=7492/tid=7494] ppid=7490 vsize=1484660 CPUtime=1783.47
/proc/7492/task/7494/stat : 7494 (java) R 7490 7492 7381 0 -1 64 31342 0 1 0 178324 23 0 0 25 0 13 0 193271940 1520291840 69336 1992294400 134512640 134550932 4294956000 18446744073709551615 4109791836 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7495] ppid=7490 vsize=1484660 CPUtime=7.05
/proc/7492/task/7495/stat : 7495 (java) S 7490 7492 7381 0 -1 64 18452 0 0 0 681 24 0 0 17 0 13 0 193271942 1520291840 69336 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7496] ppid=7490 vsize=1484660 CPUtime=7.02
/proc/7492/task/7496/stat : 7496 (java) S 7490 7492 7381 0 -1 64 17431 0 0 0 684 18 0 0 16 0 13 0 193271942 1520291840 69336 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7497] ppid=7490 vsize=1484660 CPUtime=0.05
/proc/7492/task/7497/stat : 7497 (java) S 7490 7492 7381 0 -1 64 26 0 0 0 4 1 0 0 16 0 13 0 193271943 1520291840 69336 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7498] ppid=7490 vsize=1484660 CPUtime=0
/proc/7492/task/7498/stat : 7498 (java) S 7490 7492 7381 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193271944 1520291840 69336 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7499] ppid=7490 vsize=1484660 CPUtime=0
/proc/7492/task/7499/stat : 7499 (java) S 7490 7492 7381 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193271944 1520291840 69336 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7500] ppid=7490 vsize=1484660 CPUtime=0
/proc/7492/task/7500/stat : 7500 (java) S 7490 7492 7381 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193271948 1520291840 69336 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7501] ppid=7490 vsize=1484660 CPUtime=0.98
/proc/7492/task/7501/stat : 7501 (java) S 7490 7492 7381 0 -1 64 4280 0 0 0 97 1 0 0 17 0 13 0 193271948 1520291840 69336 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7502] ppid=7490 vsize=1484660 CPUtime=1.39
/proc/7492/task/7502/stat : 7502 (java) S 7490 7492 7381 0 -1 64 4334 0 0 0 138 1 0 0 17 0 13 0 193271948 1520291840 69336 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7503] ppid=7490 vsize=1484660 CPUtime=0
/proc/7492/task/7503/stat : 7503 (java) S 7490 7492 7381 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193271948 1520291840 69336 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7504] ppid=7490 vsize=1484660 CPUtime=0
/proc/7492/task/7504/stat : 7504 (java) S 7490 7492 7381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193271948 1520291840 69336 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7505] ppid=7490 vsize=1484660 CPUtime=0
/proc/7492/task/7505/stat : 7505 (java) S 7490 7492 7381 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 193272839 1520291840 69336 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1484660

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

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

[startup+1792.31 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 7513
/proc/meminfo: memFree=1423520/2055920 swapFree=4181928/4192956
[pid=7492] ppid=7490 vsize=1485308 CPUtime=1800.19
/proc/7492/stat : 7492 (java) S 7490 7492 7381 0 -1 0 76633 0 1 0 179947 72 0 0 16 0 14 0 193271939 1520955392 69359 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7492/statm: 371327 69359 1434 9 0 368670 0
[pid=7492/tid=7494] ppid=7490 vsize=1485308 CPUtime=1783.58
/proc/7492/task/7494/stat : 7494 (java) R 7490 7492 7381 0 -1 64 31342 0 1 0 178335 23 0 0 25 0 14 0 193271940 1520955392 69359 1992294400 134512640 134550932 4294956000 18446744073709551615 4109844402 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7495] ppid=7490 vsize=1485308 CPUtime=7.05
/proc/7492/task/7495/stat : 7495 (java) S 7490 7492 7381 0 -1 64 18452 0 0 0 681 24 0 0 17 0 14 0 193271942 1520955392 69359 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7492/tid=7496] ppid=7490 vsize=1485308 CPUtime=7.02
/proc/7492/task/7496/stat : 7496 (java) S 7490 7492 7381 0 -1 64 17431 0 0 0 684 18 0 0 16 0 14 0 193271942 1520955392 69359 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7497] ppid=7490 vsize=1485308 CPUtime=0.05
/proc/7492/task/7497/stat : 7497 (java) S 7490 7492 7381 0 -1 64 26 0 0 0 4 1 0 0 16 0 14 0 193271943 1520955392 69359 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7498] ppid=7490 vsize=1485308 CPUtime=0
/proc/7492/task/7498/stat : 7498 (java) S 7490 7492 7381 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 193271944 1520955392 69359 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7499] ppid=7490 vsize=1485308 CPUtime=0
/proc/7492/task/7499/stat : 7499 (java) S 7490 7492 7381 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 193271944 1520955392 69359 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7500] ppid=7490 vsize=1485308 CPUtime=0
/proc/7492/task/7500/stat : 7500 (java) S 7490 7492 7381 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 193271948 1520955392 69359 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7501] ppid=7490 vsize=1485308 CPUtime=0.98
/proc/7492/task/7501/stat : 7501 (java) S 7490 7492 7381 0 -1 64 4280 0 0 0 97 1 0 0 17 0 14 0 193271948 1520955392 69359 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7502] ppid=7490 vsize=1485308 CPUtime=1.42
/proc/7492/task/7502/stat : 7502 (java) S 7490 7492 7381 0 -1 64 4334 0 0 0 141 1 0 0 17 0 14 0 193271948 1520955392 69359 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7503] ppid=7490 vsize=1485308 CPUtime=0
/proc/7492/task/7503/stat : 7503 (java) S 7490 7492 7381 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 193271948 1520955392 69359 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7504] ppid=7490 vsize=1485308 CPUtime=0
/proc/7492/task/7504/stat : 7504 (java) S 7490 7492 7381 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 193271948 1520955392 69359 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7492/tid=7505] ppid=7490 vsize=1485308 CPUtime=0
/proc/7492/task/7505/stat : 7505 (java) S 7490 7492 7381 0 -1 64 4 0 0 0 0 0 0 0 21 0 14 0 193272839 1520955392 69359 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 1485308

Child status: 143
Real time (s): 1792.36
CPU time (s): 1800.24
CPU user time (s): 1799.47
CPU system time (s): 0.767883
CPU usage (%): 100.44
Max. virtual memory (cumulated for all children) (KiB): 1487388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 0.767883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76634
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= 39965
involuntary context switches= 4367

runsolver used 2.14167 second user time and 4.39733 second system time

The end

Launcher Data

Begin job on node5 at 2009-06-17 18:38:31
IDJOB=1884305
IDBENCH=71944
IDSOLVER=681
FILE ID=node5/1884305-1245256709
PBS_JOBID= 9372448
Free space on /tmp= 66236 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT07/industrial/palacios/uts/uts-l06-ipc5-h28-unknown.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-1884305-1245256709/watcher-1884305-1245256709 -o /tmp/evaluation-result-1884305-1245256709/solver-1884305-1245256709 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1884305-1245256709.opb

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

MD5SUM BENCH= eb9f91fe7a5b8c3d4f72aca29e543ade
RANDOM SEED=1188872776

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1697512 kB
Buffers:         32784 kB
Cached:         236060 kB
SwapCached:       4788 kB
Active:          83588 kB
Inactive:       193100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1697512 kB
SwapTotal:     4192956 kB
SwapFree:      4181928 kB
Dirty:           20808 kB
Writeback:           0 kB
Mapped:          14388 kB
Slab:            67696 kB
Committed_AS:   171412 kB
PageTables:       1392 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= 66236 MiB
End job on node5 at 2009-06-17 19:08:25