Trace number 1883980

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 676.149 674.536

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-11-10.opb
MD5SUM5f6dec86c5ff7bb6eb57b379c0139788
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.121981
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables110
Total number of constraints561
Number of constraints which are clauses561
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.27	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.27	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.27	c See www.sat4j.org for details.
0.09/0.28	c version 2.1.1.v20090612
0.09/0.28	c sun.arch.data.model	32
0.09/0.28	c java.version	1.6.0_12
0.09/0.28	c os.name	Linux
0.09/0.28	c os.version	2.6.9-22.EL.rootsmp
0.09/0.28	c os.arch	i386
0.09/0.28	c Free memory 1342000320
0.09/0.28	c Max memory 1344274432
0.09/0.28	c Total memory 1344274432
0.09/0.28	c Number of processors 2
0.19/0.35	c Pseudo Boolean Optimization
0.19/0.35	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.19/0.35	c --- Begin Solver configuration ---
0.19/0.35	c Stops conflict analysis at the first Unique Implication Point
0.19/0.35	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.19/0.35	c Learn all clauses as in MiniSAT
0.19/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.19/0.35	c No reason simplification
0.19/0.35	c MiniSAT restarts strategy
0.19/0.35	c Memory based learned constraints deletion strategy
0.19/0.35	c timeout=2147483s
0.19/0.35	c DB Simplification allowed=false
0.19/0.35	c --- End Solver configuration ---
0.19/0.35	c solving HOME/instance-1883980-1245239327.opb
0.19/0.35	c reading problem ... 
0.32/0.48	c ... done. Wall clock time 0.134s.
0.32/0.48	c #vars     110
0.32/0.48	c #constraints  561
0.32/0.48	c constraints type 
0.32/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 550
0.32/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11
675.92/674.39	c starts		: 17
675.92/674.39	c conflicts		: 182564
675.92/674.39	c decisions		: 199943
675.92/674.39	c propagations		: 1834414
675.92/674.39	c inspects		: 1704173107
675.92/674.39	c learnt literals	: 1
675.92/674.39	c learnt binary clauses	: 4
675.92/674.39	c learnt ternary clauses	: 4
675.92/674.39	c learnt clauses	: 182562
675.92/674.39	c ignored clauses	: 0
675.92/674.39	c root simplifications	: 0
675.92/674.39	c removed literals (reason simplification)	: 0
675.92/674.39	c reason swapping (by a shorter reason)	: 0
675.92/674.39	c Calls to reduceDB	: 0
675.92/674.39	c speed (assignments/second)	: 2722.078284379628
675.92/674.39	c non guided choices	48
676.01/674.46	c learnt constraints type 
676.01/674.46	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 182558
676.01/674.46	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 4
676.01/674.46	c constraints type 
676.01/674.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 550
676.01/674.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11
676.01/674.46	s UNSATISFIABLE
676.01/674.46	c Total wall clock time (in seconds): 674.108

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.97 0.90 3/64 9195
/proc/meminfo: memFree=1858096/2055920 swapFree=4181764/4192956
[pid=9195] ppid=9193 vsize=152 CPUtime=0
/proc/9195/stat : 9195 (java6) D 9193 9195 9079 0 -1 0 41 0 0 0 0 0 0 0 19 0 1 0 191533074 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 4678436 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/9195/statm: 38 26 19 9 0 4 0

[startup+0.103429 s]
/proc/loadavg: 0.92 0.97 0.90 3/64 9195
/proc/meminfo: memFree=1858096/2055920 swapFree=4181764/4192956
[pid=9195] ppid=9193 vsize=1468752 CPUtime=0.02
/proc/9195/stat : 9195 (java) S 9193 9195 9079 0 -1 0 2915 0 37 0 0 2 0 0 18 0 4 0 191533074 1504002048 2698 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/9195/statm: 367188 2698 938 9 0 364539 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1468752

[startup+0.201435 s]
/proc/loadavg: 0.92 0.97 0.90 3/64 9195
/proc/meminfo: memFree=1858096/2055920 swapFree=4181764/4192956
[pid=9195] ppid=9193 vsize=1472432 CPUtime=0.09
/proc/9195/stat : 9195 (java) S 9193 9195 9079 0 -1 0 3526 0 37 0 6 3 0 0 18 0 12 0 191533074 1507770368 3305 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9195/statm: 368108 3305 1062 9 0 365456 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472432

[startup+0.301444 s]
/proc/loadavg: 0.92 0.97 0.90 3/64 9195
/proc/meminfo: memFree=1858096/2055920 swapFree=4181764/4192956
[pid=9195] ppid=9193 vsize=1473884 CPUtime=0.19
/proc/9195/stat : 9195 (java) S 9193 9195 9079 0 -1 0 4498 0 37 0 15 4 0 0 18 0 12 0 191533074 1509257216 4272 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9195/statm: 368471 4272 1326 9 0 365814 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1473884

[startup+0.701463 s]
/proc/loadavg: 0.92 0.97 0.90 3/64 9195
/proc/meminfo: memFree=1858096/2055920 swapFree=4181764/4192956
[pid=9195] ppid=9193 vsize=1477508 CPUtime=0.81
/proc/9195/stat : 9195 (java) S 9193 9195 9079 0 -1 0 6130 0 37 0 75 6 0 0 18 0 13 0 191533074 1512968192 5750 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9195/statm: 369377 5750 1389 9 0 366720 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 1477508

[startup+1.50252 s]
/proc/loadavg: 0.92 0.97 0.90 4/77 9208
/proc/meminfo: memFree=1824328/2055920 swapFree=4181764/4192956
[pid=9195] ppid=9193 vsize=1479756 CPUtime=2.32
/proc/9195/stat : 9195 (java) S 9193 9195 9079 0 -1 0 12434 0 37 0 223 9 0 0 18 0 13 0 191533074 1515270144 10506 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9195/statm: 369939 10507 1414 9 0 367282 0
[pid=9195/tid=9197] ppid=9193 vsize=1479756 CPUtime=1.14
/proc/9195/task/9197/stat : 9197 (java) R 9193 9195 9079 0 -1 64 8204 0 1 0 109 5 0 0 19 0 13 0 191533081 1515270144 10508 1992294400 134512640 134550932 4294956000 18446744073709551615 4109607507 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9198] ppid=9193 vsize=1479756 CPUtime=0
/proc/9195/task/9198/stat : 9198 (java) S 9193 9195 9079 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 191533083 1515270144 10509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9199] ppid=9193 vsize=1479756 CPUtime=0
/proc/9195/task/9199/stat : 9199 (java) S 9193 9195 9079 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 191533083 1515270144 10509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9200] ppid=9193 vsize=1479756 CPUtime=0
/proc/9195/task/9200/stat : 9200 (java) S 9193 9195 9079 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 191533086 1515270144 10511 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9201] ppid=9193 vsize=1479756 CPUtime=0
/proc/9195/task/9201/stat : 9201 (java) S 9193 9195 9079 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 191533087 1515270144 10512 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9202] ppid=9193 vsize=1479756 CPUtime=0
/proc/9195/task/9202/stat : 9202 (java) S 9193 9195 9079 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 191533087 1515270144 10512 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9203] ppid=9193 vsize=1479756 CPUtime=0
/proc/9195/task/9203/stat : 9203 (java) S 9193 9195 9079 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 191533093 1515270144 10512 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9204] ppid=9193 vsize=1479756 CPUtime=0.57
/proc/9195/task/9204/stat : 9204 (java) S 9193 9195 9079 0 -1 64 1073 0 0 0 57 0 0 0 17 0 13 0 191533093 1515270144 10512 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9205] ppid=9193 vsize=1479756 CPUtime=0.56
/proc/9195/task/9205/stat : 9205 (java) S 9193 9195 9079 0 -1 64 2452 0 0 0 56 0 0 0 16 0 13 0 191533093 1515270144 10512 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9206] ppid=9193 vsize=1479756 CPUtime=0
/proc/9195/task/9206/stat : 9206 (java) S 9193 9195 9079 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 191533094 1515270144 10512 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9207] ppid=9193 vsize=1479756 CPUtime=0
/proc/9195/task/9207/stat : 9207 (java) S 9193 9195 9079 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 191533094 1515270144 10513 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9208] ppid=9193 vsize=1479756 CPUtime=0
/proc/9195/task/9208/stat : 9208 (java) S 9193 9195 9079 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 191533123 1515270144 10514 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 1479756

[startup+3.10262 s]
/proc/loadavg: 0.92 0.97 0.90 2/77 9208
/proc/meminfo: memFree=1763656/2055920 swapFree=4181764/4192956
[pid=9195] ppid=9193 vsize=1479756 CPUtime=4.09
/proc/9195/stat : 9195 (java) S 9193 9195 9079 0 -1 0 36244 0 37 0 388 21 0 0 18 0 13 0 191533074 1515270144 33847 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9195/statm: 369939 33847 1427 9 0 367282 0
[pid=9195/tid=9197] ppid=9193 vsize=1479756 CPUtime=2.72
/proc/9195/task/9197/stat : 9197 (java) R 9193 9195 9079 0 -1 64 30976 0 1 0 255 17 0 0 24 0 13 0 191533081 1515270144 33847 1992294400 134512640 134550932 4294956000 18446744073709551615 4109513663 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9198] ppid=9193 vsize=1479756 CPUtime=0
/proc/9195/task/9198/stat : 9198 (java) S 9193 9195 9079 0 -1 64 384 0 0 0 0 0 0 0 17 0 13 0 191533083 1515270144 33847 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9199] ppid=9193 vsize=1479756 CPUtime=0
/proc/9195/task/9199/stat : 9199 (java) S 9193 9195 9079 0 -1 64 160 0 0 0 0 0 0 0 16 0 13 0 191533083 1515270144 33847 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9200] ppid=9193 vsize=1479756 CPUtime=0
/proc/9195/task/9200/stat : 9200 (java) S 9193 9195 9079 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 191533086 1515270144 33847 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9201] ppid=9193 vsize=1479756 CPUtime=0
/proc/9195/task/9201/stat : 9201 (java) S 9193 9195 9079 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 191533087 1515270144 33847 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9202] ppid=9193 vsize=1479756 CPUtime=0
/proc/9195/task/9202/stat : 9202 (java) S 9193 9195 9079 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 191533087 1515270144 33847 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9203] ppid=9193 vsize=1479756 CPUtime=0
/proc/9195/task/9203/stat : 9203 (java) S 9193 9195 9079 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 191533093 1515270144 33847 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9204] ppid=9193 vsize=1479756 CPUtime=0.72
/proc/9195/task/9204/stat : 9204 (java) S 9193 9195 9079 0 -1 64 1555 0 0 0 72 0 0 0 17 0 13 0 191533093 1515270144 33847 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9205] ppid=9193 vsize=1479756 CPUtime=0.59
/proc/9195/task/9205/stat : 9205 (java) S 9193 9195 9079 0 -1 64 2453 0 0 0 59 0 0 0 16 0 13 0 191533093 1515270144 33847 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9206] ppid=9193 vsize=1479756 CPUtime=0
/proc/9195/task/9206/stat : 9206 (java) S 9193 9195 9079 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 191533094 1515270144 33847 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9207] ppid=9193 vsize=1479756 CPUtime=0
/proc/9195/task/9207/stat : 9207 (java) S 9193 9195 9079 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 191533094 1515270144 33847 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9208] ppid=9193 vsize=1479756 CPUtime=0
/proc/9195/task/9208/stat : 9208 (java) S 9193 9195 9079 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 191533123 1515270144 33847 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 1479756

[startup+6.30282 s]
/proc/loadavg: 0.93 0.97 0.90 2/77 9208
/proc/meminfo: memFree=1715848/2055920 swapFree=4181764/4192956
[pid=9195] ppid=9193 vsize=1479084 CPUtime=7.38
/proc/9195/stat : 9195 (java) S 9193 9195 9079 0 -1 0 37239 0 37 0 716 22 0 0 18 0 13 0 191533074 1514582016 34663 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9195/statm: 369771 34663 1427 9 0 367114 0
[pid=9195/tid=9197] ppid=9193 vsize=1479084 CPUtime=5.84
/proc/9195/task/9197/stat : 9197 (java) R 9193 9195 9079 0 -1 64 30979 0 1 0 567 17 0 0 25 0 13 0 191533081 1514582016 34663 1992294400 134512640 134550932 4294956000 18446744073709551615 4109513663 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9198] ppid=9193 vsize=1479084 CPUtime=0.01
/proc/9195/task/9198/stat : 9198 (java) S 9193 9195 9079 0 -1 64 900 0 0 0 1 0 0 0 16 0 13 0 191533083 1514582016 34663 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9199] ppid=9193 vsize=1479084 CPUtime=0
/proc/9195/task/9199/stat : 9199 (java) S 9193 9195 9079 0 -1 64 626 0 0 0 0 0 0 0 16 0 13 0 191533083 1514582016 34663 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9200] ppid=9193 vsize=1479084 CPUtime=0
/proc/9195/task/9200/stat : 9200 (java) S 9193 9195 9079 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 191533086 1514582016 34663 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9201] ppid=9193 vsize=1479084 CPUtime=0
/proc/9195/task/9201/stat : 9201 (java) S 9193 9195 9079 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 191533087 1514582016 34663 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9202] ppid=9193 vsize=1479084 CPUtime=0
/proc/9195/task/9202/stat : 9202 (java) S 9193 9195 9079 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 191533087 1514582016 34663 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9203] ppid=9193 vsize=1479084 CPUtime=0
/proc/9195/task/9203/stat : 9203 (java) S 9193 9195 9079 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 191533093 1514582016 34663 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9204] ppid=9193 vsize=1479084 CPUtime=0.79
/proc/9195/task/9204/stat : 9204 (java) S 9193 9195 9079 0 -1 64 1560 0 0 0 79 0 0 0 16 0 13 0 191533093 1514582016 34663 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9205] ppid=9193 vsize=1479084 CPUtime=0.66
/proc/9195/task/9205/stat : 9205 (java) S 9193 9195 9079 0 -1 64 2455 0 0 0 66 0 0 0 16 0 13 0 191533093 1514582016 34663 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9206] ppid=9193 vsize=1479084 CPUtime=0
/proc/9195/task/9206/stat : 9206 (java) S 9193 9195 9079 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 191533094 1514582016 34663 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9207] ppid=9193 vsize=1479084 CPUtime=0
/proc/9195/task/9207/stat : 9207 (java) S 9193 9195 9079 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 191533094 1514582016 34663 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9208] ppid=9193 vsize=1479084 CPUtime=0
/proc/9195/task/9208/stat : 9208 (java) S 9193 9195 9079 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 191533123 1514582016 34663 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.38
Current children cumulated vsize (KiB) 1479084

[startup+12.7022 s]
/proc/loadavg: 0.93 0.97 0.90 2/77 9208
/proc/meminfo: memFree=1712720/2055920 swapFree=4181764/4192956
[pid=9195] ppid=9193 vsize=1478544 CPUtime=13.83
/proc/9195/stat : 9195 (java) S 9193 9195 9079 0 -1 0 39143 0 37 0 1360 23 0 0 18 0 13 0 191533074 1514029056 36405 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9195/statm: 369636 36405 1427 9 0 366979 0
[pid=9195/tid=9197] ppid=9193 vsize=1478544 CPUtime=12.2
/proc/9195/task/9197/stat : 9197 (java) R 9193 9195 9079 0 -1 64 30981 0 1 0 1203 17 0 0 25 0 13 0 191533081 1514029056 36405 1992294400 134512640 134550932 4294956000 18446744073709551615 4109467229 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9198] ppid=9193 vsize=1478544 CPUtime=0.04
/proc/9195/task/9198/stat : 9198 (java) S 9193 9195 9079 0 -1 64 1870 0 0 0 4 0 0 0 17 0 13 0 191533083 1514029056 36405 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9199] ppid=9193 vsize=1478544 CPUtime=0.04
/proc/9195/task/9199/stat : 9199 (java) S 9193 9195 9079 0 -1 64 1546 0 0 0 3 1 0 0 16 0 13 0 191533083 1514029056 36405 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9200] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9200/stat : 9200 (java) S 9193 9195 9079 0 -1 64 20 0 0 0 0 0 0 0 17 0 13 0 191533086 1514029056 36405 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9201] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9201/stat : 9201 (java) S 9193 9195 9079 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 191533087 1514029056 36405 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9202] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9202/stat : 9202 (java) S 9193 9195 9079 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 191533087 1514029056 36405 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9203] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9203/stat : 9203 (java) S 9193 9195 9079 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 191533093 1514029056 36405 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9204] ppid=9193 vsize=1478544 CPUtime=0.79
/proc/9195/task/9204/stat : 9204 (java) S 9193 9195 9079 0 -1 64 1560 0 0 0 79 0 0 0 16 0 13 0 191533093 1514029056 36405 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9205] ppid=9193 vsize=1478544 CPUtime=0.69
/proc/9195/task/9205/stat : 9205 (java) S 9193 9195 9079 0 -1 64 2459 0 0 0 69 0 0 0 17 0 13 0 191533093 1514029056 36405 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9206] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9206/stat : 9206 (java) S 9193 9195 9079 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 191533094 1514029056 36405 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9207] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9207/stat : 9207 (java) S 9193 9195 9079 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 191533094 1514029056 36405 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9208] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9208/stat : 9208 (java) S 9193 9195 9079 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 191533123 1514029056 36405 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.83
Current children cumulated vsize (KiB) 1478544

[startup+25.5011 s]
/proc/loadavg: 0.95 0.97 0.91 2/77 9208
/proc/meminfo: memFree=1705040/2055920 swapFree=4181764/4192956
[pid=9195] ppid=9193 vsize=1478544 CPUtime=26.65
/proc/9195/stat : 9195 (java) S 9193 9195 9079 0 -1 0 40171 0 37 0 2641 24 0 0 18 0 13 0 191533074 1514029056 37419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9195/statm: 369636 37419 1427 9 0 366979 0
[pid=9195/tid=9197] ppid=9193 vsize=1478544 CPUtime=24.97
/proc/9195/task/9197/stat : 9197 (java) R 9193 9195 9079 0 -1 64 30982 0 1 0 2480 17 0 0 25 0 13 0 191533081 1514029056 37419 1992294400 134512640 134550932 4294956000 18446744073709551615 4109467204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9198] ppid=9193 vsize=1478544 CPUtime=0.07
/proc/9195/task/9198/stat : 9198 (java) S 9193 9195 9079 0 -1 64 2323 0 0 0 6 1 0 0 16 0 13 0 191533083 1514029056 37419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9199] ppid=9193 vsize=1478544 CPUtime=0.06
/proc/9195/task/9199/stat : 9199 (java) S 9193 9195 9079 0 -1 64 2115 0 0 0 5 1 0 0 17 0 13 0 191533083 1514029056 37419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9200] ppid=9193 vsize=1478544 CPUtime=0

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

[pid=9195] ppid=9193 vsize=1478544 CPUtime=670.42
/proc/9195/stat : 9195 (java) S 9193 9195 9079 0 -1 0 63617 0 37 0 67005 37 0 0 18 0 13 0 191533074 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9195/statm: 369636 60007 1427 9 0 366979 0
[pid=9195/tid=9197] ppid=9193 vsize=1478544 CPUtime=667.44
/proc/9195/task/9197/stat : 9197 (java) R 9193 9195 9079 0 -1 64 31012 0 1 0 66725 19 0 0 25 0 13 0 191533081 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4109513663 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9198] ppid=9193 vsize=1478544 CPUtime=0.65
/proc/9195/task/9198/stat : 9198 (java) S 9193 9195 9079 0 -1 64 13694 0 0 0 59 6 0 0 17 0 13 0 191533083 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9199] ppid=9193 vsize=1478544 CPUtime=0.64
/proc/9195/task/9199/stat : 9199 (java) S 9193 9195 9079 0 -1 64 14155 0 0 0 58 6 0 0 17 0 13 0 191533083 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9200] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9200/stat : 9200 (java) S 9193 9195 9079 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 191533086 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9201] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9201/stat : 9201 (java) S 9193 9195 9079 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 191533087 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9202] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9202/stat : 9202 (java) S 9193 9195 9079 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 191533087 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9203] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9203/stat : 9203 (java) S 9193 9195 9079 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 191533093 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9204] ppid=9193 vsize=1478544 CPUtime=0.8
/proc/9195/task/9204/stat : 9204 (java) S 9193 9195 9079 0 -1 64 1560 0 0 0 80 0 0 0 16 0 13 0 191533093 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9205] ppid=9193 vsize=1478544 CPUtime=0.8
/proc/9195/task/9205/stat : 9205 (java) S 9193 9195 9079 0 -1 64 2461 0 0 0 79 1 0 0 17 0 13 0 191533093 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9206] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9206/stat : 9206 (java) S 9193 9195 9079 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 191533094 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9207] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9207/stat : 9207 (java) S 9193 9195 9079 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 191533094 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9208] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9208/stat : 9208 (java) S 9193 9195 9079 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 191533123 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 670.42
Current children cumulated vsize (KiB) 1478544

[startup+672.003 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 9210
/proc/meminfo: memFree=1613968/2055920 swapFree=4181764/4192956
[pid=9195] ppid=9193 vsize=1478544 CPUtime=673.61
/proc/9195/stat : 9195 (java) S 9193 9195 9079 0 -1 0 63617 0 37 0 67324 37 0 0 18 0 13 0 191533074 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9195/statm: 369636 60007 1427 9 0 366979 0
[pid=9195/tid=9197] ppid=9193 vsize=1478544 CPUtime=670.64
/proc/9195/task/9197/stat : 9197 (java) R 9193 9195 9079 0 -1 64 31012 0 1 0 67045 19 0 0 25 0 13 0 191533081 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4109467225 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9198] ppid=9193 vsize=1478544 CPUtime=0.65
/proc/9195/task/9198/stat : 9198 (java) S 9193 9195 9079 0 -1 64 13694 0 0 0 59 6 0 0 17 0 13 0 191533083 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9199] ppid=9193 vsize=1478544 CPUtime=0.64
/proc/9195/task/9199/stat : 9199 (java) S 9193 9195 9079 0 -1 64 14155 0 0 0 58 6 0 0 17 0 13 0 191533083 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9200] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9200/stat : 9200 (java) S 9193 9195 9079 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 191533086 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9201] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9201/stat : 9201 (java) S 9193 9195 9079 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 191533087 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9202] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9202/stat : 9202 (java) S 9193 9195 9079 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 191533087 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9203] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9203/stat : 9203 (java) S 9193 9195 9079 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 191533093 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9204] ppid=9193 vsize=1478544 CPUtime=0.8
/proc/9195/task/9204/stat : 9204 (java) S 9193 9195 9079 0 -1 64 1560 0 0 0 80 0 0 0 16 0 13 0 191533093 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9205] ppid=9193 vsize=1478544 CPUtime=0.8
/proc/9195/task/9205/stat : 9205 (java) S 9193 9195 9079 0 -1 64 2461 0 0 0 79 1 0 0 17 0 13 0 191533093 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9206] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9206/stat : 9206 (java) S 9193 9195 9079 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 191533094 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9207] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9207/stat : 9207 (java) S 9193 9195 9079 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 191533094 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9208] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9208/stat : 9208 (java) S 9193 9195 9079 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 191533123 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 673.61
Current children cumulated vsize (KiB) 1478544

[startup+673.603 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 9210
/proc/meminfo: memFree=1613968/2055920 swapFree=4181764/4192956
[pid=9195] ppid=9193 vsize=1478544 CPUtime=675.21
/proc/9195/stat : 9195 (java) S 9193 9195 9079 0 -1 0 63617 0 37 0 67484 37 0 0 18 0 13 0 191533074 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9195/statm: 369636 60007 1427 9 0 366979 0
[pid=9195/tid=9197] ppid=9193 vsize=1478544 CPUtime=672.24
/proc/9195/task/9197/stat : 9197 (java) R 9193 9195 9079 0 -1 64 31012 0 1 0 67205 19 0 0 25 0 13 0 191533081 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4109466260 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9198] ppid=9193 vsize=1478544 CPUtime=0.65
/proc/9195/task/9198/stat : 9198 (java) S 9193 9195 9079 0 -1 64 13694 0 0 0 59 6 0 0 17 0 13 0 191533083 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9199] ppid=9193 vsize=1478544 CPUtime=0.64
/proc/9195/task/9199/stat : 9199 (java) S 9193 9195 9079 0 -1 64 14155 0 0 0 58 6 0 0 17 0 13 0 191533083 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9200] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9200/stat : 9200 (java) S 9193 9195 9079 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 191533086 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9201] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9201/stat : 9201 (java) S 9193 9195 9079 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 191533087 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9202] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9202/stat : 9202 (java) S 9193 9195 9079 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 191533087 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9203] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9203/stat : 9203 (java) S 9193 9195 9079 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 191533093 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9204] ppid=9193 vsize=1478544 CPUtime=0.8
/proc/9195/task/9204/stat : 9204 (java) S 9193 9195 9079 0 -1 64 1560 0 0 0 80 0 0 0 16 0 13 0 191533093 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9205] ppid=9193 vsize=1478544 CPUtime=0.8
/proc/9195/task/9205/stat : 9205 (java) S 9193 9195 9079 0 -1 64 2461 0 0 0 79 1 0 0 17 0 13 0 191533093 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9206] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9206/stat : 9206 (java) S 9193 9195 9079 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 191533094 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9207] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9207/stat : 9207 (java) S 9193 9195 9079 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 191533094 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9208] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9208/stat : 9208 (java) S 9193 9195 9079 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 191533123 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 675.21
Current children cumulated vsize (KiB) 1478544

[startup+674.003 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 9210
/proc/meminfo: memFree=1613968/2055920 swapFree=4181764/4192956
[pid=9195] ppid=9193 vsize=1478544 CPUtime=675.61
/proc/9195/stat : 9195 (java) S 9193 9195 9079 0 -1 0 63617 0 37 0 67524 37 0 0 18 0 13 0 191533074 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9195/statm: 369636 60007 1427 9 0 366979 0
[pid=9195/tid=9197] ppid=9193 vsize=1478544 CPUtime=672.64
/proc/9195/task/9197/stat : 9197 (java) R 9193 9195 9079 0 -1 64 31012 0 1 0 67245 19 0 0 25 0 13 0 191533081 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4109513663 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9198] ppid=9193 vsize=1478544 CPUtime=0.65
/proc/9195/task/9198/stat : 9198 (java) S 9193 9195 9079 0 -1 64 13694 0 0 0 59 6 0 0 17 0 13 0 191533083 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9199] ppid=9193 vsize=1478544 CPUtime=0.64
/proc/9195/task/9199/stat : 9199 (java) S 9193 9195 9079 0 -1 64 14155 0 0 0 58 6 0 0 17 0 13 0 191533083 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9200] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9200/stat : 9200 (java) S 9193 9195 9079 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 191533086 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9201] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9201/stat : 9201 (java) S 9193 9195 9079 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 191533087 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9202] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9202/stat : 9202 (java) S 9193 9195 9079 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 191533087 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9203] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9203/stat : 9203 (java) S 9193 9195 9079 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 191533093 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9204] ppid=9193 vsize=1478544 CPUtime=0.8
/proc/9195/task/9204/stat : 9204 (java) S 9193 9195 9079 0 -1 64 1560 0 0 0 80 0 0 0 16 0 13 0 191533093 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9205] ppid=9193 vsize=1478544 CPUtime=0.8
/proc/9195/task/9205/stat : 9205 (java) S 9193 9195 9079 0 -1 64 2461 0 0 0 79 1 0 0 17 0 13 0 191533093 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9206] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9206/stat : 9206 (java) S 9193 9195 9079 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 191533094 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9207] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9207/stat : 9207 (java) S 9193 9195 9079 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 191533094 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9208] ppid=9193 vsize=1478544 CPUtime=0
/proc/9195/task/9208/stat : 9208 (java) S 9193 9195 9079 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 191533123 1514029056 60007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 675.61
Current children cumulated vsize (KiB) 1478544

[startup+674.406 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 9210
/proc/meminfo: memFree=1613968/2055920 swapFree=4181764/4192956
[pid=9195] ppid=9193 vsize=1478868 CPUtime=676.01
/proc/9195/stat : 9195 (java) S 9193 9195 9079 0 -1 0 63627 0 37 0 67564 37 0 0 18 0 14 0 191533074 1514360832 60017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9195/statm: 369717 60017 1427 9 0 367060 0
[pid=9195/tid=9197] ppid=9193 vsize=1478868 CPUtime=673.03
/proc/9195/task/9197/stat : 9197 (java) S 9193 9195 9079 0 -1 64 31015 0 1 0 67284 19 0 0 25 0 14 0 191533081 1514360832 60017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9198] ppid=9193 vsize=1478868 CPUtime=0.65
/proc/9195/task/9198/stat : 9198 (java) S 9193 9195 9079 0 -1 64 13694 0 0 0 59 6 0 0 17 0 14 0 191533083 1514360832 60017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9199] ppid=9193 vsize=1478868 CPUtime=0.64
/proc/9195/task/9199/stat : 9199 (java) S 9193 9195 9079 0 -1 64 14155 0 0 0 58 6 0 0 17 0 14 0 191533083 1514360832 60017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9200] ppid=9193 vsize=1478868 CPUtime=0
/proc/9195/task/9200/stat : 9200 (java) S 9193 9195 9079 0 -1 64 28 0 0 0 0 0 0 0 16 0 14 0 191533086 1514360832 60017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9201] ppid=9193 vsize=1478868 CPUtime=0
/proc/9195/task/9201/stat : 9201 (java) S 9193 9195 9079 0 -1 64 10 0 0 0 0 0 0 0 17 0 14 0 191533087 1514360832 60017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9202] ppid=9193 vsize=1478868 CPUtime=0
/proc/9195/task/9202/stat : 9202 (java) S 9193 9195 9079 0 -1 64 7 0 0 0 0 0 0 0 17 0 14 0 191533087 1514360832 60017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9203] ppid=9193 vsize=1478868 CPUtime=0
/proc/9195/task/9203/stat : 9203 (java) S 9193 9195 9079 0 -1 64 1 0 0 0 0 0 0 0 20 0 14 0 191533093 1514360832 60017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9204] ppid=9193 vsize=1478868 CPUtime=0.8
/proc/9195/task/9204/stat : 9204 (java) S 9193 9195 9079 0 -1 64 1560 0 0 0 80 0 0 0 16 0 14 0 191533093 1514360832 60017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9205] ppid=9193 vsize=1478868 CPUtime=0.8
/proc/9195/task/9205/stat : 9205 (java) S 9193 9195 9079 0 -1 64 2461 0 0 0 79 1 0 0 17 0 14 0 191533093 1514360832 60017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9206] ppid=9193 vsize=1478868 CPUtime=0
/proc/9195/task/9206/stat : 9206 (java) S 9193 9195 9079 0 -1 64 0 0 0 0 0 0 0 0 21 0 14 0 191533094 1514360832 60017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9195/tid=9207] ppid=9193 vsize=1478868 CPUtime=0
/proc/9195/task/9207/stat : 9207 (java) S 9193 9195 9079 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 191533094 1514360832 60017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9195/tid=9208] ppid=9193 vsize=1478868 CPUtime=0
/proc/9195/task/9208/stat : 9208 (java) S 9193 9195 9079 0 -1 64 4 0 0 0 0 0 0 0 19 0 14 0 191533123 1514360832 60017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 676.01
Current children cumulated vsize (KiB) 1478868

[startup+674.502 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 9210
/proc/meminfo: memFree=1613968/2055920 swapFree=4181764/4192956
[pid=9195] ppid=9193 vsize=0 CPUtime=676.11
/proc/9195/stat : 9195 (java) Z 9193 9195 9079 0 -1 1036 63637 0 37 0 67573 38 0 0 16 0 2 0 191533074 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9195/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 676.11
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 674.536
CPU time (s): 676.149
CPU user time (s): 675.733
CPU system time (s): 0.415936
CPU usage (%): 100.239
Max. virtual memory (cumulated for all children) (KiB): 1480296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 675.733
system time used= 0.415936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63637
page faults= 37
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14740
involuntary context switches= 12771

runsolver used 0.887865 second user time and 1.58476 second system time

The end

Launcher Data

Begin job on node22 at 2009-06-17 13:48:47
IDJOB=1883980
IDBENCH=2594
IDSOLVER=681
FILE ID=node22/1883980-1245239327
PBS_JOBID= 9372316
Free space on /tmp= 66116 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-clauses-11-10.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-1883980-1245239327/watcher-1883980-1245239327 -o /tmp/evaluation-result-1883980-1245239327/solver-1883980-1245239327 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1883980-1245239327.opb

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

MD5SUM BENCH= 5f6dec86c5ff7bb6eb57b379c0139788
RANDOM SEED=857252795

node22.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.231
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.231
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:       1859216 kB
Buffers:         27244 kB
Cached:          97624 kB
SwapCached:       5488 kB
Active:          11428 kB
Inactive:       121280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1859216 kB
SwapTotal:     4192956 kB
SwapFree:      4181764 kB
Dirty:             296 kB
Writeback:           0 kB
Mapped:          13016 kB
Slab:            50040 kB
Committed_AS:   176916 kB
PageTables:       1372 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= 66116 MiB
End job on node22 at 2009-06-17 14:00:01