Trace number 1885005

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.33 1797.88

General information on the benchmark

Name/PURE-SAT/SAT09/CRAFTED/rbsat/random/
forced/rbsat-v760c43649gyes6.opb
MD5SUMc90b5c97f93453699ad04fd511536f7f
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 benchmark666.142
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables760
Total number of constraints43649
Number of constraints which are clauses43649
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 constraint19
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 20
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1885005-1245261636.opb
0.22/0.22	c reading problem ... 
1.80/1.41	c ... done. Wall clock time 1.192s.
1.80/1.41	c #vars     760
1.80/1.41	c #constraints  43649
1.80/1.41	c constraints type 
1.80/1.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 43609
1.80/1.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 40
1800.06/1797.71	c starts		: 18
1800.06/1797.71	c conflicts		: 249186
1800.06/1797.71	c decisions		: 333823
1800.06/1797.71	c propagations		: 19070717
1800.06/1797.71	c inspects		: 3741357261
1800.06/1797.71	c learnt literals	: 0
1800.06/1797.71	c learnt binary clauses	: 1
1800.06/1797.71	c learnt ternary clauses	: 4
1800.06/1797.71	c learnt clauses	: 249186
1800.06/1797.71	c ignored clauses	: 0
1800.06/1797.71	c root simplifications	: 0
1800.06/1797.71	c removed literals (reason simplification)	: 0
1800.06/1797.71	c reason swapping (by a shorter reason)	: 0
1800.06/1797.71	c Calls to reduceDB	: 0
1800.06/1797.71	c speed (assignments/second)	: 10616.65410381996
1800.06/1797.71	c non guided choices	85
1800.06/1797.80	c learnt constraints type 
1800.06/1797.80	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 249195
1800.06/1797.80	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 1
1800.06/1797.80	c constraints type 
1800.06/1797.80	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 43609
1800.06/1797.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 40
1800.06/1797.80	s UNKNOWN
1800.06/1797.80	c Total wall clock time (in seconds): 1797.584

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-1885005-1245261636/watcher-1885005-1245261636 -o /tmp/evaluation-result-1885005-1245261636/solver-1885005-1245261636 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1885005-1245261636.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 3227
/proc/meminfo: memFree=1901672/2055920 swapFree=4192956/4192956
[pid=3227] ppid=3225 vsize=1612 CPUtime=0
/proc/3227/stat : 3227 (java6) D 3225 3227 2811 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 1639521 1650688 147 1992294400 134512640 134550932 4294956160 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/3227/statm: 403 147 111 9 0 45 0

[startup+0.0988001 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 3227
/proc/meminfo: memFree=1901672/2055920 swapFree=4192956/4192956
[pid=3227] ppid=3225 vsize=1472584 CPUtime=0.08
/proc/3227/stat : 3227 (java) S 3225 3227 2811 0 -1 0 3609 0 1 0 6 2 0 0 18 0 12 0 1639521 1507926016 3352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3227/statm: 368146 3352 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.102799 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 3227
/proc/meminfo: memFree=1901672/2055920 swapFree=4192956/4192956
[pid=3227] ppid=3225 vsize=1472584 CPUtime=0.08
/proc/3227/stat : 3227 (java) S 3225 3227 2811 0 -1 0 3640 0 1 0 6 2 0 0 18 0 12 0 1639521 1507926016 3383 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3227/statm: 368146 3383 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.302827 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 3227
/proc/meminfo: memFree=1901672/2055920 swapFree=4192956/4192956
[pid=3227] ppid=3225 vsize=1474360 CPUtime=0.34
/proc/3227/stat : 3227 (java) S 3225 3227 2811 0 -1 0 5036 0 1 0 31 3 0 0 18 0 12 0 1639521 1509744640 4773 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3227/statm: 368590 4773 1353 9 0 365933 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1474360

[startup+0.701868 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 3227
/proc/meminfo: memFree=1901672/2055920 swapFree=4192956/4192956
[pid=3227] ppid=3225 vsize=1476596 CPUtime=0.96
/proc/3227/stat : 3227 (java) S 3225 3227 2811 0 -1 0 6930 0 1 0 92 4 0 0 18 0 12 0 1639521 1512034304 6276 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3227/statm: 369149 6276 1397 9 0 366492 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1476596

[startup+1.50195 s]
/proc/loadavg: 1.00 1.00 0.93 4/76 3239
/proc/meminfo: memFree=1873160/2055920 swapFree=4192956/4192956
[pid=3227] ppid=3225 vsize=1476924 CPUtime=1.92
/proc/3227/stat : 3227 (java) S 3225 3227 2811 0 -1 0 19862 0 1 0 182 10 0 0 18 0 13 0 1639521 1512370176 19157 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3227/statm: 369231 19157 1409 9 0 366574 0
[pid=3227/tid=3229] ppid=3225 vsize=1476924 CPUtime=1.21
/proc/3227/task/3229/stat : 3229 (java) R 3225 3227 2811 0 -1 64 17472 0 1 0 112 9 0 0 21 0 13 0 1639522 1512370176 19157 1992294400 134512640 134550932 4294956000 18446744073709551615 4109163380 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3230] ppid=3225 vsize=1476924 CPUtime=0
/proc/3227/task/3230/stat : 3230 (java) S 3225 3227 2811 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1639524 1512370176 19157 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3231] ppid=3225 vsize=1476924 CPUtime=0
/proc/3227/task/3231/stat : 3231 (java) S 3225 3227 2811 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 1639524 1512370176 19157 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3232] ppid=3225 vsize=1476924 CPUtime=0
/proc/3227/task/3232/stat : 3232 (java) S 3225 3227 2811 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1639525 1512370176 19158 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3233] ppid=3225 vsize=1476924 CPUtime=0
/proc/3227/task/3233/stat : 3233 (java) S 3225 3227 2811 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 1639526 1512370176 19158 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3234] ppid=3225 vsize=1476924 CPUtime=0
/proc/3227/task/3234/stat : 3234 (java) S 3225 3227 2811 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1639526 1512370176 19158 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3235] ppid=3225 vsize=1476924 CPUtime=0
/proc/3227/task/3235/stat : 3235 (java) S 3225 3227 2811 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1639530 1512370176 19158 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3236] ppid=3225 vsize=1476924 CPUtime=0.29
/proc/3227/task/3236/stat : 3236 (java) R 3225 3227 2811 0 -1 64 779 0 0 0 29 0 0 0 16 0 13 0 1639530 1512370176 19158 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3237] ppid=3225 vsize=1476924 CPUtime=0.4
/proc/3227/task/3237/stat : 3237 (java) R 3225 3227 2811 0 -1 64 866 0 0 0 40 0 0 0 17 0 13 0 1639530 1512370176 19158 1992294400 134512640 134550932 4294956000 18446744073709551615 105499360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3238] ppid=3225 vsize=1476924 CPUtime=0
/proc/3227/task/3238/stat : 3238 (java) S 3225 3227 2811 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1639530 1512370176 19158 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3239] ppid=3225 vsize=1476924 CPUtime=0
/proc/3227/task/3239/stat : 3239 (java) S 3225 3227 2811 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1639530 1512370176 19158 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 1476924

[startup+3.1021 s]
/proc/loadavg: 1.00 1.00 0.93 4/77 3240
/proc/meminfo: memFree=1822016/2055920 swapFree=4192956/4192956
[pid=3227] ppid=3225 vsize=1478672 CPUtime=4.18
/proc/3227/stat : 3227 (java) S 3225 3227 2811 0 -1 0 36544 0 1 0 400 18 0 0 18 0 13 0 1639521 1514160128 33824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3227/statm: 369668 33824 1428 9 0 367011 0
[pid=3227/tid=3229] ppid=3225 vsize=1478672 CPUtime=2.4
/proc/3227/task/3229/stat : 3229 (java) R 3225 3227 2811 0 -1 64 30965 0 1 0 225 15 0 0 19 0 13 0 1639522 1514160128 33824 1992294400 134512640 134550932 4294956000 18446744073709551615 4109696932 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3230] ppid=3225 vsize=1478672 CPUtime=0.01
/proc/3227/task/3230/stat : 3230 (java) S 3225 3227 2811 0 -1 64 385 0 0 0 1 0 0 0 16 0 13 0 1639524 1514160128 33824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3231] ppid=3225 vsize=1478672 CPUtime=0.01
/proc/3227/task/3231/stat : 3231 (java) S 3225 3227 2811 0 -1 64 412 0 0 0 1 0 0 0 17 0 13 0 1639524 1514160128 33824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3232] ppid=3225 vsize=1478672 CPUtime=0
/proc/3227/task/3232/stat : 3232 (java) S 3225 3227 2811 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1639525 1514160128 33824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3233] ppid=3225 vsize=1478672 CPUtime=0
/proc/3227/task/3233/stat : 3233 (java) S 3225 3227 2811 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1639526 1514160128 33824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3234] ppid=3225 vsize=1478672 CPUtime=0
/proc/3227/task/3234/stat : 3234 (java) S 3225 3227 2811 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1639526 1514160128 33824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3235] ppid=3225 vsize=1478672 CPUtime=0
/proc/3227/task/3235/stat : 3235 (java) S 3225 3227 2811 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1639530 1514160128 33824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3236] ppid=3225 vsize=1478672 CPUtime=0.83
/proc/3227/task/3236/stat : 3236 (java) S 3225 3227 2811 0 -1 64 2454 0 0 0 83 0 0 0 17 0 13 0 1639530 1514160128 33824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3237] ppid=3225 vsize=1478672 CPUtime=0.88
/proc/3227/task/3237/stat : 3237 (java) S 3225 3227 2811 0 -1 64 1574 0 0 0 88 0 0 0 16 0 13 0 1639530 1514160128 33824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3238] ppid=3225 vsize=1478672 CPUtime=0
/proc/3227/task/3238/stat : 3238 (java) S 3225 3227 2811 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1639530 1514160128 33824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3239] ppid=3225 vsize=1478672 CPUtime=0
/proc/3227/task/3239/stat : 3239 (java) S 3225 3227 2811 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1639530 1514160128 33824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3240] ppid=3225 vsize=1478672 CPUtime=0
/proc/3227/task/3240/stat : 3240 (java) S 3225 3227 2811 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 1639663 1514160128 33824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 1478672

[startup+6.30242 s]
/proc/loadavg: 1.00 1.00 0.93 2/77 3240
/proc/meminfo: memFree=1763712/2055920 swapFree=4192956/4192956
[pid=3227] ppid=3225 vsize=1478544 CPUtime=7.56
/proc/3227/stat : 3227 (java) S 3225 3227 2811 0 -1 0 39202 0 1 0 737 19 0 0 18 0 13 0 1639521 1514029056 35650 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3227/statm: 369636 35650 1432 9 0 366979 0
[pid=3227/tid=3229] ppid=3225 vsize=1478544 CPUtime=5.57
/proc/3227/task/3229/stat : 3229 (java) R 3225 3227 2811 0 -1 64 30970 0 1 0 542 15 0 0 25 0 13 0 1639522 1514029056 35650 1992294400 134512640 134550932 4294956000 18446744073709551615 4109697088 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3230] ppid=3225 vsize=1478544 CPUtime=0.03
/proc/3227/task/3230/stat : 3230 (java) S 3225 3227 2811 0 -1 64 1332 0 0 0 3 0 0 0 16 0 13 0 1639524 1514029056 35650 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3231] ppid=3225 vsize=1478544 CPUtime=0.04
/proc/3227/task/3231/stat : 3231 (java) S 3225 3227 2811 0 -1 64 1309 0 0 0 4 0 0 0 16 0 13 0 1639524 1514029056 35650 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3232] ppid=3225 vsize=1478544 CPUtime=0
/proc/3227/task/3232/stat : 3232 (java) S 3225 3227 2811 0 -1 64 18 0 0 0 0 0 0 0 17 0 13 0 1639525 1514029056 35650 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3233] ppid=3225 vsize=1478544 CPUtime=0
/proc/3227/task/3233/stat : 3233 (java) S 3225 3227 2811 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1639526 1514029056 35650 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3234] ppid=3225 vsize=1478544 CPUtime=0
/proc/3227/task/3234/stat : 3234 (java) S 3225 3227 2811 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1639526 1514029056 35650 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3235] ppid=3225 vsize=1478544 CPUtime=0
/proc/3227/task/3235/stat : 3235 (java) S 3225 3227 2811 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1639530 1514029056 35650 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3236] ppid=3225 vsize=1478544 CPUtime=0.98
/proc/3227/task/3236/stat : 3236 (java) S 3225 3227 2811 0 -1 64 3255 0 0 0 97 1 0 0 15 0 13 0 1639530 1514029056 35650 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3237] ppid=3225 vsize=1478544 CPUtime=0.88
/proc/3227/task/3237/stat : 3237 (java) S 3225 3227 2811 0 -1 64 1574 0 0 0 88 0 0 0 16 0 13 0 1639530 1514029056 35650 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3238] ppid=3225 vsize=1478544 CPUtime=0
/proc/3227/task/3238/stat : 3238 (java) S 3225 3227 2811 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1639530 1514029056 35650 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3239] ppid=3225 vsize=1478544 CPUtime=0
/proc/3227/task/3239/stat : 3239 (java) S 3225 3227 2811 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1639530 1514029056 35650 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3240] ppid=3225 vsize=1478544 CPUtime=0
/proc/3227/task/3240/stat : 3240 (java) S 3225 3227 2811 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 1639663 1514029056 35650 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 1478544

[startup+12.7021 s]
/proc/loadavg: 1.00 1.00 0.93 2/77 3240
/proc/meminfo: memFree=1747968/2055920 swapFree=4192956/4192956
[pid=3227] ppid=3225 vsize=1478288 CPUtime=14.19
/proc/3227/stat : 3227 (java) S 3225 3227 2811 0 -1 0 46802 0 1 0 1396 23 0 0 18 0 13 0 1639521 1513766912 43045 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3227/statm: 369572 43045 1432 9 0 366915 0
[pid=3227/tid=3229] ppid=3225 vsize=1478288 CPUtime=11.89
/proc/3227/task/3229/stat : 3229 (java) R 3225 3227 2811 0 -1 64 32058 0 1 0 1173 16 0 0 25 0 13 0 1639522 1513766912 43045 1992294400 134512640 134550932 4294956000 18446744073709551615 4109810431 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3230] ppid=3225 vsize=1478288 CPUtime=0.12
/proc/3227/task/3230/stat : 3230 (java) S 3225 3227 2811 0 -1 64 5026 0 0 0 10 2 0 0 16 0 13 0 1639524 1513766912 43045 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3231] ppid=3225 vsize=1478288 CPUtime=0.12
/proc/3227/task/3231/stat : 3231 (java) S 3225 3227 2811 0 -1 64 4108 0 0 0 10 2 0 0 16 0 13 0 1639524 1513766912 43045 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3232] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3232/stat : 3232 (java) S 3225 3227 2811 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1639525 1513766912 43045 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3233] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3233/stat : 3233 (java) S 3225 3227 2811 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1639526 1513766912 43045 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3234] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3234/stat : 3234 (java) S 3225 3227 2811 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1639526 1513766912 43045 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3235] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3235/stat : 3235 (java) S 3225 3227 2811 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1639530 1513766912 43045 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3236] ppid=3225 vsize=1478288 CPUtime=1.08
/proc/3227/task/3236/stat : 3236 (java) S 3225 3227 2811 0 -1 64 3258 0 0 0 107 1 0 0 17 0 13 0 1639530 1513766912 43045 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3237] ppid=3225 vsize=1478288 CPUtime=0.94
/proc/3227/task/3237/stat : 3237 (java) S 3225 3227 2811 0 -1 64 1578 0 0 0 94 0 0 0 17 0 13 0 1639530 1513766912 43045 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3238] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3238/stat : 3238 (java) S 3225 3227 2811 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1639530 1513766912 43045 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3239] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3239/stat : 3239 (java) S 3225 3227 2811 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1639530 1513766912 43045 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3240] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3240/stat : 3240 (java) S 3225 3227 2811 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 1639663 1513766912 43045 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.19
Current children cumulated vsize (KiB) 1478288

[startup+25.5024 s]
/proc/loadavg: 1.00 1.00 0.93 2/77 3246
/proc/meminfo: memFree=1719424/2055920 swapFree=4192956/4192956
[pid=3227] ppid=3225 vsize=1478288 CPUtime=27.04
/proc/3227/stat : 3227 (java) S 3225 3227 2811 0 -1 0 51049 0 1 0 2679 25 0 0 18 0 13 0 1639521 1513766912 46648 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3227/statm: 369572 46648 1432 9 0 366915 0
[pid=3227/tid=3229] ppid=3225 vsize=1478288 CPUtime=24.62
/proc/3227/task/3229/stat : 3229 (java) R 3225 3227 2811 0 -1 64 32062 0 1 0 2446 16 0 0 24 0 13 0 1639522 1513766912 46648 1992294400 134512640 134550932 4294956000 18446744073709551615 4109698185 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3230] ppid=3225 vsize=1478288 CPUtime=0.18
/proc/3227/task/3230/stat : 3230 (java) S 3225 3227 2811 0 -1 64 7160 0 0 0 15 3 0 0 17 0 13 0 1639524 1513766912 46648 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3231] ppid=3225 vsize=1478288 CPUtime=0.18
/proc/3227/task/3231/stat : 3231 (java) S 3225 3227 2811 0 -1 64 6217 0 0 0 15 3 0 0 17 0 13 0 1639524 1513766912 46648 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3232] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3232/stat : 3232 (java) S 3225 3227 2811 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1639525 1513766912 46648 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3233] ppid=3225 vsize=1478288 CPUtime=0

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

[pid=3227] ppid=3225 vsize=1478288 CPUtime=1664.6
/proc/3227/stat : 3227 (java) S 3225 3227 2811 0 -1 0 107931 0 1 0 166406 54 0 0 18 0 13 0 1639521 1513766912 98320 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3227/statm: 369572 98320 1432 9 0 366915 0
[pid=3227/tid=3229] ppid=3225 vsize=1478288 CPUtime=1659.31
/proc/3227/task/3229/stat : 3229 (java) R 3225 3227 2811 0 -1 64 32159 0 1 0 165914 17 0 0 25 0 13 0 1639522 1513766912 98320 1992294400 134512640 134550932 4294956000 18446744073709551615 4109995455 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3230] ppid=3225 vsize=1478288 CPUtime=1.55
/proc/3227/task/3230/stat : 3230 (java) S 3225 3227 2811 0 -1 64 34115 0 0 0 140 15 0 0 17 0 13 0 1639524 1513766912 98320 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3231] ppid=3225 vsize=1478288 CPUtime=1.57
/proc/3227/task/3231/stat : 3231 (java) S 3225 3227 2811 0 -1 64 36041 0 0 0 140 17 0 0 16 0 13 0 1639524 1513766912 98320 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3232] ppid=3225 vsize=1478288 CPUtime=0.02
/proc/3227/task/3232/stat : 3232 (java) S 3225 3227 2811 0 -1 64 30 0 0 0 2 0 0 0 16 0 13 0 1639525 1513766912 98320 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3233] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3233/stat : 3233 (java) S 3225 3227 2811 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1639526 1513766912 98320 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3234] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3234/stat : 3234 (java) S 3225 3227 2811 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1639526 1513766912 98320 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3235] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3235/stat : 3235 (java) S 3225 3227 2811 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1639530 1513766912 98320 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3236] ppid=3225 vsize=1478288 CPUtime=1.08
/proc/3227/task/3236/stat : 3236 (java) S 3225 3227 2811 0 -1 64 3258 0 0 0 107 1 0 0 16 0 13 0 1639530 1513766912 98320 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3237] ppid=3225 vsize=1478288 CPUtime=1.01
/proc/3227/task/3237/stat : 3237 (java) S 3225 3227 2811 0 -1 64 1584 0 0 0 101 0 0 0 16 0 13 0 1639530 1513766912 98320 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3238] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3238/stat : 3238 (java) S 3225 3227 2811 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1639530 1513766912 98320 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3239] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3239/stat : 3239 (java) S 3225 3227 2811 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1639530 1513766912 98320 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3240] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3240/stat : 3240 (java) S 3225 3227 2811 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 1639663 1513766912 98320 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1664.6
Current children cumulated vsize (KiB) 1478288

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/77 3248
/proc/meminfo: memFree=1506624/2055920 swapFree=4192956/4192956
[pid=3227] ppid=3225 vsize=1478288 CPUtime=1724.62
/proc/3227/stat : 3227 (java) S 3225 3227 2811 0 -1 0 109165 0 1 0 172408 54 0 0 18 0 13 0 1639521 1513766912 99510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3227/statm: 369572 99510 1432 9 0 366915 0
[pid=3227/tid=3229] ppid=3225 vsize=1478288 CPUtime=1719.24
/proc/3227/task/3229/stat : 3229 (java) R 3225 3227 2811 0 -1 64 32161 0 1 0 171907 17 0 0 25 0 13 0 1639522 1513766912 99510 1992294400 134512640 134550932 4294956000 18446744073709551615 4109696932 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3230] ppid=3225 vsize=1478288 CPUtime=1.59
/proc/3227/task/3230/stat : 3230 (java) S 3225 3227 2811 0 -1 64 34615 0 0 0 144 15 0 0 17 0 13 0 1639524 1513766912 99510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3231] ppid=3225 vsize=1478288 CPUtime=1.61
/proc/3227/task/3231/stat : 3231 (java) S 3225 3227 2811 0 -1 64 36773 0 0 0 144 17 0 0 16 0 13 0 1639524 1513766912 99510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3232] ppid=3225 vsize=1478288 CPUtime=0.02
/proc/3227/task/3232/stat : 3232 (java) S 3225 3227 2811 0 -1 64 30 0 0 0 2 0 0 0 16 0 13 0 1639525 1513766912 99510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3233] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3233/stat : 3233 (java) S 3225 3227 2811 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1639526 1513766912 99510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3234] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3234/stat : 3234 (java) S 3225 3227 2811 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1639526 1513766912 99510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3235] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3235/stat : 3235 (java) S 3225 3227 2811 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1639530 1513766912 99510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3236] ppid=3225 vsize=1478288 CPUtime=1.08
/proc/3227/task/3236/stat : 3236 (java) S 3225 3227 2811 0 -1 64 3258 0 0 0 107 1 0 0 16 0 13 0 1639530 1513766912 99510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3237] ppid=3225 vsize=1478288 CPUtime=1.01
/proc/3227/task/3237/stat : 3237 (java) S 3225 3227 2811 0 -1 64 1584 0 0 0 101 0 0 0 16 0 13 0 1639530 1513766912 99510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3238] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3238/stat : 3238 (java) S 3225 3227 2811 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1639530 1513766912 99510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3239] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3239/stat : 3239 (java) S 3225 3227 2811 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1639530 1513766912 99510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3240] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3240/stat : 3240 (java) S 3225 3227 2811 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 1639663 1513766912 99510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1724.62
Current children cumulated vsize (KiB) 1478288

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/77 3248
/proc/meminfo: memFree=1502080/2055920 swapFree=4192956/4192956
[pid=3227] ppid=3225 vsize=1478288 CPUtime=1784.63
/proc/3227/stat : 3227 (java) S 3225 3227 2811 0 -1 0 110339 0 1 0 178409 54 0 0 18 0 13 0 1639521 1513766912 100634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3227/statm: 369572 100634 1432 9 0 366915 0
[pid=3227/tid=3229] ppid=3225 vsize=1478288 CPUtime=1779.17
/proc/3227/task/3229/stat : 3229 (java) R 3225 3227 2811 0 -1 64 32163 0 1 0 177900 17 0 0 25 0 13 0 1639522 1513766912 100634 1992294400 134512640 134550932 4294956000 18446744073709551615 4109995455 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3230] ppid=3225 vsize=1478288 CPUtime=1.63
/proc/3227/task/3230/stat : 3230 (java) S 3225 3227 2811 0 -1 64 35178 0 0 0 148 15 0 0 17 0 13 0 1639524 1513766912 100634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3231] ppid=3225 vsize=1478288 CPUtime=1.66
/proc/3227/task/3231/stat : 3231 (java) S 3225 3227 2811 0 -1 64 37382 0 0 0 149 17 0 0 16 0 13 0 1639524 1513766912 100634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3232] ppid=3225 vsize=1478288 CPUtime=0.02
/proc/3227/task/3232/stat : 3232 (java) S 3225 3227 2811 0 -1 64 30 0 0 0 2 0 0 0 16 0 13 0 1639525 1513766912 100634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3233] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3233/stat : 3233 (java) S 3225 3227 2811 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1639526 1513766912 100634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3234] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3234/stat : 3234 (java) S 3225 3227 2811 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1639526 1513766912 100634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3235] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3235/stat : 3235 (java) S 3225 3227 2811 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1639530 1513766912 100634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3236] ppid=3225 vsize=1478288 CPUtime=1.08
/proc/3227/task/3236/stat : 3236 (java) S 3225 3227 2811 0 -1 64 3258 0 0 0 107 1 0 0 16 0 13 0 1639530 1513766912 100634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3237] ppid=3225 vsize=1478288 CPUtime=1.01
/proc/3227/task/3237/stat : 3237 (java) S 3225 3227 2811 0 -1 64 1584 0 0 0 101 0 0 0 16 0 13 0 1639530 1513766912 100634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3238] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3238/stat : 3238 (java) S 3225 3227 2811 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1639530 1513766912 100634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3239] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3239/stat : 3239 (java) S 3225 3227 2811 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1639530 1513766912 100634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3240] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3240/stat : 3240 (java) S 3225 3227 2811 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 1639663 1513766912 100634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1784.63
Current children cumulated vsize (KiB) 1478288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 1.00 1.00 0.93 2/77 3248
/proc/meminfo: memFree=1499968/2055920 swapFree=4192956/4192956
[pid=3227] ppid=3225 vsize=1478288 CPUtime=1800.06
/proc/3227/stat : 3227 (java) S 3225 3227 2811 0 -1 0 110904 0 1 0 179951 55 0 0 18 0 13 0 1639521 1513766912 101160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3227/statm: 369572 101160 1432 9 0 366915 0
[pid=3227/tid=3229] ppid=3225 vsize=1478288 CPUtime=1794.55
/proc/3227/task/3229/stat : 3229 (java) R 3225 3227 2811 0 -1 64 32164 0 1 0 179438 17 0 0 25 0 13 0 1639522 1513766912 101160 1992294400 134512640 134550932 4294956000 18446744073709551615 4109698043 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3230] ppid=3225 vsize=1478288 CPUtime=1.66
/proc/3227/task/3230/stat : 3230 (java) S 3225 3227 2811 0 -1 64 35475 0 0 0 151 15 0 0 16 0 13 0 1639524 1513766912 101160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3231] ppid=3225 vsize=1478288 CPUtime=1.68
/proc/3227/task/3231/stat : 3231 (java) S 3225 3227 2811 0 -1 64 37649 0 0 0 151 17 0 0 17 0 13 0 1639524 1513766912 101160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3232] ppid=3225 vsize=1478288 CPUtime=0.02
/proc/3227/task/3232/stat : 3232 (java) S 3225 3227 2811 0 -1 64 30 0 0 0 2 0 0 0 16 0 13 0 1639525 1513766912 101160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3233] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3233/stat : 3233 (java) S 3225 3227 2811 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1639526 1513766912 101160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3234] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3234/stat : 3234 (java) S 3225 3227 2811 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1639526 1513766912 101160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3235] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3235/stat : 3235 (java) S 3225 3227 2811 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1639530 1513766912 101160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3236] ppid=3225 vsize=1478288 CPUtime=1.08
/proc/3227/task/3236/stat : 3236 (java) S 3225 3227 2811 0 -1 64 3258 0 0 0 107 1 0 0 16 0 13 0 1639530 1513766912 101160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3237] ppid=3225 vsize=1478288 CPUtime=1.01
/proc/3227/task/3237/stat : 3237 (java) S 3225 3227 2811 0 -1 64 1584 0 0 0 101 0 0 0 16 0 13 0 1639530 1513766912 101160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3238] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3238/stat : 3238 (java) S 3225 3227 2811 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1639530 1513766912 101160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3239] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3239/stat : 3239 (java) S 3225 3227 2811 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1639530 1513766912 101160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3240] ppid=3225 vsize=1478288 CPUtime=0
/proc/3227/task/3240/stat : 3240 (java) S 3225 3227 2811 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 1639663 1513766912 101160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1478288

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

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

[startup+1797.81 s]
/proc/loadavg: 1.00 1.00 0.93 2/77 3248
/proc/meminfo: memFree=1499968/2055920 swapFree=4192956/4192956
[pid=3227] ppid=3225 vsize=1478936 CPUtime=1800.26
/proc/3227/stat : 3227 (java) S 3225 3227 2811 0 -1 0 110931 0 1 0 179971 55 0 0 16 0 14 0 1639521 1514430464 101187 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3227/statm: 369734 101187 1433 9 0 367077 0
[pid=3227/tid=3229] ppid=3225 vsize=1478936 CPUtime=1794.65
/proc/3227/task/3229/stat : 3229 (java) R 3225 3227 2811 0 -1 64 32164 0 1 0 179448 17 0 0 25 0 14 0 1639522 1514430464 101187 1992294400 134512640 134550932 4294956000 18446744073709551615 4109696932 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3230] ppid=3225 vsize=1478936 CPUtime=1.66
/proc/3227/task/3230/stat : 3230 (java) S 3225 3227 2811 0 -1 64 35475 0 0 0 151 15 0 0 16 0 14 0 1639524 1514430464 101187 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3231] ppid=3225 vsize=1478936 CPUtime=1.68
/proc/3227/task/3231/stat : 3231 (java) S 3225 3227 2811 0 -1 64 37649 0 0 0 151 17 0 0 17 0 14 0 1639524 1514430464 101187 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3232] ppid=3225 vsize=1478936 CPUtime=0.02
/proc/3227/task/3232/stat : 3232 (java) S 3225 3227 2811 0 -1 64 30 0 0 0 2 0 0 0 16 0 14 0 1639525 1514430464 101187 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3233] ppid=3225 vsize=1478936 CPUtime=0
/proc/3227/task/3233/stat : 3233 (java) S 3225 3227 2811 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 1639526 1514430464 101187 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3234] ppid=3225 vsize=1478936 CPUtime=0
/proc/3227/task/3234/stat : 3234 (java) S 3225 3227 2811 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 1639526 1514430464 101187 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3235] ppid=3225 vsize=1478936 CPUtime=0
/proc/3227/task/3235/stat : 3235 (java) S 3225 3227 2811 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 1639530 1514430464 101187 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3236] ppid=3225 vsize=1478936 CPUtime=1.08
/proc/3227/task/3236/stat : 3236 (java) S 3225 3227 2811 0 -1 64 3258 0 0 0 107 1 0 0 16 0 14 0 1639530 1514430464 101187 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3237] ppid=3225 vsize=1478936 CPUtime=1.04
/proc/3227/task/3237/stat : 3237 (java) S 3225 3227 2811 0 -1 64 1590 0 0 0 104 0 0 0 17 0 14 0 1639530 1514430464 101187 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3227/tid=3238] ppid=3225 vsize=1478936 CPUtime=0
/proc/3227/task/3238/stat : 3238 (java) S 3225 3227 2811 0 -1 64 0 0 0 0 0 0 0 0 25 0 14 0 1639530 1514430464 101187 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3239] ppid=3225 vsize=1478936 CPUtime=0
/proc/3227/task/3239/stat : 3239 (java) S 3225 3227 2811 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 1639530 1514430464 101187 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3240] ppid=3225 vsize=1478936 CPUtime=0
/proc/3227/task/3240/stat : 3240 (java) S 3225 3227 2811 0 -1 64 5 0 0 0 0 0 0 0 21 0 14 0 1639663 1514430464 101187 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 1478936

Child status: 143
Real time (s): 1797.88
CPU time (s): 1800.33
CPU user time (s): 1799.72
CPU system time (s): 0.613906
CPU usage (%): 100.137
Max. virtual memory (cumulated for all children) (KiB): 1479800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.72
system time used= 0.613906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110931
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= 38154
involuntary context switches= 40077

runsolver used 1.84372 second user time and 4.89725 second system time

The end

Launcher Data

Begin job on node36 at 2009-06-17 20:00:37
IDJOB=1885005
IDBENCH=72014
IDSOLVER=681
FILE ID=node36/1885005-1245261636
PBS_JOBID= 9372417
Free space on /tmp= 66172 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/CRAFTED/rbsat/random/forced/rbsat-v760c43649gyes6.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-1885005-1245261636/watcher-1885005-1245261636 -o /tmp/evaluation-result-1885005-1245261636/solver-1885005-1245261636 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1885005-1245261636.opb

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

MD5SUM BENCH= c90b5c97f93453699ad04fd511536f7f
RANDOM SEED=1962681644

node36.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.225
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.225
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:       1902152 kB
Buffers:         24404 kB
Cached:          87320 kB
SwapCached:          0 kB
Active:          69048 kB
Inactive:        55452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1902152 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1300 kB
Writeback:           0 kB
Mapped:          22576 kB
Slab:            15276 kB
Committed_AS:    50940 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= 66172 MiB
End job on node36 at 2009-06-17 20:30:36