Trace number 1884765

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J Pseudo CP 2.1.1? (TO) 1800.4 1793.65

General information on the benchmark

Name/PURE-SAT/SAT09/CRAFTED/parity-games/
instance_n6_i7_pp_ci_ce.opb
MD5SUM994354230d25b6d8c72b91474624365a
Bench CategoryPURE-SAT (instances containing only clauses)
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 benchmark463.538
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8484
Total number of constraints74640
Number of constraints which are clauses74640
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 constraint30
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 31
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	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.22	c Pseudo Boolean Optimization
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1d520c4
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c MiniSAT restarts strategy
0.23/0.22	c Memory based learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c solving HOME/instance-1884765-1245260319.opb
0.23/0.22	c reading problem ... 
2.72/2.21	c ... done. Wall clock time 1.992s.
2.72/2.21	c #vars     8484
2.72/2.21	c #constraints  74640
2.72/2.21	c constraints type 
2.72/2.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 15431
2.72/2.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 59209
1800.02/1793.41	c starts		: 19
1800.02/1793.41	c conflicts		: 357434
1800.02/1793.41	c decisions		: 480242
1800.02/1793.41	c propagations		: 217756308
1800.02/1793.41	c inspects		: 2327750598
1800.02/1793.41	c learnt literals	: 22
1800.02/1793.41	c learnt binary clauses	: 340
1800.02/1793.41	c learnt ternary clauses	: 750
1800.02/1793.41	c learnt clauses	: 357411
1800.02/1793.41	c ignored clauses	: 0
1800.02/1793.41	c root simplifications	: 0
1800.02/1793.41	c removed literals (reason simplification)	: 0
1800.02/1793.41	c reason swapping (by a shorter reason)	: 0
1800.02/1793.41	c Calls to reduceDB	: 0
1800.02/1793.41	c speed (assignments/second)	: 121569.93348600548
1800.02/1793.41	c non guided choices	684
1800.22/1793.55	c learnt constraints type 
1800.22/1793.55	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 357089
1800.22/1793.55	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 340
1800.22/1793.55	c constraints type 
1800.22/1793.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 15431
1800.22/1793.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 59209
1800.22/1793.55	s UNKNOWN
1800.22/1793.55	c Total wall clock time (in seconds): 1793.328

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7606
/proc/meminfo: memFree=1596360/2055920 swapFree=4192952/4192956
[pid=7606] ppid=7604 vsize=152 CPUtime=0
/proc/7606/stat : 7606 (java6) R 7604 7606 7137 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 193627610 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 7393579 0 0 4096 0 0 0 0 17 1 0 0
/proc/7606/statm: 38 26 19 9 0 4 0

[startup+0.077265 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7606
/proc/meminfo: memFree=1596360/2055920 swapFree=4192952/4192956
[pid=7606] ppid=7604 vsize=1470220 CPUtime=0.06
/proc/7606/stat : 7606 (java) S 7604 7606 7137 0 -1 0 3424 0 1 0 5 1 0 0 18 0 7 0 193627610 1505505280 3169 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/7606/statm: 367555 3169 1036 9 0 364906 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1470220

[startup+0.102268 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7606
/proc/meminfo: memFree=1596360/2055920 swapFree=4192952/4192956
[pid=7606] ppid=7604 vsize=1472584 CPUtime=0.09
/proc/7606/stat : 7606 (java) S 7604 7606 7137 0 -1 0 3613 0 1 0 7 2 0 0 18 0 12 0 193627610 1507926016 3356 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7606/statm: 368146 3356 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.302301 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7606
/proc/meminfo: memFree=1596360/2055920 swapFree=4192952/4192956
[pid=7606] ppid=7604 vsize=1474676 CPUtime=0.34
/proc/7606/stat : 7606 (java) S 7604 7606 7137 0 -1 0 5055 0 1 0 31 3 0 0 18 0 12 0 193627610 1510068224 4793 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7606/statm: 368669 4793 1353 9 0 366012 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1474676

[startup+0.702371 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 7606
/proc/meminfo: memFree=1596360/2055920 swapFree=4192952/4192956
[pid=7606] ppid=7604 vsize=1476728 CPUtime=1
/proc/7606/stat : 7606 (java) S 7604 7606 7137 0 -1 0 7257 0 1 0 96 4 0 0 18 0 12 0 193627610 1512169472 6552 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7606/statm: 369182 6552 1397 9 0 366525 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1476728

[startup+1.5015 s]
/proc/loadavg: 1.00 1.00 0.92 4/76 7618
/proc/meminfo: memFree=1561000/2055920 swapFree=4192952/4192956
[pid=7606] ppid=7604 vsize=1476728 CPUtime=1.95
/proc/7606/stat : 7606 (java) S 7604 7606 7137 0 -1 0 21078 0 1 0 183 12 0 0 18 0 12 0 193627610 1512169472 20304 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7606/statm: 369182 20305 1404 9 0 366525 0
[pid=7606/tid=7608] ppid=7604 vsize=1476728 CPUtime=1.24
/proc/7606/task/7608/stat : 7608 (java) R 7604 7606 7137 0 -1 64 18653 0 1 0 113 11 0 0 20 0 12 0 193627611 1512169472 20305 1992294400 134512640 134550932 4294956000 18446744073709551615 4109576831 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7609] ppid=7604 vsize=1476728 CPUtime=0
/proc/7606/task/7609/stat : 7609 (java) S 7604 7606 7137 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 193627612 1512169472 20306 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7610] ppid=7604 vsize=1476728 CPUtime=0
/proc/7606/task/7610/stat : 7610 (java) S 7604 7606 7137 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 193627612 1512169472 20307 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7611] ppid=7604 vsize=1476728 CPUtime=0
/proc/7606/task/7611/stat : 7611 (java) S 7604 7606 7137 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 193627614 1512169472 20308 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7612] ppid=7604 vsize=1476728 CPUtime=0
/proc/7606/task/7612/stat : 7612 (java) S 7604 7606 7137 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 193627615 1512169472 20309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7613] ppid=7604 vsize=1476728 CPUtime=0
/proc/7606/task/7613/stat : 7613 (java) S 7604 7606 7137 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 193627615 1512169472 20310 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7614] ppid=7604 vsize=1476728 CPUtime=0
/proc/7606/task/7614/stat : 7614 (java) S 7604 7606 7137 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 193627619 1512169472 20311 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7615] ppid=7604 vsize=1476728 CPUtime=0.38
/proc/7606/task/7615/stat : 7615 (java) S 7604 7606 7137 0 -1 64 512 0 0 0 38 0 0 0 17 0 12 0 193627619 1512169472 20312 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7616] ppid=7604 vsize=1476728 CPUtime=0.32
/proc/7606/task/7616/stat : 7616 (java) S 7604 7606 7137 0 -1 64 1169 0 0 0 32 0 0 0 15 0 12 0 193627619 1512169472 20313 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7617] ppid=7604 vsize=1476728 CPUtime=0
/proc/7606/task/7617/stat : 7617 (java) S 7604 7606 7137 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 193627619 1512169472 20314 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7618] ppid=7604 vsize=1476728 CPUtime=0
/proc/7606/task/7618/stat : 7618 (java) S 7604 7606 7137 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 193627619 1512169472 20315 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 1476728

[startup+3.10277 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 7618
/proc/meminfo: memFree=1465768/2055920 swapFree=4192952/4192956
[pid=7606] ppid=7604 vsize=1479120 CPUtime=4.23
/proc/7606/stat : 7606 (java) S 7604 7606 7137 0 -1 0 37913 0 1 0 402 21 0 0 18 0 13 0 193627610 1514618880 34452 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7606/statm: 369780 34452 1428 9 0 367123 0
[pid=7606/tid=7608] ppid=7604 vsize=1479120 CPUtime=2.53
/proc/7606/task/7608/stat : 7608 (java) R 7604 7606 7137 0 -1 64 30973 0 1 0 236 17 0 0 25 0 13 0 193627611 1514618880 34452 1992294400 134512640 134550932 4294956000 18446744073709551615 4109798550 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7609] ppid=7604 vsize=1479120 CPUtime=0.02
/proc/7606/task/7609/stat : 7609 (java) S 7604 7606 7137 0 -1 64 660 0 0 0 2 0 0 0 17 0 13 0 193627612 1514618880 34452 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7610] ppid=7604 vsize=1479120 CPUtime=0.02
/proc/7606/task/7610/stat : 7610 (java) S 7604 7606 7137 0 -1 64 629 0 0 0 2 0 0 0 16 0 13 0 193627612 1514618880 34452 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7611] ppid=7604 vsize=1479120 CPUtime=0
/proc/7606/task/7611/stat : 7611 (java) S 7604 7606 7137 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 193627614 1514618880 34452 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7612] ppid=7604 vsize=1479120 CPUtime=0
/proc/7606/task/7612/stat : 7612 (java) S 7604 7606 7137 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193627615 1514618880 34452 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7613] ppid=7604 vsize=1479120 CPUtime=0
/proc/7606/task/7613/stat : 7613 (java) S 7604 7606 7137 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 193627615 1514618880 34452 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7614] ppid=7604 vsize=1479120 CPUtime=0
/proc/7606/task/7614/stat : 7614 (java) S 7604 7606 7137 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193627619 1514618880 34452 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7615] ppid=7604 vsize=1479120 CPUtime=0.84
/proc/7606/task/7615/stat : 7615 (java) S 7604 7606 7137 0 -1 64 1594 0 0 0 84 0 0 0 16 0 13 0 193627619 1514618880 34452 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7616] ppid=7604 vsize=1479120 CPUtime=0.77
/proc/7606/task/7616/stat : 7616 (java) S 7604 7606 7137 0 -1 64 3300 0 0 0 75 2 0 0 17 0 13 0 193627619 1514618880 34452 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7617] ppid=7604 vsize=1479120 CPUtime=0
/proc/7606/task/7617/stat : 7617 (java) S 7604 7606 7137 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193627619 1514618880 34452 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7618] ppid=7604 vsize=1479120 CPUtime=0
/proc/7606/task/7618/stat : 7618 (java) S 7604 7606 7137 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193627619 1514618880 34452 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 1479120

[startup+6.30131 s]
/proc/loadavg: 1.00 1.00 0.92 2/77 7619
/proc/meminfo: memFree=1454752/2055920 swapFree=4192952/4192956
[pid=7606] ppid=7604 vsize=1478396 CPUtime=7.8
/proc/7606/stat : 7606 (java) S 7604 7606 7137 0 -1 0 40860 0 1 0 758 22 0 0 18 0 13 0 193627610 1513877504 36686 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7606/statm: 369599 36686 1432 9 0 366942 0
[pid=7606/tid=7608] ppid=7604 vsize=1478396 CPUtime=5.54
/proc/7606/task/7608/stat : 7608 (java) R 7604 7606 7137 0 -1 64 30979 0 1 0 537 17 0 0 25 0 13 0 193627611 1513877504 36686 1992294400 134512640 134550932 4294956000 18446744073709551615 4109755902 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7609] ppid=7604 vsize=1478396 CPUtime=0.11
/proc/7606/task/7609/stat : 7609 (java) S 7604 7606 7137 0 -1 64 1852 0 0 0 10 1 0 0 16 0 13 0 193627612 1513877504 36686 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7610] ppid=7604 vsize=1478396 CPUtime=0.11
/proc/7606/task/7610/stat : 7610 (java) S 7604 7606 7137 0 -1 64 1839 0 0 0 11 0 0 0 16 0 13 0 193627612 1513877504 36686 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7611] ppid=7604 vsize=1478396 CPUtime=0
/proc/7606/task/7611/stat : 7611 (java) S 7604 7606 7137 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 193627614 1513877504 36686 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7612] ppid=7604 vsize=1478396 CPUtime=0
/proc/7606/task/7612/stat : 7612 (java) S 7604 7606 7137 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193627615 1513877504 36686 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7613] ppid=7604 vsize=1478396 CPUtime=0
/proc/7606/task/7613/stat : 7613 (java) S 7604 7606 7137 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 193627615 1513877504 36686 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7614] ppid=7604 vsize=1478396 CPUtime=0
/proc/7606/task/7614/stat : 7614 (java) S 7604 7606 7137 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193627619 1513877504 36686 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7615] ppid=7604 vsize=1478396 CPUtime=1.11
/proc/7606/task/7615/stat : 7615 (java) S 7604 7606 7137 0 -1 64 2108 0 0 0 111 0 0 0 17 0 13 0 193627619 1513877504 36686 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7616] ppid=7604 vsize=1478396 CPUtime=0.89
/proc/7606/task/7616/stat : 7616 (java) S 7604 7606 7137 0 -1 64 3310 0 0 0 87 2 0 0 16 0 13 0 193627619 1513877504 36686 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7617] ppid=7604 vsize=1478396 CPUtime=0
/proc/7606/task/7617/stat : 7617 (java) S 7604 7606 7137 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193627619 1513877504 36686 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7618] ppid=7604 vsize=1478396 CPUtime=0
/proc/7606/task/7618/stat : 7618 (java) S 7604 7606 7137 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193627619 1513877504 36686 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7619] ppid=7604 vsize=1478396 CPUtime=0
/proc/7606/task/7619/stat : 7619 (java) S 7604 7606 7137 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193627836 1513877504 36686 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 1478396

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 0.92 2/77 7619
/proc/meminfo: memFree=1425376/2055920 swapFree=4192952/4192956
[pid=7606] ppid=7604 vsize=1478396 CPUtime=14.3
/proc/7606/stat : 7606 (java) S 7604 7606 7137 0 -1 0 48527 0 1 0 1405 25 0 0 18 0 13 0 193627610 1513877504 43890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7606/statm: 369599 43890 1432 9 0 366942 0
[pid=7606/tid=7608] ppid=7604 vsize=1478396 CPUtime=11.82
/proc/7606/task/7608/stat : 7608 (java) R 7604 7606 7137 0 -1 64 33574 0 1 0 1164 18 0 0 23 0 13 0 193627611 1513877504 43890 1992294400 134512640 134550932 4294956000 18446744073709551615 4109675984 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7609] ppid=7604 vsize=1478396 CPUtime=0.21
/proc/7606/task/7609/stat : 7609 (java) S 7604 7606 7137 0 -1 64 4283 0 0 0 19 2 0 0 16 0 13 0 193627612 1513877504 43890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7610] ppid=7604 vsize=1478396 CPUtime=0.2
/proc/7606/task/7610/stat : 7610 (java) S 7604 7606 7137 0 -1 64 4471 0 0 0 20 0 0 0 16 0 13 0 193627612 1513877504 43890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7611] ppid=7604 vsize=1478396 CPUtime=0
/proc/7606/task/7611/stat : 7611 (java) S 7604 7606 7137 0 -1 64 35 0 0 0 0 0 0 0 15 0 13 0 193627614 1513877504 43890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7612] ppid=7604 vsize=1478396 CPUtime=0
/proc/7606/task/7612/stat : 7612 (java) S 7604 7606 7137 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193627615 1513877504 43890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7613] ppid=7604 vsize=1478396 CPUtime=0
/proc/7606/task/7613/stat : 7613 (java) S 7604 7606 7137 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 193627615 1513877504 43890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7614] ppid=7604 vsize=1478396 CPUtime=0
/proc/7606/task/7614/stat : 7614 (java) S 7604 7606 7137 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193627619 1513877504 43890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7615] ppid=7604 vsize=1478396 CPUtime=1.12
/proc/7606/task/7615/stat : 7615 (java) S 7604 7606 7137 0 -1 64 2108 0 0 0 112 0 0 0 16 0 13 0 193627619 1513877504 43890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7616] ppid=7604 vsize=1478396 CPUtime=0.89
/proc/7606/task/7616/stat : 7616 (java) S 7604 7606 7137 0 -1 64 3310 0 0 0 87 2 0 0 16 0 13 0 193627619 1513877504 43890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7617] ppid=7604 vsize=1478396 CPUtime=0
/proc/7606/task/7617/stat : 7617 (java) S 7604 7606 7137 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193627619 1513877504 43890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7618] ppid=7604 vsize=1478396 CPUtime=0
/proc/7606/task/7618/stat : 7618 (java) S 7604 7606 7137 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193627619 1513877504 43890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7619] ppid=7604 vsize=1478396 CPUtime=0
/proc/7606/task/7619/stat : 7619 (java) S 7604 7606 7137 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193627836 1513877504 43890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.3
Current children cumulated vsize (KiB) 1478396

[startup+25.5025 s]
/proc/loadavg: 1.00 1.00 0.92 2/77 7619
/proc/meminfo: memFree=1420576/2055920 swapFree=4192952/4192956
[pid=7606] ppid=7604 vsize=1478184 CPUtime=27.32
/proc/7606/stat : 7606 (java) S 7604 7606 7137 0 -1 0 50046 0 1 0 2705 27 0 0 18 0 13 0 193627610 1513660416 45215 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7606/statm: 369546 45216 1432 9 0 366889 0
[pid=7606/tid=7608] ppid=7604 vsize=1478184 CPUtime=24.57
/proc/7606/task/7608/stat : 7608 (java) S 7604 7606 7137 0 -1 64 33582 0 1 0 2439 18 0 0 25 0 13 0 193627611 1513660416 45217 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7609] ppid=7604 vsize=1478184 CPUtime=0.26
/proc/7606/task/7609/stat : 7609 (java) R 7604 7606 7137 0 -1 64 4965 0 0 0 23 3 0 0 16 0 13 0 193627612 1513660416 45217 1992294400 134512640 134550932 4294956000 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7610] ppid=7604 vsize=1478184 CPUtime=0.25
/proc/7606/task/7610/stat : 7610 (java) R 7604 7606 7137 0 -1 64 5293 0 0 0 24 1 0 0 16 0 13 0 193627612 1513660416 45217 1992294400 134512640 134550932 4294956000 18446744073709551615 105886435 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7611] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7611/stat : 7611 (java) S 7604 7606 7137 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 193627614 1513660416 45218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7612] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7612/stat : 7612 (java) S 7604 7606 7137 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193627615 1513660416 45218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7613] ppid=7604 vsize=1478184 CPUtime=0

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

[pid=7606/tid=7611] ppid=7604 vsize=1478184 CPUtime=0.09
/proc/7606/task/7611/stat : 7611 (java) S 7604 7606 7137 0 -1 64 36 0 0 0 6 3 0 0 16 0 13 0 193627614 1513660416 122919 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7612] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7612/stat : 7612 (java) S 7604 7606 7137 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193627615 1513660416 122919 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7613] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7613/stat : 7613 (java) S 7604 7606 7137 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 193627615 1513660416 122919 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7614] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7614/stat : 7614 (java) S 7604 7606 7137 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193627619 1513660416 122919 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7615] ppid=7604 vsize=1478184 CPUtime=1.23
/proc/7606/task/7615/stat : 7615 (java) S 7604 7606 7137 0 -1 64 2113 0 0 0 123 0 0 0 16 0 13 0 193627619 1513660416 122919 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7616] ppid=7604 vsize=1478184 CPUtime=0.95
/proc/7606/task/7616/stat : 7616 (java) S 7604 7606 7137 0 -1 64 3314 0 0 0 93 2 0 0 16 0 13 0 193627619 1513660416 122919 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7617] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7617/stat : 7617 (java) S 7604 7606 7137 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193627619 1513660416 122919 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7618] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7618/stat : 7618 (java) S 7604 7606 7137 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193627619 1513660416 122919 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7619] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7619/stat : 7619 (java) S 7604 7606 7137 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193627836 1513660416 122919 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1608.41
Current children cumulated vsize (KiB) 1478184

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/77 7627
/proc/meminfo: memFree=1101152/2055920 swapFree=4192952/4192956
[pid=7606] ppid=7604 vsize=1478184 CPUtime=1668.55
/proc/7606/stat : 7606 (java) S 7604 7606 7137 0 -1 0 134402 0 1 0 166773 82 0 0 18 0 13 0 193627610 1513660416 124680 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7606/statm: 369546 124680 1432 9 0 366889 0
[pid=7606/tid=7608] ppid=7604 vsize=1478184 CPUtime=1654.91
/proc/7606/task/7608/stat : 7608 (java) R 7604 7606 7137 0 -1 64 34011 0 1 0 165471 20 0 0 25 0 13 0 193627611 1513660416 124680 1992294400 134512640 134550932 4294956000 18446744073709551615 4109734952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7609] ppid=7604 vsize=1478184 CPUtime=5.69
/proc/7606/task/7609/stat : 7609 (java) S 7604 7606 7137 0 -1 64 47022 0 0 0 545 24 0 0 16 0 13 0 193627612 1513660416 124680 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7610] ppid=7604 vsize=1478184 CPUtime=5.62
/proc/7606/task/7610/stat : 7610 (java) S 7604 7606 7137 0 -1 64 47160 0 0 0 533 29 0 0 16 0 13 0 193627612 1513660416 124680 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7611] ppid=7604 vsize=1478184 CPUtime=0.09
/proc/7606/task/7611/stat : 7611 (java) S 7604 7606 7137 0 -1 64 36 0 0 0 6 3 0 0 16 0 13 0 193627614 1513660416 124680 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7612] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7612/stat : 7612 (java) S 7604 7606 7137 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193627615 1513660416 124680 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7613] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7613/stat : 7613 (java) S 7604 7606 7137 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 193627615 1513660416 124680 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7614] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7614/stat : 7614 (java) S 7604 7606 7137 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193627619 1513660416 124680 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7615] ppid=7604 vsize=1478184 CPUtime=1.23
/proc/7606/task/7615/stat : 7615 (java) S 7604 7606 7137 0 -1 64 2113 0 0 0 123 0 0 0 16 0 13 0 193627619 1513660416 124680 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7616] ppid=7604 vsize=1478184 CPUtime=0.95
/proc/7606/task/7616/stat : 7616 (java) S 7604 7606 7137 0 -1 64 3314 0 0 0 93 2 0 0 16 0 13 0 193627619 1513660416 124680 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7617] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7617/stat : 7617 (java) S 7604 7606 7137 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193627619 1513660416 124680 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7618] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7618/stat : 7618 (java) S 7604 7606 7137 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193627619 1513660416 124680 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7619] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7619/stat : 7619 (java) S 7604 7606 7137 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193627836 1513660416 124680 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1668.55
Current children cumulated vsize (KiB) 1478184

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/77 7627
/proc/meminfo: memFree=1094496/2055920 swapFree=4192952/4192956
[pid=7606] ppid=7604 vsize=1478184 CPUtime=1728.7
/proc/7606/stat : 7606 (java) S 7604 7606 7137 0 -1 0 136077 0 1 0 172788 82 0 0 18 0 13 0 193627610 1513660416 126324 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7606/statm: 369546 126324 1432 9 0 366889 0
[pid=7606/tid=7608] ppid=7604 vsize=1478184 CPUtime=1714.68
/proc/7606/task/7608/stat : 7608 (java) R 7604 7606 7137 0 -1 64 34021 0 1 0 171448 20 0 0 25 0 13 0 193627611 1513660416 126324 1992294400 134512640 134550932 4294956000 18446744073709551615 4109292990 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7609] ppid=7604 vsize=1478184 CPUtime=5.87
/proc/7606/task/7609/stat : 7609 (java) S 7604 7606 7137 0 -1 64 47697 0 0 0 563 24 0 0 16 0 13 0 193627612 1513660416 126324 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7610] ppid=7604 vsize=1478184 CPUtime=5.82
/proc/7606/task/7610/stat : 7610 (java) S 7604 7606 7137 0 -1 64 48150 0 0 0 553 29 0 0 16 0 13 0 193627612 1513660416 126324 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7611] ppid=7604 vsize=1478184 CPUtime=0.09
/proc/7606/task/7611/stat : 7611 (java) S 7604 7606 7137 0 -1 64 36 0 0 0 6 3 0 0 16 0 13 0 193627614 1513660416 126324 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7612] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7612/stat : 7612 (java) S 7604 7606 7137 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193627615 1513660416 126324 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7613] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7613/stat : 7613 (java) S 7604 7606 7137 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 193627615 1513660416 126324 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7614] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7614/stat : 7614 (java) S 7604 7606 7137 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193627619 1513660416 126324 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7615] ppid=7604 vsize=1478184 CPUtime=1.23
/proc/7606/task/7615/stat : 7615 (java) S 7604 7606 7137 0 -1 64 2113 0 0 0 123 0 0 0 16 0 13 0 193627619 1513660416 126324 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7616] ppid=7604 vsize=1478184 CPUtime=0.95
/proc/7606/task/7616/stat : 7616 (java) S 7604 7606 7137 0 -1 64 3314 0 0 0 93 2 0 0 16 0 13 0 193627619 1513660416 126324 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7617] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7617/stat : 7617 (java) S 7604 7606 7137 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193627619 1513660416 126324 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7618] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7618/stat : 7618 (java) S 7604 7606 7137 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193627619 1513660416 126324 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7619] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7619/stat : 7619 (java) S 7604 7606 7137 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193627836 1513660416 126324 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1728.7
Current children cumulated vsize (KiB) 1478184

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/77 7627
/proc/meminfo: memFree=1086624/2055920 swapFree=4192952/4192956
[pid=7606] ppid=7604 vsize=1478184 CPUtime=1788.88
/proc/7606/stat : 7606 (java) S 7604 7606 7137 0 -1 0 138086 0 1 0 178805 83 0 0 18 0 13 0 193627610 1513660416 128271 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7606/statm: 369546 128271 1432 9 0 366889 0
[pid=7606/tid=7608] ppid=7604 vsize=1478184 CPUtime=1774.43
/proc/7606/task/7608/stat : 7608 (java) R 7604 7606 7137 0 -1 64 34032 0 1 0 177423 20 0 0 25 0 13 0 193627611 1513660416 128271 1992294400 134512640 134550932 4294956000 18446744073709551615 4109688639 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7609] ppid=7604 vsize=1478184 CPUtime=6.08
/proc/7606/task/7609/stat : 7609 (java) S 7604 7606 7137 0 -1 64 48575 0 0 0 583 25 0 0 16 0 13 0 193627612 1513660416 128271 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7610] ppid=7604 vsize=1478184 CPUtime=6.04
/proc/7606/task/7610/stat : 7610 (java) S 7604 7606 7137 0 -1 64 49270 0 0 0 574 30 0 0 17 0 13 0 193627612 1513660416 128271 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7611] ppid=7604 vsize=1478184 CPUtime=0.09
/proc/7606/task/7611/stat : 7611 (java) S 7604 7606 7137 0 -1 64 36 0 0 0 6 3 0 0 16 0 13 0 193627614 1513660416 128271 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7612] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7612/stat : 7612 (java) S 7604 7606 7137 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193627615 1513660416 128271 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7613] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7613/stat : 7613 (java) S 7604 7606 7137 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 193627615 1513660416 128271 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7614] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7614/stat : 7614 (java) S 7604 7606 7137 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193627619 1513660416 128271 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7615] ppid=7604 vsize=1478184 CPUtime=1.23
/proc/7606/task/7615/stat : 7615 (java) S 7604 7606 7137 0 -1 64 2113 0 0 0 123 0 0 0 16 0 13 0 193627619 1513660416 128271 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7616] ppid=7604 vsize=1478184 CPUtime=0.95
/proc/7606/task/7616/stat : 7616 (java) S 7604 7606 7137 0 -1 64 3314 0 0 0 93 2 0 0 16 0 13 0 193627619 1513660416 128271 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7617] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7617/stat : 7617 (java) S 7604 7606 7137 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193627619 1513660416 128271 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7618] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7618/stat : 7618 (java) S 7604 7606 7137 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193627619 1513660416 128271 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7619] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7619/stat : 7619 (java) S 7604 7606 7137 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193627836 1513660416 128271 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1788.88
Current children cumulated vsize (KiB) 1478184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.4 s]
/proc/loadavg: 1.00 1.00 0.92 2/77 7627
/proc/meminfo: memFree=1085088/2055920 swapFree=4192952/4192956
[pid=7606] ppid=7604 vsize=1478184 CPUtime=1800.02
/proc/7606/stat : 7606 (java) S 7604 7606 7137 0 -1 0 138475 0 1 0 179918 84 0 0 18 0 13 0 193627610 1513660416 128648 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7606/statm: 369546 128648 1432 9 0 366889 0
[pid=7606/tid=7608] ppid=7604 vsize=1478184 CPUtime=1785.49
/proc/7606/task/7608/stat : 7608 (java) R 7604 7606 7137 0 -1 64 34034 0 1 0 178529 20 0 0 25 0 13 0 193627611 1513660416 128648 1992294400 134512640 134550932 4294956000 18446744073709551615 4109819003 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7609] ppid=7604 vsize=1478184 CPUtime=6.11
/proc/7606/task/7609/stat : 7609 (java) S 7604 7606 7137 0 -1 64 48760 0 0 0 586 25 0 0 16 0 13 0 193627612 1513660416 128648 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7610] ppid=7604 vsize=1478184 CPUtime=6.08
/proc/7606/task/7610/stat : 7610 (java) S 7604 7606 7137 0 -1 64 49472 0 0 0 578 30 0 0 16 0 13 0 193627612 1513660416 128648 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7611] ppid=7604 vsize=1478184 CPUtime=0.09
/proc/7606/task/7611/stat : 7611 (java) S 7604 7606 7137 0 -1 64 36 0 0 0 6 3 0 0 16 0 13 0 193627614 1513660416 128648 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7612] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7612/stat : 7612 (java) S 7604 7606 7137 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193627615 1513660416 128648 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7613] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7613/stat : 7613 (java) S 7604 7606 7137 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 193627615 1513660416 128648 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7614] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7614/stat : 7614 (java) S 7604 7606 7137 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193627619 1513660416 128648 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7615] ppid=7604 vsize=1478184 CPUtime=1.23
/proc/7606/task/7615/stat : 7615 (java) S 7604 7606 7137 0 -1 64 2113 0 0 0 123 0 0 0 16 0 13 0 193627619 1513660416 128648 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7616] ppid=7604 vsize=1478184 CPUtime=0.95
/proc/7606/task/7616/stat : 7616 (java) S 7604 7606 7137 0 -1 64 3314 0 0 0 93 2 0 0 16 0 13 0 193627619 1513660416 128648 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7617] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7617/stat : 7617 (java) S 7604 7606 7137 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193627619 1513660416 128648 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7606/tid=7618] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7618/stat : 7618 (java) S 7604 7606 7137 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193627619 1513660416 128648 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7606/tid=7619] ppid=7604 vsize=1478184 CPUtime=0
/proc/7606/task/7619/stat : 7619 (java) S 7604 7606 7137 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 193627836 1513660416 128648 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1478184

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

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

[startup+1793.6 s]
/proc/loadavg: 1.00 1.00 0.92 2/77 7627
/proc/meminfo: memFree=1085088/2055920 swapFree=4192952/4192956
[pid=7606] ppid=7604 vsize=0 CPUtime=1800.35
/proc/7606/stat : 7606 (java) Z 7604 7606 7137 0 -1 1036 138497 0 1 0 179948 87 0 0 15 0 2 0 193627610 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7606/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1793.65
CPU time (s): 1800.4
CPU user time (s): 1799.48
CPU system time (s): 0.921859
CPU usage (%): 100.377
Max. virtual memory (cumulated for all children) (KiB): 1480144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.48
system time used= 0.921859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138497
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= 41653
involuntary context switches= 40107

runsolver used 2.21766 second user time and 4.33934 second system time

The end

Launcher Data

Begin job on node57 at 2009-06-17 19:38:39
IDJOB=1884765
IDBENCH=71990
IDSOLVER=681
FILE ID=node57/1884765-1245260319
PBS_JOBID= 9372399
Free space on /tmp= 66456 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/CRAFTED/parity-games/instance_n6_i7_pp_ci_ce.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884765-1245260319/watcher-1884765-1245260319 -o /tmp/evaluation-result-1884765-1245260319/solver-1884765-1245260319 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1884765-1245260319.opb

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

MD5SUM BENCH= 994354230d25b6d8c72b91474624365a
RANDOM SEED=228538809

node57.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.263
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.263
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:       1596776 kB
Buffers:         42260 kB
Cached:         325480 kB
SwapCached:          4 kB
Active:          54156 kB
Inactive:       326500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1596776 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            3132 kB
Writeback:           0 kB
Mapped:          22712 kB
Slab:            64592 kB
Committed_AS:    94492 kB
PageTables:       1392 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= 66456 MiB
End job on node57 at 2009-06-17 20:08:34