Trace number 1855288

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 727.433 711.612

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-unbounded.Ic22arity.ucl.opb
MD5SUM2b5564b5f03b34138f988fcf164c2fb6
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 benchmark32.599
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables87751
Total number of constraints254772
Number of constraints which are clauses247060
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints7712
Minimum length of a constraint1
Maximum length of a constraint15
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
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.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c MiniSAT restarts strategy
0.23/0.21	c Memory based learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-1855288-1244871373.opb
0.23/0.21	c reading problem ... 
5.47/4.67	c ... done. Wall clock time 4.464s.
5.47/4.67	c #vars     87751
5.47/4.67	c #constraints  254772
5.47/4.67	c constraints type 
5.47/4.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 165974
5.47/4.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 81085
5.47/4.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7712
727.23/711.49	c starts		: 12
727.23/711.49	c conflicts		: 18557
727.23/711.49	c decisions		: 33632
727.23/711.49	c propagations		: 70898587
727.23/711.49	c inspects		: 496097410
727.23/711.49	c learnt literals	: 12
727.23/711.49	c learnt binary clauses	: 54
727.23/711.49	c learnt ternary clauses	: 37
727.23/711.49	c learnt clauses	: 18544
727.23/711.49	c ignored clauses	: 0
727.23/711.49	c root simplifications	: 0
727.23/711.49	c removed literals (reason simplification)	: 0
727.23/711.49	c reason swapping (by a shorter reason)	: 0
727.23/711.49	c Calls to reduceDB	: 0
727.23/711.49	c speed (assignments/second)	: 100306.14072567067
727.23/711.49	c non guided choices	4994
727.33/711.52	c learnt constraints type 
727.33/711.52	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 780
727.33/711.52	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 54
727.33/711.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17710
727.33/711.52	c constraints type 
727.33/711.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 165974
727.33/711.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 81085
727.33/711.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7712
727.33/711.52	s UNSATISFIABLE
727.33/711.52	c Total wall clock time (in seconds): 711.315

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12635
/proc/meminfo: memFree=1317216/2055920 swapFree=4192812/4192956
[pid=12635] ppid=12633 vsize=18576 CPUtime=0
/proc/12635/stat : 12635 (runsolver) R 12633 12635 11827 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 154737466 19021824 284 1992294400 4194304 4302564 548682068416 18446744073709551615 255236566311 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/12635/statm: 4644 284 249 26 0 2626 0

[startup+0.039623 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12635
/proc/meminfo: memFree=1317216/2055920 swapFree=4192812/4192956
[pid=12635] ppid=12633 vsize=1468752 CPUtime=0.02
/proc/12635/stat : 12635 (java) S 12633 12635 11827 0 -1 0 2961 0 1 0 1 1 0 0 20 0 4 0 154737466 1504002048 2708 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 367188 2708 938 9 0 364539 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1468752

[startup+0.10264 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12635
/proc/meminfo: memFree=1317216/2055920 swapFree=4192812/4192956
[pid=12635] ppid=12633 vsize=1472584 CPUtime=0.08
/proc/12635/stat : 12635 (java) S 12633 12635 11827 0 -1 0 3599 0 1 0 6 2 0 0 20 0 12 0 154737466 1507926016 3342 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 368146 3342 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.302662 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12635
/proc/meminfo: memFree=1317216/2055920 swapFree=4192812/4192956
[pid=12635] ppid=12633 vsize=1475196 CPUtime=0.37
/proc/12635/stat : 12635 (java) S 12633 12635 11827 0 -1 0 5500 0 1 0 34 3 0 0 20 0 12 0 154737466 1510600704 5237 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 368799 5237 1356 9 0 366142 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1475196

[startup+0.702708 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12635
/proc/meminfo: memFree=1317216/2055920 swapFree=4192812/4192956
[pid=12635] ppid=12633 vsize=1475724 CPUtime=1.03
/proc/12635/stat : 12635 (java) S 12633 12635 11827 0 -1 0 7470 0 1 0 98 5 0 0 20 0 12 0 154737466 1511141376 6921 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 368931 6921 1397 9 0 366274 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1475724

[startup+1.50278 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 12647
/proc/meminfo: memFree=1282752/2055920 swapFree=4192812/4192956
[pid=12635] ppid=12633 vsize=1476052 CPUtime=2.01
/proc/12635/stat : 12635 (java) S 12633 12635 11827 0 -1 0 21069 0 1 0 190 11 0 0 20 0 12 0 154737466 1511477248 20465 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 369013 20466 1401 9 0 366356 0
[pid=12635/tid=12637] ppid=12633 vsize=1476052 CPUtime=1.25
/proc/12635/task/12637/stat : 12637 (java) R 12633 12635 11827 0 -1 64 18876 0 1 0 116 9 0 0 20 0 12 0 154737467 1511477248 20467 1992294400 134512640 134550932 4294956000 18446744073709551615 4109477620 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12638] ppid=12633 vsize=1476052 CPUtime=0
/proc/12635/task/12638/stat : 12638 (java) S 12633 12635 11827 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 154737469 1511477248 20468 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12639] ppid=12633 vsize=1476052 CPUtime=0
/proc/12635/task/12639/stat : 12639 (java) S 12633 12635 11827 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 154737469 1511477248 20469 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12640] ppid=12633 vsize=1476052 CPUtime=0
/proc/12635/task/12640/stat : 12640 (java) S 12633 12635 11827 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 154737471 1511477248 20470 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12641] ppid=12633 vsize=1476052 CPUtime=0
/proc/12635/task/12641/stat : 12641 (java) S 12633 12635 11827 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 154737471 1511477248 20471 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12642] ppid=12633 vsize=1476052 CPUtime=0
/proc/12635/task/12642/stat : 12642 (java) S 12633 12635 11827 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 154737471 1511477248 20472 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12643] ppid=12633 vsize=1476052 CPUtime=0
/proc/12635/task/12643/stat : 12643 (java) S 12633 12635 11827 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 154737475 1511477248 20473 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12644] ppid=12633 vsize=1476052 CPUtime=0.32
/proc/12635/task/12644/stat : 12644 (java) S 12633 12635 11827 0 -1 64 546 0 0 0 32 0 0 0 16 0 12 0 154737475 1511477248 20474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12645] ppid=12633 vsize=1476052 CPUtime=0.4
/proc/12635/task/12645/stat : 12645 (java) S 12633 12635 11827 0 -1 64 908 0 0 0 40 0 0 0 16 0 12 0 154737475 1511477248 20475 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12646] ppid=12633 vsize=1476052 CPUtime=0
/proc/12635/task/12646/stat : 12646 (java) S 12633 12635 11827 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 154737475 1511477248 20476 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12647] ppid=12633 vsize=1476052 CPUtime=0
/proc/12635/task/12647/stat : 12647 (java) S 12633 12635 11827 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 154737475 1511477248 20477 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1476052

[startup+3.10197 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 12647
/proc/meminfo: memFree=1182336/2055920 swapFree=4192812/4192956
[pid=12635] ppid=12633 vsize=1476052 CPUtime=3.74
/proc/12635/stat : 12635 (java) S 12633 12635 11827 0 -1 0 39654 0 1 0 355 19 0 0 20 0 12 0 154737466 1511477248 39015 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 369013 39016 1411 9 0 366356 0
[pid=12635/tid=12637] ppid=12633 vsize=1476052 CPUtime=2.71
/proc/12635/task/12637/stat : 12637 (java) S 12633 12635 11827 0 -1 64 30930 0 1 0 257 14 0 0 25 0 12 0 154737467 1511477248 39017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12638] ppid=12633 vsize=1476052 CPUtime=0.12
/proc/12635/task/12638/stat : 12638 (java) R 12633 12635 11827 0 -1 64 3400 0 0 0 11 1 0 0 17 0 12 0 154737469 1511477248 39018 1992294400 134512640 134550932 4294956000 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12639] ppid=12633 vsize=1476052 CPUtime=0.12
/proc/12635/task/12639/stat : 12639 (java) R 12633 12635 11827 0 -1 64 3122 0 0 0 11 1 0 0 17 0 12 0 154737469 1511477248 39019 1992294400 134512640 134550932 4294956000 18446744073709551615 106194296 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12640] ppid=12633 vsize=1476052 CPUtime=0
/proc/12635/task/12640/stat : 12640 (java) S 12633 12635 11827 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 154737471 1511477248 39020 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12641] ppid=12633 vsize=1476052 CPUtime=0
/proc/12635/task/12641/stat : 12641 (java) S 12633 12635 11827 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 154737471 1511477248 39021 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12642] ppid=12633 vsize=1476052 CPUtime=0
/proc/12635/task/12642/stat : 12642 (java) S 12633 12635 11827 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 154737471 1511477248 39021 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12643] ppid=12633 vsize=1476052 CPUtime=0
/proc/12635/task/12643/stat : 12643 (java) S 12633 12635 11827 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 154737475 1511477248 39023 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12644] ppid=12633 vsize=1476052 CPUtime=0.32
/proc/12635/task/12644/stat : 12644 (java) S 12633 12635 11827 0 -1 64 546 0 0 0 32 0 0 0 16 0 12 0 154737475 1511477248 39023 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12645] ppid=12633 vsize=1476052 CPUtime=0.4
/proc/12635/task/12645/stat : 12645 (java) S 12633 12635 11827 0 -1 64 908 0 0 0 40 0 0 0 16 0 12 0 154737475 1511477248 39024 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12646] ppid=12633 vsize=1476052 CPUtime=0
/proc/12635/task/12646/stat : 12646 (java) S 12633 12635 11827 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 154737475 1511477248 39025 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12647] ppid=12633 vsize=1476052 CPUtime=0
/proc/12635/task/12647/stat : 12647 (java) S 12633 12635 11827 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 154737475 1511477248 39026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 1476052

[startup+6.30231 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12648
/proc/meminfo: memFree=1146296/2055920 swapFree=4192812/4192956
[pid=12635] ppid=12633 vsize=1481968 CPUtime=8.21
/proc/12635/stat : 12635 (java) S 12633 12635 11827 0 -1 0 51675 0 1 0 796 25 0 0 20 0 13 0 154737466 1517535232 47881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 370492 47881 1429 9 0 367835 0
[pid=12635/tid=12637] ppid=12633 vsize=1481968 CPUtime=5.23
/proc/12635/task/12637/stat : 12637 (java) S 12633 12635 11827 0 -1 64 30987 0 1 0 509 14 0 0 20 0 13 0 154737467 1517535232 47881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12638] ppid=12633 vsize=1481968 CPUtime=0.41
/proc/12635/task/12638/stat : 12638 (java) R 12633 12635 11827 0 -1 64 7522 0 0 0 38 3 0 0 16 0 13 0 154737469 1517535232 47881 1992294400 134512640 134550932 4294956000 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12639] ppid=12633 vsize=1481968 CPUtime=0.42
/proc/12635/task/12639/stat : 12639 (java) R 12633 12635 11827 0 -1 64 6955 0 0 0 39 3 0 0 16 0 13 0 154737469 1517535232 47881 1992294400 134512640 134550932 4294956000 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12640] ppid=12633 vsize=1481968 CPUtime=0
/proc/12635/task/12640/stat : 12640 (java) S 12633 12635 11827 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 154737471 1517535232 47881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12641] ppid=12633 vsize=1481968 CPUtime=0
/proc/12635/task/12641/stat : 12641 (java) S 12633 12635 11827 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154737471 1517535232 47881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12642] ppid=12633 vsize=1481968 CPUtime=0
/proc/12635/task/12642/stat : 12642 (java) S 12633 12635 11827 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154737471 1517535232 47881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12643] ppid=12633 vsize=1481968 CPUtime=0
/proc/12635/task/12643/stat : 12643 (java) S 12633 12635 11827 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154737475 1517535232 47881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12644] ppid=12633 vsize=1481968 CPUtime=0.93
/proc/12635/task/12644/stat : 12644 (java) S 12633 12635 11827 0 -1 64 2394 0 0 0 92 1 0 0 16 0 13 0 154737475 1517535232 47881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12645] ppid=12633 vsize=1481968 CPUtime=1.17
/proc/12635/task/12645/stat : 12645 (java) S 12633 12635 11827 0 -1 64 3051 0 0 0 116 1 0 0 16 0 13 0 154737475 1517535232 47881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12646] ppid=12633 vsize=1481968 CPUtime=0
/proc/12635/task/12646/stat : 12646 (java) S 12633 12635 11827 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154737475 1517535232 47881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12647] ppid=12633 vsize=1481968 CPUtime=0
/proc/12635/task/12647/stat : 12647 (java) S 12633 12635 11827 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154737475 1517535232 47881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12648] ppid=12633 vsize=1481968 CPUtime=0
/proc/12635/task/12648/stat : 12648 (java) S 12633 12635 11827 0 -1 64 6 0 0 0 0 0 0 0 22 0 13 0 154737943 1517535232 47881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.21
Current children cumulated vsize (KiB) 1481968

[startup+12.7022 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12648
/proc/meminfo: memFree=1100792/2055920 swapFree=4192812/4192956
[pid=12635] ppid=12633 vsize=1488308 CPUtime=16.02
/proc/12635/stat : 12635 (java) S 12633 12635 11827 0 -1 0 63876 0 1 0 1570 32 0 0 20 0 13 0 154737466 1524027392 55352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 372077 55352 1434 9 0 369420 0
[pid=12635/tid=12637] ppid=12633 vsize=1488308 CPUtime=10.93
/proc/12635/task/12637/stat : 12637 (java) R 12633 12635 11827 0 -1 64 31007 0 1 0 1079 14 0 0 25 0 13 0 154737467 1524027392 55352 1992294400 134512640 134550932 4294956000 18446744073709551615 4110071872 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12638] ppid=12633 vsize=1488308 CPUtime=0.85
/proc/12635/task/12638/stat : 12638 (java) S 12633 12635 11827 0 -1 64 10924 0 0 0 80 5 0 0 16 0 13 0 154737469 1524027392 55352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12639] ppid=12633 vsize=1488308 CPUtime=0.86
/proc/12635/task/12639/stat : 12639 (java) S 12633 12635 11827 0 -1 64 9635 0 0 0 81 5 0 0 16 0 13 0 154737469 1524027392 55352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12640] ppid=12633 vsize=1488308 CPUtime=0.01
/proc/12635/task/12640/stat : 12640 (java) S 12633 12635 11827 0 -1 64 20 0 0 0 1 0 0 0 16 0 13 0 154737471 1524027392 55352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12641] ppid=12633 vsize=1488308 CPUtime=0
/proc/12635/task/12641/stat : 12641 (java) S 12633 12635 11827 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154737471 1524027392 55352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12642] ppid=12633 vsize=1488308 CPUtime=0
/proc/12635/task/12642/stat : 12642 (java) S 12633 12635 11827 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154737471 1524027392 55352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12643] ppid=12633 vsize=1488308 CPUtime=0
/proc/12635/task/12643/stat : 12643 (java) S 12633 12635 11827 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154737475 1524027392 55352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12644] ppid=12633 vsize=1488308 CPUtime=1.24
/proc/12635/task/12644/stat : 12644 (java) S 12633 12635 11827 0 -1 64 3993 0 0 0 122 2 0 0 16 0 13 0 154737475 1524027392 55352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12645] ppid=12633 vsize=1488308 CPUtime=2.06
/proc/12635/task/12645/stat : 12645 (java) S 12633 12635 11827 0 -1 64 7551 0 0 0 203 3 0 0 17 0 13 0 154737475 1524027392 55352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12646] ppid=12633 vsize=1488308 CPUtime=0
/proc/12635/task/12646/stat : 12646 (java) S 12633 12635 11827 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154737475 1524027392 55352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12647] ppid=12633 vsize=1488308 CPUtime=0
/proc/12635/task/12647/stat : 12647 (java) S 12633 12635 11827 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154737475 1524027392 55352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12648] ppid=12633 vsize=1488308 CPUtime=0
/proc/12635/task/12648/stat : 12648 (java) S 12633 12635 11827 0 -1 64 6 0 0 0 0 0 0 0 22 0 13 0 154737943 1524027392 55352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.02
Current children cumulated vsize (KiB) 1488308

[startup+25.5026 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12648
/proc/meminfo: memFree=1102776/2055920 swapFree=4192812/4192956
[pid=12635] ppid=12633 vsize=1482164 CPUtime=29.13
/proc/12635/stat : 12635 (java) S 12633 12635 11827 0 -1 0 64806 0 1 0 2879 34 0 0 20 0 13 0 154737466 1517735936 54803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 370541 54803 1434 9 0 367884 0
[pid=12635/tid=12637] ppid=12633 vsize=1482164 CPUtime=23.45
/proc/12635/task/12637/stat : 12637 (java) R 12633 12635 11827 0 -1 64 31028 0 1 0 2330 15 0 0 25 0 13 0 154737467 1517735936 54803 1992294400 134512640 134550932 4294956000 18446744073709551615 4109906818 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12638] ppid=12633 vsize=1482164 CPUtime=1.11
/proc/12635/task/12638/stat : 12638 (java) S 12633 12635 11827 0 -1 64 11435 0 0 0 105 6 0 0 16 0 13 0 154737469 1517735936 54803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12639] ppid=12633 vsize=1482164 CPUtime=1.12
/proc/12635/task/12639/stat : 12639 (java) S 12633 12635 11827 0 -1 64 10033 0 0 0 107 5 0 0 16 0 13 0 154737469 1517735936 54803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12640] ppid=12633 vsize=1482164 CPUtime=0.01
/proc/12635/task/12640/stat : 12640 (java) S 12633 12635 11827 0 -1 64 20 0 0 0 1 0 0 0 16 0 13 0 154737471 1517735936 54803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12641] ppid=12633 vsize=1482164 CPUtime=0
/proc/12635/task/12641/stat : 12641 (java) S 12633 12635 11827 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154737471 1517735936 54803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12642] ppid=12633 vsize=1482164 CPUtime=0

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

[pid=12635] ppid=12633 vsize=1482164 CPUtime=722.83
/proc/12635/stat : 12635 (java) S 12633 12635 11827 0 -1 0 83617 0 1 0 72205 78 0 0 20 0 13 0 154737466 1517735936 72821 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 370541 72821 1438 9 0 367884 0
[pid=12635/tid=12637] ppid=12633 vsize=1482164 CPUtime=692.14
/proc/12635/task/12637/stat : 12637 (java) R 12633 12635 11827 0 -1 64 31588 0 1 0 69196 18 0 0 24 0 13 0 154737467 1517735936 72821 1992294400 134512640 134550932 4294956000 18446744073709551615 4109670903 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12638] ppid=12633 vsize=1482164 CPUtime=13.49
/proc/12635/task/12638/stat : 12638 (java) S 12633 12635 11827 0 -1 64 20720 0 0 0 1325 24 0 0 16 0 13 0 154737469 1517735936 72821 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12639] ppid=12633 vsize=1482164 CPUtime=13.47
/proc/12635/task/12639/stat : 12639 (java) S 12633 12635 11827 0 -1 64 18991 0 0 0 1324 23 0 0 16 0 13 0 154737469 1517735936 72821 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12640] ppid=12633 vsize=1482164 CPUtime=0.14
/proc/12635/task/12640/stat : 12640 (java) S 12633 12635 11827 0 -1 64 21 0 0 0 9 5 0 0 15 0 13 0 154737471 1517735936 72821 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12641] ppid=12633 vsize=1482164 CPUtime=0
/proc/12635/task/12641/stat : 12641 (java) S 12633 12635 11827 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154737471 1517735936 72821 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12642] ppid=12633 vsize=1482164 CPUtime=0
/proc/12635/task/12642/stat : 12642 (java) S 12633 12635 11827 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154737471 1517735936 72821 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12643] ppid=12633 vsize=1482164 CPUtime=0
/proc/12635/task/12643/stat : 12643 (java) S 12633 12635 11827 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154737475 1517735936 72821 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12644] ppid=12633 vsize=1482164 CPUtime=1.24
/proc/12635/task/12644/stat : 12644 (java) S 12633 12635 11827 0 -1 64 3993 0 0 0 122 2 0 0 16 0 13 0 154737475 1517735936 72821 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12645] ppid=12633 vsize=1482164 CPUtime=2.28
/proc/12635/task/12645/stat : 12645 (java) S 12633 12635 11827 0 -1 64 7558 0 0 0 225 3 0 0 17 0 13 0 154737475 1517735936 72821 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12646] ppid=12633 vsize=1482164 CPUtime=0
/proc/12635/task/12646/stat : 12646 (java) S 12633 12635 11827 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154737475 1517735936 72821 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12647] ppid=12633 vsize=1482164 CPUtime=0
/proc/12635/task/12647/stat : 12647 (java) S 12633 12635 11827 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154737475 1517735936 72821 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12648] ppid=12633 vsize=1482164 CPUtime=0
/proc/12635/task/12648/stat : 12648 (java) S 12633 12635 11827 0 -1 64 6 0 0 0 0 0 0 0 22 0 13 0 154737943 1517735936 72821 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 722.83
Current children cumulated vsize (KiB) 1482164

[startup+708.703 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12648
/proc/meminfo: memFree=1029944/2055920 swapFree=4192812/4192956
[pid=12635] ppid=12633 vsize=1482164 CPUtime=724.47
/proc/12635/stat : 12635 (java) S 12633 12635 11827 0 -1 0 83901 0 1 0 72369 78 0 0 20 0 13 0 154737466 1517735936 73103 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 370541 73103 1438 9 0 367884 0
[pid=12635/tid=12637] ppid=12633 vsize=1482164 CPUtime=693.7
/proc/12635/task/12637/stat : 12637 (java) R 12633 12635 11827 0 -1 64 31590 0 1 0 69351 19 0 0 17 0 13 0 154737467 1517735936 73103 1992294400 134512640 134550932 4294956000 18446744073709551615 4109844016 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12638] ppid=12633 vsize=1482164 CPUtime=13.54
/proc/12635/task/12638/stat : 12638 (java) S 12633 12635 11827 0 -1 64 20951 0 0 0 1330 24 0 0 16 0 13 0 154737469 1517735936 73103 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12639] ppid=12633 vsize=1482164 CPUtime=13.52
/proc/12635/task/12639/stat : 12639 (java) S 12633 12635 11827 0 -1 64 19042 0 0 0 1329 23 0 0 16 0 13 0 154737469 1517735936 73103 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12640] ppid=12633 vsize=1482164 CPUtime=0.14
/proc/12635/task/12640/stat : 12640 (java) S 12633 12635 11827 0 -1 64 21 0 0 0 9 5 0 0 15 0 13 0 154737471 1517735936 73103 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12641] ppid=12633 vsize=1482164 CPUtime=0
/proc/12635/task/12641/stat : 12641 (java) S 12633 12635 11827 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154737471 1517735936 73103 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12642] ppid=12633 vsize=1482164 CPUtime=0
/proc/12635/task/12642/stat : 12642 (java) S 12633 12635 11827 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154737471 1517735936 73103 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12643] ppid=12633 vsize=1482164 CPUtime=0
/proc/12635/task/12643/stat : 12643 (java) S 12633 12635 11827 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154737475 1517735936 73103 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12644] ppid=12633 vsize=1482164 CPUtime=1.24
/proc/12635/task/12644/stat : 12644 (java) S 12633 12635 11827 0 -1 64 3993 0 0 0 122 2 0 0 16 0 13 0 154737475 1517735936 73103 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12645] ppid=12633 vsize=1482164 CPUtime=2.28
/proc/12635/task/12645/stat : 12645 (java) S 12633 12635 11827 0 -1 64 7558 0 0 0 225 3 0 0 17 0 13 0 154737475 1517735936 73103 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12646] ppid=12633 vsize=1482164 CPUtime=0
/proc/12635/task/12646/stat : 12646 (java) S 12633 12635 11827 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154737475 1517735936 73103 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12647] ppid=12633 vsize=1482164 CPUtime=0
/proc/12635/task/12647/stat : 12647 (java) S 12633 12635 11827 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154737475 1517735936 73103 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12648] ppid=12633 vsize=1482164 CPUtime=0
/proc/12635/task/12648/stat : 12648 (java) S 12633 12635 11827 0 -1 64 6 0 0 0 0 0 0 0 22 0 13 0 154737943 1517735936 73103 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 724.47
Current children cumulated vsize (KiB) 1482164

[startup+710.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12648
/proc/meminfo: memFree=1029048/2055920 swapFree=4192812/4192956
[pid=12635] ppid=12633 vsize=1482164 CPUtime=726.1
/proc/12635/stat : 12635 (java) S 12633 12635 11827 0 -1 0 84134 0 1 0 72532 78 0 0 20 0 13 0 154737466 1517735936 73335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 370541 73335 1438 9 0 367884 0
[pid=12635/tid=12637] ppid=12633 vsize=1482164 CPUtime=695.27
/proc/12635/task/12637/stat : 12637 (java) R 12633 12635 11827 0 -1 64 31591 0 1 0 69508 19 0 0 19 0 13 0 154737467 1517735936 73335 1992294400 134512640 134550932 4294956000 18446744073709551615 4109779688 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12638] ppid=12633 vsize=1482164 CPUtime=13.56
/proc/12635/task/12638/stat : 12638 (java) S 12633 12635 11827 0 -1 64 21160 0 0 0 1332 24 0 0 17 0 13 0 154737469 1517735936 73335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12639] ppid=12633 vsize=1482164 CPUtime=13.55
/proc/12635/task/12639/stat : 12639 (java) S 12633 12635 11827 0 -1 64 19065 0 0 0 1332 23 0 0 17 0 13 0 154737469 1517735936 73335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12640] ppid=12633 vsize=1482164 CPUtime=0.14
/proc/12635/task/12640/stat : 12640 (java) S 12633 12635 11827 0 -1 64 21 0 0 0 9 5 0 0 15 0 13 0 154737471 1517735936 73335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12641] ppid=12633 vsize=1482164 CPUtime=0
/proc/12635/task/12641/stat : 12641 (java) S 12633 12635 11827 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154737471 1517735936 73335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12642] ppid=12633 vsize=1482164 CPUtime=0
/proc/12635/task/12642/stat : 12642 (java) S 12633 12635 11827 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154737471 1517735936 73335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12643] ppid=12633 vsize=1482164 CPUtime=0
/proc/12635/task/12643/stat : 12643 (java) S 12633 12635 11827 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154737475 1517735936 73335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12644] ppid=12633 vsize=1482164 CPUtime=1.24
/proc/12635/task/12644/stat : 12644 (java) S 12633 12635 11827 0 -1 64 3993 0 0 0 122 2 0 0 16 0 13 0 154737475 1517735936 73335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12645] ppid=12633 vsize=1482164 CPUtime=2.28
/proc/12635/task/12645/stat : 12645 (java) S 12633 12635 11827 0 -1 64 7558 0 0 0 225 3 0 0 17 0 13 0 154737475 1517735936 73335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12646] ppid=12633 vsize=1482164 CPUtime=0
/proc/12635/task/12646/stat : 12646 (java) S 12633 12635 11827 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154737475 1517735936 73335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12647] ppid=12633 vsize=1482164 CPUtime=0
/proc/12635/task/12647/stat : 12647 (java) S 12633 12635 11827 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154737475 1517735936 73335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12648] ppid=12633 vsize=1482164 CPUtime=0
/proc/12635/task/12648/stat : 12648 (java) S 12633 12635 11827 0 -1 64 6 0 0 0 0 0 0 0 22 0 13 0 154737943 1517735936 73335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 726.1
Current children cumulated vsize (KiB) 1482164

[startup+711.103 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12648
/proc/meminfo: memFree=1028152/2055920 swapFree=4192812/4192956
[pid=12635] ppid=12633 vsize=1482164 CPUtime=726.9
/proc/12635/stat : 12635 (java) S 12633 12635 11827 0 -1 0 84134 0 1 0 72612 78 0 0 20 0 13 0 154737466 1517735936 73335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 370541 73335 1438 9 0 367884 0
[pid=12635/tid=12637] ppid=12633 vsize=1482164 CPUtime=696.07
/proc/12635/task/12637/stat : 12637 (java) R 12633 12635 11827 0 -1 64 31591 0 1 0 69588 19 0 0 25 0 13 0 154737467 1517735936 73335 1992294400 134512640 134550932 4294956000 18446744073709551615 4109853625 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12638] ppid=12633 vsize=1482164 CPUtime=13.56
/proc/12635/task/12638/stat : 12638 (java) S 12633 12635 11827 0 -1 64 21160 0 0 0 1332 24 0 0 17 0 13 0 154737469 1517735936 73335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12639] ppid=12633 vsize=1482164 CPUtime=13.55
/proc/12635/task/12639/stat : 12639 (java) S 12633 12635 11827 0 -1 64 19065 0 0 0 1332 23 0 0 17 0 13 0 154737469 1517735936 73335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12640] ppid=12633 vsize=1482164 CPUtime=0.14
/proc/12635/task/12640/stat : 12640 (java) S 12633 12635 11827 0 -1 64 21 0 0 0 9 5 0 0 16 0 13 0 154737471 1517735936 73335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12641] ppid=12633 vsize=1482164 CPUtime=0
/proc/12635/task/12641/stat : 12641 (java) S 12633 12635 11827 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154737471 1517735936 73335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12642] ppid=12633 vsize=1482164 CPUtime=0
/proc/12635/task/12642/stat : 12642 (java) S 12633 12635 11827 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154737471 1517735936 73335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12643] ppid=12633 vsize=1482164 CPUtime=0
/proc/12635/task/12643/stat : 12643 (java) S 12633 12635 11827 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154737475 1517735936 73335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12644] ppid=12633 vsize=1482164 CPUtime=1.24
/proc/12635/task/12644/stat : 12644 (java) S 12633 12635 11827 0 -1 64 3993 0 0 0 122 2 0 0 16 0 13 0 154737475 1517735936 73335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12645] ppid=12633 vsize=1482164 CPUtime=2.28
/proc/12635/task/12645/stat : 12645 (java) S 12633 12635 11827 0 -1 64 7558 0 0 0 225 3 0 0 17 0 13 0 154737475 1517735936 73335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12646] ppid=12633 vsize=1482164 CPUtime=0
/proc/12635/task/12646/stat : 12646 (java) S 12633 12635 11827 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154737475 1517735936 73335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12647] ppid=12633 vsize=1482164 CPUtime=0
/proc/12635/task/12647/stat : 12647 (java) S 12633 12635 11827 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154737475 1517735936 73335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12648] ppid=12633 vsize=1482164 CPUtime=0
/proc/12635/task/12648/stat : 12648 (java) S 12633 12635 11827 0 -1 64 6 0 0 0 0 0 0 0 22 0 13 0 154737943 1517735936 73335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 726.9
Current children cumulated vsize (KiB) 1482164

[startup+711.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12648
/proc/meminfo: memFree=1028152/2055920 swapFree=4192812/4192956
[pid=12635] ppid=12633 vsize=1482488 CPUtime=727.33
/proc/12635/stat : 12635 (java) S 12633 12635 11827 0 -1 0 84204 0 1 0 72654 79 0 0 20 0 14 0 154737466 1518067712 73404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 370622 73404 1438 9 0 367965 0
[pid=12635/tid=12637] ppid=12633 vsize=1482488 CPUtime=696.43
/proc/12635/task/12637/stat : 12637 (java) S 12633 12635 11827 0 -1 64 31595 0 1 0 69624 19 0 0 19 0 14 0 154737467 1518067712 73404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12638] ppid=12633 vsize=1482488 CPUtime=13.59
/proc/12635/task/12638/stat : 12638 (java) S 12633 12635 11827 0 -1 64 21186 0 0 0 1335 24 0 0 16 0 14 0 154737469 1518067712 73404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12639] ppid=12633 vsize=1482488 CPUtime=13.58
/proc/12635/task/12639/stat : 12639 (java) S 12633 12635 11827 0 -1 64 19098 0 0 0 1335 23 0 0 16 0 14 0 154737469 1518067712 73404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12640] ppid=12633 vsize=1482488 CPUtime=0.14
/proc/12635/task/12640/stat : 12640 (java) S 12633 12635 11827 0 -1 64 21 0 0 0 9 5 0 0 15 0 14 0 154737471 1518067712 73404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12641] ppid=12633 vsize=1482488 CPUtime=0
/proc/12635/task/12641/stat : 12641 (java) S 12633 12635 11827 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 154737471 1518067712 73404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12642] ppid=12633 vsize=1482488 CPUtime=0
/proc/12635/task/12642/stat : 12642 (java) S 12633 12635 11827 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 154737471 1518067712 73404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12643] ppid=12633 vsize=1482488 CPUtime=0
/proc/12635/task/12643/stat : 12643 (java) S 12633 12635 11827 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 154737475 1518067712 73404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12644] ppid=12633 vsize=1482488 CPUtime=1.24
/proc/12635/task/12644/stat : 12644 (java) S 12633 12635 11827 0 -1 64 3993 0 0 0 122 2 0 0 16 0 14 0 154737475 1518067712 73404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12645] ppid=12633 vsize=1482488 CPUtime=2.28
/proc/12635/task/12645/stat : 12645 (java) S 12633 12635 11827 0 -1 64 7558 0 0 0 225 3 0 0 17 0 14 0 154737475 1518067712 73404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12646] ppid=12633 vsize=1482488 CPUtime=0
/proc/12635/task/12646/stat : 12646 (java) S 12633 12635 11827 0 -1 64 0 0 0 0 0 0 0 0 25 0 14 0 154737475 1518067712 73404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12647] ppid=12633 vsize=1482488 CPUtime=0
/proc/12635/task/12647/stat : 12647 (java) S 12633 12635 11827 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 154737475 1518067712 73404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12635/tid=12648] ppid=12633 vsize=1482488 CPUtime=0
/proc/12635/task/12648/stat : 12648 (java) S 12633 12635 11827 0 -1 64 6 0 0 0 0 0 0 0 22 0 14 0 154737943 1518067712 73404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 727.33
Current children cumulated vsize (KiB) 1482488

[startup+711.602 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12649
/proc/meminfo: memFree=1275640/2055920 swapFree=4192812/4192956
[pid=12635] ppid=12633 vsize=0 CPUtime=727.42
/proc/12635/stat : 12635 (java) R 12633 12635 11827 0 -1 1028 84208 0 1 0 72659 83 0 0 17 0 1 0 154737466 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 0 0 0 17 1 0 0
/proc/12635/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 727.42
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 711.612
CPU time (s): 727.433
CPU user time (s): 726.595
CPU system time (s): 0.838872
CPU usage (%): 102.223
Max. virtual memory (cumulated for all children) (KiB): 1491304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 726.595
system time used= 0.838872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84208
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= 20954
involuntary context switches= 16818

runsolver used 0.748886 second user time and 1.9617 second system time

The end

Launcher Data

Begin job on node19 at 2009-06-13 07:36:14
IDJOB=1855288
IDBENCH=1495
IDSOLVER=681
FILE ID=node19/1855288-1244871373
PBS_JOBID= 9354329
Free space on /tmp= 66276 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache-ibm-q-unbounded.Ic22arity.ucl.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-1855288-1244871373/watcher-1855288-1244871373 -o /tmp/evaluation-result-1855288-1244871373/solver-1855288-1244871373 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855288-1244871373.opb

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

MD5SUM BENCH= 2b5564b5f03b34138f988fcf164c2fb6
RANDOM SEED=2053969856

node19.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:       1317632 kB
Buffers:         50616 kB
Cached:         600688 kB
SwapCached:          0 kB
Active:          54620 kB
Inactive:       610692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1317632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8828 kB
Writeback:           0 kB
Mapped:          23756 kB
Slab:            58920 kB
Committed_AS:   150400 kB
PageTables:       1456 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= 66276 MiB
End job on node19 at 2009-06-13 07:48:05