Trace number 1885056

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.64 1796.97

General information on the benchmark

Name/PURE-SAT/SAT09/CRAFTED/edgematching/
explicit/em_12_2_4_exp.opb
MD5SUMdb64b0179d5c381911ac9d9a3eb1c411
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 variables12584
Total number of constraints681936
Number of constraints which are clauses681936
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 constraint100
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 101
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	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@64dc11
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-1885056-1245262438.opb
0.23/0.21	c reading problem ... 
9.07/7.93	c ... done. Wall clock time 7.715s.
9.07/7.93	c #vars     12584
9.07/7.93	c #constraints  681936
9.07/7.93	c constraints type 
9.07/7.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 543628
9.07/7.93	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 138308
1800.06/1796.61	c starts		: 20
1800.06/1796.61	c conflicts		: 540227
1800.06/1796.61	c decisions		: 1980805
1800.06/1796.61	c propagations		: 80052823
1800.06/1796.61	c inspects		: 3311559556
1800.06/1796.61	c learnt literals	: 0
1800.06/1796.61	c learnt binary clauses	: 1063
1800.06/1796.61	c learnt ternary clauses	: 9489
1800.06/1796.61	c learnt clauses	: 540227
1800.06/1796.61	c ignored clauses	: 0
1800.06/1796.61	c root simplifications	: 0
1800.06/1796.61	c removed literals (reason simplification)	: 24372142
1800.06/1796.61	c reason swapping (by a shorter reason)	: 0
1800.06/1796.61	c Calls to reduceDB	: 0
1800.06/1796.61	c speed (assignments/second)	: 44755.18300336057
1800.06/1796.61	c non guided choices	39129
1800.44/1796.82	c learnt constraints type 
1800.44/1796.82	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 539185
1800.44/1796.82	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1063
1800.44/1796.82	c constraints type 
1800.44/1796.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 543628
1800.44/1796.82	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 138308
1800.44/1796.82	s UNKNOWN
1800.44/1796.82	c Total wall clock time (in seconds): 1796.612

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-1885056-1245262438/watcher-1885056-1245262438 -o /tmp/evaluation-result-1885056-1245262438/solver-1885056-1245262438 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1885056-1245262438.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.99 0.98 0.94 3/64 22035
/proc/meminfo: memFree=1530528/2055920 swapFree=4182028/4192956
[pid=22035] ppid=22033 vsize=1612 CPUtime=0
/proc/22035/stat : 22035 (java6) D 22033 22035 21304 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 193844830 1650688 147 1992294400 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/22035/statm: 403 147 111 9 0 45 0

[startup+0.0390219 s]
/proc/loadavg: 0.99 0.98 0.94 3/64 22035
/proc/meminfo: memFree=1530528/2055920 swapFree=4182028/4192956
[pid=22035] ppid=22033 vsize=1468752 CPUtime=0.03
/proc/22035/stat : 22035 (java) S 22033 22035 21304 0 -1 0 3027 0 1 0 1 2 0 0 18 0 4 0 193844830 1504002048 2774 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/22035/statm: 367188 2775 938 9 0 364539 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1468752

[startup+0.101033 s]
/proc/loadavg: 0.99 0.98 0.94 3/64 22035
/proc/meminfo: memFree=1530528/2055920 swapFree=4182028/4192956
[pid=22035] ppid=22033 vsize=1472584 CPUtime=0.09
/proc/22035/stat : 22035 (java) S 22033 22035 21304 0 -1 0 3633 0 1 0 6 3 0 0 18 0 12 0 193844830 1507926016 3376 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22035/statm: 368146 3376 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301074 s]
/proc/loadavg: 0.99 0.98 0.94 3/64 22035
/proc/meminfo: memFree=1530528/2055920 swapFree=4182028/4192956
[pid=22035] ppid=22033 vsize=1474612 CPUtime=0.34
/proc/22035/stat : 22035 (java) S 22033 22035 21304 0 -1 0 5118 0 1 0 30 4 0 0 18 0 12 0 193844830 1510002688 4855 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22035/statm: 368653 4856 1352 9 0 365996 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1474612

[startup+0.701151 s]
/proc/loadavg: 0.99 0.98 0.94 3/64 22035
/proc/meminfo: memFree=1530528/2055920 swapFree=4182028/4192956
[pid=22035] ppid=22033 vsize=1478312 CPUtime=1.04
/proc/22035/stat : 22035 (java) S 22033 22035 21304 0 -1 0 8324 0 1 0 99 5 0 0 18 0 12 0 193844830 1513791488 7117 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22035/statm: 369578 7117 1396 9 0 366921 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1478312

[startup+1.50229 s]
/proc/loadavg: 0.99 0.98 0.94 2/76 22047
/proc/meminfo: memFree=1495424/2055920 swapFree=4182028/4192956
[pid=22035] ppid=22033 vsize=1478456 CPUtime=1.99
/proc/22035/stat : 22035 (java) S 22033 22035 21304 0 -1 0 21822 0 1 0 187 12 0 0 18 0 12 0 193844830 1513938944 20246 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22035/statm: 369614 20246 1398 9 0 366957 0
[pid=22035/tid=22037] ppid=22033 vsize=1478456 CPUtime=1.12
/proc/22035/task/22037/stat : 22037 (java) R 22033 22035 21304 0 -1 64 18193 0 1 0 102 10 0 0 23 0 12 0 193844831 1513938944 20246 1992294400 134512640 134550932 4294956016 18446744073709551615 4109460440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22035/tid=22038] ppid=22033 vsize=1478456 CPUtime=0
/proc/22035/task/22038/stat : 22038 (java) S 22033 22035 21304 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 193844833 1513938944 20246 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22039] ppid=22033 vsize=1478456 CPUtime=0
/proc/22035/task/22039/stat : 22039 (java) S 22033 22035 21304 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 193844833 1513938944 20246 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22040] ppid=22033 vsize=1478456 CPUtime=0
/proc/22035/task/22040/stat : 22040 (java) S 22033 22035 21304 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 193844834 1513938944 20246 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22041] ppid=22033 vsize=1478456 CPUtime=0
/proc/22035/task/22041/stat : 22041 (java) S 22033 22035 21304 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 193844835 1513938944 20246 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22042] ppid=22033 vsize=1478456 CPUtime=0
/proc/22035/task/22042/stat : 22042 (java) S 22033 22035 21304 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 193844835 1513938944 20246 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22043] ppid=22033 vsize=1478456 CPUtime=0
/proc/22035/task/22043/stat : 22043 (java) S 22033 22035 21304 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 193844839 1513938944 20246 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22044] ppid=22033 vsize=1478456 CPUtime=0.39
/proc/22035/task/22044/stat : 22044 (java) S 22033 22035 21304 0 -1 64 1331 0 0 0 39 0 0 0 17 0 12 0 193844839 1513938944 20246 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22035/tid=22045] ppid=22033 vsize=1478456 CPUtime=0.46
/proc/22035/task/22045/stat : 22045 (java) S 22033 22035 21304 0 -1 64 1559 0 0 0 46 0 0 0 16 0 12 0 193844839 1513938944 20246 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22046] ppid=22033 vsize=1478456 CPUtime=0
/proc/22035/task/22046/stat : 22046 (java) S 22033 22035 21304 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 193844839 1513938944 20246 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22047] ppid=22033 vsize=1478456 CPUtime=0
/proc/22035/task/22047/stat : 22047 (java) S 22033 22035 21304 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 193844839 1513938944 20246 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1478456

[startup+3.10156 s]
/proc/loadavg: 0.99 0.98 0.94 2/76 22047
/proc/meminfo: memFree=1397248/2055920 swapFree=4182028/4192956
[pid=22035] ppid=22033 vsize=1478456 CPUtime=3.67
/proc/22035/stat : 22035 (java) S 22033 22035 21304 0 -1 0 38880 0 1 0 346 21 0 0 18 0 12 0 193844830 1513938944 37256 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22035/statm: 369614 37256 1409 9 0 366957 0
[pid=22035/tid=22037] ppid=22033 vsize=1478456 CPUtime=2.63
/proc/22035/task/22037/stat : 22037 (java) R 22033 22035 21304 0 -1 64 30922 0 1 0 246 17 0 0 25 0 12 0 193844831 1513938944 37256 1992294400 134512640 134550932 4294956016 18446744073709551615 4109464483 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22038] ppid=22033 vsize=1478456 CPUtime=0.07
/proc/22035/task/22038/stat : 22038 (java) S 22033 22035 21304 0 -1 64 2261 0 0 0 7 0 0 0 16 0 12 0 193844833 1513938944 37256 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22039] ppid=22033 vsize=1478456 CPUtime=0.07
/proc/22035/task/22039/stat : 22039 (java) S 22033 22035 21304 0 -1 64 2055 0 0 0 7 0 0 0 16 0 12 0 193844833 1513938944 37256 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22035/tid=22040] ppid=22033 vsize=1478456 CPUtime=0
/proc/22035/task/22040/stat : 22040 (java) S 22033 22035 21304 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 193844834 1513938944 37256 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22041] ppid=22033 vsize=1478456 CPUtime=0
/proc/22035/task/22041/stat : 22041 (java) S 22033 22035 21304 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 193844835 1513938944 37256 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22042] ppid=22033 vsize=1478456 CPUtime=0
/proc/22035/task/22042/stat : 22042 (java) S 22033 22035 21304 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 193844835 1513938944 37256 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22043] ppid=22033 vsize=1478456 CPUtime=0
/proc/22035/task/22043/stat : 22043 (java) S 22033 22035 21304 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 193844839 1513938944 37256 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22044] ppid=22033 vsize=1478456 CPUtime=0.39
/proc/22035/task/22044/stat : 22044 (java) S 22033 22035 21304 0 -1 64 1331 0 0 0 39 0 0 0 17 0 12 0 193844839 1513938944 37256 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22035/tid=22045] ppid=22033 vsize=1478456 CPUtime=0.46
/proc/22035/task/22045/stat : 22045 (java) S 22033 22035 21304 0 -1 64 1559 0 0 0 46 0 0 0 16 0 12 0 193844839 1513938944 37256 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22046] ppid=22033 vsize=1478456 CPUtime=0
/proc/22035/task/22046/stat : 22046 (java) S 22033 22035 21304 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 193844839 1513938944 37256 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22047] ppid=22033 vsize=1478456 CPUtime=0
/proc/22035/task/22047/stat : 22047 (java) S 22033 22035 21304 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 193844839 1513938944 37256 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 1478456

[startup+6.30212 s]
/proc/loadavg: 0.99 0.98 0.94 2/76 22047
/proc/meminfo: memFree=1359488/2055920 swapFree=4182028/4192956
[pid=22035] ppid=22033 vsize=1478456 CPUtime=7.2
/proc/22035/stat : 22035 (java) S 22033 22035 21304 0 -1 0 46968 0 1 0 694 26 0 0 18 0 12 0 193844830 1513938944 45050 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22035/statm: 369614 45050 1410 9 0 366957 0
[pid=22035/tid=22037] ppid=22033 vsize=1478456 CPUtime=5.47
/proc/22035/task/22037/stat : 22037 (java) R 22033 22035 21304 0 -1 64 30928 0 1 0 529 18 0 0 25 0 12 0 193844831 1513938944 45050 1992294400 134512640 134550932 4294956016 18446744073709551615 4109436938 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22038] ppid=22033 vsize=1478456 CPUtime=0.39
/proc/22035/task/22038/stat : 22038 (java) S 22033 22035 21304 0 -1 64 6057 0 0 0 37 2 0 0 16 0 12 0 193844833 1513938944 45050 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22039] ppid=22033 vsize=1478456 CPUtime=0.39
/proc/22035/task/22039/stat : 22039 (java) S 22033 22035 21304 0 -1 64 6328 0 0 0 37 2 0 0 17 0 12 0 193844833 1513938944 45050 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22035/tid=22040] ppid=22033 vsize=1478456 CPUtime=0
/proc/22035/task/22040/stat : 22040 (java) S 22033 22035 21304 0 -1 64 21 0 0 0 0 0 0 0 16 0 12 0 193844834 1513938944 45050 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22041] ppid=22033 vsize=1478456 CPUtime=0
/proc/22035/task/22041/stat : 22041 (java) S 22033 22035 21304 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 193844835 1513938944 45050 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22042] ppid=22033 vsize=1478456 CPUtime=0
/proc/22035/task/22042/stat : 22042 (java) S 22033 22035 21304 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 193844835 1513938944 45050 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22043] ppid=22033 vsize=1478456 CPUtime=0
/proc/22035/task/22043/stat : 22043 (java) S 22033 22035 21304 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 193844839 1513938944 45050 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22044] ppid=22033 vsize=1478456 CPUtime=0.41
/proc/22035/task/22044/stat : 22044 (java) S 22033 22035 21304 0 -1 64 1333 0 0 0 41 0 0 0 17 0 12 0 193844839 1513938944 45050 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22035/tid=22045] ppid=22033 vsize=1478456 CPUtime=0.47
/proc/22035/task/22045/stat : 22045 (java) S 22033 22035 21304 0 -1 64 1563 0 0 0 47 0 0 0 17 0 12 0 193844839 1513938944 45050 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22046] ppid=22033 vsize=1478456 CPUtime=0
/proc/22035/task/22046/stat : 22046 (java) S 22033 22035 21304 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 193844839 1513938944 45050 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22047] ppid=22033 vsize=1478456 CPUtime=0
/proc/22035/task/22047/stat : 22047 (java) S 22033 22035 21304 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 193844839 1513938944 45050 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 1478456

[startup+12.7022 s]
/proc/loadavg: 0.99 0.98 0.94 2/77 22048
/proc/meminfo: memFree=1333944/2055920 swapFree=4182028/4192956
[pid=22035] ppid=22033 vsize=1480748 CPUtime=14.71
/proc/22035/stat : 22035 (java) S 22033 22035 21304 0 -1 0 54728 0 1 0 1441 30 0 0 18 0 13 0 193844830 1516285952 50307 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22035/statm: 370187 50307 1431 9 0 367530 0
[pid=22035/tid=22037] ppid=22033 vsize=1480748 CPUtime=11.59
/proc/22035/task/22037/stat : 22037 (java) R 22033 22035 21304 0 -1 64 30968 0 1 0 1140 19 0 0 25 0 13 0 193844831 1516285952 50307 1992294400 134512640 134550932 4294956016 18446744073709551615 4109161981 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22038] ppid=22033 vsize=1480748 CPUtime=0.64
/proc/22035/task/22038/stat : 22038 (java) S 22033 22035 21304 0 -1 64 9275 0 0 0 61 3 0 0 16 0 13 0 193844833 1516285952 50307 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22039] ppid=22033 vsize=1480748 CPUtime=0.64
/proc/22035/task/22039/stat : 22039 (java) S 22033 22035 21304 0 -1 64 8737 0 0 0 61 3 0 0 17 0 13 0 193844833 1516285952 50307 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22035/tid=22040] ppid=22033 vsize=1480748 CPUtime=0
/proc/22035/task/22040/stat : 22040 (java) S 22033 22035 21304 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 193844834 1516285952 50307 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22035/tid=22041] ppid=22033 vsize=1480748 CPUtime=0
/proc/22035/task/22041/stat : 22041 (java) S 22033 22035 21304 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 193844835 1516285952 50307 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22042] ppid=22033 vsize=1480748 CPUtime=0
/proc/22035/task/22042/stat : 22042 (java) S 22033 22035 21304 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193844835 1516285952 50307 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22043] ppid=22033 vsize=1480748 CPUtime=0
/proc/22035/task/22043/stat : 22043 (java) S 22033 22035 21304 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193844839 1516285952 50307 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22044] ppid=22033 vsize=1480748 CPUtime=0.92
/proc/22035/task/22044/stat : 22044 (java) S 22033 22035 21304 0 -1 64 2114 0 0 0 91 1 0 0 17 0 13 0 193844839 1516285952 50307 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22045] ppid=22033 vsize=1480748 CPUtime=0.86
/proc/22035/task/22045/stat : 22045 (java) S 22033 22035 21304 0 -1 64 2869 0 0 0 86 0 0 0 16 0 13 0 193844839 1516285952 50307 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22035/tid=22046] ppid=22033 vsize=1480748 CPUtime=0
/proc/22035/task/22046/stat : 22046 (java) S 22033 22035 21304 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193844839 1516285952 50307 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22047] ppid=22033 vsize=1480748 CPUtime=0
/proc/22035/task/22047/stat : 22047 (java) S 22033 22035 21304 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193844839 1516285952 50307 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22035/tid=22048] ppid=22033 vsize=1480748 CPUtime=0
/proc/22035/task/22048/stat : 22048 (java) S 22033 22035 21304 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 193845627 1516285952 50307 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.71
Current children cumulated vsize (KiB) 1480748

[startup+25.5025 s]
/proc/loadavg: 0.99 0.98 0.94 2/77 22048
/proc/meminfo: memFree=1334840/2055920 swapFree=4182028/4192956
[pid=22035] ppid=22033 vsize=1479804 CPUtime=27.56
/proc/22035/stat : 22035 (java) S 22033 22035 21304 0 -1 0 54736 0 1 0 2726 30 0 0 18 0 13 0 193844830 1515319296 50084 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22035/statm: 369951 50084 1431 9 0 367294 0
[pid=22035/tid=22037] ppid=22033 vsize=1479804 CPUtime=24.33
/proc/22035/task/22037/stat : 22037 (java) R 22033 22035 21304 0 -1 64 30969 0 1 0 2414 19 0 0 25 0 13 0 193844831 1515319296 50084 1992294400 134512640 134550932 4294956016 18446744073709551615 4109741644 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22038] ppid=22033 vsize=1479804 CPUtime=0.64
/proc/22035/task/22038/stat : 22038 (java) S 22033 22035 21304 0 -1 64 9275 0 0 0 61 3 0 0 16 0 13 0 193844833 1515319296 50084 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22039] ppid=22033 vsize=1479804 CPUtime=0.64
/proc/22035/task/22039/stat : 22039 (java) S 22033 22035 21304 0 -1 64 8737 0 0 0 61 3 0 0 17 0 13 0 193844833 1515319296 50084 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22035/tid=22040] ppid=22033 vsize=1479804 CPUtime=0
/proc/22035/task/22040/stat : 22040 (java) S 22033 22035 21304 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 193844834 1515319296 50084 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22035/tid=22041] ppid=22033 vsize=1479804 CPUtime=0
/proc/22035/task/22041/stat : 22041 (java) S 22033 22035 21304 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 193844835 1515319296 50084 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22042] ppid=22033 vsize=1479804 CPUtime=0
/proc/22035/task/22042/stat : 22042 (java) S 22033 22035 21304 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193844835 1515319296 50084 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22043] ppid=22033 vsize=1479804 CPUtime=0

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

[pid=22035/tid=22040] ppid=22033 vsize=1479116 CPUtime=0
/proc/22035/task/22040/stat : 22040 (java) S 22033 22035 21304 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 193844834 1514614784 185984 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22041] ppid=22033 vsize=1479116 CPUtime=0
/proc/22035/task/22041/stat : 22041 (java) S 22033 22035 21304 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 193844835 1514614784 185984 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22042] ppid=22033 vsize=1479116 CPUtime=0
/proc/22035/task/22042/stat : 22042 (java) S 22033 22035 21304 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193844835 1514614784 185984 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22043] ppid=22033 vsize=1479116 CPUtime=0
/proc/22035/task/22043/stat : 22043 (java) S 22033 22035 21304 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193844839 1514614784 185984 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22044] ppid=22033 vsize=1479116 CPUtime=1
/proc/22035/task/22044/stat : 22044 (java) S 22033 22035 21304 0 -1 64 2119 0 0 0 99 1 0 0 17 0 13 0 193844839 1514614784 185984 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22045] ppid=22033 vsize=1479116 CPUtime=0.9
/proc/22035/task/22045/stat : 22045 (java) S 22033 22035 21304 0 -1 64 2872 0 0 0 90 0 0 0 17 0 13 0 193844839 1514614784 185984 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22035/tid=22046] ppid=22033 vsize=1479116 CPUtime=0
/proc/22035/task/22046/stat : 22046 (java) S 22033 22035 21304 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193844839 1514614784 185984 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22047] ppid=22033 vsize=1479116 CPUtime=0
/proc/22035/task/22047/stat : 22047 (java) S 22033 22035 21304 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193844839 1514614784 185984 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22048] ppid=22033 vsize=1479116 CPUtime=0
/proc/22035/task/22048/stat : 22048 (java) S 22033 22035 21304 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 193845627 1514614784 185984 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1665.63
Current children cumulated vsize (KiB) 1479116

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/77 22048
/proc/meminfo: memFree=789624/2055920 swapFree=4182028/4192956
[pid=22035] ppid=22033 vsize=1479116 CPUtime=1725.6
/proc/22035/stat : 22035 (java) S 22033 22035 21304 0 -1 0 219759 0 1 0 172448 112 0 0 18 0 13 0 193844830 1514614784 185984 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22035/statm: 369779 185984 1431 9 0 367122 0
[pid=22035/tid=22037] ppid=22033 vsize=1479116 CPUtime=1718.03
/proc/22035/task/22037/stat : 22037 (java) R 22033 22035 21304 0 -1 64 30983 0 1 0 171783 20 0 0 25 0 13 0 193844831 1514614784 185984 1992294400 134512640 134550932 4294956016 18446744073709551615 4109835285 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22038] ppid=22033 vsize=1479116 CPUtime=2.94
/proc/22035/task/22038/stat : 22038 (java) S 22033 22035 21304 0 -1 64 98064 0 0 0 249 45 0 0 16 0 13 0 193844833 1514614784 185984 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22039] ppid=22033 vsize=1479116 CPUtime=2.67
/proc/22035/task/22039/stat : 22039 (java) S 22033 22035 21304 0 -1 64 84956 0 0 0 225 42 0 0 18 0 13 0 193844833 1514614784 185984 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22035/tid=22040] ppid=22033 vsize=1479116 CPUtime=0
/proc/22035/task/22040/stat : 22040 (java) S 22033 22035 21304 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 193844834 1514614784 185984 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22041] ppid=22033 vsize=1479116 CPUtime=0
/proc/22035/task/22041/stat : 22041 (java) S 22033 22035 21304 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 193844835 1514614784 185984 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22042] ppid=22033 vsize=1479116 CPUtime=0
/proc/22035/task/22042/stat : 22042 (java) S 22033 22035 21304 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193844835 1514614784 185984 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22043] ppid=22033 vsize=1479116 CPUtime=0
/proc/22035/task/22043/stat : 22043 (java) S 22033 22035 21304 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193844839 1514614784 185984 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22044] ppid=22033 vsize=1479116 CPUtime=1
/proc/22035/task/22044/stat : 22044 (java) S 22033 22035 21304 0 -1 64 2119 0 0 0 99 1 0 0 17 0 13 0 193844839 1514614784 185984 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22045] ppid=22033 vsize=1479116 CPUtime=0.9
/proc/22035/task/22045/stat : 22045 (java) S 22033 22035 21304 0 -1 64 2872 0 0 0 90 0 0 0 17 0 13 0 193844839 1514614784 185984 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22035/tid=22046] ppid=22033 vsize=1479116 CPUtime=0
/proc/22035/task/22046/stat : 22046 (java) S 22033 22035 21304 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193844839 1514614784 185984 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22047] ppid=22033 vsize=1479116 CPUtime=0
/proc/22035/task/22047/stat : 22047 (java) S 22033 22035 21304 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193844839 1514614784 185984 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22048] ppid=22033 vsize=1479116 CPUtime=0
/proc/22035/task/22048/stat : 22048 (java) S 22033 22035 21304 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 193845627 1514614784 185984 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1725.6
Current children cumulated vsize (KiB) 1479116

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/77 22048
/proc/meminfo: memFree=734136/2055920 swapFree=4182028/4192956
[pid=22035] ppid=22033 vsize=1479116 CPUtime=1785.76
/proc/22035/stat : 22035 (java) S 22033 22035 21304 0 -1 0 237508 0 1 0 178456 120 0 0 18 0 13 0 193844830 1514614784 199836 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22035/statm: 369779 199836 1431 9 0 367122 0
[pid=22035/tid=22037] ppid=22033 vsize=1479116 CPUtime=1777.82
/proc/22035/task/22037/stat : 22037 (java) R 22033 22035 21304 0 -1 64 30984 0 1 0 177762 20 0 0 25 0 13 0 193844831 1514614784 199836 1992294400 134512640 134550932 4294956016 18446744073709551615 4109831469 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22038] ppid=22033 vsize=1479116 CPUtime=3.12
/proc/22035/task/22038/stat : 22038 (java) S 22033 22035 21304 0 -1 64 106732 0 0 0 263 49 0 0 16 0 13 0 193844833 1514614784 199836 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22039] ppid=22033 vsize=1479116 CPUtime=2.86
/proc/22035/task/22039/stat : 22039 (java) S 22033 22035 21304 0 -1 64 94036 0 0 0 240 46 0 0 18 0 13 0 193844833 1514614784 199836 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22035/tid=22040] ppid=22033 vsize=1479116 CPUtime=0
/proc/22035/task/22040/stat : 22040 (java) S 22033 22035 21304 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 193844834 1514614784 199836 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22041] ppid=22033 vsize=1479116 CPUtime=0
/proc/22035/task/22041/stat : 22041 (java) S 22033 22035 21304 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 193844835 1514614784 199836 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22042] ppid=22033 vsize=1479116 CPUtime=0
/proc/22035/task/22042/stat : 22042 (java) S 22033 22035 21304 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193844835 1514614784 199836 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22043] ppid=22033 vsize=1479116 CPUtime=0
/proc/22035/task/22043/stat : 22043 (java) S 22033 22035 21304 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193844839 1514614784 199836 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22044] ppid=22033 vsize=1479116 CPUtime=1
/proc/22035/task/22044/stat : 22044 (java) S 22033 22035 21304 0 -1 64 2119 0 0 0 99 1 0 0 17 0 13 0 193844839 1514614784 199836 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22045] ppid=22033 vsize=1479116 CPUtime=0.9
/proc/22035/task/22045/stat : 22045 (java) S 22033 22035 21304 0 -1 64 2872 0 0 0 90 0 0 0 17 0 13 0 193844839 1514614784 199836 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22035/tid=22046] ppid=22033 vsize=1479116 CPUtime=0
/proc/22035/task/22046/stat : 22046 (java) S 22033 22035 21304 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193844839 1514614784 199836 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22047] ppid=22033 vsize=1479116 CPUtime=0
/proc/22035/task/22047/stat : 22047 (java) S 22033 22035 21304 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193844839 1514614784 199836 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22048] ppid=22033 vsize=1479116 CPUtime=0
/proc/22035/task/22048/stat : 22048 (java) S 22033 22035 21304 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 193845627 1514614784 199836 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1785.76
Current children cumulated vsize (KiB) 1479116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.6 s]
/proc/loadavg: 1.00 1.00 0.95 2/77 22048
/proc/meminfo: memFree=734072/2055920 swapFree=4182028/4192956
[pid=22035] ppid=22033 vsize=1479116 CPUtime=1800.06
/proc/22035/stat : 22035 (java) S 22033 22035 21304 0 -1 0 237508 0 1 0 179886 120 0 0 18 0 13 0 193844830 1514614784 199836 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22035/statm: 369779 199836 1431 9 0 367122 0
[pid=22035/tid=22037] ppid=22033 vsize=1479116 CPUtime=1792.12
/proc/22035/task/22037/stat : 22037 (java) R 22033 22035 21304 0 -1 64 30984 0 1 0 179192 20 0 0 25 0 13 0 193844831 1514614784 199836 1992294400 134512640 134550932 4294956016 18446744073709551615 4109831469 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22038] ppid=22033 vsize=1479116 CPUtime=3.12
/proc/22035/task/22038/stat : 22038 (java) S 22033 22035 21304 0 -1 64 106732 0 0 0 263 49 0 0 16 0 13 0 193844833 1514614784 199836 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22039] ppid=22033 vsize=1479116 CPUtime=2.86
/proc/22035/task/22039/stat : 22039 (java) S 22033 22035 21304 0 -1 64 94036 0 0 0 240 46 0 0 18 0 13 0 193844833 1514614784 199836 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22035/tid=22040] ppid=22033 vsize=1479116 CPUtime=0
/proc/22035/task/22040/stat : 22040 (java) S 22033 22035 21304 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 193844834 1514614784 199836 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22041] ppid=22033 vsize=1479116 CPUtime=0
/proc/22035/task/22041/stat : 22041 (java) S 22033 22035 21304 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 193844835 1514614784 199836 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22042] ppid=22033 vsize=1479116 CPUtime=0
/proc/22035/task/22042/stat : 22042 (java) S 22033 22035 21304 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193844835 1514614784 199836 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22043] ppid=22033 vsize=1479116 CPUtime=0
/proc/22035/task/22043/stat : 22043 (java) S 22033 22035 21304 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193844839 1514614784 199836 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22044] ppid=22033 vsize=1479116 CPUtime=1
/proc/22035/task/22044/stat : 22044 (java) S 22033 22035 21304 0 -1 64 2119 0 0 0 99 1 0 0 17 0 13 0 193844839 1514614784 199836 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22045] ppid=22033 vsize=1479116 CPUtime=0.9
/proc/22035/task/22045/stat : 22045 (java) S 22033 22035 21304 0 -1 64 2872 0 0 0 90 0 0 0 17 0 13 0 193844839 1514614784 199836 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22035/tid=22046] ppid=22033 vsize=1479116 CPUtime=0
/proc/22035/task/22046/stat : 22046 (java) S 22033 22035 21304 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193844839 1514614784 199836 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22047] ppid=22033 vsize=1479116 CPUtime=0
/proc/22035/task/22047/stat : 22047 (java) S 22033 22035 21304 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193844839 1514614784 199836 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22048] ppid=22033 vsize=1479116 CPUtime=0
/proc/22035/task/22048/stat : 22048 (java) S 22033 22035 21304 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 193845627 1514614784 199836 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1479116

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

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

[startup+1796.8 s]
/proc/loadavg: 1.00 1.00 0.95 2/77 22048
/proc/meminfo: memFree=734072/2055920 swapFree=4182028/4192956
[pid=22035] ppid=22033 vsize=1479764 CPUtime=1800.44
/proc/22035/stat : 22035 (java) S 22033 22035 21304 0 -1 0 237526 0 1 0 179924 120 0 0 16 0 15 0 193844830 1515278336 199854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22035/statm: 369941 199854 1431 9 0 367284 0
[pid=22035/tid=22037] ppid=22033 vsize=1479764 CPUtime=1792.31
/proc/22035/task/22037/stat : 22037 (java) R 22033 22035 21304 0 -1 64 30984 0 1 0 179211 20 0 0 25 0 15 0 193844831 1515278336 199854 1992294400 134512640 134550932 4294956016 18446744073709551615 4109835801 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22038] ppid=22033 vsize=1479764 CPUtime=3.12
/proc/22035/task/22038/stat : 22038 (java) S 22033 22035 21304 0 -1 64 106732 0 0 0 263 49 0 0 16 0 15 0 193844833 1515278336 199854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22039] ppid=22033 vsize=1479764 CPUtime=2.86
/proc/22035/task/22039/stat : 22039 (java) S 22033 22035 21304 0 -1 64 94036 0 0 0 240 46 0 0 18 0 15 0 193844833 1515278336 199854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22035/tid=22040] ppid=22033 vsize=1479764 CPUtime=0
/proc/22035/task/22040/stat : 22040 (java) S 22033 22035 21304 0 -1 64 21 0 0 0 0 0 0 0 16 0 15 0 193844834 1515278336 199854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22041] ppid=22033 vsize=1479764 CPUtime=0
/proc/22035/task/22041/stat : 22041 (java) S 22033 22035 21304 0 -1 64 9 0 0 0 0 0 0 0 16 0 15 0 193844835 1515278336 199854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22042] ppid=22033 vsize=1479764 CPUtime=0
/proc/22035/task/22042/stat : 22042 (java) S 22033 22035 21304 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 193844835 1515278336 199854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22043] ppid=22033 vsize=1479764 CPUtime=0
/proc/22035/task/22043/stat : 22043 (java) S 22033 22035 21304 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 193844839 1515278336 199854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22035/tid=22044] ppid=22033 vsize=1479764 CPUtime=1.03
/proc/22035/task/22044/stat : 22044 (java) S 22033 22035 21304 0 -1 64 2119 0 0 0 102 1 0 0 17 0 15 0 193844839 1515278336 199854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22035/tid=22045] ppid=22033 vsize=1479764 CPUtime=0.9
/proc/22035/task/22045/stat : 22045 (java) S 22033 22035 21304 0 -1 64 2872 0 0 0 90 0 0 0 17 0 15 0 193844839 1515278336 199854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22035/tid=22046] ppid=22033 vsize=1479764 CPUtime=0
/proc/22035/task/22046/stat : 22046 (java) S 22033 22035 21304 0 -1 64 0 0 0 0 0 0 0 0 25 0 15 0 193844839 1515278336 199854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22047] ppid=22033 vsize=1479764 CPUtime=0
/proc/22035/task/22047/stat : 22047 (java) S 22033 22035 21304 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 193844839 1515278336 199854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22035/tid=22048] ppid=22033 vsize=1479764 CPUtime=0
/proc/22035/task/22048/stat : 22048 (java) S 22033 22035 21304 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 193845627 1515278336 199854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.44
Current children cumulated vsize (KiB) 1479764

[startup+1796.9 s]
/proc/loadavg: 1.00 1.00 0.95 2/77 22048
/proc/meminfo: memFree=734072/2055920 swapFree=4182028/4192956
[pid=22035] ppid=22033 vsize=0 CPUtime=1800.57
/proc/22035/stat : 22035 (java) Z 22033 22035 21304 0 -1 1036 237530 0 1 0 179931 126 0 0 15 0 2 0 193844830 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22035/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.57
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.97
CPU time (s): 1800.64
CPU user time (s): 1799.31
CPU system time (s): 1.3308
CPU usage (%): 100.205
Max. virtual memory (cumulated for all children) (KiB): 1480908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.31
system time used= 1.3308
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237530
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= 37213
involuntary context switches= 35272

runsolver used 1.69974 second user time and 4.93125 second system time

The end

Launcher Data

Begin job on node4 at 2009-06-17 20:13:59
IDJOB=1885056
IDBENCH=72019
IDSOLVER=682
FILE ID=node4/1885056-1245262438
PBS_JOBID= 9372449
Free space on /tmp= 66388 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/CRAFTED/edgematching/explicit/em_12_2_4_exp.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1885056-1245262438/watcher-1885056-1245262438 -o /tmp/evaluation-result-1885056-1245262438/solver-1885056-1245262438 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1885056-1245262438.opb

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

MD5SUM BENCH= db64b0179d5c381911ac9d9a3eb1c411
RANDOM SEED=61195039

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1531008 kB
Buffers:         40196 kB
Cached:         392252 kB
SwapCached:       4996 kB
Active:          71748 kB
Inactive:       368852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1531008 kB
SwapTotal:     4192956 kB
SwapFree:      4182028 kB
Dirty:           19800 kB
Writeback:           0 kB
Mapped:          14464 kB
Slab:            70276 kB
Committed_AS:   173648 kB
PageTables:       1472 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= 66388 MiB
End job on node4 at 2009-06-17 20:43:58