Trace number 1856481

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.46 1796.7

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-55-50.opb
MD5SUM277dd35641d3866b31d8fb041eb7f9fb
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.157975
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2750
Total number of constraints105
Number of constraints which are clauses55
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint55
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 56
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.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.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c MiniSAT restarts strategy
0.23/0.21	c Memory based learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-1856481-1244912928.opb
0.23/0.21	c reading problem ... 
0.68/0.54	c ... done. Wall clock time 0.325s.
0.68/0.54	c #vars     2750
0.68/0.54	c #constraints  105
0.68/0.54	c constraints type 
0.68/0.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.68/0.54	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 55
1239.56/1236.64	c cleaning 101494 clauses out of 203003
1748.71/1745.14	c cleaning 76980 clauses out of 154007
1800.08/1796.41	c starts		: 18
1800.08/1796.41	c conflicts		: 259551
1800.08/1796.41	c decisions		: 316517
1800.08/1796.41	c propagations		: 16337986
1800.08/1796.41	c inspects		: 1133585900
1800.08/1796.41	c learnt literals	: 0
1800.08/1796.41	c learnt binary clauses	: 0
1800.08/1796.41	c learnt ternary clauses	: 0
1800.08/1796.41	c learnt clauses	: 259551
1800.08/1796.41	c ignored clauses	: 0
1800.08/1796.41	c root simplifications	: 0
1800.08/1796.41	c removed literals (reason simplification)	: 14352719
1800.08/1796.41	c reason swapping (by a shorter reason)	: 0
1800.08/1796.41	c Calls to reduceDB	: 2
1800.08/1796.41	c speed (assignments/second)	: 9097.507343217094
1800.08/1796.41	c non guided choices	1226
1800.08/1796.48	c learnt constraints type 
1800.08/1796.48	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 81082
1800.08/1796.48	c constraints type 
1800.08/1796.48	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
1800.08/1796.48	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 55
1800.08/1796.48	s UNKNOWN
1800.08/1796.48	c Total wall clock time (in seconds): 1796.269

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-1856481-1244912928/watcher-1856481-1244912928 -o /tmp/evaluation-result-1856481-1244912928/solver-1856481-1244912928 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856481-1244912928.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.02 1.00 3/64 10739
/proc/meminfo: memFree=1432280/2055920 swapFree=4192812/4192956
[pid=10739] ppid=10737 vsize=152 CPUtime=0
/proc/10739/stat : 10739 (java6) R 10737 10739 10520 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 158893157 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 7512363 0 0 4096 0 0 0 0 17 1 0 0
/proc/10739/statm: 38 26 19 9 0 4 0

[startup+0.04872 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 10739
/proc/meminfo: memFree=1432280/2055920 swapFree=4192812/4192956
[pid=10739] ppid=10737 vsize=1470088 CPUtime=0.03
/proc/10739/stat : 10739 (java) S 10737 10739 10520 0 -1 0 3178 0 1 0 2 1 0 0 18 0 7 0 158893157 1505370112 2923 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/10739/statm: 367522 2923 1000 9 0 364873 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1470088

[startup+0.10173 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 10739
/proc/meminfo: memFree=1432280/2055920 swapFree=4192812/4192956
[pid=10739] ppid=10737 vsize=1472584 CPUtime=0.09
/proc/10739/stat : 10739 (java) S 10737 10739 10520 0 -1 0 3635 0 1 0 7 2 0 0 18 0 12 0 158893157 1507926016 3378 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10739/statm: 368146 3378 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.30176 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 10739
/proc/meminfo: memFree=1432280/2055920 swapFree=4192812/4192956
[pid=10739] ppid=10737 vsize=1475376 CPUtime=0.34
/proc/10739/stat : 10739 (java) S 10737 10739 10520 0 -1 0 5125 0 1 0 31 3 0 0 18 0 12 0 158893157 1510785024 4863 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10739/statm: 368844 4863 1355 9 0 366187 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1475376

[startup+0.701827 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 10739
/proc/meminfo: memFree=1432280/2055920 swapFree=4192812/4192956
[pid=10739] ppid=10737 vsize=1479044 CPUtime=1.05
/proc/10739/stat : 10739 (java) S 10737 10739 10520 0 -1 0 7727 0 1 0 101 4 0 0 18 0 13 0 158893157 1514541056 6708 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10739/statm: 369761 6708 1396 9 0 367104 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 1479044

[startup+1.50296 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 10752
/proc/meminfo: memFree=1410416/2055920 swapFree=4192812/4192956
[pid=10739] ppid=10737 vsize=1479044 CPUtime=2.19
/proc/10739/stat : 10739 (java) S 10737 10739 10520 0 -1 0 8300 0 1 0 215 4 0 0 18 0 13 0 158893157 1514541056 7281 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10739/statm: 369761 7281 1409 9 0 367104 0
[pid=10739/tid=10741] ppid=10737 vsize=1479044 CPUtime=1.17
/proc/10739/task/10741/stat : 10741 (java) R 10737 10739 10520 0 -1 64 5159 0 1 0 115 2 0 0 25 0 13 0 158893159 1514541056 7281 1992294400 134512640 134550932 4294956016 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10742] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10742/stat : 10742 (java) S 10737 10739 10520 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 158893160 1514541056 7281 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10743] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10743/stat : 10743 (java) S 10737 10739 10520 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 158893160 1514541056 7281 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10744] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10744/stat : 10744 (java) S 10737 10739 10520 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158893162 1514541056 7281 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10745] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10745/stat : 10745 (java) S 10737 10739 10520 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 158893162 1514541056 7281 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10746] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10746/stat : 10746 (java) S 10737 10739 10520 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 158893162 1514541056 7281 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10747] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10747/stat : 10747 (java) S 10737 10739 10520 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158893166 1514541056 7281 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10748] ppid=10737 vsize=1479044 CPUtime=0.57
/proc/10739/task/10748/stat : 10748 (java) S 10737 10739 10520 0 -1 64 1508 0 0 0 56 1 0 0 16 0 13 0 158893166 1514541056 7281 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10749] ppid=10737 vsize=1479044 CPUtime=0.42
/proc/10739/task/10749/stat : 10749 (java) S 10737 10739 10520 0 -1 64 889 0 0 0 42 0 0 0 16 0 13 0 158893166 1514541056 7281 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10750] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10750/stat : 10750 (java) S 10737 10739 10520 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158893166 1514541056 7281 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10751] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10751/stat : 10751 (java) S 10737 10739 10520 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158893166 1514541056 7281 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10752] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10752/stat : 10752 (java) S 10737 10739 10520 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 158893214 1514541056 7281 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 1479044

[startup+3.10222 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 10752
/proc/meminfo: memFree=1406128/2055920 swapFree=4192812/4192956
[pid=10739] ppid=10737 vsize=1479044 CPUtime=3.83
/proc/10739/stat : 10739 (java) S 10737 10739 10520 0 -1 0 9542 0 1 0 378 5 0 0 18 0 13 0 158893157 1514541056 8522 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10739/statm: 369761 8522 1409 9 0 367104 0
[pid=10739/tid=10741] ppid=10737 vsize=1479044 CPUtime=2.77
/proc/10739/task/10741/stat : 10741 (java) R 10737 10739 10520 0 -1 64 6398 0 1 0 274 3 0 0 25 0 13 0 158893159 1514541056 8522 1992294400 134512640 134550932 4294956016 18446744073709551615 4109551448 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10742] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10742/stat : 10742 (java) S 10737 10739 10520 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 158893160 1514541056 8522 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10743] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10743/stat : 10743 (java) S 10737 10739 10520 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 158893160 1514541056 8522 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10744] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10744/stat : 10744 (java) S 10737 10739 10520 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158893162 1514541056 8522 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10745] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10745/stat : 10745 (java) S 10737 10739 10520 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 158893162 1514541056 8522 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10746] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10746/stat : 10746 (java) S 10737 10739 10520 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 158893162 1514541056 8522 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10747] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10747/stat : 10747 (java) S 10737 10739 10520 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158893166 1514541056 8522 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10748] ppid=10737 vsize=1479044 CPUtime=0.61
/proc/10739/task/10748/stat : 10748 (java) S 10737 10739 10520 0 -1 64 1511 0 0 0 60 1 0 0 16 0 13 0 158893166 1514541056 8522 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10749] ppid=10737 vsize=1479044 CPUtime=0.43
/proc/10739/task/10749/stat : 10749 (java) S 10737 10739 10520 0 -1 64 889 0 0 0 43 0 0 0 16 0 13 0 158893166 1514541056 8522 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10750] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10750/stat : 10750 (java) S 10737 10739 10520 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158893166 1514541056 8522 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10751] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10751/stat : 10751 (java) S 10737 10739 10520 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158893166 1514541056 8522 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10752] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10752/stat : 10752 (java) S 10737 10739 10520 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 158893214 1514541056 8522 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 1479044

[startup+6.30176 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 10752
/proc/meminfo: memFree=1397488/2055920 swapFree=4192812/4192956
[pid=10739] ppid=10737 vsize=1479044 CPUtime=7.03
/proc/10739/stat : 10739 (java) S 10737 10739 10520 0 -1 0 11303 0 1 0 698 5 0 0 18 0 13 0 158893157 1514541056 10281 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10739/statm: 369761 10281 1409 9 0 367104 0
[pid=10739/tid=10741] ppid=10737 vsize=1479044 CPUtime=5.96
/proc/10739/task/10741/stat : 10741 (java) R 10737 10739 10520 0 -1 64 8157 0 1 0 593 3 0 0 17 0 13 0 158893159 1514541056 10281 1992294400 134512640 134550932 4294956016 18446744073709551615 4109588649 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10742] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10742/stat : 10742 (java) S 10737 10739 10520 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 158893160 1514541056 10281 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10743] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10743/stat : 10743 (java) S 10737 10739 10520 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 158893160 1514541056 10281 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10744] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10744/stat : 10744 (java) S 10737 10739 10520 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158893162 1514541056 10281 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10745] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10745/stat : 10745 (java) S 10737 10739 10520 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 158893162 1514541056 10281 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10746] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10746/stat : 10746 (java) S 10737 10739 10520 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 158893162 1514541056 10281 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10747] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10747/stat : 10747 (java) S 10737 10739 10520 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158893166 1514541056 10281 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10748] ppid=10737 vsize=1479044 CPUtime=0.62
/proc/10739/task/10748/stat : 10748 (java) S 10737 10739 10520 0 -1 64 1513 0 0 0 61 1 0 0 15 0 13 0 158893166 1514541056 10284 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10749] ppid=10737 vsize=1479044 CPUtime=0.43
/proc/10739/task/10749/stat : 10749 (java) S 10737 10739 10520 0 -1 64 889 0 0 0 43 0 0 0 16 0 13 0 158893166 1514541056 10284 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10750] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10750/stat : 10750 (java) S 10737 10739 10520 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158893166 1514541056 10284 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10751] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10751/stat : 10751 (java) S 10737 10739 10520 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158893166 1514541056 10284 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10752] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10752/stat : 10752 (java) S 10737 10739 10520 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 158893214 1514541056 10284 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 1479044

[startup+12.7028 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 10752
/proc/meminfo: memFree=1384752/2055920 swapFree=4192812/4192956
[pid=10739] ppid=10737 vsize=1479044 CPUtime=13.43
/proc/10739/stat : 10739 (java) S 10737 10739 10520 0 -1 0 14551 0 1 0 1336 7 0 0 18 0 13 0 158893157 1514541056 13529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10739/statm: 369761 13529 1409 9 0 367104 0
[pid=10739/tid=10741] ppid=10737 vsize=1479044 CPUtime=12.36
/proc/10739/task/10741/stat : 10741 (java) R 10737 10739 10520 0 -1 64 11405 0 1 0 1231 5 0 0 25 0 13 0 158893159 1514541056 13529 1992294400 134512640 134550932 4294956016 18446744073709551615 4109518104 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10742] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10742/stat : 10742 (java) S 10737 10739 10520 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 158893160 1514541056 13529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10743] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10743/stat : 10743 (java) S 10737 10739 10520 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 158893160 1514541056 13529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10744] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10744/stat : 10744 (java) S 10737 10739 10520 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158893162 1514541056 13529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10745] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10745/stat : 10745 (java) S 10737 10739 10520 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 158893162 1514541056 13529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10746] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10746/stat : 10746 (java) S 10737 10739 10520 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 158893162 1514541056 13529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10747] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10747/stat : 10747 (java) S 10737 10739 10520 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158893166 1514541056 13529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10748] ppid=10737 vsize=1479044 CPUtime=0.62
/proc/10739/task/10748/stat : 10748 (java) S 10737 10739 10520 0 -1 64 1513 0 0 0 61 1 0 0 15 0 13 0 158893166 1514541056 13529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10749] ppid=10737 vsize=1479044 CPUtime=0.43
/proc/10739/task/10749/stat : 10749 (java) S 10737 10739 10520 0 -1 64 889 0 0 0 43 0 0 0 16 0 13 0 158893166 1514541056 13529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10750] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10750/stat : 10750 (java) S 10737 10739 10520 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158893166 1514541056 13529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10751] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10751/stat : 10751 (java) S 10737 10739 10520 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158893166 1514541056 13529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10752] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10752/stat : 10752 (java) S 10737 10739 10520 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 158893214 1514541056 13529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.43
Current children cumulated vsize (KiB) 1479044

[startup+25.5019 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 10752
/proc/meminfo: memFree=1351600/2055920 swapFree=4192812/4192956
[pid=10739] ppid=10737 vsize=1479044 CPUtime=26.32
/proc/10739/stat : 10739 (java) S 10737 10739 10520 0 -1 0 22610 0 1 0 2620 12 0 0 18 0 13 0 158893157 1514541056 21586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10739/statm: 369761 21586 1413 9 0 367104 0
[pid=10739/tid=10741] ppid=10737 vsize=1479044 CPUtime=25.16
/proc/10739/task/10741/stat : 10741 (java) R 10737 10739 10520 0 -1 64 19451 0 1 0 2506 10 0 0 25 0 13 0 158893159 1514541056 21586 1992294400 134512640 134550932 4294956016 18446744073709551615 4109518144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10742] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10742/stat : 10742 (java) S 10737 10739 10520 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 158893160 1514541056 21586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10743] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10743/stat : 10743 (java) S 10737 10739 10520 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 158893160 1514541056 21586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10744] ppid=10737 vsize=1479044 CPUtime=0

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

/proc/10739/task/10748/stat : 10748 (java) S 10737 10739 10520 0 -1 64 1530 0 0 0 77 1 0 0 15 0 13 0 158893166 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10749] ppid=10737 vsize=1479044 CPUtime=0.57
/proc/10739/task/10749/stat : 10749 (java) S 10737 10739 10520 0 -1 64 900 0 0 0 57 0 0 0 16 0 13 0 158893166 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10750] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10750/stat : 10750 (java) S 10737 10739 10520 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158893166 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10751] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10751/stat : 10751 (java) S 10737 10739 10520 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158893166 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10752] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10752/stat : 10752 (java) S 10737 10739 10520 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 158893214 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1605.64
Current children cumulated vsize (KiB) 1479044

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10752
/proc/meminfo: memFree=119344/2055920 swapFree=4192812/4192956
[pid=10739] ppid=10737 vsize=1479044 CPUtime=1665.73
/proc/10739/stat : 10739 (java) S 10737 10739 10520 0 -1 0 381275 0 1 0 166370 203 0 0 18 0 13 0 158893157 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10739/statm: 369761 328707 1432 9 0 367104 0
[pid=10739/tid=10741] ppid=10737 vsize=1479044 CPUtime=1656.16
/proc/10739/task/10741/stat : 10741 (java) R 10737 10739 10520 0 -1 64 30998 0 1 0 165597 19 0 0 25 0 13 0 158893159 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4109638975 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10742] ppid=10737 vsize=1479044 CPUtime=2.99
/proc/10739/task/10742/stat : 10742 (java) S 10737 10739 10520 0 -1 64 159462 0 0 0 214 85 0 0 17 0 13 0 158893160 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10743] ppid=10737 vsize=1479044 CPUtime=2.99
/proc/10739/task/10743/stat : 10743 (java) S 10737 10739 10520 0 -1 64 166956 0 0 0 210 89 0 0 16 0 13 0 158893160 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10744] ppid=10737 vsize=1479044 CPUtime=2.2
/proc/10739/task/10744/stat : 10744 (java) S 10737 10739 10520 0 -1 64 20687 0 0 0 213 7 0 0 16 0 13 0 158893162 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10745] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10745/stat : 10745 (java) S 10737 10739 10520 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158893162 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10746] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10746/stat : 10746 (java) S 10737 10739 10520 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158893162 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10747] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10747/stat : 10747 (java) S 10737 10739 10520 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158893166 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10748] ppid=10737 vsize=1479044 CPUtime=0.78
/proc/10739/task/10748/stat : 10748 (java) S 10737 10739 10520 0 -1 64 1530 0 0 0 77 1 0 0 15 0 13 0 158893166 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10749] ppid=10737 vsize=1479044 CPUtime=0.57
/proc/10739/task/10749/stat : 10749 (java) S 10737 10739 10520 0 -1 64 900 0 0 0 57 0 0 0 16 0 13 0 158893166 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10750] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10750/stat : 10750 (java) S 10737 10739 10520 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158893166 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10751] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10751/stat : 10751 (java) S 10737 10739 10520 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158893166 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10752] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10752/stat : 10752 (java) S 10737 10739 10520 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 158893214 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1665.73
Current children cumulated vsize (KiB) 1479044

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10752
/proc/meminfo: memFree=119344/2055920 swapFree=4192812/4192956
[pid=10739] ppid=10737 vsize=1479044 CPUtime=1725.83
/proc/10739/stat : 10739 (java) S 10737 10739 10520 0 -1 0 381276 0 1 0 172379 204 0 0 18 0 13 0 158893157 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10739/statm: 369761 328707 1432 9 0 367104 0
[pid=10739/tid=10741] ppid=10737 vsize=1479044 CPUtime=1716.03
/proc/10739/task/10741/stat : 10741 (java) R 10737 10739 10520 0 -1 64 30999 0 1 0 171584 19 0 0 25 0 13 0 158893159 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4109551682 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10742] ppid=10737 vsize=1479044 CPUtime=3.1
/proc/10739/task/10742/stat : 10742 (java) S 10737 10739 10520 0 -1 64 159462 0 0 0 225 85 0 0 16 0 13 0 158893160 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10743] ppid=10737 vsize=1479044 CPUtime=3.1
/proc/10739/task/10743/stat : 10743 (java) S 10737 10739 10520 0 -1 64 166956 0 0 0 221 89 0 0 17 0 13 0 158893160 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10744] ppid=10737 vsize=1479044 CPUtime=2.2
/proc/10739/task/10744/stat : 10744 (java) S 10737 10739 10520 0 -1 64 20687 0 0 0 213 7 0 0 16 0 13 0 158893162 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10745] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10745/stat : 10745 (java) S 10737 10739 10520 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158893162 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10746] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10746/stat : 10746 (java) S 10737 10739 10520 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158893162 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10747] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10747/stat : 10747 (java) S 10737 10739 10520 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158893166 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10748] ppid=10737 vsize=1479044 CPUtime=0.78
/proc/10739/task/10748/stat : 10748 (java) S 10737 10739 10520 0 -1 64 1530 0 0 0 77 1 0 0 15 0 13 0 158893166 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10749] ppid=10737 vsize=1479044 CPUtime=0.57
/proc/10739/task/10749/stat : 10749 (java) S 10737 10739 10520 0 -1 64 900 0 0 0 57 0 0 0 16 0 13 0 158893166 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10750] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10750/stat : 10750 (java) S 10737 10739 10520 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158893166 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10751] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10751/stat : 10751 (java) S 10737 10739 10520 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158893166 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10752] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10752/stat : 10752 (java) S 10737 10739 10520 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 158893214 1514541056 328707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1725.83
Current children cumulated vsize (KiB) 1479044

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10752
/proc/meminfo: memFree=119344/2055920 swapFree=4192812/4192956
[pid=10739] ppid=10737 vsize=1479044 CPUtime=1785.98
/proc/10739/stat : 10739 (java) S 10737 10739 10520 0 -1 0 381285 0 1 0 178394 204 0 0 18 0 13 0 158893157 1514541056 328715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10739/statm: 369761 328715 1432 9 0 367104 0
[pid=10739/tid=10741] ppid=10737 vsize=1479044 CPUtime=1775.14
/proc/10739/task/10741/stat : 10741 (java) R 10737 10739 10520 0 -1 64 31000 0 1 0 177495 19 0 0 25 0 13 0 158893159 1514541056 328715 1992294400 134512640 134550932 4294956016 18446744073709551615 4109518136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10742] ppid=10737 vsize=1479044 CPUtime=3.18
/proc/10739/task/10742/stat : 10742 (java) S 10737 10739 10520 0 -1 64 159462 0 0 0 233 85 0 0 16 0 13 0 158893160 1514541056 328715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10743] ppid=10737 vsize=1479044 CPUtime=3.18
/proc/10739/task/10743/stat : 10743 (java) S 10737 10739 10520 0 -1 64 166956 0 0 0 229 89 0 0 17 0 13 0 158893160 1514541056 328715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10744] ppid=10737 vsize=1479044 CPUtime=2.98
/proc/10739/task/10744/stat : 10744 (java) S 10737 10739 10520 0 -1 64 20687 0 0 0 291 7 0 0 16 0 13 0 158893162 1514541056 328715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10745] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10745/stat : 10745 (java) S 10737 10739 10520 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158893162 1514541056 328715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10746] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10746/stat : 10746 (java) S 10737 10739 10520 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158893162 1514541056 328715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10747] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10747/stat : 10747 (java) S 10737 10739 10520 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158893166 1514541056 328715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10748] ppid=10737 vsize=1479044 CPUtime=0.78
/proc/10739/task/10748/stat : 10748 (java) S 10737 10739 10520 0 -1 64 1530 0 0 0 77 1 0 0 15 0 13 0 158893166 1514541056 328715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10749] ppid=10737 vsize=1479044 CPUtime=0.66
/proc/10739/task/10749/stat : 10749 (java) S 10737 10739 10520 0 -1 64 908 0 0 0 66 0 0 0 17 0 13 0 158893166 1514541056 328715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10750] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10750/stat : 10750 (java) S 10737 10739 10520 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158893166 1514541056 328715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10751] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10751/stat : 10751 (java) S 10737 10739 10520 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158893166 1514541056 328715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10752] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10752/stat : 10752 (java) S 10737 10739 10520 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 158893214 1514541056 328715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1785.98
Current children cumulated vsize (KiB) 1479044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10752
/proc/meminfo: memFree=119344/2055920 swapFree=4192812/4192956
[pid=10739] ppid=10737 vsize=1479044 CPUtime=1800.08
/proc/10739/stat : 10739 (java) S 10737 10739 10520 0 -1 0 381285 0 1 0 179804 204 0 0 18 0 13 0 158893157 1514541056 328715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10739/statm: 369761 328715 1432 9 0 367104 0
[pid=10739/tid=10741] ppid=10737 vsize=1479044 CPUtime=1789.24
/proc/10739/task/10741/stat : 10741 (java) R 10737 10739 10520 0 -1 64 31000 0 1 0 178905 19 0 0 25 0 13 0 158893159 1514541056 328715 1992294400 134512640 134550932 4294956016 18446744073709551615 4109518028 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10742] ppid=10737 vsize=1479044 CPUtime=3.18
/proc/10739/task/10742/stat : 10742 (java) S 10737 10739 10520 0 -1 64 159462 0 0 0 233 85 0 0 16 0 13 0 158893160 1514541056 328715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10743] ppid=10737 vsize=1479044 CPUtime=3.18
/proc/10739/task/10743/stat : 10743 (java) S 10737 10739 10520 0 -1 64 166956 0 0 0 229 89 0 0 17 0 13 0 158893160 1514541056 328715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10744] ppid=10737 vsize=1479044 CPUtime=2.98
/proc/10739/task/10744/stat : 10744 (java) S 10737 10739 10520 0 -1 64 20687 0 0 0 291 7 0 0 16 0 13 0 158893162 1514541056 328715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10745] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10745/stat : 10745 (java) S 10737 10739 10520 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158893162 1514541056 328715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10746] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10746/stat : 10746 (java) S 10737 10739 10520 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158893162 1514541056 328715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10747] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10747/stat : 10747 (java) S 10737 10739 10520 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158893166 1514541056 328715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10748] ppid=10737 vsize=1479044 CPUtime=0.78
/proc/10739/task/10748/stat : 10748 (java) S 10737 10739 10520 0 -1 64 1530 0 0 0 77 1 0 0 15 0 13 0 158893166 1514541056 328715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10749] ppid=10737 vsize=1479044 CPUtime=0.66
/proc/10739/task/10749/stat : 10749 (java) S 10737 10739 10520 0 -1 64 908 0 0 0 66 0 0 0 17 0 13 0 158893166 1514541056 328715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10750] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10750/stat : 10750 (java) S 10737 10739 10520 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158893166 1514541056 328715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10739/tid=10751] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10751/stat : 10751 (java) S 10737 10739 10520 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158893166 1514541056 328715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10739/tid=10752] ppid=10737 vsize=1479044 CPUtime=0
/proc/10739/task/10752/stat : 10752 (java) S 10737 10739 10520 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 158893214 1514541056 328715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1479044

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

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

[startup+1796.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10752
/proc/meminfo: memFree=119344/2055920 swapFree=4192812/4192956
[pid=10739] ppid=10737 vsize=0 CPUtime=1800.34
/proc/10739/stat : 10739 (java) Z 10737 10739 10520 0 -1 1036 381311 0 1 0 179821 213 0 0 15 0 2 0 158893157 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10739/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 0

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10752
/proc/meminfo: memFree=119344/2055920 swapFree=4192812/4192956
[pid=10739] ppid=10737 vsize=0 CPUtime=1800.44
/proc/10739/stat : 10739 (java) Z 10737 10739 10520 0 -1 1036 381311 0 1 0 179821 223 0 0 15 0 2 0 158893157 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10739/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.44
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.7
CPU time (s): 1800.46
CPU user time (s): 1798.22
CPU system time (s): 2.23666
CPU usage (%): 100.209
Max. virtual memory (cumulated for all children) (KiB): 1479044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.22
system time used= 2.23666
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 381311
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= 36953
involuntary context switches= 36782

runsolver used 2.28765 second user time and 4.26535 second system time

The end

Launcher Data

Begin job on node15 at 2009-06-13 19:08:48
IDJOB=1856481
IDBENCH=2573
IDSOLVER=682
FILE ID=node15/1856481-1244912928
PBS_JOBID= 9354591
Free space on /tmp= 66348 MiB

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

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

MD5SUM BENCH= 277dd35641d3866b31d8fb041eb7f9fb
RANDOM SEED=1819862071

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
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:       1432696 kB
Buffers:         67928 kB
Cached:         470564 kB
SwapCached:          0 kB
Active:          68068 kB
Inactive:       483852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1432696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             320 kB
Writeback:           0 kB
Mapped:          23248 kB
Slab:            57188 kB
Committed_AS:   144416 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= 66348 MiB
End job on node15 at 2009-06-13 19:38:46