Trace number 1856475

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1? (TO) 1800.42 1796.21

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-75-70.opb
MD5SUM51456bad41bf92f026526861ffdd231e
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark0.303953
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables5250
Total number of constraints145
Number of constraints which are clauses75
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint70
Maximum length of a constraint75
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 76
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-1856475-1244912715.opb
0.22/0.21	c reading problem ... 
0.92/0.64	c ... done. Wall clock time 0.427s.
0.92/0.64	c #vars     5250
0.92/0.64	c #constraints  145
0.92/0.64	c constraints type 
0.92/0.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.92/0.64	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 75
972.17/969.27	c cleaning 56740 clauses out of 113502
1433.50/1429.87	c cleaning 46626 clauses out of 93261
1800.05/1795.91	c starts		: 17
1800.05/1795.91	c conflicts		: 173842
1800.05/1795.91	c decisions		: 213063
1800.05/1795.91	c propagations		: 17234119
1800.05/1795.91	c inspects		: 660906733
1800.05/1795.91	c learnt literals	: 0
1800.05/1795.91	c learnt binary clauses	: 0
1800.05/1795.91	c learnt ternary clauses	: 0
1800.05/1795.91	c learnt clauses	: 173841
1800.05/1795.91	c ignored clauses	: 0
1800.05/1795.91	c root simplifications	: 0
1800.05/1795.91	c removed literals (reason simplification)	: 8848268
1800.05/1795.91	c reason swapping (by a shorter reason)	: 0
1800.05/1795.91	c Calls to reduceDB	: 2
1800.05/1795.91	c speed (assignments/second)	: 9599.731182645963
1800.05/1795.91	c non guided choices	2416
1800.05/1795.97	c learnt constraints type 
1800.05/1795.97	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 70480
1800.05/1795.97	c constraints type 
1800.05/1795.97	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
1800.05/1795.97	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 75
1800.05/1795.97	s UNKNOWN
1800.05/1795.97	c Total wall clock time (in seconds): 1795.763

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 18336
/proc/meminfo: memFree=1313744/2055924 swapFree=4191900/4192956
[pid=18336] ppid=18334 vsize=152 CPUtime=0
/proc/18336/stat : 18336 (java6) R 18334 18336 17943 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 158872290 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 2188068 0 0 4096 0 0 0 0 17 1 0 0
/proc/18336/statm: 38 26 19 9 0 4 0

[startup+0.058759 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 18336
/proc/meminfo: memFree=1313744/2055924 swapFree=4191900/4192956
[pid=18336] ppid=18334 vsize=1470220 CPUtime=0.04
/proc/18336/stat : 18336 (java) S 18334 18336 17943 0 -1 0 3286 0 1 0 3 1 0 0 18 0 7 0 158872290 1505505280 3031 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/18336/statm: 367555 3031 1026 9 0 364906 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1470220

[startup+0.102768 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 18336
/proc/meminfo: memFree=1313744/2055924 swapFree=4191900/4192956
[pid=18336] ppid=18334 vsize=1472584 CPUtime=0.09
/proc/18336/stat : 18336 (java) S 18334 18336 17943 0 -1 0 3642 0 1 0 7 2 0 0 18 0 12 0 158872290 1507926016 3385 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18336/statm: 368146 3385 1069 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301807 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 18336
/proc/meminfo: memFree=1313744/2055924 swapFree=4191900/4192956
[pid=18336] ppid=18334 vsize=1475016 CPUtime=0.33
/proc/18336/stat : 18336 (java) S 18334 18336 17943 0 -1 0 5047 0 1 0 31 2 0 0 18 0 12 0 158872290 1510416384 4785 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18336/statm: 368754 4785 1355 9 0 366097 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1475016

[startup+0.702885 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 18336
/proc/meminfo: memFree=1313744/2055924 swapFree=4191900/4192956
[pid=18336] ppid=18334 vsize=1478084 CPUtime=1.09
/proc/18336/stat : 18336 (java) S 18334 18336 17943 0 -1 0 8571 0 1 0 105 4 0 0 18 0 13 0 158872290 1513558016 7708 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18336/statm: 369521 7708 1404 9 0 366864 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1478084

[startup+1.50104 s]
/proc/loadavg: 1.08 1.02 1.01 4/77 18349
/proc/meminfo: memFree=1287976/2055924 swapFree=4191900/4192956
[pid=18336] ppid=18334 vsize=1478084 CPUtime=2.46
/proc/18336/stat : 18336 (java) S 18334 18336 17943 0 -1 0 9685 0 1 0 241 5 0 0 18 0 13 0 158872290 1513558016 8124 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18336/statm: 369521 8124 1416 9 0 366864 0
[pid=18336/tid=18338] ppid=18334 vsize=1478084 CPUtime=1.4
/proc/18336/task/18338/stat : 18338 (java) R 18334 18336 17943 0 -1 64 6159 0 1 0 137 3 0 0 25 0 13 0 158872292 1513558016 8124 1992294400 134512640 134550932 4294956016 18446744073709551615 4109640240 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18339] ppid=18334 vsize=1478084 CPUtime=0
/proc/18336/task/18339/stat : 18339 (java) S 18334 18336 17943 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 158872293 1513558016 8124 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18340] ppid=18334 vsize=1478084 CPUtime=0
/proc/18336/task/18340/stat : 18340 (java) S 18334 18336 17943 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 158872293 1513558016 8124 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18341] ppid=18334 vsize=1478084 CPUtime=0
/proc/18336/task/18341/stat : 18341 (java) S 18334 18336 17943 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 158872295 1513558016 8124 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18342] ppid=18334 vsize=1478084 CPUtime=0
/proc/18336/task/18342/stat : 18342 (java) S 18334 18336 17943 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 158872295 1513558016 8124 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18343] ppid=18334 vsize=1478084 CPUtime=0
/proc/18336/task/18343/stat : 18343 (java) S 18334 18336 17943 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 158872295 1513558016 8124 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18344] ppid=18334 vsize=1478084 CPUtime=0
/proc/18336/task/18344/stat : 18344 (java) S 18334 18336 17943 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158872299 1513558016 8124 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18345] ppid=18334 vsize=1478084 CPUtime=0.51
/proc/18336/task/18345/stat : 18345 (java) S 18334 18336 17943 0 -1 64 1086 0 0 0 51 0 0 0 17 0 13 0 158872299 1513558016 8124 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18346] ppid=18334 vsize=1478084 CPUtime=0.52
/proc/18336/task/18346/stat : 18346 (java) S 18334 18336 17943 0 -1 64 1696 0 0 0 52 0 0 0 16 0 13 0 158872299 1513558016 8124 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18347] ppid=18334 vsize=1478084 CPUtime=0
/proc/18336/task/18347/stat : 18347 (java) S 18334 18336 17943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158872299 1513558016 8124 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18348] ppid=18334 vsize=1478084 CPUtime=0
/proc/18336/task/18348/stat : 18348 (java) S 18334 18336 17943 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158872299 1513558016 8124 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18349] ppid=18334 vsize=1478084 CPUtime=0
/proc/18336/task/18349/stat : 18349 (java) S 18334 18336 17943 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 158872358 1513558016 8124 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 1478084

[startup+3.10236 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 18349
/proc/meminfo: memFree=1284904/2055924 swapFree=4191900/4192956
[pid=18336] ppid=18334 vsize=1478084 CPUtime=4.08
/proc/18336/stat : 18336 (java) S 18334 18336 17943 0 -1 0 10698 0 1 0 403 5 0 0 18 0 13 0 158872290 1513558016 9136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18336/statm: 369521 9136 1416 9 0 366864 0
[pid=18336/tid=18338] ppid=18334 vsize=1478084 CPUtime=2.99
/proc/18336/task/18338/stat : 18338 (java) R 18334 18336 17943 0 -1 64 7171 0 1 0 296 3 0 0 25 0 13 0 158872292 1513558016 9136 1992294400 134512640 134550932 4294956016 18446744073709551615 4109631339 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18339] ppid=18334 vsize=1478084 CPUtime=0
/proc/18336/task/18339/stat : 18339 (java) S 18334 18336 17943 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 158872293 1513558016 9136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18340] ppid=18334 vsize=1478084 CPUtime=0
/proc/18336/task/18340/stat : 18340 (java) S 18334 18336 17943 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 158872293 1513558016 9136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18341] ppid=18334 vsize=1478084 CPUtime=0
/proc/18336/task/18341/stat : 18341 (java) S 18334 18336 17943 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158872295 1513558016 9136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18342] ppid=18334 vsize=1478084 CPUtime=0
/proc/18336/task/18342/stat : 18342 (java) S 18334 18336 17943 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 158872295 1513558016 9136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18343] ppid=18334 vsize=1478084 CPUtime=0
/proc/18336/task/18343/stat : 18343 (java) S 18334 18336 17943 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 158872295 1513558016 9136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18344] ppid=18334 vsize=1478084 CPUtime=0
/proc/18336/task/18344/stat : 18344 (java) S 18334 18336 17943 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158872299 1513558016 9136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18345] ppid=18334 vsize=1478084 CPUtime=0.54
/proc/18336/task/18345/stat : 18345 (java) S 18334 18336 17943 0 -1 64 1087 0 0 0 54 0 0 0 16 0 13 0 158872299 1513558016 9136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18346] ppid=18334 vsize=1478084 CPUtime=0.52
/proc/18336/task/18346/stat : 18346 (java) S 18334 18336 17943 0 -1 64 1696 0 0 0 52 0 0 0 17 0 13 0 158872299 1513558016 9136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18347] ppid=18334 vsize=1478084 CPUtime=0
/proc/18336/task/18347/stat : 18347 (java) S 18334 18336 17943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158872299 1513558016 9136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18348] ppid=18334 vsize=1478084 CPUtime=0
/proc/18336/task/18348/stat : 18348 (java) S 18334 18336 17943 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158872299 1513558016 9136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18349] ppid=18334 vsize=1478084 CPUtime=0
/proc/18336/task/18349/stat : 18349 (java) S 18334 18336 17943 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 158872358 1513558016 9136 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 1478084

[startup+6.30298 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 18349
/proc/meminfo: memFree=1278312/2055924 swapFree=4191900/4192956
[pid=18336] ppid=18334 vsize=1477136 CPUtime=7.28
/proc/18336/stat : 18336 (java) S 18334 18336 17943 0 -1 0 12425 0 1 0 722 6 0 0 18 0 13 0 158872290 1512587264 10593 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18336/statm: 369284 10593 1416 9 0 366627 0
[pid=18336/tid=18338] ppid=18334 vsize=1477136 CPUtime=6.18
/proc/18336/task/18338/stat : 18338 (java) R 18334 18336 17943 0 -1 64 8898 0 1 0 615 3 0 0 25 0 13 0 158872292 1512587264 10593 1992294400 134512640 134550932 4294956016 18446744073709551615 4109719487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18339] ppid=18334 vsize=1477136 CPUtime=0
/proc/18336/task/18339/stat : 18339 (java) S 18334 18336 17943 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 158872293 1512587264 10593 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18340] ppid=18334 vsize=1477136 CPUtime=0
/proc/18336/task/18340/stat : 18340 (java) S 18334 18336 17943 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 158872293 1512587264 10593 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18341] ppid=18334 vsize=1477136 CPUtime=0
/proc/18336/task/18341/stat : 18341 (java) S 18334 18336 17943 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158872295 1512587264 10593 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18342] ppid=18334 vsize=1477136 CPUtime=0
/proc/18336/task/18342/stat : 18342 (java) S 18334 18336 17943 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 158872295 1512587264 10593 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18343] ppid=18334 vsize=1477136 CPUtime=0
/proc/18336/task/18343/stat : 18343 (java) S 18334 18336 17943 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 158872295 1512587264 10593 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18344] ppid=18334 vsize=1477136 CPUtime=0
/proc/18336/task/18344/stat : 18344 (java) S 18334 18336 17943 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158872299 1512587264 10593 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18345] ppid=18334 vsize=1477136 CPUtime=0.54
/proc/18336/task/18345/stat : 18345 (java) S 18334 18336 17943 0 -1 64 1087 0 0 0 54 0 0 0 16 0 13 0 158872299 1512587264 10593 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18346] ppid=18334 vsize=1477136 CPUtime=0.52
/proc/18336/task/18346/stat : 18346 (java) S 18334 18336 17943 0 -1 64 1696 0 0 0 52 0 0 0 17 0 13 0 158872299 1512587264 10593 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18347] ppid=18334 vsize=1477136 CPUtime=0
/proc/18336/task/18347/stat : 18347 (java) S 18334 18336 17943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158872299 1512587264 10593 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18348] ppid=18334 vsize=1477136 CPUtime=0
/proc/18336/task/18348/stat : 18348 (java) S 18334 18336 17943 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158872299 1512587264 10593 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18349] ppid=18334 vsize=1477136 CPUtime=0
/proc/18336/task/18349/stat : 18349 (java) S 18334 18336 17943 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 158872358 1512587264 10593 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 1477136

[startup+12.7012 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 18349
/proc/meminfo: memFree=1263528/2055924 swapFree=4191900/4192956
[pid=18336] ppid=18334 vsize=1477136 CPUtime=13.69
/proc/18336/stat : 18336 (java) S 18334 18336 17943 0 -1 0 15908 0 1 0 1361 8 0 0 18 0 13 0 158872290 1512587264 14076 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18336/statm: 369284 14076 1416 9 0 366627 0
[pid=18336/tid=18338] ppid=18334 vsize=1477136 CPUtime=12.57
/proc/18336/task/18338/stat : 18338 (java) R 18334 18336 17943 0 -1 64 12379 0 1 0 1252 5 0 0 25 0 13 0 158872292 1512587264 14076 1992294400 134512640 134550932 4294956016 18446744073709551615 4109631284 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18339] ppid=18334 vsize=1477136 CPUtime=0
/proc/18336/task/18339/stat : 18339 (java) S 18334 18336 17943 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 158872293 1512587264 14076 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18340] ppid=18334 vsize=1477136 CPUtime=0
/proc/18336/task/18340/stat : 18340 (java) S 18334 18336 17943 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 158872293 1512587264 14076 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18341] ppid=18334 vsize=1477136 CPUtime=0
/proc/18336/task/18341/stat : 18341 (java) S 18334 18336 17943 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158872295 1512587264 14076 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18342] ppid=18334 vsize=1477136 CPUtime=0
/proc/18336/task/18342/stat : 18342 (java) S 18334 18336 17943 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 158872295 1512587264 14076 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18343] ppid=18334 vsize=1477136 CPUtime=0
/proc/18336/task/18343/stat : 18343 (java) S 18334 18336 17943 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 158872295 1512587264 14076 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18344] ppid=18334 vsize=1477136 CPUtime=0
/proc/18336/task/18344/stat : 18344 (java) S 18334 18336 17943 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158872299 1512587264 14076 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18345] ppid=18334 vsize=1477136 CPUtime=0.55
/proc/18336/task/18345/stat : 18345 (java) S 18334 18336 17943 0 -1 64 1089 0 0 0 55 0 0 0 17 0 13 0 158872299 1512587264 14076 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18346] ppid=18334 vsize=1477136 CPUtime=0.52
/proc/18336/task/18346/stat : 18346 (java) S 18334 18336 17943 0 -1 64 1696 0 0 0 52 0 0 0 17 0 13 0 158872299 1512587264 14076 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18347] ppid=18334 vsize=1477136 CPUtime=0
/proc/18336/task/18347/stat : 18347 (java) S 18334 18336 17943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158872299 1512587264 14076 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18348] ppid=18334 vsize=1477136 CPUtime=0
/proc/18336/task/18348/stat : 18348 (java) S 18334 18336 17943 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158872299 1512587264 14076 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18349] ppid=18334 vsize=1477136 CPUtime=0
/proc/18336/task/18349/stat : 18349 (java) S 18334 18336 17943 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 158872358 1512587264 14076 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.69
Current children cumulated vsize (KiB) 1477136

[startup+25.5027 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 18349
/proc/meminfo: memFree=1238824/2055924 swapFree=4191900/4192956
[pid=18336] ppid=18334 vsize=1477136 CPUtime=26.52
/proc/18336/stat : 18336 (java) S 18334 18336 17943 0 -1 0 21805 0 1 0 2642 10 0 0 18 0 13 0 158872290 1512587264 19973 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18336/statm: 369284 19973 1420 9 0 366627 0
[pid=18336/tid=18338] ppid=18334 vsize=1477136 CPUtime=25.36
/proc/18336/task/18338/stat : 18338 (java) R 18334 18336 17943 0 -1 64 18266 0 1 0 2528 8 0 0 25 0 13 0 158872292 1512587264 19973 1992294400 134512640 134550932 4294956016 18446744073709551615 4109631352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18339] ppid=18334 vsize=1477136 CPUtime=0
/proc/18336/task/18339/stat : 18339 (java) S 18334 18336 17943 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 158872293 1512587264 19973 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18340] ppid=18334 vsize=1477136 CPUtime=0
/proc/18336/task/18340/stat : 18340 (java) S 18334 18336 17943 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 158872293 1512587264 19973 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18341] ppid=18334 vsize=1477136 CPUtime=0

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

[pid=18336/tid=18341] ppid=18334 vsize=1480208 CPUtime=2.6
/proc/18336/task/18341/stat : 18341 (java) S 18334 18336 17943 0 -1 64 12521 0 0 0 255 5 0 0 16 0 13 0 158872295 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18342] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18342/stat : 18342 (java) S 18334 18336 17943 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158872295 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18343] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18343/stat : 18343 (java) S 18334 18336 17943 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158872295 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18344] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18344/stat : 18344 (java) S 18334 18336 17943 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158872299 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18345] ppid=18334 vsize=1480208 CPUtime=0.67
/proc/18336/task/18345/stat : 18345 (java) S 18334 18336 17943 0 -1 64 1121 0 0 0 67 0 0 0 15 0 13 0 158872299 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18346] ppid=18334 vsize=1480208 CPUtime=0.77
/proc/18336/task/18346/stat : 18346 (java) S 18334 18336 17943 0 -1 64 2667 0 0 0 76 1 0 0 16 0 13 0 158872299 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18347] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18347/stat : 18347 (java) S 18334 18336 17943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158872299 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18348] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18348/stat : 18348 (java) S 18334 18336 17943 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158872299 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18349] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18349/stat : 18349 (java) S 18334 18336 17943 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 158872358 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1606.21
Current children cumulated vsize (KiB) 1480208

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18349
/proc/meminfo: memFree=15464/2055924 swapFree=4191900/4192956
[pid=18336] ppid=18334 vsize=1480208 CPUtime=1666.19
/proc/18336/stat : 18336 (java) S 18334 18336 17943 0 -1 0 344501 0 1 0 166416 203 0 0 18 0 13 0 158872290 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18336/statm: 370052 328949 1435 9 0 367395 0
[pid=18336/tid=18338] ppid=18334 vsize=1480208 CPUtime=1655.53
/proc/18336/task/18338/stat : 18338 (java) R 18334 18336 17943 0 -1 64 30999 0 1 0 165535 18 0 0 25 0 13 0 158872292 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4109617419 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18339] ppid=18334 vsize=1480208 CPUtime=3.3
/proc/18336/task/18339/stat : 18339 (java) S 18334 18336 17943 0 -1 64 149461 0 0 0 240 90 0 0 18 0 13 0 158872293 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18340] ppid=18334 vsize=1480208 CPUtime=3.27
/proc/18336/task/18340/stat : 18340 (java) S 18334 18336 17943 0 -1 64 146988 0 0 0 241 86 0 0 17 0 13 0 158872293 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18341] ppid=18334 vsize=1480208 CPUtime=2.6
/proc/18336/task/18341/stat : 18341 (java) S 18334 18336 17943 0 -1 64 12521 0 0 0 255 5 0 0 16 0 13 0 158872295 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18342] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18342/stat : 18342 (java) S 18334 18336 17943 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158872295 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18343] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18343/stat : 18343 (java) S 18334 18336 17943 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158872295 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18344] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18344/stat : 18344 (java) S 18334 18336 17943 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158872299 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18345] ppid=18334 vsize=1480208 CPUtime=0.67
/proc/18336/task/18345/stat : 18345 (java) S 18334 18336 17943 0 -1 64 1121 0 0 0 67 0 0 0 15 0 13 0 158872299 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18346] ppid=18334 vsize=1480208 CPUtime=0.77
/proc/18336/task/18346/stat : 18346 (java) S 18334 18336 17943 0 -1 64 2667 0 0 0 76 1 0 0 16 0 13 0 158872299 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18347] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18347/stat : 18347 (java) S 18334 18336 17943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158872299 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18348] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18348/stat : 18348 (java) S 18334 18336 17943 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158872299 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18349] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18349/stat : 18349 (java) S 18334 18336 17943 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 158872358 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1666.19
Current children cumulated vsize (KiB) 1480208

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18349
/proc/meminfo: memFree=15400/2055924 swapFree=4191900/4192956
[pid=18336] ppid=18334 vsize=1480208 CPUtime=1726.26
/proc/18336/stat : 18336 (java) S 18334 18336 17943 0 -1 0 344502 0 1 0 172423 203 0 0 18 0 13 0 158872290 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18336/statm: 370052 328949 1435 9 0 367395 0
[pid=18336/tid=18338] ppid=18334 vsize=1480208 CPUtime=1715.4
/proc/18336/task/18338/stat : 18338 (java) R 18334 18336 17943 0 -1 64 31000 0 1 0 171522 18 0 0 25 0 13 0 158872292 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4109616258 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18339] ppid=18334 vsize=1480208 CPUtime=3.4
/proc/18336/task/18339/stat : 18339 (java) S 18334 18336 17943 0 -1 64 149461 0 0 0 250 90 0 0 17 0 13 0 158872293 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18340] ppid=18334 vsize=1480208 CPUtime=3.37
/proc/18336/task/18340/stat : 18340 (java) S 18334 18336 17943 0 -1 64 146988 0 0 0 251 86 0 0 17 0 13 0 158872293 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18341] ppid=18334 vsize=1480208 CPUtime=2.6
/proc/18336/task/18341/stat : 18341 (java) S 18334 18336 17943 0 -1 64 12521 0 0 0 255 5 0 0 16 0 13 0 158872295 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18342] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18342/stat : 18342 (java) S 18334 18336 17943 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158872295 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18343] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18343/stat : 18343 (java) S 18334 18336 17943 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158872295 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18344] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18344/stat : 18344 (java) S 18334 18336 17943 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158872299 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18345] ppid=18334 vsize=1480208 CPUtime=0.67
/proc/18336/task/18345/stat : 18345 (java) S 18334 18336 17943 0 -1 64 1121 0 0 0 67 0 0 0 15 0 13 0 158872299 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18346] ppid=18334 vsize=1480208 CPUtime=0.77
/proc/18336/task/18346/stat : 18346 (java) S 18334 18336 17943 0 -1 64 2667 0 0 0 76 1 0 0 16 0 13 0 158872299 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18347] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18347/stat : 18347 (java) S 18334 18336 17943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158872299 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18348] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18348/stat : 18348 (java) S 18334 18336 17943 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158872299 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18349] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18349/stat : 18349 (java) S 18334 18336 17943 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 158872358 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1726.26
Current children cumulated vsize (KiB) 1480208

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18349
/proc/meminfo: memFree=15400/2055924 swapFree=4191900/4192956
[pid=18336] ppid=18334 vsize=1480208 CPUtime=1786.35
/proc/18336/stat : 18336 (java) S 18334 18336 17943 0 -1 0 344503 0 1 0 178431 204 0 0 18 0 13 0 158872290 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18336/statm: 370052 328949 1435 9 0 367395 0
[pid=18336/tid=18338] ppid=18334 vsize=1480208 CPUtime=1775.27
/proc/18336/task/18338/stat : 18338 (java) R 18334 18336 17943 0 -1 64 31001 0 1 0 177509 18 0 0 25 0 13 0 158872292 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4109616235 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18339] ppid=18334 vsize=1480208 CPUtime=3.5
/proc/18336/task/18339/stat : 18339 (java) S 18334 18336 17943 0 -1 64 149461 0 0 0 260 90 0 0 17 0 13 0 158872293 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18340] ppid=18334 vsize=1480208 CPUtime=3.47
/proc/18336/task/18340/stat : 18340 (java) S 18334 18336 17943 0 -1 64 146988 0 0 0 261 86 0 0 17 0 13 0 158872293 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18341] ppid=18334 vsize=1480208 CPUtime=2.6
/proc/18336/task/18341/stat : 18341 (java) S 18334 18336 17943 0 -1 64 12521 0 0 0 255 5 0 0 16 0 13 0 158872295 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18342] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18342/stat : 18342 (java) S 18334 18336 17943 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158872295 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18343] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18343/stat : 18343 (java) S 18334 18336 17943 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158872295 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18344] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18344/stat : 18344 (java) S 18334 18336 17943 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158872299 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18345] ppid=18334 vsize=1480208 CPUtime=0.67
/proc/18336/task/18345/stat : 18345 (java) S 18334 18336 17943 0 -1 64 1121 0 0 0 67 0 0 0 15 0 13 0 158872299 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18346] ppid=18334 vsize=1480208 CPUtime=0.77
/proc/18336/task/18346/stat : 18346 (java) S 18334 18336 17943 0 -1 64 2667 0 0 0 76 1 0 0 16 0 13 0 158872299 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18347] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18347/stat : 18347 (java) S 18334 18336 17943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158872299 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18348] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18348/stat : 18348 (java) S 18334 18336 17943 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158872299 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18349] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18349/stat : 18349 (java) S 18334 18336 17943 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 158872358 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1786.35
Current children cumulated vsize (KiB) 1480208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18349
/proc/meminfo: memFree=15400/2055924 swapFree=4191900/4192956
[pid=18336] ppid=18334 vsize=1480208 CPUtime=1800.05
/proc/18336/stat : 18336 (java) S 18334 18336 17943 0 -1 0 344504 0 1 0 179801 204 0 0 18 0 13 0 158872290 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18336/statm: 370052 328949 1435 9 0 367395 0
[pid=18336/tid=18338] ppid=18334 vsize=1480208 CPUtime=1788.77
/proc/18336/task/18338/stat : 18338 (java) R 18334 18336 17943 0 -1 64 31002 0 1 0 178858 19 0 0 25 0 13 0 158872292 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4109634111 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18339] ppid=18334 vsize=1480208 CPUtime=3.61
/proc/18336/task/18339/stat : 18339 (java) S 18334 18336 17943 0 -1 64 149461 0 0 0 271 90 0 0 18 0 13 0 158872293 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18340] ppid=18334 vsize=1480208 CPUtime=3.57
/proc/18336/task/18340/stat : 18340 (java) S 18334 18336 17943 0 -1 64 146988 0 0 0 271 86 0 0 17 0 13 0 158872293 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18341] ppid=18334 vsize=1480208 CPUtime=2.6
/proc/18336/task/18341/stat : 18341 (java) S 18334 18336 17943 0 -1 64 12521 0 0 0 255 5 0 0 16 0 13 0 158872295 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18342] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18342/stat : 18342 (java) S 18334 18336 17943 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158872295 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18343] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18343/stat : 18343 (java) S 18334 18336 17943 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158872295 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18344] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18344/stat : 18344 (java) S 18334 18336 17943 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158872299 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18345] ppid=18334 vsize=1480208 CPUtime=0.67
/proc/18336/task/18345/stat : 18345 (java) S 18334 18336 17943 0 -1 64 1121 0 0 0 67 0 0 0 15 0 13 0 158872299 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18346] ppid=18334 vsize=1480208 CPUtime=0.77
/proc/18336/task/18346/stat : 18346 (java) S 18334 18336 17943 0 -1 64 2667 0 0 0 76 1 0 0 16 0 13 0 158872299 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18347] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18347/stat : 18347 (java) S 18334 18336 17943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158872299 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18336/tid=18348] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18348/stat : 18348 (java) S 18334 18336 17943 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158872299 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18336/tid=18349] ppid=18334 vsize=1480208 CPUtime=0
/proc/18336/task/18349/stat : 18349 (java) S 18334 18336 17943 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 158872358 1515732992 328949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1480208

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

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

[startup+1796.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18352
/proc/meminfo: memFree=1291488/2055924 swapFree=4191900/4192956
[pid=18336] ppid=18334 vsize=0 CPUtime=1800.4
/proc/18336/stat : 18336 (java) Z 18334 18336 17943 0 -1 1036 344535 0 1 0 179818 222 0 0 15 0 2 0 158872290 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18336/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.21
CPU time (s): 1800.42
CPU user time (s): 1798.19
CPU system time (s): 2.23466
CPU usage (%): 100.234
Max. virtual memory (cumulated for all children) (KiB): 1480856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.19
system time used= 2.23466
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 344535
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= 37146
involuntary context switches= 37957

runsolver used 2.29665 second user time and 4.25835 second system time

The end

Launcher Data

Begin job on node6 at 2009-06-13 19:05:15
IDJOB=1856475
IDBENCH=2567
IDSOLVER=682
FILE ID=node6/1856475-1244912715
PBS_JOBID= 9354495
Free space on /tmp= 66352 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-75-70.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856475-1244912715/watcher-1856475-1244912715 -o /tmp/evaluation-result-1856475-1244912715/solver-1856475-1244912715 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856475-1244912715.opb

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

MD5SUM BENCH= 51456bad41bf92f026526861ffdd231e
RANDOM SEED=1156120163

node6.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.265
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.265
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:      2055924 kB
MemFree:       1314224 kB
Buffers:         71448 kB
Cached:         585044 kB
SwapCached:        524 kB
Active:          46124 kB
Inactive:       623984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1314224 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:             384 kB
Writeback:           0 kB
Mapped:          21808 kB
Slab:            57584 kB
Committed_AS:   127668 kB
PageTables:       1460 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66352 MiB
End job on node6 at 2009-06-13 19:35:13