Trace number 1883881

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.36 1795.96

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-61-60.opb
MD5SUM8f6b9d215c54261c818e8073dc5975b0
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3660
Total number of constraints109861
Number of constraints which are clauses109861
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 constraint60
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 61
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.55	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.11/0.55	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.55	c See www.sat4j.org for details.
0.11/0.56	c version 2.1.1.v20090612
0.11/0.56	c sun.arch.data.model	32
0.11/0.56	c java.version	1.6.0_12
0.11/0.56	c os.name	Linux
0.11/0.56	c os.version	2.6.9-22.EL.rootsmp
0.11/0.56	c os.arch	i386
0.11/0.56	c Free memory 1342000320
0.11/0.56	c Max memory 1344274432
0.11/0.56	c Total memory 1344274432
0.11/0.56	c Number of processors 2
0.21/0.63	c Pseudo Boolean Optimization
0.21/0.63	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.63	c --- Begin Solver configuration ---
0.21/0.63	c Stops conflict analysis at the first Unique Implication Point
0.21/0.63	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.21/0.63	c Learn all clauses as in MiniSAT
0.21/0.63	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.63	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.63	c No reason simplification
0.21/0.63	c MiniSAT restarts strategy
0.21/0.63	c Memory based learned constraints deletion strategy
0.21/0.63	c timeout=2147483s
0.21/0.63	c DB Simplification allowed=false
0.21/0.63	c --- End Solver configuration ---
0.21/0.63	c solving HOME/instance-1883881-1245236329.opb
0.21/0.63	c reading problem ... 
2.78/2.62	c ... done. Wall clock time 1.987s.
2.78/2.62	c #vars     3660
2.78/2.62	c #constraints  109861
2.78/2.62	c constraints type 
2.78/2.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 109800
2.78/2.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61
1800.02/1795.71	c starts		: 18
1800.02/1795.71	c conflicts		: 255800
1800.02/1795.71	c decisions		: 282696
1800.02/1795.71	c propagations		: 14480678
1800.02/1795.71	c inspects		: 1585023012
1800.02/1795.71	c learnt literals	: 0
1800.02/1795.71	c learnt binary clauses	: 0
1800.02/1795.71	c learnt ternary clauses	: 0
1800.02/1795.71	c learnt clauses	: 255800
1800.02/1795.71	c ignored clauses	: 0
1800.02/1795.71	c root simplifications	: 0
1800.02/1795.71	c removed literals (reason simplification)	: 0
1800.02/1795.71	c reason swapping (by a shorter reason)	: 0
1800.02/1795.71	c Calls to reduceDB	: 0
1800.02/1795.71	c speed (assignments/second)	: 8075.823299443977
1800.02/1795.71	c non guided choices	1774
1800.02/1795.79	c learnt constraints type 
1800.02/1795.79	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 255808
1800.02/1795.79	c constraints type 
1800.02/1795.79	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 109800
1800.02/1795.79	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61
1800.02/1795.79	s UNKNOWN
1800.02/1795.79	c Total wall clock time (in seconds): 1795.16

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-1883881-1245236329/watcher-1883881-1245236329 -o /tmp/evaluation-result-1883881-1245236329/solver-1883881-1245236329 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1883881-1245236329.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: 0.00 0.00 0.00 3/66 17632
/proc/meminfo: memFree=1786632/2055920 swapFree=4186720/4192956
[pid=17632] ppid=17630 vsize=1520 CPUtime=0
/proc/17632/stat : 17632 (java6) R 17630 17632 17595 0 -1 0 70 0 0 0 0 0 0 0 18 0 1 0 76356344 1556480 54 1992294400 134512640 134550932 4294956160 18446744073709551615 6880120 0 0 4096 0 0 0 0 17 1 0 0
/proc/17632/statm: 380 64 48 9 0 10 0

[startup+0.104227 s]
/proc/loadavg: 0.00 0.00 0.00 3/66 17632
/proc/meminfo: memFree=1786632/2055920 swapFree=4186720/4192956
[pid=17632] ppid=17630 vsize=12928 CPUtime=0
/proc/17632/stat : 17632 (java) D 17630 17632 17595 0 -1 0 373 0 13 0 0 0 0 0 18 0 1 0 76356344 13238272 193 1992294400 134512640 134550932 4294956000 18446744073709551615 6882090 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/17632/statm: 3232 193 136 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12928

[startup+0.201229 s]
/proc/loadavg: 0.00 0.00 0.00 3/66 17632
/proc/meminfo: memFree=1786632/2055920 swapFree=4186720/4192956
[pid=17632] ppid=17630 vsize=12928 CPUtime=0
/proc/17632/stat : 17632 (java) D 17630 17632 17595 0 -1 0 373 0 13 0 0 0 0 0 18 0 1 0 76356344 13238272 193 1992294400 134512640 134550932 4294956000 18446744073709551615 6882090 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/17632/statm: 3232 193 136 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12928

[startup+0.301427 s]
/proc/loadavg: 0.00 0.00 0.00 3/66 17632
/proc/meminfo: memFree=1786632/2055920 swapFree=4186720/4192956
[pid=17632] ppid=17630 vsize=12928 CPUtime=0.01
/proc/17632/stat : 17632 (java) D 17630 17632 17595 0 -1 0 520 0 29 0 0 1 0 0 18 0 1 0 76356344 13238272 356 1992294400 134512640 134550932 4294956000 18446744073709551615 6882090 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/17632/statm: 3232 356 138 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.701299 s]
/proc/loadavg: 0.00 0.00 0.00 3/66 17632
/proc/meminfo: memFree=1786632/2055920 swapFree=4186720/4192956
[pid=17632] ppid=17630 vsize=1475080 CPUtime=0.32
/proc/17632/stat : 17632 (java) S 17630 17632 17595 0 -1 0 4994 0 33 0 28 4 0 0 18 0 12 0 76356344 1510481920 4763 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17632/statm: 368770 4763 1353 9 0 366113 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1475080

[startup+1.50141 s]
/proc/loadavg: 0.24 0.05 0.02 3/78 17644
/proc/meminfo: memFree=1757032/2055920 swapFree=4186720/4192956
[pid=17632] ppid=17630 vsize=1478776 CPUtime=1.62
/proc/17632/stat : 17632 (java) S 17630 17632 17595 0 -1 0 11679 0 33 0 154 8 0 0 18 0 12 0 76356344 1514266624 10366 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17632/statm: 369694 10366 1401 9 0 367037 0
[pid=17632/tid=17634] ppid=17630 vsize=1478776 CPUtime=0.81
/proc/17632/task/17634/stat : 17634 (java) R 17630 17632 17595 0 -1 64 8209 0 1 0 76 5 0 0 17 0 12 0 76356375 1514266624 10366 1992294400 134512640 134550932 4294956000 18446744073709551615 4109547012 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17635] ppid=17630 vsize=1478776 CPUtime=0
/proc/17632/task/17635/stat : 17635 (java) S 17630 17632 17595 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 76356376 1514266624 10366 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17636] ppid=17630 vsize=1478776 CPUtime=0
/proc/17632/task/17636/stat : 17636 (java) S 17630 17632 17595 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 76356376 1514266624 10366 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17637] ppid=17630 vsize=1478776 CPUtime=0
/proc/17632/task/17637/stat : 17637 (java) S 17630 17632 17595 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 76356378 1514266624 10366 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17638] ppid=17630 vsize=1478776 CPUtime=0
/proc/17632/task/17638/stat : 17638 (java) S 17630 17632 17595 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 76356379 1514266624 10366 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17639] ppid=17630 vsize=1478776 CPUtime=0
/proc/17632/task/17639/stat : 17639 (java) S 17630 17632 17595 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 76356379 1514266624 10366 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17640] ppid=17630 vsize=1478776 CPUtime=0
/proc/17632/task/17640/stat : 17640 (java) S 17630 17632 17595 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 76356386 1514266624 10366 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17641] ppid=17630 vsize=1478776 CPUtime=0.39
/proc/17632/task/17641/stat : 17641 (java) R 17630 17632 17595 0 -1 64 1449 0 0 0 39 0 0 0 17 0 12 0 76356386 1514266624 10366 1992294400 134512640 134550932 4294956000 18446744073709551615 104145936 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17642] ppid=17630 vsize=1478776 CPUtime=0.38
/proc/17632/task/17642/stat : 17642 (java) R 17630 17632 17595 0 -1 64 1312 0 0 0 38 0 0 0 16 0 12 0 76356386 1514266624 10366 1992294400 134512640 134550932 4294956000 18446744073709551615 105870553 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17643] ppid=17630 vsize=1478776 CPUtime=0
/proc/17632/task/17643/stat : 17643 (java) S 17630 17632 17595 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 76356386 1514266624 10366 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17644] ppid=17630 vsize=1478776 CPUtime=0
/proc/17632/task/17644/stat : 17644 (java) S 17630 17632 17595 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 76356386 1514266624 10366 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 1478776

[startup+3.10261 s]
/proc/loadavg: 0.24 0.05 0.02 2/78 17644
/proc/meminfo: memFree=1668072/2055920 swapFree=4186720/4192956
[pid=17632] ppid=17630 vsize=1479640 CPUtime=3.7
/proc/17632/stat : 17632 (java) S 17630 17632 17595 0 -1 0 37305 0 33 0 353 17 0 0 18 0 13 0 76356344 1515151360 34590 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17632/statm: 369910 34590 1428 9 0 367253 0
[pid=17632/tid=17634] ppid=17630 vsize=1479640 CPUtime=2.18
/proc/17632/task/17634/stat : 17634 (java) R 17630 17632 17595 0 -1 64 30978 0 1 0 204 14 0 0 17 0 13 0 76356375 1515151360 34547 1992294400 134512640 134550932 4294956000 18446744073709551615 4109457544 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17635] ppid=17630 vsize=1479304 CPUtime=0.03
/proc/17632/task/17635/stat : 17635 (java) S 17630 17632 17595 0 -1 64 628 0 0 0 3 0 0 0 17 0 13 0 76356376 1514807296 34506 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17636] ppid=17630 vsize=1479304 CPUtime=0.02
/proc/17632/task/17636/stat : 17636 (java) S 17630 17632 17595 0 -1 64 627 0 0 0 2 0 0 0 17 0 13 0 76356376 1514807296 34506 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17637] ppid=17630 vsize=1479304 CPUtime=0
/proc/17632/task/17637/stat : 17637 (java) S 17630 17632 17595 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 76356378 1514807296 34506 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17638] ppid=17630 vsize=1479304 CPUtime=0
/proc/17632/task/17638/stat : 17638 (java) S 17630 17632 17595 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 76356379 1514807296 34506 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17639] ppid=17630 vsize=1479304 CPUtime=0
/proc/17632/task/17639/stat : 17639 (java) S 17630 17632 17595 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 76356379 1514807296 34506 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17640] ppid=17630 vsize=1479304 CPUtime=0
/proc/17632/task/17640/stat : 17640 (java) S 17630 17632 17595 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 76356386 1514807296 34506 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17641] ppid=17630 vsize=1479304 CPUtime=0.73
/proc/17632/task/17641/stat : 17641 (java) R 17630 17632 17595 0 -1 64 3009 0 0 0 72 1 0 0 17 0 13 0 76356386 1514807296 34506 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17642] ppid=17630 vsize=1479304 CPUtime=0.7
/proc/17632/task/17642/stat : 17642 (java) R 17630 17632 17595 0 -1 64 1341 0 0 0 70 0 0 0 17 0 13 0 76356386 1514807296 34506 1992294400 134512640 134550932 4294956000 18446744073709551615 106505142 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17643] ppid=17630 vsize=1479304 CPUtime=0
/proc/17632/task/17643/stat : 17643 (java) S 17630 17632 17595 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 76356386 1514807296 34506 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17644] ppid=17630 vsize=1479304 CPUtime=0
/proc/17632/task/17644/stat : 17644 (java) S 17630 17632 17595 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 76356386 1514807296 34506 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 1479640

[startup+6.30303 s]
/proc/loadavg: 0.24 0.05 0.02 3/79 17645
/proc/meminfo: memFree=1632928/2055920 swapFree=4186720/4192956
[pid=17632] ppid=17630 vsize=1479100 CPUtime=7.33
/proc/17632/stat : 17632 (java) S 17630 17632 17595 0 -1 0 41216 0 33 0 713 20 0 0 18 0 13 0 76356344 1514598400 38003 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17632/statm: 369775 38003 1428 9 0 367118 0
[pid=17632/tid=17634] ppid=17630 vsize=1479100 CPUtime=5.17
/proc/17632/task/17634/stat : 17634 (java) R 17630 17632 17595 0 -1 64 30986 0 1 0 503 14 0 0 25 0 13 0 76356375 1514598400 38003 1992294400 134512640 134550932 4294956000 18446744073709551615 4109742828 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17635] ppid=17630 vsize=1479100 CPUtime=0.11
/proc/17632/task/17635/stat : 17635 (java) S 17630 17632 17595 0 -1 64 2307 0 0 0 10 1 0 0 17 0 13 0 76356376 1514598400 38003 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17636] ppid=17630 vsize=1479100 CPUtime=0.11
/proc/17632/task/17636/stat : 17636 (java) S 17630 17632 17595 0 -1 64 2472 0 0 0 10 1 0 0 16 0 13 0 76356376 1514598400 38003 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17637] ppid=17630 vsize=1479100 CPUtime=0
/proc/17632/task/17637/stat : 17637 (java) S 17630 17632 17595 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 76356378 1514598400 38003 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17638] ppid=17630 vsize=1479100 CPUtime=0
/proc/17632/task/17638/stat : 17638 (java) S 17630 17632 17595 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 76356379 1514598400 38003 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17639] ppid=17630 vsize=1479100 CPUtime=0
/proc/17632/task/17639/stat : 17639 (java) S 17630 17632 17595 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 76356379 1514598400 38003 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17640] ppid=17630 vsize=1479100 CPUtime=0
/proc/17632/task/17640/stat : 17640 (java) S 17630 17632 17595 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 76356386 1514598400 38003 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17641] ppid=17630 vsize=1479100 CPUtime=0.94
/proc/17632/task/17641/stat : 17641 (java) S 17630 17632 17595 0 -1 64 3360 0 0 0 93 1 0 0 16 0 13 0 76356386 1514598400 38003 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17642] ppid=17630 vsize=1479100 CPUtime=0.95
/proc/17632/task/17642/stat : 17642 (java) S 17630 17632 17595 0 -1 64 1354 0 0 0 95 0 0 0 16 0 13 0 76356386 1514598400 38003 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17643] ppid=17630 vsize=1479100 CPUtime=0
/proc/17632/task/17643/stat : 17643 (java) S 17630 17632 17595 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 76356386 1514598400 38003 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17644] ppid=17630 vsize=1479100 CPUtime=0
/proc/17632/task/17644/stat : 17644 (java) S 17630 17632 17595 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 76356386 1514598400 38003 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17645] ppid=17630 vsize=1479100 CPUtime=0
/proc/17632/task/17645/stat : 17645 (java) S 17630 17632 17595 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 76356609 1514598400 38003 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 1479100

[startup+12.7028 s]
/proc/loadavg: 0.36 0.08 0.03 2/79 17645
/proc/meminfo: memFree=1606112/2055920 swapFree=4186720/4192956
[pid=17632] ppid=17630 vsize=1478684 CPUtime=13.96
/proc/17632/stat : 17632 (java) S 17630 17632 17595 0 -1 0 49547 0 33 0 1371 25 0 0 18 0 13 0 76356344 1514172416 45229 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17632/statm: 369671 45229 1432 9 0 367014 0
[pid=17632/tid=17634] ppid=17630 vsize=1478684 CPUtime=11.42
/proc/17632/task/17634/stat : 17634 (java) R 17630 17632 17595 0 -1 64 30993 0 1 0 1128 14 0 0 25 0 13 0 76356375 1514172416 45229 1992294400 134512640 134550932 4294956000 18446744073709551615 4109702096 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17635] ppid=17630 vsize=1478684 CPUtime=0.23
/proc/17632/task/17635/stat : 17635 (java) S 17630 17632 17595 0 -1 64 6184 0 0 0 20 3 0 0 16 0 13 0 76356376 1514172416 45229 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17636] ppid=17630 vsize=1478684 CPUtime=0.23
/proc/17632/task/17636/stat : 17636 (java) S 17630 17632 17595 0 -1 64 6892 0 0 0 20 3 0 0 16 0 13 0 76356376 1514172416 45229 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17637] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17637/stat : 17637 (java) S 17630 17632 17595 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 76356378 1514172416 45229 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17638] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17638/stat : 17638 (java) S 17630 17632 17595 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 76356379 1514172416 45229 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17639] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17639/stat : 17639 (java) S 17630 17632 17595 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 76356379 1514172416 45229 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17640] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17640/stat : 17640 (java) S 17630 17632 17595 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 76356386 1514172416 45229 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17641] ppid=17630 vsize=1478684 CPUtime=0.94
/proc/17632/task/17641/stat : 17641 (java) S 17630 17632 17595 0 -1 64 3360 0 0 0 93 1 0 0 16 0 13 0 76356386 1514172416 45229 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17642] ppid=17630 vsize=1478684 CPUtime=1.07
/proc/17632/task/17642/stat : 17642 (java) S 17630 17632 17595 0 -1 64 1372 0 0 0 107 0 0 0 17 0 13 0 76356386 1514172416 45229 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17643] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17643/stat : 17643 (java) S 17630 17632 17595 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 76356386 1514172416 45229 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17644] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17644/stat : 17644 (java) S 17630 17632 17595 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 76356386 1514172416 45229 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17645] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17645/stat : 17645 (java) S 17630 17632 17595 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 76356609 1514172416 45229 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.96
Current children cumulated vsize (KiB) 1478684

[startup+25.5025 s]
/proc/loadavg: 0.45 0.11 0.04 2/79 17645
/proc/meminfo: memFree=1587424/2055920 swapFree=4186720/4192956
[pid=17632] ppid=17630 vsize=1478684 CPUtime=26.9
/proc/17632/stat : 17632 (java) S 17630 17632 17595 0 -1 0 54563 0 33 0 2663 27 0 0 18 0 13 0 76356344 1514172416 49069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17632/statm: 369671 49069 1432 9 0 367014 0
[pid=17632/tid=17634] ppid=17630 vsize=1478684 CPUtime=24.14
/proc/17632/task/17634/stat : 17634 (java) R 17630 17632 17595 0 -1 64 31002 0 1 0 2400 14 0 0 22 0 13 0 76356375 1514172416 49069 1992294400 134512640 134550932 4294956000 18446744073709551615 4109742828 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17635] ppid=17630 vsize=1478684 CPUtime=0.27
/proc/17632/task/17635/stat : 17635 (java) S 17630 17632 17595 0 -1 64 8426 0 0 0 23 4 0 0 16 0 13 0 76356376 1514172416 49069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17636] ppid=17630 vsize=1478684 CPUtime=0.27
/proc/17632/task/17636/stat : 17636 (java) S 17630 17632 17595 0 -1 64 9555 0 0 0 23 4 0 0 16 0 13 0 76356376 1514172416 49069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17637] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17637/stat : 17637 (java) S 17630 17632 17595 0 -1 64 35 0 0 0 0 0 0 0 15 0 13 0 76356378 1514172416 49069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17638] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17638/stat : 17638 (java) S 17630 17632 17595 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 76356379 1514172416 49069 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17639] ppid=17630 vsize=1478684 CPUtime=0

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

[pid=17632/tid=17637] ppid=17630 vsize=1478684 CPUtime=0.05
/proc/17632/task/17637/stat : 17637 (java) S 17630 17632 17595 0 -1 64 38 0 0 0 3 2 0 0 16 0 13 0 76356378 1514172416 173438 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17638] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17638/stat : 17638 (java) S 17630 17632 17595 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 76356379 1514172416 173438 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17639] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17639/stat : 17639 (java) S 17630 17632 17595 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 76356379 1514172416 173438 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17640] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17640/stat : 17640 (java) S 17630 17632 17595 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 76356386 1514172416 173438 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17641] ppid=17630 vsize=1478684 CPUtime=1
/proc/17632/task/17641/stat : 17641 (java) S 17630 17632 17595 0 -1 64 3461 0 0 0 99 1 0 0 17 0 13 0 76356386 1514172416 173438 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17642] ppid=17630 vsize=1478684 CPUtime=1.16
/proc/17632/task/17642/stat : 17642 (java) S 17630 17632 17595 0 -1 64 1373 0 0 0 116 0 0 0 17 0 13 0 76356386 1514172416 173438 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17643] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17643/stat : 17643 (java) S 17630 17632 17595 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 76356386 1514172416 173438 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17644] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17644/stat : 17644 (java) S 17630 17632 17595 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 76356386 1514172416 173438 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17645] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17645/stat : 17645 (java) S 17630 17632 17595 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 76356609 1514172416 173438 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1606.3
Current children cumulated vsize (KiB) 1478684

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.80 2/79 17651
/proc/meminfo: memFree=1077600/2055920 swapFree=4186720/4192956
[pid=17632] ppid=17630 vsize=1478684 CPUtime=1666.39
/proc/17632/stat : 17632 (java) S 17630 17632 17595 0 -1 0 199779 0 33 0 166530 109 0 0 18 0 13 0 76356344 1514172416 176044 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17632/statm: 369671 176044 1432 9 0 367014 0
[pid=17632/tid=17634] ppid=17630 vsize=1478684 CPUtime=1656.5
/proc/17632/task/17634/stat : 17634 (java) R 17630 17632 17595 0 -1 64 31484 0 1 0 165631 19 0 0 25 0 13 0 76356375 1514172416 176044 1992294400 134512640 134550932 4294956000 18446744073709551615 4109827903 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17635] ppid=17630 vsize=1478684 CPUtime=3.81
/proc/17632/task/17635/stat : 17635 (java) S 17630 17632 17595 0 -1 64 82728 0 0 0 339 42 0 0 17 0 13 0 76356376 1514172416 176044 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17636] ppid=17630 vsize=1478684 CPUtime=3.78
/proc/17632/task/17636/stat : 17636 (java) S 17630 17632 17595 0 -1 64 79984 0 0 0 338 40 0 0 16 0 13 0 76356376 1514172416 176044 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17637] ppid=17630 vsize=1478684 CPUtime=0.05
/proc/17632/task/17637/stat : 17637 (java) S 17630 17632 17595 0 -1 64 38 0 0 0 3 2 0 0 16 0 13 0 76356378 1514172416 176044 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17638] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17638/stat : 17638 (java) S 17630 17632 17595 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 76356379 1514172416 176044 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17639] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17639/stat : 17639 (java) S 17630 17632 17595 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 76356379 1514172416 176044 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17640] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17640/stat : 17640 (java) S 17630 17632 17595 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 76356386 1514172416 176044 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17641] ppid=17630 vsize=1478684 CPUtime=1
/proc/17632/task/17641/stat : 17641 (java) S 17630 17632 17595 0 -1 64 3461 0 0 0 99 1 0 0 17 0 13 0 76356386 1514172416 176044 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17642] ppid=17630 vsize=1478684 CPUtime=1.16
/proc/17632/task/17642/stat : 17642 (java) S 17630 17632 17595 0 -1 64 1373 0 0 0 116 0 0 0 17 0 13 0 76356386 1514172416 176044 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17643] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17643/stat : 17643 (java) S 17630 17632 17595 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 76356386 1514172416 176044 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17644] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17644/stat : 17644 (java) S 17630 17632 17595 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 76356386 1514172416 176044 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17645] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17645/stat : 17645 (java) S 17630 17632 17595 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 76356609 1514172416 176044 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1666.39
Current children cumulated vsize (KiB) 1478684

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.81 2/79 17651
/proc/meminfo: memFree=1065760/2055920 swapFree=4186720/4192956
[pid=17632] ppid=17630 vsize=1478684 CPUtime=1726.47
/proc/17632/stat : 17632 (java) S 17630 17632 17595 0 -1 0 202997 0 33 0 172536 111 0 0 18 0 13 0 76356344 1514172416 178994 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17632/statm: 369671 178994 1432 9 0 367014 0
[pid=17632/tid=17634] ppid=17630 vsize=1478684 CPUtime=1716.33
/proc/17632/task/17634/stat : 17634 (java) R 17630 17632 17595 0 -1 64 31490 0 1 0 171614 19 0 0 25 0 13 0 76356375 1514172416 178994 1992294400 134512640 134550932 4294956000 18446744073709551615 4109702040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17635] ppid=17630 vsize=1478684 CPUtime=3.95
/proc/17632/task/17635/stat : 17635 (java) S 17630 17632 17595 0 -1 64 84545 0 0 0 352 43 0 0 17 0 13 0 76356376 1514172416 178994 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17636] ppid=17630 vsize=1478684 CPUtime=3.91
/proc/17632/task/17636/stat : 17636 (java) S 17630 17632 17595 0 -1 64 81379 0 0 0 350 41 0 0 16 0 13 0 76356376 1514172416 178994 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17637] ppid=17630 vsize=1478684 CPUtime=0.05
/proc/17632/task/17637/stat : 17637 (java) S 17630 17632 17595 0 -1 64 38 0 0 0 3 2 0 0 16 0 13 0 76356378 1514172416 178994 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17638] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17638/stat : 17638 (java) S 17630 17632 17595 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 76356379 1514172416 178994 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17639] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17639/stat : 17639 (java) S 17630 17632 17595 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 76356379 1514172416 178994 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17640] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17640/stat : 17640 (java) S 17630 17632 17595 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 76356386 1514172416 178994 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17641] ppid=17630 vsize=1478684 CPUtime=1
/proc/17632/task/17641/stat : 17641 (java) S 17630 17632 17595 0 -1 64 3461 0 0 0 99 1 0 0 17 0 13 0 76356386 1514172416 178994 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17642] ppid=17630 vsize=1478684 CPUtime=1.16
/proc/17632/task/17642/stat : 17642 (java) S 17630 17632 17595 0 -1 64 1373 0 0 0 116 0 0 0 17 0 13 0 76356386 1514172416 178994 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17643] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17643/stat : 17643 (java) S 17630 17632 17595 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 76356386 1514172416 178994 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17644] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17644/stat : 17644 (java) S 17630 17632 17595 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 76356386 1514172416 178994 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17645] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17645/stat : 17645 (java) S 17630 17632 17595 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 76356609 1514172416 178994 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1726.47
Current children cumulated vsize (KiB) 1478684

[startup+1782.3 s]
/proc/loadavg: 1.29 1.06 0.85 2/79 17651
/proc/meminfo: memFree=1053408/2055920 swapFree=4186720/4192956
[pid=17632] ppid=17630 vsize=1478684 CPUtime=1786.58
/proc/17632/stat : 17632 (java) S 17630 17632 17595 0 -1 0 206347 0 33 0 178545 113 0 0 18 0 13 0 76356344 1514172416 182048 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17632/statm: 369671 182048 1432 9 0 367014 0
[pid=17632/tid=17634] ppid=17630 vsize=1478684 CPUtime=1776.18
/proc/17632/task/17634/stat : 17634 (java) R 17630 17632 17595 0 -1 64 31496 0 1 0 177598 20 0 0 25 0 13 0 76356375 1514172416 182048 1992294400 134512640 134550932 4294956000 18446744073709551615 4109827903 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17635] ppid=17630 vsize=1478684 CPUtime=4.08
/proc/17632/task/17635/stat : 17635 (java) S 17630 17632 17595 0 -1 64 86146 0 0 0 364 44 0 0 16 0 13 0 76356376 1514172416 182048 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17636] ppid=17630 vsize=1478684 CPUtime=4.04
/proc/17632/task/17636/stat : 17636 (java) S 17630 17632 17595 0 -1 64 83122 0 0 0 362 42 0 0 16 0 13 0 76356376 1514172416 182048 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17637] ppid=17630 vsize=1478684 CPUtime=0.06
/proc/17632/task/17637/stat : 17637 (java) S 17630 17632 17595 0 -1 64 38 0 0 0 4 2 0 0 16 0 13 0 76356378 1514172416 182048 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17638] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17638/stat : 17638 (java) S 17630 17632 17595 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 76356379 1514172416 182048 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17639] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17639/stat : 17639 (java) S 17630 17632 17595 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 76356379 1514172416 182048 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17640] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17640/stat : 17640 (java) S 17630 17632 17595 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 76356386 1514172416 182048 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17641] ppid=17630 vsize=1478684 CPUtime=1
/proc/17632/task/17641/stat : 17641 (java) S 17630 17632 17595 0 -1 64 3461 0 0 0 99 1 0 0 17 0 13 0 76356386 1514172416 182048 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17642] ppid=17630 vsize=1478684 CPUtime=1.16
/proc/17632/task/17642/stat : 17642 (java) S 17630 17632 17595 0 -1 64 1373 0 0 0 116 0 0 0 17 0 13 0 76356386 1514172416 182048 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17643] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17643/stat : 17643 (java) S 17630 17632 17595 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 76356386 1514172416 182048 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17644] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17644/stat : 17644 (java) S 17630 17632 17595 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 76356386 1514172416 182048 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17645] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17645/stat : 17645 (java) S 17630 17632 17595 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 76356609 1514172416 182048 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1786.58
Current children cumulated vsize (KiB) 1478684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.7 s]
/proc/loadavg: 1.38 1.09 0.86 2/79 17651
/proc/meminfo: memFree=1049568/2055920 swapFree=4186720/4192956
[pid=17632] ppid=17630 vsize=1478684 CPUtime=1800.02
/proc/17632/stat : 17632 (java) S 17630 17632 17595 0 -1 0 207364 0 33 0 179888 114 0 0 18 0 13 0 76356344 1514172416 183001 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17632/statm: 369671 183001 1432 9 0 367014 0
[pid=17632/tid=17634] ppid=17630 vsize=1478684 CPUtime=1789.53
/proc/17632/task/17634/stat : 17634 (java) R 17630 17632 17595 0 -1 64 31498 0 1 0 178933 20 0 0 25 0 13 0 76356375 1514172416 183001 1992294400 134512640 134550932 4294956000 18446744073709551615 4109702854 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17635] ppid=17630 vsize=1478684 CPUtime=4.13
/proc/17632/task/17635/stat : 17635 (java) S 17630 17632 17595 0 -1 64 86545 0 0 0 369 44 0 0 17 0 13 0 76356376 1514172416 183001 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17636] ppid=17630 vsize=1478684 CPUtime=4.08
/proc/17632/task/17636/stat : 17636 (java) S 17630 17632 17595 0 -1 64 83738 0 0 0 366 42 0 0 16 0 13 0 76356376 1514172416 183001 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17637] ppid=17630 vsize=1478684 CPUtime=0.06
/proc/17632/task/17637/stat : 17637 (java) S 17630 17632 17595 0 -1 64 38 0 0 0 4 2 0 0 16 0 13 0 76356378 1514172416 183001 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17638] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17638/stat : 17638 (java) S 17630 17632 17595 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 76356379 1514172416 183001 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17639] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17639/stat : 17639 (java) S 17630 17632 17595 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 76356379 1514172416 183001 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17640] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17640/stat : 17640 (java) S 17630 17632 17595 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 76356386 1514172416 183001 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17641] ppid=17630 vsize=1478684 CPUtime=1
/proc/17632/task/17641/stat : 17641 (java) S 17630 17632 17595 0 -1 64 3461 0 0 0 99 1 0 0 17 0 13 0 76356386 1514172416 183001 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17642] ppid=17630 vsize=1478684 CPUtime=1.16
/proc/17632/task/17642/stat : 17642 (java) S 17630 17632 17595 0 -1 64 1373 0 0 0 116 0 0 0 17 0 13 0 76356386 1514172416 183001 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17643] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17643/stat : 17643 (java) S 17630 17632 17595 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 76356386 1514172416 183001 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17632/tid=17644] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17644/stat : 17644 (java) S 17630 17632 17595 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 76356386 1514172416 183001 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17632/tid=17645] ppid=17630 vsize=1478684 CPUtime=0
/proc/17632/task/17645/stat : 17645 (java) S 17630 17632 17595 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 76356609 1514172416 183001 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1478684

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

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

[startup+1795.9 s]
/proc/loadavg: 1.38 1.09 0.86 2/79 17651
/proc/meminfo: memFree=1049568/2055920 swapFree=4186720/4192956
[pid=17632] ppid=17630 vsize=0 CPUtime=1800.3
/proc/17632/stat : 17632 (java) Z 17630 17632 17595 0 -1 1036 207388 0 33 0 179911 119 0 0 15 0 2 0 76356344 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17632/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.96
CPU time (s): 1800.36
CPU user time (s): 1799.11
CPU system time (s): 1.24981
CPU usage (%): 100.245
Max. virtual memory (cumulated for all children) (KiB): 1479640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.11
system time used= 1.24981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207388
page faults= 33
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40546
involuntary context switches= 42207

runsolver used 1.87971 second user time and 4.70928 second system time

The end

Launcher Data

Begin job on node40 at 2009-06-17 12:58:49
IDJOB=1883881
IDBENCH=2575
IDSOLVER=681
FILE ID=node40/1883881-1245236329
PBS_JOBID= 9372299
Free space on /tmp= 66532 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-clauses-61-60.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-1883881-1245236329/watcher-1883881-1245236329 -o /tmp/evaluation-result-1883881-1245236329/solver-1883881-1245236329 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1883881-1245236329.opb

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

MD5SUM BENCH= 8f6b9d215c54261c818e8073dc5975b0
RANDOM SEED=500213177

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1787112 kB
Buffers:         32672 kB
Cached:         161984 kB
SwapCached:       2884 kB
Active:          80248 kB
Inactive:       125708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1787112 kB
SwapTotal:     4192956 kB
SwapFree:      4186720 kB
Dirty:            3232 kB
Writeback:           0 kB
Mapped:          18300 kB
Slab:            48720 kB
Committed_AS:    75836 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66532 MiB
End job on node40 at 2009-06-17 13:28:47