Trace number 1884435

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 177.645 175.05

General information on the benchmark

Name/PURE-SAT/SAT_RACE06/
velev-live-uns-2.0-ebuf.opb
MD5SUMff5a2a80769bef7bafbaa4f11b601911
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 benchmark20.5119
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14628
Total number of constraints161477
Number of constraints which are clauses161477
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 constraint88
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 101
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c MiniSAT restarts strategy
0.21/0.22	c Memory based learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-1884435-1245258344.opb
0.21/0.22	c reading problem ... 
3.79/3.25	c ... done. Wall clock time 3.025s.
3.79/3.25	c #vars     14628
3.79/3.25	c #constraints  161477
3.79/3.25	c constraints type 
3.79/3.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 133719
3.79/3.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27757
177.48/174.93	c starts		: 15
177.48/174.93	c conflicts		: 68873
177.48/174.93	c decisions		: 208496
177.48/174.93	c propagations		: 27861907
177.48/174.93	c inspects		: 177956136
177.48/174.93	c learnt literals	: 5
177.48/174.93	c learnt binary clauses	: 344
177.48/174.93	c learnt ternary clauses	: 430
177.48/174.93	c learnt clauses	: 68867
177.48/174.93	c ignored clauses	: 0
177.48/174.93	c root simplifications	: 0
177.48/174.93	c removed literals (reason simplification)	: 0
177.48/174.93	c reason swapping (by a shorter reason)	: 0
177.48/174.93	c Calls to reduceDB	: 0
177.48/174.93	c speed (assignments/second)	: 162289.76584342963
177.48/174.93	c non guided choices	6620
177.48/174.98	c learnt constraints type 
177.48/174.98	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 68523
177.48/174.98	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 344
177.48/174.98	c constraints type 
177.48/174.98	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 133719
177.48/174.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27757
177.48/174.98	s UNSATISFIABLE
177.48/174.98	c Total wall clock time (in seconds): 174.758

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-1884435-1245258344/watcher-1884435-1245258344 -o /tmp/evaluation-result-1884435-1245258344/solver-1884435-1245258344 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1884435-1245258344.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.08 1.03 0.95 3/64 9499
/proc/meminfo: memFree=1822264/2055920 swapFree=4182004/4192956
[pid=9499] ppid=9497 vsize=152 CPUtime=0
/proc/9499/stat : 9499 (java6) R 9497 9499 9156 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 193435314 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 6927140 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/9499/statm: 38 26 19 9 0 4 0

[startup+0.0450861 s]
/proc/loadavg: 1.08 1.03 0.95 3/64 9499
/proc/meminfo: memFree=1822264/2055920 swapFree=4182004/4192956
[pid=9499] ppid=9497 vsize=1468752 CPUtime=0.02
/proc/9499/stat : 9499 (java) S 9497 9499 9156 0 -1 0 3067 0 1 0 1 1 0 0 18 0 4 0 193435314 1504002048 2814 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/9499/statm: 367188 2814 954 9 0 364539 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1468752

[startup+0.101091 s]
/proc/loadavg: 1.08 1.03 0.95 3/64 9499
/proc/meminfo: memFree=1822264/2055920 swapFree=4182004/4192956
[pid=9499] ppid=9497 vsize=1472584 CPUtime=0.08
/proc/9499/stat : 9499 (java) S 9497 9499 9156 0 -1 0 3597 0 1 0 6 2 0 0 18 0 12 0 193435314 1507926016 3340 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9499/statm: 368146 3340 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301109 s]
/proc/loadavg: 1.08 1.03 0.95 3/64 9499
/proc/meminfo: memFree=1822264/2055920 swapFree=4182004/4192956
[pid=9499] ppid=9497 vsize=1475004 CPUtime=0.33
/proc/9499/stat : 9499 (java) S 9497 9499 9156 0 -1 0 5093 0 1 0 31 2 0 0 18 0 12 0 193435314 1510404096 4831 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9499/statm: 368751 4831 1353 9 0 366094 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1475004

[startup+0.701148 s]
/proc/loadavg: 1.08 1.03 0.95 3/64 9499
/proc/meminfo: memFree=1822264/2055920 swapFree=4182004/4192956
[pid=9499] ppid=9497 vsize=1476492 CPUtime=1
/proc/9499/stat : 9499 (java) S 9497 9499 9156 0 -1 0 7330 0 1 0 97 3 0 0 18 0 12 0 193435314 1511927808 6545 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9499/statm: 369123 6545 1397 9 0 366466 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1476492

[startup+1.50221 s]
/proc/loadavg: 1.08 1.03 0.95 2/76 9511
/proc/meminfo: memFree=1788568/2055920 swapFree=4182004/4192956
[pid=9499] ppid=9497 vsize=1476492 CPUtime=1.95
/proc/9499/stat : 9499 (java) S 9497 9499 9156 0 -1 0 22444 0 1 0 184 11 0 0 18 0 12 0 193435314 1511927808 21512 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9499/statm: 369123 21513 1404 9 0 366466 0
[pid=9499/tid=9501] ppid=9497 vsize=1476492 CPUtime=1.24
/proc/9499/task/9501/stat : 9501 (java) R 9497 9499 9156 0 -1 64 19956 0 1 0 115 9 0 0 20 0 12 0 193435316 1511927808 21514 1992294400 134512640 134550932 4294956000 18446744073709551615 4109526207 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9502] ppid=9497 vsize=1476492 CPUtime=0
/proc/9499/task/9502/stat : 9502 (java) S 9497 9499 9156 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 193435317 1511927808 21515 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9503] ppid=9497 vsize=1476492 CPUtime=0
/proc/9499/task/9503/stat : 9503 (java) S 9497 9499 9156 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 193435317 1511927808 21515 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9504] ppid=9497 vsize=1476492 CPUtime=0
/proc/9499/task/9504/stat : 9504 (java) S 9497 9499 9156 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 193435319 1511927808 21516 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9505] ppid=9497 vsize=1476492 CPUtime=0
/proc/9499/task/9505/stat : 9505 (java) S 9497 9499 9156 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 193435319 1511927808 21518 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9506] ppid=9497 vsize=1476492 CPUtime=0
/proc/9499/task/9506/stat : 9506 (java) S 9497 9499 9156 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 193435319 1511927808 21519 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9507] ppid=9497 vsize=1476492 CPUtime=0
/proc/9499/task/9507/stat : 9507 (java) S 9497 9499 9156 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 193435324 1511927808 21520 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9508] ppid=9497 vsize=1476492 CPUtime=0.33
/proc/9499/task/9508/stat : 9508 (java) S 9497 9499 9156 0 -1 64 981 0 0 0 33 0 0 0 17 0 12 0 193435324 1511927808 21520 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9509] ppid=9497 vsize=1476492 CPUtime=0.34
/proc/9499/task/9509/stat : 9509 (java) S 9497 9499 9156 0 -1 64 769 0 0 0 34 0 0 0 17 0 12 0 193435324 1511927808 21521 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9510] ppid=9497 vsize=1476492 CPUtime=0
/proc/9499/task/9510/stat : 9510 (java) S 9497 9499 9156 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 193435324 1511927808 21523 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9511] ppid=9497 vsize=1476492 CPUtime=0
/proc/9499/task/9511/stat : 9511 (java) S 9497 9499 9156 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 193435324 1511927808 21524 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) 1476492

[startup+3.10236 s]
/proc/loadavg: 1.08 1.03 0.95 2/76 9511
/proc/meminfo: memFree=1691928/2055920 swapFree=4182004/4192956
[pid=9499] ppid=9497 vsize=1476492 CPUtime=3.69
/proc/9499/stat : 9499 (java) S 9497 9499 9156 0 -1 0 37156 0 1 0 350 19 0 0 18 0 12 0 193435314 1511927808 36205 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9499/statm: 369123 36205 1414 9 0 366466 0
[pid=9499/tid=9501] ppid=9497 vsize=1476492 CPUtime=2.75
/proc/9499/task/9501/stat : 9501 (java) R 9497 9499 9156 0 -1 64 30935 0 1 0 260 15 0 0 20 0 12 0 193435316 1511927808 36205 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9502] ppid=9497 vsize=1476492 CPUtime=0.08
/proc/9499/task/9502/stat : 9502 (java) S 9497 9499 9156 0 -1 64 1801 0 0 0 8 0 0 0 17 0 12 0 193435317 1511927808 36205 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9503] ppid=9497 vsize=1476492 CPUtime=0.08
/proc/9499/task/9503/stat : 9503 (java) S 9497 9499 9156 0 -1 64 1903 0 0 0 8 0 0 0 17 0 12 0 193435317 1511927808 36205 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9504] ppid=9497 vsize=1476492 CPUtime=0
/proc/9499/task/9504/stat : 9504 (java) S 9497 9499 9156 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 193435319 1511927808 36205 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9505] ppid=9497 vsize=1476492 CPUtime=0
/proc/9499/task/9505/stat : 9505 (java) S 9497 9499 9156 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 193435319 1511927808 36205 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9506] ppid=9497 vsize=1476492 CPUtime=0
/proc/9499/task/9506/stat : 9506 (java) S 9497 9499 9156 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 193435319 1511927808 36205 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9507] ppid=9497 vsize=1476492 CPUtime=0
/proc/9499/task/9507/stat : 9507 (java) S 9497 9499 9156 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 193435324 1511927808 36205 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9508] ppid=9497 vsize=1476492 CPUtime=0.37
/proc/9499/task/9508/stat : 9508 (java) S 9497 9499 9156 0 -1 64 996 0 0 0 37 0 0 0 16 0 12 0 193435324 1511927808 36205 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9509] ppid=9497 vsize=1476492 CPUtime=0.35
/proc/9499/task/9509/stat : 9509 (java) S 9497 9499 9156 0 -1 64 769 0 0 0 35 0 0 0 16 0 12 0 193435324 1511927808 36205 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9510] ppid=9497 vsize=1476492 CPUtime=0
/proc/9499/task/9510/stat : 9510 (java) S 9497 9499 9156 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 193435324 1511927808 36205 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9511] ppid=9497 vsize=1476492 CPUtime=0
/proc/9499/task/9511/stat : 9511 (java) S 9497 9499 9156 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 193435324 1511927808 36205 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 1476492

[startup+6.30166 s]
/proc/loadavg: 1.15 1.04 0.96 2/77 9512
/proc/meminfo: memFree=1672984/2055920 swapFree=4182004/4192956
[pid=9499] ppid=9497 vsize=1478772 CPUtime=7.8
/proc/9499/stat : 9499 (java) S 9497 9499 9156 0 -1 0 42212 0 1 0 759 21 0 0 18 0 13 0 193435314 1514262528 39149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9499/statm: 369693 39149 1433 9 0 367036 0
[pid=9499/tid=9501] ppid=9497 vsize=1478772 CPUtime=5.48
/proc/9499/task/9501/stat : 9501 (java) R 9497 9499 9156 0 -1 64 30983 0 1 0 532 16 0 0 25 0 13 0 193435316 1514262528 39149 1992294400 134512640 134550932 4294956000 18446744073709551615 4109837362 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9502] ppid=9497 vsize=1478772 CPUtime=0.2
/proc/9499/task/9502/stat : 9502 (java) S 9497 9499 9156 0 -1 64 2952 0 0 0 19 1 0 0 17 0 13 0 193435317 1514262528 39149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9503] ppid=9497 vsize=1478772 CPUtime=0.2
/proc/9499/task/9503/stat : 9503 (java) S 9497 9499 9156 0 -1 64 3033 0 0 0 19 1 0 0 17 0 13 0 193435317 1514262528 39149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9504] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9504/stat : 9504 (java) S 9497 9499 9156 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 193435319 1514262528 39149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9505] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9505/stat : 9505 (java) S 9497 9499 9156 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193435319 1514262528 39149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9506] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9506/stat : 9506 (java) S 9497 9499 9156 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193435319 1514262528 39149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9507] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9507/stat : 9507 (java) S 9497 9499 9156 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193435324 1514262528 39149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9508] ppid=9497 vsize=1478772 CPUtime=0.96
/proc/9499/task/9508/stat : 9508 (java) S 9497 9499 9156 0 -1 64 1743 0 0 0 96 0 0 0 15 0 13 0 193435324 1514262528 39149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9509] ppid=9497 vsize=1478772 CPUtime=0.91
/proc/9499/task/9509/stat : 9509 (java) S 9497 9499 9156 0 -1 64 2736 0 0 0 91 0 0 0 16 0 13 0 193435324 1514262528 39149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9510] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9510/stat : 9510 (java) S 9497 9499 9156 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193435324 1514262528 39149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9511] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9511/stat : 9511 (java) S 9497 9499 9156 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193435324 1514262528 39149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9512] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9512/stat : 9512 (java) S 9497 9499 9156 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 193435646 1514262528 39149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 1478772

[startup+12.7022 s]
/proc/loadavg: 1.22 1.06 0.96 2/77 9512
/proc/meminfo: memFree=1652952/2055920 swapFree=4182004/4192956
[pid=9499] ppid=9497 vsize=1478772 CPUtime=14.41
/proc/9499/stat : 9499 (java) S 9497 9499 9156 0 -1 0 47172 0 1 0 1418 23 0 0 18 0 13 0 193435314 1514262528 43721 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9499/statm: 369693 43721 1433 9 0 367036 0
[pid=9499/tid=9501] ppid=9497 vsize=1478772 CPUtime=11.65
/proc/9499/task/9501/stat : 9501 (java) R 9497 9499 9156 0 -1 64 30991 0 1 0 1149 16 0 0 19 0 13 0 193435316 1514262528 43721 1992294400 134512640 134550932 4294956000 18446744073709551615 4109635728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9502] ppid=9497 vsize=1478772 CPUtime=0.4
/proc/9499/task/9502/stat : 9502 (java) S 9497 9499 9156 0 -1 64 5268 0 0 0 38 2 0 0 16 0 13 0 193435317 1514262528 43721 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9503] ppid=9497 vsize=1478772 CPUtime=0.4
/proc/9499/task/9503/stat : 9503 (java) S 9497 9499 9156 0 -1 64 5658 0 0 0 38 2 0 0 16 0 13 0 193435317 1514262528 43721 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9504] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9504/stat : 9504 (java) S 9497 9499 9156 0 -1 64 32 0 0 0 0 0 0 0 15 0 13 0 193435319 1514262528 43721 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9505] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9505/stat : 9505 (java) S 9497 9499 9156 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193435319 1514262528 43721 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9506] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9506/stat : 9506 (java) S 9497 9499 9156 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193435319 1514262528 43721 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9507] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9507/stat : 9507 (java) S 9497 9499 9156 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193435324 1514262528 43721 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9508] ppid=9497 vsize=1478772 CPUtime=0.98
/proc/9499/task/9508/stat : 9508 (java) S 9497 9499 9156 0 -1 64 1744 0 0 0 98 0 0 0 16 0 13 0 193435324 1514262528 43721 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9509] ppid=9497 vsize=1478772 CPUtime=0.91
/proc/9499/task/9509/stat : 9509 (java) S 9497 9499 9156 0 -1 64 2736 0 0 0 91 0 0 0 16 0 13 0 193435324 1514262528 43721 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9510] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9510/stat : 9510 (java) S 9497 9499 9156 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193435324 1514262528 43721 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9511] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9511/stat : 9511 (java) S 9497 9499 9156 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193435324 1514262528 43721 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9512] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9512/stat : 9512 (java) S 9497 9499 9156 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 193435646 1514262528 43721 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.41
Current children cumulated vsize (KiB) 1478772

[startup+25.5014 s]
/proc/loadavg: 1.17 1.06 0.96 2/77 9512
/proc/meminfo: memFree=1644888/2055920 swapFree=4182004/4192956
[pid=9499] ppid=9497 vsize=1478772 CPUtime=27.34
/proc/9499/stat : 9499 (java) S 9497 9499 9156 0 -1 0 49155 0 1 0 2710 24 0 0 18 0 13 0 193435314 1514262528 45510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9499/statm: 369693 45510 1433 9 0 367036 0
[pid=9499/tid=9501] ppid=9497 vsize=1478772 CPUtime=24.32
/proc/9499/task/9501/stat : 9501 (java) R 9497 9499 9156 0 -1 64 31004 0 1 0 2416 16 0 0 25 0 13 0 193435316 1514262528 45510 1992294400 134512640 134550932 4294956000 18446744073709551615 4109718600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9502] ppid=9497 vsize=1478772 CPUtime=0.47
/proc/9499/task/9502/stat : 9502 (java) S 9497 9499 9156 0 -1 64 6264 0 0 0 45 2 0 0 16 0 13 0 193435317 1514262528 45510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9503] ppid=9497 vsize=1478772 CPUtime=0.47
/proc/9499/task/9503/stat : 9503 (java) S 9497 9499 9156 0 -1 64 6617 0 0 0 44 3 0 0 16 0 13 0 193435317 1514262528 45510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9504] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9504/stat : 9504 (java) S 9497 9499 9156 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 193435319 1514262528 45510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9505] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9505/stat : 9505 (java) S 9497 9499 9156 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193435319 1514262528 45510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9506] ppid=9497 vsize=1478772 CPUtime=0

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

/proc/9499/task/9511/stat : 9511 (java) S 9497 9499 9156 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193435324 1514262528 76597 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9512] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9512/stat : 9512 (java) S 9497 9499 9156 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 193435646 1514262528 76597 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 172.05
Current children cumulated vsize (KiB) 1478772

[startup+172.706 s]
/proc/loadavg: 1.01 1.03 0.96 2/77 9512
/proc/meminfo: memFree=1518552/2055920 swapFree=4182004/4192956
[pid=9499] ppid=9497 vsize=1478772 CPUtime=175.27
/proc/9499/stat : 9499 (java) S 9497 9499 9156 0 -1 0 83554 0 1 0 17485 42 0 0 18 0 13 0 193435314 1514262528 76963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9499/statm: 369693 76963 1433 9 0 367036 0
[pid=9499/tid=9501] ppid=9497 vsize=1478772 CPUtime=170.68
/proc/9499/task/9501/stat : 9501 (java) R 9497 9499 9156 0 -1 64 32152 0 1 0 17051 17 0 0 25 0 13 0 193435316 1514262528 76963 1992294400 134512640 134550932 4294956000 18446744073709551615 4109718452 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9502] ppid=9497 vsize=1478772 CPUtime=1.23
/proc/9499/task/9502/stat : 9502 (java) S 9497 9499 9156 0 -1 64 21436 0 0 0 113 10 0 0 16 0 13 0 193435317 1514262528 76963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9503] ppid=9497 vsize=1478772 CPUtime=1.25
/proc/9499/task/9503/stat : 9503 (java) S 9497 9499 9156 0 -1 64 24696 0 0 0 114 11 0 0 16 0 13 0 193435317 1514262528 76963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9504] ppid=9497 vsize=1478772 CPUtime=0.02
/proc/9499/task/9504/stat : 9504 (java) S 9497 9499 9156 0 -1 64 32 0 0 0 2 0 0 0 16 0 13 0 193435319 1514262528 76963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9505] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9505/stat : 9505 (java) S 9497 9499 9156 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193435319 1514262528 76963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9506] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9506/stat : 9506 (java) S 9497 9499 9156 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193435319 1514262528 76963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9507] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9507/stat : 9507 (java) S 9497 9499 9156 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193435324 1514262528 76963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9508] ppid=9497 vsize=1478772 CPUtime=1.06
/proc/9499/task/9508/stat : 9508 (java) S 9497 9499 9156 0 -1 64 1759 0 0 0 106 0 0 0 16 0 13 0 193435324 1514262528 76963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9509] ppid=9497 vsize=1478772 CPUtime=0.96
/proc/9499/task/9509/stat : 9509 (java) S 9497 9499 9156 0 -1 64 2736 0 0 0 96 0 0 0 17 0 13 0 193435324 1514262528 76963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9510] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9510/stat : 9510 (java) S 9497 9499 9156 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193435324 1514262528 76963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9511] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9511/stat : 9511 (java) S 9497 9499 9156 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193435324 1514262528 76963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9512] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9512/stat : 9512 (java) S 9497 9499 9156 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 193435646 1514262528 76963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 175.27
Current children cumulated vsize (KiB) 1478772

[startup+174.302 s]
/proc/loadavg: 1.01 1.03 0.96 2/77 9512
/proc/meminfo: memFree=1517144/2055920 swapFree=4182004/4192956
[pid=9499] ppid=9497 vsize=1478772 CPUtime=176.87
/proc/9499/stat : 9499 (java) S 9497 9499 9156 0 -1 0 83962 0 1 0 17645 42 0 0 18 0 13 0 193435314 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9499/statm: 369693 77321 1433 9 0 367036 0
[pid=9499/tid=9501] ppid=9497 vsize=1478772 CPUtime=172.26
/proc/9499/task/9501/stat : 9501 (java) R 9497 9499 9156 0 -1 64 32153 0 1 0 17209 17 0 0 25 0 13 0 193435316 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4109799604 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9502] ppid=9497 vsize=1478772 CPUtime=1.24
/proc/9499/task/9502/stat : 9502 (java) S 9497 9499 9156 0 -1 64 21652 0 0 0 114 10 0 0 16 0 13 0 193435317 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9503] ppid=9497 vsize=1478772 CPUtime=1.26
/proc/9499/task/9503/stat : 9503 (java) S 9497 9499 9156 0 -1 64 24887 0 0 0 115 11 0 0 16 0 13 0 193435317 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9504] ppid=9497 vsize=1478772 CPUtime=0.02
/proc/9499/task/9504/stat : 9504 (java) S 9497 9499 9156 0 -1 64 32 0 0 0 2 0 0 0 16 0 13 0 193435319 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9505] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9505/stat : 9505 (java) S 9497 9499 9156 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193435319 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9506] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9506/stat : 9506 (java) S 9497 9499 9156 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193435319 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9507] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9507/stat : 9507 (java) S 9497 9499 9156 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193435324 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9508] ppid=9497 vsize=1478772 CPUtime=1.06
/proc/9499/task/9508/stat : 9508 (java) S 9497 9499 9156 0 -1 64 1759 0 0 0 106 0 0 0 16 0 13 0 193435324 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9509] ppid=9497 vsize=1478772 CPUtime=0.96
/proc/9499/task/9509/stat : 9509 (java) S 9497 9499 9156 0 -1 64 2736 0 0 0 96 0 0 0 17 0 13 0 193435324 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9510] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9510/stat : 9510 (java) S 9497 9499 9156 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193435324 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9511] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9511/stat : 9511 (java) S 9497 9499 9156 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193435324 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9512] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9512/stat : 9512 (java) S 9497 9499 9156 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 193435646 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 176.87
Current children cumulated vsize (KiB) 1478772

[startup+174.702 s]
/proc/loadavg: 1.01 1.03 0.96 2/77 9512
/proc/meminfo: memFree=1517144/2055920 swapFree=4182004/4192956
[pid=9499] ppid=9497 vsize=1478772 CPUtime=177.27
/proc/9499/stat : 9499 (java) S 9497 9499 9156 0 -1 0 83962 0 1 0 17685 42 0 0 18 0 13 0 193435314 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9499/statm: 369693 77321 1433 9 0 367036 0
[pid=9499/tid=9501] ppid=9497 vsize=1478772 CPUtime=172.66
/proc/9499/task/9501/stat : 9501 (java) R 9497 9499 9156 0 -1 64 32153 0 1 0 17249 17 0 0 25 0 13 0 193435316 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4109802495 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9502] ppid=9497 vsize=1478772 CPUtime=1.24
/proc/9499/task/9502/stat : 9502 (java) S 9497 9499 9156 0 -1 64 21652 0 0 0 114 10 0 0 16 0 13 0 193435317 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9503] ppid=9497 vsize=1478772 CPUtime=1.26
/proc/9499/task/9503/stat : 9503 (java) S 9497 9499 9156 0 -1 64 24887 0 0 0 115 11 0 0 16 0 13 0 193435317 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9504] ppid=9497 vsize=1478772 CPUtime=0.02
/proc/9499/task/9504/stat : 9504 (java) S 9497 9499 9156 0 -1 64 32 0 0 0 2 0 0 0 16 0 13 0 193435319 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9505] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9505/stat : 9505 (java) S 9497 9499 9156 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193435319 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9506] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9506/stat : 9506 (java) S 9497 9499 9156 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193435319 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9507] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9507/stat : 9507 (java) S 9497 9499 9156 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193435324 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9508] ppid=9497 vsize=1478772 CPUtime=1.06
/proc/9499/task/9508/stat : 9508 (java) S 9497 9499 9156 0 -1 64 1759 0 0 0 106 0 0 0 16 0 13 0 193435324 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9509] ppid=9497 vsize=1478772 CPUtime=0.96
/proc/9499/task/9509/stat : 9509 (java) S 9497 9499 9156 0 -1 64 2736 0 0 0 96 0 0 0 17 0 13 0 193435324 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9510] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9510/stat : 9510 (java) S 9497 9499 9156 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193435324 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9511] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9511/stat : 9511 (java) S 9497 9499 9156 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193435324 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9512] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9512/stat : 9512 (java) S 9497 9499 9156 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 193435646 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 177.27
Current children cumulated vsize (KiB) 1478772

[startup+174.906 s]
/proc/loadavg: 1.01 1.03 0.96 2/77 9512
/proc/meminfo: memFree=1517144/2055920 swapFree=4182004/4192956
[pid=9499] ppid=9497 vsize=1478772 CPUtime=177.48
/proc/9499/stat : 9499 (java) S 9497 9499 9156 0 -1 0 83962 0 1 0 17706 42 0 0 18 0 13 0 193435314 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9499/statm: 369693 77321 1433 9 0 367036 0
[pid=9499/tid=9501] ppid=9497 vsize=1478772 CPUtime=172.87
/proc/9499/task/9501/stat : 9501 (java) R 9497 9499 9156 0 -1 64 32153 0 1 0 17270 17 0 0 25 0 13 0 193435316 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4109801953 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9502] ppid=9497 vsize=1478772 CPUtime=1.24
/proc/9499/task/9502/stat : 9502 (java) S 9497 9499 9156 0 -1 64 21652 0 0 0 114 10 0 0 16 0 13 0 193435317 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9503] ppid=9497 vsize=1478772 CPUtime=1.26
/proc/9499/task/9503/stat : 9503 (java) S 9497 9499 9156 0 -1 64 24887 0 0 0 115 11 0 0 16 0 13 0 193435317 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9504] ppid=9497 vsize=1478772 CPUtime=0.02
/proc/9499/task/9504/stat : 9504 (java) S 9497 9499 9156 0 -1 64 32 0 0 0 2 0 0 0 16 0 13 0 193435319 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9505] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9505/stat : 9505 (java) S 9497 9499 9156 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193435319 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9506] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9506/stat : 9506 (java) S 9497 9499 9156 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193435319 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9507] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9507/stat : 9507 (java) S 9497 9499 9156 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193435324 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9508] ppid=9497 vsize=1478772 CPUtime=1.06
/proc/9499/task/9508/stat : 9508 (java) S 9497 9499 9156 0 -1 64 1759 0 0 0 106 0 0 0 16 0 13 0 193435324 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9509] ppid=9497 vsize=1478772 CPUtime=0.96
/proc/9499/task/9509/stat : 9509 (java) S 9497 9499 9156 0 -1 64 2736 0 0 0 96 0 0 0 17 0 13 0 193435324 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9510] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9510/stat : 9510 (java) S 9497 9499 9156 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193435324 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9511] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9511/stat : 9511 (java) S 9497 9499 9156 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193435324 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9512] ppid=9497 vsize=1478772 CPUtime=0
/proc/9499/task/9512/stat : 9512 (java) S 9497 9499 9156 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 193435646 1514262528 77321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 177.48
Current children cumulated vsize (KiB) 1478772

[startup+175.002 s]
/proc/loadavg: 1.01 1.03 0.96 2/77 9512
/proc/meminfo: memFree=1517144/2055920 swapFree=4182004/4192956
[pid=9499] ppid=9497 vsize=1479096 CPUtime=177.59
/proc/9499/stat : 9499 (java) S 9497 9499 9156 0 -1 0 84003 0 1 0 17717 42 0 0 18 0 13 0 193435314 1514594304 77335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9499/statm: 369774 77335 1434 9 0 367117 0
[pid=9499/tid=9501] ppid=9497 vsize=1479096 CPUtime=172.89
/proc/9499/task/9501/stat : 9501 (java) S 9497 9499 9156 0 -1 64 32158 0 1 0 17272 17 0 0 24 0 13 0 193435316 1514594304 77335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9502] ppid=9497 vsize=1479096 CPUtime=1.24
/proc/9499/task/9502/stat : 9502 (java) S 9497 9499 9156 0 -1 64 21652 0 0 0 114 10 0 0 16 0 13 0 193435317 1514594304 77335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9503] ppid=9497 vsize=1479096 CPUtime=1.26
/proc/9499/task/9503/stat : 9503 (java) S 9497 9499 9156 0 -1 64 24887 0 0 0 115 11 0 0 16 0 13 0 193435317 1514594304 77335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9504] ppid=9497 vsize=1479096 CPUtime=0.02
/proc/9499/task/9504/stat : 9504 (java) S 9497 9499 9156 0 -1 64 32 0 0 0 2 0 0 0 16 0 13 0 193435319 1514594304 77335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9505] ppid=9497 vsize=1479096 CPUtime=0
/proc/9499/task/9505/stat : 9505 (java) S 9497 9499 9156 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193435319 1514594304 77335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9506] ppid=9497 vsize=1479096 CPUtime=0
/proc/9499/task/9506/stat : 9506 (java) S 9497 9499 9156 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193435319 1514594304 77335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9507] ppid=9497 vsize=1479096 CPUtime=0
/proc/9499/task/9507/stat : 9507 (java) S 9497 9499 9156 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193435324 1514594304 77335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9508] ppid=9497 vsize=1479096 CPUtime=1.09
/proc/9499/task/9508/stat : 9508 (java) S 9497 9499 9156 0 -1 64 1786 0 0 0 109 0 0 0 17 0 13 0 193435324 1514594304 77335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9509] ppid=9497 vsize=1479096 CPUtime=0.96
/proc/9499/task/9509/stat : 9509 (java) S 9497 9499 9156 0 -1 64 2736 0 0 0 96 0 0 0 17 0 13 0 193435324 1514594304 77335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9510] ppid=9497 vsize=1479096 CPUtime=0
/proc/9499/task/9510/stat : 9510 (java) S 9497 9499 9156 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 193435324 1514594304 77335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9499/tid=9511] ppid=9497 vsize=1479096 CPUtime=0
/proc/9499/task/9511/stat : 9511 (java) S 9497 9499 9156 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193435324 1514594304 77335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9499/tid=9512] ppid=9497 vsize=1479096 CPUtime=0
/proc/9499/task/9512/stat : 9512 (java) S 9497 9499 9156 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 193435646 1514594304 77335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 177.59
Current children cumulated vsize (KiB) 1479096

Child status: 20
Real time (s): 175.05
CPU time (s): 177.645
CPU user time (s): 177.172
CPU system time (s): 0.472928
CPU usage (%): 101.482
Max. virtual memory (cumulated for all children) (KiB): 1479908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 177.172
system time used= 0.472928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84007
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= 5320
involuntary context switches= 4487

runsolver used 0.188971 second user time and 0.468928 second system time

The end

Launcher Data

Begin job on node14 at 2009-06-17 19:05:44
IDJOB=1884435
IDBENCH=71957
IDSOLVER=681
FILE ID=node14/1884435-1245258344
PBS_JOBID= 9372439
Free space on /tmp= 66356 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT_RACE06/velev-live-uns-2.0-ebuf.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-1884435-1245258344/watcher-1884435-1245258344 -o /tmp/evaluation-result-1884435-1245258344/solver-1884435-1245258344 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1884435-1245258344.opb

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

MD5SUM BENCH= ff5a2a80769bef7bafbaa4f11b601911
RANDOM SEED=936917822

node14.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.234
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.234
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:       1822680 kB
Buffers:         35172 kB
Cached:         146764 kB
SwapCached:       5132 kB
Active:          58048 kB
Inactive:       132172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1822680 kB
SwapTotal:     4192956 kB
SwapFree:      4182004 kB
Dirty:            5484 kB
Writeback:           0 kB
Mapped:          14408 kB
Slab:            28960 kB
Committed_AS:   205904 kB
PageTables:       1452 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= 66356 MiB
End job on node14 at 2009-06-17 19:08:39