Trace number 1884425

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.1UNSAT 281.985 276.873

General information on the benchmark

Name/PURE-SAT/SAT_RACE06/
manol-pipe-g7nidw.opb
MD5SUM21342b3f9ff0e3703cb92fe827fedc3e
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 benchmark44.6252
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables75496
Total number of constraints222379
Number of constraints which are clauses222379
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 constraint1
Maximum length of a constraint3
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 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1884425-1245258249.opb
0.22/0.22	c reading problem ... 
4.26/3.68	c ... done. Wall clock time 3.461s.
4.26/3.68	c #vars     75496
4.26/3.68	c #constraints  222379
4.26/3.68	c constraints type 
4.26/3.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 148252
4.26/3.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 74126
281.78/276.76	c starts		: 16
281.78/276.76	c conflicts		: 101193
281.78/276.76	c decisions		: 347645
281.78/276.76	c propagations		: 70507724
281.78/276.76	c inspects		: 249238829
281.78/276.76	c learnt literals	: 12
281.78/276.76	c learnt binary clauses	: 160
281.78/276.76	c learnt ternary clauses	: 1275
281.78/276.76	c learnt clauses	: 101180
281.78/276.76	c ignored clauses	: 0
281.78/276.76	c root simplifications	: 0
281.78/276.76	c removed literals (reason simplification)	: 0
281.78/276.76	c reason swapping (by a shorter reason)	: 0
281.78/276.76	c Calls to reduceDB	: 0
281.78/276.76	c speed (assignments/second)	: 258189.66255927645
281.78/276.76	c non guided choices	14511
281.90/276.82	c learnt constraints type 
281.90/276.82	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 101020
281.90/276.82	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 160
281.90/276.82	c constraints type 
281.90/276.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 148252
281.90/276.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 74126
281.90/276.82	s UNSATISFIABLE
281.90/276.82	c Total wall clock time (in seconds): 276.605

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-1884425-1245258249/watcher-1884425-1245258249 -o /tmp/evaluation-result-1884425-1245258249/solver-1884425-1245258249 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1884425-1245258249.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.91 3/64 6785
/proc/meminfo: memFree=1748024/2055920 swapFree=4181984/4192956
[pid=6785] ppid=6783 vsize=18576 CPUtime=0
/proc/6785/stat : 6785 (runsolver) D 6783 6785 6622 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 193425988 19021824 284 1992294400 4194304 4302564 548682068416 18446744073709551615 206381313319 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/6785/statm: 4644 284 249 26 0 2626 0

[startup+0.060271 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 6785
/proc/meminfo: memFree=1748024/2055920 swapFree=4181984/4192956
[pid=6785] ppid=6783 vsize=1470088 CPUtime=0.04
/proc/6785/stat : 6785 (java) S 6783 6785 6622 0 -1 0 3265 0 1 0 2 2 0 0 18 0 7 0 193425988 1505370112 3010 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/6785/statm: 367522 3010 1019 9 0 364873 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1470088

[startup+0.101274 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 6785
/proc/meminfo: memFree=1748024/2055920 swapFree=4181984/4192956
[pid=6785] ppid=6783 vsize=1472584 CPUtime=0.08
/proc/6785/stat : 6785 (java) S 6783 6785 6622 0 -1 0 3599 0 1 0 6 2 0 0 18 0 12 0 193425988 1507926016 3342 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6785/statm: 368146 3342 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301295 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 6785
/proc/meminfo: memFree=1748024/2055920 swapFree=4181984/4192956
[pid=6785] ppid=6783 vsize=1474624 CPUtime=0.34
/proc/6785/stat : 6785 (java) S 6783 6785 6622 0 -1 0 5465 0 1 0 31 3 0 0 18 0 12 0 193425988 1510014976 5202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6785/statm: 368656 5202 1353 9 0 365999 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1474624

[startup+0.701336 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 6785
/proc/meminfo: memFree=1748024/2055920 swapFree=4181984/4192956
[pid=6785] ppid=6783 vsize=1476096 CPUtime=1.02
/proc/6785/stat : 6785 (java) S 6783 6785 6622 0 -1 0 7750 0 1 0 98 4 0 0 18 0 12 0 193425988 1511522304 6978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6785/statm: 369024 6978 1398 9 0 366367 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1476096

[startup+1.50242 s]
/proc/loadavg: 1.00 1.00 0.91 2/76 6797
/proc/meminfo: memFree=1715288/2055920 swapFree=4181984/4192956
[pid=6785] ppid=6783 vsize=1476276 CPUtime=2.02
/proc/6785/stat : 6785 (java) S 6783 6785 6622 0 -1 0 22357 0 1 0 192 10 0 0 18 0 12 0 193425988 1511706624 21286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6785/statm: 369069 21286 1402 9 0 366412 0
[pid=6785/tid=6787] ppid=6783 vsize=1476276 CPUtime=1.28
/proc/6785/task/6787/stat : 6787 (java) R 6783 6785 6622 0 -1 64 19592 0 1 0 119 9 0 0 20 0 12 0 193425989 1511706624 21286 1992294400 134512640 134550932 4294956000 18446744073709551615 4109454412 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6788] ppid=6783 vsize=1476276 CPUtime=0
/proc/6785/task/6788/stat : 6788 (java) S 6783 6785 6622 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 193425991 1511706624 21286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6789] ppid=6783 vsize=1476276 CPUtime=0
/proc/6785/task/6789/stat : 6789 (java) S 6783 6785 6622 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 193425991 1511706624 21286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6790] ppid=6783 vsize=1476276 CPUtime=0
/proc/6785/task/6790/stat : 6790 (java) S 6783 6785 6622 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 193425992 1511706624 21286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6791] ppid=6783 vsize=1476276 CPUtime=0
/proc/6785/task/6791/stat : 6791 (java) S 6783 6785 6622 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 193425993 1511706624 21286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6792] ppid=6783 vsize=1476276 CPUtime=0
/proc/6785/task/6792/stat : 6792 (java) S 6783 6785 6622 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 193425993 1511706624 21286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6793] ppid=6783 vsize=1476276 CPUtime=0
/proc/6785/task/6793/stat : 6793 (java) S 6783 6785 6622 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 193425997 1511706624 21286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6794] ppid=6783 vsize=1476276 CPUtime=0.39
/proc/6785/task/6794/stat : 6794 (java) S 6783 6785 6622 0 -1 64 1232 0 0 0 39 0 0 0 17 0 12 0 193425997 1511706624 21286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6795] ppid=6783 vsize=1476276 CPUtime=0.33
/proc/6785/task/6795/stat : 6795 (java) S 6783 6785 6622 0 -1 64 792 0 0 0 33 0 0 0 16 0 12 0 193425997 1511706624 21286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6796] ppid=6783 vsize=1476276 CPUtime=0
/proc/6785/task/6796/stat : 6796 (java) S 6783 6785 6622 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 193425997 1511706624 21286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6797] ppid=6783 vsize=1476276 CPUtime=0
/proc/6785/task/6797/stat : 6797 (java) S 6783 6785 6622 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 193425997 1511706624 21286 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 1476276

[startup+3.10258 s]
/proc/loadavg: 1.00 1.00 0.91 2/76 6797
/proc/meminfo: memFree=1613080/2055920 swapFree=4181984/4192956
[pid=6785] ppid=6783 vsize=1476276 CPUtime=3.76
/proc/6785/stat : 6785 (java) S 6783 6785 6622 0 -1 0 40354 0 1 0 357 19 0 0 18 0 12 0 193425988 1511706624 39235 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6785/statm: 369069 39235 1412 9 0 366412 0
[pid=6785/tid=6787] ppid=6783 vsize=1476276 CPUtime=2.74
/proc/6785/task/6787/stat : 6787 (java) R 6783 6785 6622 0 -1 64 30937 0 1 0 260 14 0 0 18 0 12 0 193425989 1511706624 39235 1992294400 134512640 134550932 4294956000 18446744073709551615 4109487761 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6788] ppid=6783 vsize=1476276 CPUtime=0.13
/proc/6785/task/6788/stat : 6788 (java) S 6783 6785 6622 0 -1 64 3158 0 0 0 12 1 0 0 17 0 12 0 193425991 1511706624 39235 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6789] ppid=6783 vsize=1476276 CPUtime=0.12
/proc/6785/task/6789/stat : 6789 (java) S 6783 6785 6622 0 -1 64 3480 0 0 0 11 1 0 0 16 0 12 0 193425991 1511706624 39235 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6790] ppid=6783 vsize=1476276 CPUtime=0
/proc/6785/task/6790/stat : 6790 (java) S 6783 6785 6622 0 -1 64 15 0 0 0 0 0 0 0 15 0 12 0 193425992 1511706624 39235 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6791] ppid=6783 vsize=1476276 CPUtime=0
/proc/6785/task/6791/stat : 6791 (java) S 6783 6785 6622 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 193425993 1511706624 39235 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6792] ppid=6783 vsize=1476276 CPUtime=0
/proc/6785/task/6792/stat : 6792 (java) S 6783 6785 6622 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 193425993 1511706624 39235 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6793] ppid=6783 vsize=1476276 CPUtime=0
/proc/6785/task/6793/stat : 6793 (java) S 6783 6785 6622 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 193425997 1511706624 39235 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6794] ppid=6783 vsize=1476276 CPUtime=0.39
/proc/6785/task/6794/stat : 6794 (java) S 6783 6785 6622 0 -1 64 1232 0 0 0 39 0 0 0 17 0 12 0 193425997 1511706624 39235 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6795] ppid=6783 vsize=1476276 CPUtime=0.33
/proc/6785/task/6795/stat : 6795 (java) S 6783 6785 6622 0 -1 64 792 0 0 0 33 0 0 0 16 0 12 0 193425997 1511706624 39235 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6796] ppid=6783 vsize=1476276 CPUtime=0
/proc/6785/task/6796/stat : 6796 (java) S 6783 6785 6622 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 193425997 1511706624 39235 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6797] ppid=6783 vsize=1476276 CPUtime=0
/proc/6785/task/6797/stat : 6797 (java) S 6783 6785 6622 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 193425997 1511706624 39235 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 1476276

[startup+6.30192 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 6798
/proc/meminfo: memFree=1577488/2055920 swapFree=4181984/4192956
[pid=6785] ppid=6783 vsize=1476604 CPUtime=7.99
/proc/6785/stat : 6785 (java) S 6783 6785 6622 0 -1 0 46219 0 1 0 776 23 0 0 18 0 13 0 193425988 1512042496 43824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6785/statm: 369151 43824 1433 9 0 366494 0
[pid=6785/tid=6787] ppid=6783 vsize=1476604 CPUtime=5.42
/proc/6785/task/6787/stat : 6787 (java) R 6783 6785 6622 0 -1 64 30986 0 1 0 528 14 0 0 18 0 13 0 193425989 1512042496 43824 1992294400 134512640 134550932 4294956000 18446744073709551615 4109720266 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6788] ppid=6783 vsize=1476604 CPUtime=0.45
/proc/6785/task/6788/stat : 6788 (java) S 6783 6785 6622 0 -1 64 5839 0 0 0 43 2 0 0 17 0 13 0 193425991 1512042496 43824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6789] ppid=6783 vsize=1476604 CPUtime=0.45
/proc/6785/task/6789/stat : 6789 (java) S 6783 6785 6622 0 -1 64 5514 0 0 0 42 3 0 0 16 0 13 0 193425991 1512042496 43824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6790] ppid=6783 vsize=1476604 CPUtime=0
/proc/6785/task/6790/stat : 6790 (java) S 6783 6785 6622 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 193425992 1512042496 43824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6791] ppid=6783 vsize=1476604 CPUtime=0
/proc/6785/task/6791/stat : 6791 (java) S 6783 6785 6622 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193425993 1512042496 43824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6792] ppid=6783 vsize=1476604 CPUtime=0
/proc/6785/task/6792/stat : 6792 (java) S 6783 6785 6622 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193425993 1512042496 43824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6793] ppid=6783 vsize=1476604 CPUtime=0
/proc/6785/task/6793/stat : 6793 (java) S 6783 6785 6622 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193425997 1512042496 43824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6794] ppid=6783 vsize=1476604 CPUtime=0.9
/proc/6785/task/6794/stat : 6794 (java) S 6783 6785 6622 0 -1 64 1923 0 0 0 90 0 0 0 16 0 13 0 193425997 1512042496 43824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6795] ppid=6783 vsize=1476604 CPUtime=0.7
/proc/6785/task/6795/stat : 6795 (java) S 6783 6785 6622 0 -1 64 1195 0 0 0 70 0 0 0 16 0 13 0 193425997 1512042496 43824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6796] ppid=6783 vsize=1476604 CPUtime=0
/proc/6785/task/6796/stat : 6796 (java) S 6783 6785 6622 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193425997 1512042496 43824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6797] ppid=6783 vsize=1476604 CPUtime=0
/proc/6785/task/6797/stat : 6797 (java) S 6783 6785 6622 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193425997 1512042496 43824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6798] ppid=6783 vsize=1476604 CPUtime=0
/proc/6785/task/6798/stat : 6798 (java) S 6783 6785 6622 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 193426364 1512042496 43824 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 1476604

[startup+12.7026 s]
/proc/loadavg: 1.08 1.02 0.91 2/77 6798
/proc/meminfo: memFree=1557968/2055920 swapFree=4181984/4192956
[pid=6785] ppid=6783 vsize=1477628 CPUtime=14.71
/proc/6785/stat : 6785 (java) S 6783 6785 6622 0 -1 0 51939 0 1 0 1444 27 0 0 18 0 13 0 193425988 1513091072 48710 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6785/statm: 369407 48710 1433 9 0 366750 0
[pid=6785/tid=6787] ppid=6783 vsize=1477628 CPUtime=11.5
/proc/6785/task/6787/stat : 6787 (java) R 6783 6785 6622 0 -1 64 31005 0 1 0 1135 15 0 0 25 0 13 0 193425989 1513091072 48710 1992294400 134512640 134550932 4294956000 18446744073709551615 4109711258 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6788] ppid=6783 vsize=1477628 CPUtime=0.69
/proc/6785/task/6788/stat : 6788 (java) S 6783 6785 6622 0 -1 64 8181 0 0 0 65 4 0 0 16 0 13 0 193425991 1513091072 48710 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6789] ppid=6783 vsize=1477628 CPUtime=0.69
/proc/6785/task/6789/stat : 6789 (java) S 6783 6785 6622 0 -1 64 8748 0 0 0 64 5 0 0 16 0 13 0 193425991 1513091072 48710 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6790] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6790/stat : 6790 (java) S 6783 6785 6622 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 193425992 1513091072 48710 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6791] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6791/stat : 6791 (java) S 6783 6785 6622 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193425993 1513091072 48710 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6792] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6792/stat : 6792 (java) S 6783 6785 6622 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193425993 1513091072 48710 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6793] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6793/stat : 6793 (java) S 6783 6785 6622 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193425997 1513091072 48710 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6794] ppid=6783 vsize=1477628 CPUtime=1.03
/proc/6785/task/6794/stat : 6794 (java) S 6783 6785 6622 0 -1 64 1935 0 0 0 103 0 0 0 17 0 13 0 193425997 1513091072 48710 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6795] ppid=6783 vsize=1477628 CPUtime=0.75
/proc/6785/task/6795/stat : 6795 (java) S 6783 6785 6622 0 -1 64 1308 0 0 0 75 0 0 0 17 0 13 0 193425997 1513091072 48710 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6796] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6796/stat : 6796 (java) S 6783 6785 6622 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193425997 1513091072 48710 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6797] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6797/stat : 6797 (java) S 6783 6785 6622 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193425997 1513091072 48710 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6798] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6798/stat : 6798 (java) S 6783 6785 6622 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 193426364 1513091072 48710 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.71
Current children cumulated vsize (KiB) 1477628

[startup+25.5021 s]
/proc/loadavg: 1.06 1.02 0.91 2/77 6798
/proc/meminfo: memFree=1555792/2055920 swapFree=4181984/4192956
[pid=6785] ppid=6783 vsize=1477628 CPUtime=27.69
/proc/6785/stat : 6785 (java) S 6783 6785 6622 0 -1 0 52570 0 1 0 2739 30 0 0 18 0 13 0 193425988 1513091072 49262 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6785/statm: 369407 49262 1433 9 0 366750 0
[pid=6785/tid=6787] ppid=6783 vsize=1477628 CPUtime=24.02
/proc/6785/task/6787/stat : 6787 (java) R 6783 6785 6622 0 -1 64 31039 0 1 0 2387 15 0 0 24 0 13 0 193425989 1513091072 49262 1992294400 134512640 134550932 4294956000 18446744073709551615 4109721364 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6788] ppid=6783 vsize=1477628 CPUtime=0.89
/proc/6785/task/6788/stat : 6788 (java) S 6783 6785 6622 0 -1 64 8506 0 0 0 84 5 0 0 15 0 13 0 193425991 1513091072 49262 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6789] ppid=6783 vsize=1477628 CPUtime=0.9
/proc/6785/task/6789/stat : 6789 (java) S 6783 6785 6622 0 -1 64 9020 0 0 0 84 6 0 0 16 0 13 0 193425991 1513091072 49262 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6790] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6790/stat : 6790 (java) S 6783 6785 6622 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 193425992 1513091072 49262 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6791] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6791/stat : 6791 (java) S 6783 6785 6622 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193425993 1513091072 49262 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6792] ppid=6783 vsize=1477628 CPUtime=0

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

/proc/6785/task/6797/stat : 6797 (java) S 6783 6785 6622 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193425997 1513091072 72195 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6798] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6798/stat : 6798 (java) S 6783 6785 6622 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 193426364 1513091072 72195 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 276.93
Current children cumulated vsize (KiB) 1477628

[startup+275.103 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 6798
/proc/meminfo: memFree=1462992/2055920 swapFree=4181984/4192956
[pid=6785] ppid=6783 vsize=1477628 CPUtime=280.16
/proc/6785/stat : 6785 (java) S 6783 6785 6622 0 -1 0 76359 0 1 0 27950 66 0 0 18 0 13 0 193425988 1513091072 72376 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6785/statm: 369407 72376 1433 9 0 366750 0
[pid=6785/tid=6787] ppid=6783 vsize=1477628 CPUtime=269.88
/proc/6785/task/6787/stat : 6787 (java) R 6783 6785 6622 0 -1 64 31466 0 1 0 26972 16 0 0 25 0 13 0 193425989 1513091072 72376 1992294400 134512640 134550932 4294956000 18446744073709551615 4109751902 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6788] ppid=6783 vsize=1477628 CPUtime=4.12
/proc/6785/task/6788/stat : 6788 (java) S 6783 6785 6622 0 -1 64 21188 0 0 0 393 19 0 0 16 0 13 0 193425991 1513091072 72376 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6789] ppid=6783 vsize=1477628 CPUtime=4.11
/proc/6785/task/6789/stat : 6789 (java) S 6783 6785 6622 0 -1 64 19697 0 0 0 387 24 0 0 16 0 13 0 193425991 1513091072 72376 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6790] ppid=6783 vsize=1477628 CPUtime=0.09
/proc/6785/task/6790/stat : 6790 (java) S 6783 6785 6622 0 -1 64 21 0 0 0 6 3 0 0 16 0 13 0 193425992 1513091072 72376 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6791] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6791/stat : 6791 (java) S 6783 6785 6622 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193425993 1513091072 72376 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6792] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6792/stat : 6792 (java) S 6783 6785 6622 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193425993 1513091072 72376 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6793] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6793/stat : 6793 (java) S 6783 6785 6622 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193425997 1513091072 72376 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6794] ppid=6783 vsize=1477628 CPUtime=1.08
/proc/6785/task/6794/stat : 6794 (java) S 6783 6785 6622 0 -1 64 1935 0 0 0 108 0 0 0 16 0 13 0 193425997 1513091072 72376 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6795] ppid=6783 vsize=1477628 CPUtime=0.81
/proc/6785/task/6795/stat : 6795 (java) S 6783 6785 6622 0 -1 64 1308 0 0 0 81 0 0 0 17 0 13 0 193425997 1513091072 72376 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6796] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6796/stat : 6796 (java) S 6783 6785 6622 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193425997 1513091072 72376 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6797] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6797/stat : 6797 (java) S 6783 6785 6622 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193425997 1513091072 72376 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6798] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6798/stat : 6798 (java) S 6783 6785 6622 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 193426364 1513091072 72376 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.16
Current children cumulated vsize (KiB) 1477628

[startup+275.903 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 6798
/proc/meminfo: memFree=1462992/2055920 swapFree=4181984/4192956
[pid=6785] ppid=6783 vsize=1477628 CPUtime=280.98
/proc/6785/stat : 6785 (java) S 6783 6785 6622 0 -1 0 76450 0 1 0 28031 67 0 0 18 0 13 0 193425988 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6785/statm: 369407 72464 1433 9 0 366750 0
[pid=6785/tid=6787] ppid=6783 vsize=1477628 CPUtime=270.67
/proc/6785/task/6787/stat : 6787 (java) R 6783 6785 6622 0 -1 64 31467 0 1 0 27051 16 0 0 20 0 13 0 193425989 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4109763148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6788] ppid=6783 vsize=1477628 CPUtime=4.13
/proc/6785/task/6788/stat : 6788 (java) S 6783 6785 6622 0 -1 64 21218 0 0 0 394 19 0 0 17 0 13 0 193425991 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6789] ppid=6783 vsize=1477628 CPUtime=4.13
/proc/6785/task/6789/stat : 6789 (java) S 6783 6785 6622 0 -1 64 19757 0 0 0 388 25 0 0 16 0 13 0 193425991 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6790] ppid=6783 vsize=1477628 CPUtime=0.09
/proc/6785/task/6790/stat : 6790 (java) S 6783 6785 6622 0 -1 64 21 0 0 0 6 3 0 0 16 0 13 0 193425992 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6791] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6791/stat : 6791 (java) S 6783 6785 6622 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193425993 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6792] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6792/stat : 6792 (java) S 6783 6785 6622 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193425993 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6793] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6793/stat : 6793 (java) S 6783 6785 6622 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193425997 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6794] ppid=6783 vsize=1477628 CPUtime=1.08
/proc/6785/task/6794/stat : 6794 (java) S 6783 6785 6622 0 -1 64 1935 0 0 0 108 0 0 0 16 0 13 0 193425997 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6795] ppid=6783 vsize=1477628 CPUtime=0.81
/proc/6785/task/6795/stat : 6795 (java) S 6783 6785 6622 0 -1 64 1308 0 0 0 81 0 0 0 17 0 13 0 193425997 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6796] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6796/stat : 6796 (java) S 6783 6785 6622 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193425997 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6797] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6797/stat : 6797 (java) S 6783 6785 6622 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193425997 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6798] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6798/stat : 6798 (java) S 6783 6785 6622 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 193426364 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.98
Current children cumulated vsize (KiB) 1477628

[startup+276.303 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 6798
/proc/meminfo: memFree=1462608/2055920 swapFree=4181984/4192956
[pid=6785] ppid=6783 vsize=1477628 CPUtime=281.38
/proc/6785/stat : 6785 (java) S 6783 6785 6622 0 -1 0 76450 0 1 0 28071 67 0 0 18 0 13 0 193425988 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6785/statm: 369407 72464 1433 9 0 366750 0
[pid=6785/tid=6787] ppid=6783 vsize=1477628 CPUtime=271.07
/proc/6785/task/6787/stat : 6787 (java) R 6783 6785 6622 0 -1 64 31467 0 1 0 27091 16 0 0 24 0 13 0 193425989 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4109763168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6788] ppid=6783 vsize=1477628 CPUtime=4.13
/proc/6785/task/6788/stat : 6788 (java) S 6783 6785 6622 0 -1 64 21218 0 0 0 394 19 0 0 17 0 13 0 193425991 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6789] ppid=6783 vsize=1477628 CPUtime=4.13
/proc/6785/task/6789/stat : 6789 (java) S 6783 6785 6622 0 -1 64 19757 0 0 0 388 25 0 0 16 0 13 0 193425991 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6790] ppid=6783 vsize=1477628 CPUtime=0.09
/proc/6785/task/6790/stat : 6790 (java) S 6783 6785 6622 0 -1 64 21 0 0 0 6 3 0 0 16 0 13 0 193425992 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6791] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6791/stat : 6791 (java) S 6783 6785 6622 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193425993 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6792] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6792/stat : 6792 (java) S 6783 6785 6622 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193425993 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6793] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6793/stat : 6793 (java) S 6783 6785 6622 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193425997 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6794] ppid=6783 vsize=1477628 CPUtime=1.08
/proc/6785/task/6794/stat : 6794 (java) S 6783 6785 6622 0 -1 64 1935 0 0 0 108 0 0 0 16 0 13 0 193425997 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6795] ppid=6783 vsize=1477628 CPUtime=0.81
/proc/6785/task/6795/stat : 6795 (java) S 6783 6785 6622 0 -1 64 1308 0 0 0 81 0 0 0 17 0 13 0 193425997 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6796] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6796/stat : 6796 (java) S 6783 6785 6622 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193425997 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6797] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6797/stat : 6797 (java) S 6783 6785 6622 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193425997 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6798] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6798/stat : 6798 (java) S 6783 6785 6622 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 193426364 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.38
Current children cumulated vsize (KiB) 1477628

[startup+276.703 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 6798
/proc/meminfo: memFree=1462608/2055920 swapFree=4181984/4192956
[pid=6785] ppid=6783 vsize=1477628 CPUtime=281.78
/proc/6785/stat : 6785 (java) S 6783 6785 6622 0 -1 0 76450 0 1 0 28111 67 0 0 18 0 13 0 193425988 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6785/statm: 369407 72464 1433 9 0 366750 0
[pid=6785/tid=6787] ppid=6783 vsize=1477628 CPUtime=271.47
/proc/6785/task/6787/stat : 6787 (java) R 6783 6785 6622 0 -1 64 31467 0 1 0 27131 16 0 0 25 0 13 0 193425989 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4109751835 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6788] ppid=6783 vsize=1477628 CPUtime=4.13
/proc/6785/task/6788/stat : 6788 (java) S 6783 6785 6622 0 -1 64 21218 0 0 0 394 19 0 0 17 0 13 0 193425991 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6789] ppid=6783 vsize=1477628 CPUtime=4.13
/proc/6785/task/6789/stat : 6789 (java) S 6783 6785 6622 0 -1 64 19757 0 0 0 388 25 0 0 16 0 13 0 193425991 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6790] ppid=6783 vsize=1477628 CPUtime=0.09
/proc/6785/task/6790/stat : 6790 (java) S 6783 6785 6622 0 -1 64 21 0 0 0 6 3 0 0 16 0 13 0 193425992 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6791] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6791/stat : 6791 (java) S 6783 6785 6622 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193425993 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6792] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6792/stat : 6792 (java) S 6783 6785 6622 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193425993 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6793] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6793/stat : 6793 (java) S 6783 6785 6622 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193425997 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6794] ppid=6783 vsize=1477628 CPUtime=1.08
/proc/6785/task/6794/stat : 6794 (java) S 6783 6785 6622 0 -1 64 1935 0 0 0 108 0 0 0 16 0 13 0 193425997 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6795] ppid=6783 vsize=1477628 CPUtime=0.81
/proc/6785/task/6795/stat : 6795 (java) S 6783 6785 6622 0 -1 64 1308 0 0 0 81 0 0 0 17 0 13 0 193425997 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6796] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6796/stat : 6796 (java) S 6783 6785 6622 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193425997 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6797] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6797/stat : 6797 (java) S 6783 6785 6622 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193425997 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6798] ppid=6783 vsize=1477628 CPUtime=0
/proc/6785/task/6798/stat : 6798 (java) S 6783 6785 6622 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 193426364 1513091072 72464 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.78
Current children cumulated vsize (KiB) 1477628

[startup+276.803 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 6798
/proc/meminfo: memFree=1462608/2055920 swapFree=4181984/4192956
[pid=6785] ppid=6783 vsize=1477952 CPUtime=281.9
/proc/6785/stat : 6785 (java) S 6783 6785 6622 0 -1 0 76460 0 1 0 28123 67 0 0 18 0 14 0 193425988 1513422848 72474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6785/statm: 369488 72474 1433 9 0 366831 0
[pid=6785/tid=6787] ppid=6783 vsize=1477952 CPUtime=271.53
/proc/6785/task/6787/stat : 6787 (java) S 6783 6785 6622 0 -1 64 31470 0 1 0 27137 16 0 0 25 0 14 0 193425989 1513422848 72474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6788] ppid=6783 vsize=1477952 CPUtime=4.13
/proc/6785/task/6788/stat : 6788 (java) S 6783 6785 6622 0 -1 64 21218 0 0 0 394 19 0 0 17 0 14 0 193425991 1513422848 72474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6789] ppid=6783 vsize=1477952 CPUtime=4.13
/proc/6785/task/6789/stat : 6789 (java) S 6783 6785 6622 0 -1 64 19757 0 0 0 388 25 0 0 16 0 14 0 193425991 1513422848 72474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6790] ppid=6783 vsize=1477952 CPUtime=0.09
/proc/6785/task/6790/stat : 6790 (java) S 6783 6785 6622 0 -1 64 21 0 0 0 6 3 0 0 16 0 14 0 193425992 1513422848 72474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6791] ppid=6783 vsize=1477952 CPUtime=0
/proc/6785/task/6791/stat : 6791 (java) S 6783 6785 6622 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 193425993 1513422848 72474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6792] ppid=6783 vsize=1477952 CPUtime=0
/proc/6785/task/6792/stat : 6792 (java) S 6783 6785 6622 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 193425993 1513422848 72474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6793] ppid=6783 vsize=1477952 CPUtime=0
/proc/6785/task/6793/stat : 6793 (java) S 6783 6785 6622 0 -1 64 1 0 0 0 0 0 0 0 24 0 14 0 193425997 1513422848 72474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6794] ppid=6783 vsize=1477952 CPUtime=1.09
/proc/6785/task/6794/stat : 6794 (java) R 6783 6785 6622 0 -1 64 1935 0 0 0 109 0 0 0 16 0 14 0 193425997 1513422848 72474 1992294400 134512640 134550932 4294956000 18446744073709551615 103334641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6795] ppid=6783 vsize=1477952 CPUtime=0.82
/proc/6785/task/6795/stat : 6795 (java) S 6783 6785 6622 0 -1 64 1308 0 0 0 82 0 0 0 17 0 14 0 193425997 1513422848 72474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6796] ppid=6783 vsize=1477952 CPUtime=0
/proc/6785/task/6796/stat : 6796 (java) S 6783 6785 6622 0 -1 64 0 0 0 0 0 0 0 0 25 0 14 0 193425997 1513422848 72474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6785/tid=6797] ppid=6783 vsize=1477952 CPUtime=0
/proc/6785/task/6797/stat : 6797 (java) S 6783 6785 6622 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 193425997 1513422848 72474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6785/tid=6798] ppid=6783 vsize=1477952 CPUtime=0
/proc/6785/task/6798/stat : 6798 (java) S 6783 6785 6622 0 -1 64 4 0 0 0 0 0 0 0 25 0 14 0 193426364 1513422848 72474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.9
Current children cumulated vsize (KiB) 1477952

Child status: 20
Real time (s): 276.873
CPU time (s): 281.985
CPU user time (s): 281.269
CPU system time (s): 0.715891
CPU usage (%): 101.846
Max. virtual memory (cumulated for all children) (KiB): 1478420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 281.269
system time used= 0.715891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76469
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= 10673
involuntary context switches= 4687

runsolver used 0.309952 second user time and 0.901862 second system time

The end

Launcher Data

Begin job on node2 at 2009-06-17 19:04:10
IDJOB=1884425
IDBENCH=71956
IDSOLVER=681
FILE ID=node2/1884425-1245258249
PBS_JOBID= 9372451
Free space on /tmp= 66412 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT_RACE06/manol-pipe-g7nidw.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-1884425-1245258249/watcher-1884425-1245258249 -o /tmp/evaluation-result-1884425-1245258249/solver-1884425-1245258249 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1884425-1245258249.opb

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

MD5SUM BENCH= 21342b3f9ff0e3703cb92fe827fedc3e
RANDOM SEED=191456845

node2.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.214
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.214
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:       1748504 kB
Buffers:         41996 kB
Cached:         199504 kB
SwapCached:       5068 kB
Active:         101728 kB
Inactive:       147952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1748504 kB
SwapTotal:     4192956 kB
SwapFree:      4181984 kB
Dirty:            6812 kB
Writeback:           0 kB
Mapped:          14412 kB
Slab:            43724 kB
Committed_AS:   216352 kB
PageTables:       1468 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= 66412 MiB
End job on node2 at 2009-06-17 19:08:46