Trace number 2661057

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 PB CuttingPlanes 2.2.0 2010-05-26UNSAT 25.8521 23.2276

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.rf9.ucl.opb
MD5SUM4d33d3f14b2660aefc9b3a640617db34
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 benchmark2.47362
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables11476
Total number of constraints33090
Number of constraints which are clauses32382
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints708
Minimum length of a constraint1
Maximum length of a constraint11
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.14	c version 2.2.0.v20100526
0.08/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.14	c java.vm.version	11.2-b01
0.08/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version		1.6.0_12
0.08/0.14	c os.name		Linux
0.08/0.14	c os.version		2.6.18-164.el5
0.08/0.14	c os.arch		i386
0.08/0.14	c Free memory 		1393557488
0.08/0.14	c Max memory 		1395916800
0.08/0.14	c Total memory 		1395916800
0.08/0.14	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2661057-1276333504.opb
0.24/0.21	c reading problem ... 
1.97/1.41	c ... done. Wall clock time 1.206s.
1.97/1.41	c #vars     11476
1.97/1.41	c #constraints  33090
1.97/1.41	c constraints type 
1.97/1.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 21916
1.97/1.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10465
1.97/1.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 708
25.76/23.15	c starts		: 18
25.76/23.15	c conflicts		: 4246
25.76/23.15	c decisions		: 8520
25.76/23.15	c propagations		: 4391606
25.76/23.15	c inspects		: 20248710
25.76/23.15	c learnt literals	: 4
25.76/23.15	c learnt binary clauses	: 43
25.76/23.15	c learnt ternary clauses	: 52
25.76/23.15	c learnt clauses	: 4241
25.76/23.15	c ignored clauses	: 0
25.76/23.15	c root simplifications	: 0
25.76/23.15	c removed literals (reason simplification)	: 0
25.76/23.15	c reason swapping (by a shorter reason)	: 0
25.76/23.15	c Calls to reduceDB	: 0
25.76/23.15	c number of reductions to clauses (during analyze)	: 0
25.76/23.15	c number of learned constraints concerned by reduction	: 0
25.76/23.15	c number of learning phase by resolution	: 0
25.76/23.15	c number of learning phase by cutting planes	: 0
25.76/23.15	c speed (assignments/second)	: 202005.79576816928
25.76/23.15	c non guided choices	404
25.76/23.16	c learnt constraints type 
25.76/23.16	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3528
25.76/23.16	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 43
25.76/23.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 670
25.76/23.16	c constraints type 
25.76/23.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 21916
25.76/23.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10465
25.76/23.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 708
25.76/23.16	s UNSATISFIABLE
25.76/23.16	c Total wall clock time (in seconds): 22.954

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-2661057-1276333504/watcher-2661057-1276333504 -o /tmp/evaluation-result-2661057-1276333504/solver-2661057-1276333504 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661057-1276333504.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.94 0.97 1.04 3/107 9933
/proc/meminfo: memFree=1748480/2059040 swapFree=4192956/4192956
[pid=9933] ppid=9931 vsize=13164 CPUtime=0
/proc/9933/stat : 9933 (java) R 9931 9933 8203 0 -1 4194304 509 0 0 0 0 0 0 0 16 0 1 0 7006121 13479936 211 1992294400 134512640 134550932 4292884352 18446744073709551615 8361605 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9933/statm: 3291 216 140 10 0 1121 0

[startup+0.049166 s]
/proc/loadavg: 0.94 0.97 1.04 3/107 9933
/proc/meminfo: memFree=1748480/2059040 swapFree=4192956/4192956
[pid=9933] ppid=9931 vsize=1522688 CPUtime=0.04
/proc/9933/stat : 9933 (java) S 9931 9933 8203 0 -1 4202496 3563 0 1 0 2 2 0 0 16 0 7 0 7006121 1559232512 3003 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/9933/statm: 380672 3003 1011 10 0 377982 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1522688

[startup+0.10117 s]
/proc/loadavg: 0.94 0.97 1.04 3/107 9933
/proc/meminfo: memFree=1748480/2059040 swapFree=4192956/4192956
[pid=9933] ppid=9931 vsize=1525208 CPUtime=0.08
/proc/9933/stat : 9933 (java) S 9931 9933 8203 0 -1 4202496 4006 0 1 0 6 2 0 0 16 0 12 0 7006121 1561812992 3444 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9933/statm: 381302 3444 1078 10 0 378604 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1525208

[startup+0.301187 s]
/proc/loadavg: 0.94 0.97 1.04 3/107 9933
/proc/meminfo: memFree=1748480/2059040 swapFree=4192956/4192956
[pid=9933] ppid=9931 vsize=1526444 CPUtime=0.36
/proc/9933/stat : 9933 (java) S 9931 9933 8203 0 -1 4202496 5408 0 1 0 33 3 0 0 16 0 12 0 7006121 1563078656 4844 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9933/statm: 381611 4844 1362 10 0 378913 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526444

[startup+0.701222 s]
/proc/loadavg: 0.94 0.97 1.04 3/107 9933
/proc/meminfo: memFree=1748480/2059040 swapFree=4192956/4192956
[pid=9933] ppid=9931 vsize=1528296 CPUtime=1.01
/proc/9933/stat : 9933 (java) S 9931 9933 8203 0 -1 4202496 7343 0 1 0 97 4 0 0 16 0 12 0 7006121 1564975104 6583 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9933/statm: 382074 6583 1403 10 0 379376 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1528296

[startup+1.5023 s]
/proc/loadavg: 0.94 0.97 1.04 4/119 9945
/proc/meminfo: memFree=1716952/2059040 swapFree=4192956/4192956
[pid=9933] ppid=9931 vsize=1528924 CPUtime=2.15
/proc/9933/stat : 9933 (java) S 9931 9933 8203 0 -1 4202496 19650 0 1 0 204 11 0 0 16 0 13 0 7006121 1565618176 18555 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9933/statm: 382231 18555 1421 10 0 379533 0
[pid=9933/tid=9935] ppid=9931 vsize=1528924 CPUtime=1.23
/proc/9933/task/9935/stat : 9935 (java) R 9931 9933 8203 0 -1 4202560 16811 0 1 0 114 9 0 0 25 0 13 0 7006122 1565618176 18555 1992294400 134512640 134550932 4292884352 18446744073709551615 4109224136 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9933/tid=9936] ppid=9931 vsize=1528924 CPUtime=0
/proc/9933/task/9936/stat : 9936 (java) S 9931 9933 8203 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 13 0 7006124 1565618176 18555 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 1 0 0 0
[pid=9933/tid=9937] ppid=9931 vsize=1528924 CPUtime=0
/proc/9933/task/9937/stat : 9937 (java) S 9931 9933 8203 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 7006124 1565618176 18555 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 1 0 0 0
[pid=9933/tid=9938] ppid=9931 vsize=1528924 CPUtime=0
/proc/9933/task/9938/stat : 9938 (java) S 9931 9933 8203 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 7006125 1565618176 18555 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 0 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9939] ppid=9931 vsize=1528924 CPUtime=0
/proc/9933/task/9939/stat : 9939 (java) S 9931 9933 8203 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 13 0 7006126 1565618176 18555 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9940] ppid=9931 vsize=1528924 CPUtime=0
/proc/9933/task/9940/stat : 9940 (java) S 9931 9933 8203 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 7006126 1565618176 18555 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9941] ppid=9931 vsize=1528924 CPUtime=0
/proc/9933/task/9941/stat : 9941 (java) S 9931 9933 8203 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 7006130 1565618176 18555 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9942] ppid=9931 vsize=1528924 CPUtime=0.41
/proc/9933/task/9942/stat : 9942 (java) R 9931 9933 8203 0 -1 4202560 782 0 0 0 41 0 0 0 17 0 13 0 7006130 1565618176 18555 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9933/tid=9943] ppid=9931 vsize=1528924 CPUtime=0.48
/proc/9933/task/9943/stat : 9943 (java) R 9931 9933 8203 0 -1 4202560 985 0 0 0 48 0 0 0 15 0 13 0 7006130 1565618176 18555 1992294400 134512640 134550932 4292884352 18446744073709551615 103335040 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9933/tid=9944] ppid=9931 vsize=1528924 CPUtime=0
/proc/9933/task/9944/stat : 9944 (java) S 9931 9933 8203 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 7006130 1565618176 18555 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9945] ppid=9931 vsize=1528924 CPUtime=0
/proc/9933/task/9945/stat : 9945 (java) S 9931 9933 8203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7006130 1565618176 18555 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 1528924

[startup+3.10245 s]
/proc/loadavg: 1.03 0.99 1.05 2/120 9946
/proc/meminfo: memFree=1665732/2059040 swapFree=4192956/4192956
[pid=9933] ppid=9931 vsize=1534748 CPUtime=4.79
/proc/9933/stat : 9933 (java) S 9931 9933 8203 0 -1 4202496 38164 0 1 0 461 18 0 0 16 0 13 0 7006121 1571581952 36462 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9933/statm: 383687 36462 1435 10 0 380989 0
[pid=9933/tid=9935] ppid=9931 vsize=1534748 CPUtime=2.3
/proc/9933/task/9935/stat : 9935 (java) R 9931 9933 8203 0 -1 4202560 32020 0 1 0 215 15 0 0 25 0 13 0 7006122 1571581952 36462 1992294400 134512640 134550932 4292884352 18446744073709551615 4110010895 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9933/tid=9936] ppid=9931 vsize=1534748 CPUtime=0.02
/proc/9933/task/9936/stat : 9936 (java) S 9931 9933 8203 0 -1 4202560 513 0 0 0 2 0 0 0 16 0 13 0 7006124 1571581952 36462 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 1 0 0 0
[pid=9933/tid=9937] ppid=9931 vsize=1534748 CPUtime=0.02
/proc/9933/task/9937/stat : 9937 (java) S 9931 9933 8203 0 -1 4202560 695 0 0 0 2 0 0 0 18 0 13 0 7006124 1571581952 36462 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9938] ppid=9931 vsize=1534748 CPUtime=0
/proc/9933/task/9938/stat : 9938 (java) S 9931 9933 8203 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 13 0 7006125 1571581952 36462 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 0 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9939] ppid=9931 vsize=1534748 CPUtime=0
/proc/9933/task/9939/stat : 9939 (java) S 9931 9933 8203 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 7006126 1571581952 36462 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9940] ppid=9931 vsize=1534748 CPUtime=0
/proc/9933/task/9940/stat : 9940 (java) S 9931 9933 8203 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7006126 1571581952 36462 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9941] ppid=9931 vsize=1534748 CPUtime=0
/proc/9933/task/9941/stat : 9941 (java) S 9931 9933 8203 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 7006130 1571581952 36462 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9942] ppid=9931 vsize=1534748 CPUtime=1.05
/proc/9933/task/9942/stat : 9942 (java) S 9931 9933 8203 0 -1 4202560 2272 0 0 0 105 0 0 0 15 0 13 0 7006130 1571581952 36462 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9943] ppid=9931 vsize=1534748 CPUtime=1.34
/proc/9933/task/9943/stat : 9943 (java) R 9931 9933 8203 0 -1 4202560 1587 0 0 0 134 0 0 0 15 0 13 0 7006130 1571581952 36462 1992294400 134512640 134550932 4292884352 18446744073709551615 104144516 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9933/tid=9944] ppid=9931 vsize=1534748 CPUtime=0
/proc/9933/task/9944/stat : 9944 (java) S 9931 9933 8203 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 7006130 1571581952 36462 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9945] ppid=9931 vsize=1534748 CPUtime=0
/proc/9933/task/9945/stat : 9945 (java) S 9931 9933 8203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7006130 1571581952 36462 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 1 0 0 0
[pid=9933/tid=9946] ppid=9931 vsize=1534748 CPUtime=0
/proc/9933/task/9946/stat : 9946 (java) S 9931 9933 8203 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7006266 1571581952 36462 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 1534748

[startup+6.30173 s]
/proc/loadavg: 1.03 0.99 1.05 2/120 9946
/proc/meminfo: memFree=1597284/2059040 swapFree=4192956/4192956
[pid=9933] ppid=9931 vsize=1537924 CPUtime=8.64
/proc/9933/stat : 9933 (java) S 9931 9933 8203 0 -1 4202496 42947 0 1 0 844 20 0 0 16 0 13 0 7006121 1574834176 39037 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9933/statm: 384481 39037 1435 10 0 381783 0
[pid=9933/tid=9935] ppid=9931 vsize=1537924 CPUtime=5.29
/proc/9933/task/9935/stat : 9935 (java) R 9931 9933 8203 0 -1 4202560 32071 0 1 0 513 16 0 0 25 0 13 0 7006122 1574834176 39037 1992294400 134512640 134550932 4292884352 18446744073709551615 4109784997 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9933/tid=9936] ppid=9931 vsize=1537924 CPUtime=0.05
/proc/9933/task/9936/stat : 9936 (java) S 9931 9933 8203 0 -1 4202560 1155 0 0 0 5 0 0 0 16 0 13 0 7006124 1574834176 39037 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 1 0 0 0
[pid=9933/tid=9937] ppid=9931 vsize=1537924 CPUtime=0.05
/proc/9933/task/9937/stat : 9937 (java) S 9931 9933 8203 0 -1 4202560 1601 0 0 0 5 0 0 0 18 0 13 0 7006124 1574834176 39037 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9938] ppid=9931 vsize=1537924 CPUtime=0
/proc/9933/task/9938/stat : 9938 (java) S 9931 9933 8203 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 13 0 7006125 1574834176 39037 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 0 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9939] ppid=9931 vsize=1537924 CPUtime=0
/proc/9933/task/9939/stat : 9939 (java) S 9931 9933 8203 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 7006126 1574834176 39037 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9940] ppid=9931 vsize=1537924 CPUtime=0
/proc/9933/task/9940/stat : 9940 (java) S 9931 9933 8203 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7006126 1574834176 39037 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9941] ppid=9931 vsize=1537924 CPUtime=0
/proc/9933/task/9941/stat : 9941 (java) S 9931 9933 8203 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 7006130 1574834176 39037 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9942] ppid=9931 vsize=1537924 CPUtime=1.61
/proc/9933/task/9942/stat : 9942 (java) S 9931 9933 8203 0 -1 4202560 4991 0 0 0 160 1 0 0 15 0 13 0 7006130 1574834176 39037 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9943] ppid=9931 vsize=1537924 CPUtime=1.57
/proc/9933/task/9943/stat : 9943 (java) S 9931 9933 8203 0 -1 4202560 2044 0 0 0 157 0 0 0 15 0 13 0 7006130 1574834176 39037 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 1 0 0 0
[pid=9933/tid=9944] ppid=9931 vsize=1537924 CPUtime=0
/proc/9933/task/9944/stat : 9944 (java) S 9931 9933 8203 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 7006130 1574834176 39037 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9945] ppid=9931 vsize=1537924 CPUtime=0
/proc/9933/task/9945/stat : 9945 (java) S 9931 9933 8203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7006130 1574834176 39037 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 1 0 0 0
[pid=9933/tid=9946] ppid=9931 vsize=1537924 CPUtime=0
/proc/9933/task/9946/stat : 9946 (java) S 9931 9933 8203 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7006266 1574834176 39037 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.64
Current children cumulated vsize (KiB) 1537924

[startup+12.7013 s]
/proc/loadavg: 1.02 0.99 1.05 2/120 9946
/proc/meminfo: memFree=1568152/2059040 swapFree=4192956/4192956
[pid=9933] ppid=9931 vsize=1537924 CPUtime=15.15
/proc/9933/stat : 9933 (java) S 9931 9933 8203 0 -1 4202496 50430 0 1 0 1491 24 0 0 16 0 13 0 7006121 1574834176 46353 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9933/statm: 384481 46353 1435 10 0 381783 0
[pid=9933/tid=9935] ppid=9931 vsize=1537924 CPUtime=11.56
/proc/9933/task/9935/stat : 9935 (java) R 9931 9933 8203 0 -1 4202560 35378 0 1 0 1139 17 0 0 25 0 13 0 7006122 1574834176 46353 1992294400 134512640 134550932 4292884352 18446744073709551615 4109771677 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9933/tid=9936] ppid=9931 vsize=1537924 CPUtime=0.16
/proc/9933/task/9936/stat : 9936 (java) S 9931 9933 8203 0 -1 4202560 2804 0 0 0 15 1 0 0 16 0 13 0 7006124 1574834176 46353 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 1 0 0 0
[pid=9933/tid=9937] ppid=9931 vsize=1537924 CPUtime=0.15
/proc/9933/task/9937/stat : 9937 (java) S 9931 9933 8203 0 -1 4202560 4116 0 0 0 14 1 0 0 18 0 13 0 7006124 1574834176 46353 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9938] ppid=9931 vsize=1537924 CPUtime=0
/proc/9933/task/9938/stat : 9938 (java) S 9931 9933 8203 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 7006125 1574834176 46353 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 0 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9939] ppid=9931 vsize=1537924 CPUtime=0
/proc/9933/task/9939/stat : 9939 (java) S 9931 9933 8203 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 7006126 1574834176 46353 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9940] ppid=9931 vsize=1537924 CPUtime=0
/proc/9933/task/9940/stat : 9940 (java) S 9931 9933 8203 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7006126 1574834176 46353 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9941] ppid=9931 vsize=1537924 CPUtime=0
/proc/9933/task/9941/stat : 9941 (java) S 9931 9933 8203 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 7006130 1574834176 46353 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9942] ppid=9931 vsize=1537924 CPUtime=1.61
/proc/9933/task/9942/stat : 9942 (java) S 9931 9933 8203 0 -1 4202560 4991 0 0 0 160 1 0 0 15 0 13 0 7006130 1574834176 46353 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9943] ppid=9931 vsize=1537924 CPUtime=1.59
/proc/9933/task/9943/stat : 9943 (java) S 9931 9933 8203 0 -1 4202560 2044 0 0 0 159 0 0 0 15 0 13 0 7006130 1574834176 46353 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 1 0 0 0
[pid=9933/tid=9944] ppid=9931 vsize=1537924 CPUtime=0
/proc/9933/task/9944/stat : 9944 (java) S 9931 9933 8203 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 7006130 1574834176 46353 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9945] ppid=9931 vsize=1537924 CPUtime=0
/proc/9933/task/9945/stat : 9945 (java) S 9931 9933 8203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7006130 1574834176 46353 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 1 0 0 0
[pid=9933/tid=9946] ppid=9931 vsize=1537924 CPUtime=0
/proc/9933/task/9946/stat : 9946 (java) S 9931 9933 8203 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7006266 1574834176 46353 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.15
Current children cumulated vsize (KiB) 1537924

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

[startup+19.1019 s]
/proc/loadavg: 1.02 0.99 1.05 2/120 9946
/proc/meminfo: memFree=1567036/2059040 swapFree=4192956/4192956
[pid=9933] ppid=9931 vsize=1534092 CPUtime=21.66
/proc/9933/stat : 9933 (java) S 9931 9933 8203 0 -1 4202496 51607 0 1 0 2142 24 0 0 16 0 13 0 7006121 1570910208 46528 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9933/statm: 383523 46528 1439 10 0 380825 0
[pid=9933/tid=9935] ppid=9931 vsize=1534092 CPUtime=17.91
/proc/9933/task/9935/stat : 9935 (java) R 9931 9933 8203 0 -1 4202560 35385 0 1 0 1774 17 0 0 25 0 13 0 7006122 1570910208 46528 1992294400 134512640 134550932 4292884352 18446744073709551615 4109879213 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9933/tid=9936] ppid=9931 vsize=1534092 CPUtime=0.2
/proc/9933/task/9936/stat : 9936 (java) S 9931 9933 8203 0 -1 4202560 3369 0 0 0 19 1 0 0 15 0 13 0 7006124 1570910208 46528 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 1 0 0 0
[pid=9933/tid=9937] ppid=9931 vsize=1534092 CPUtime=0.19
/proc/9933/task/9937/stat : 9937 (java) S 9931 9933 8203 0 -1 4202560 4717 0 0 0 18 1 0 0 18 0 13 0 7006124 1570910208 46528 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9938] ppid=9931 vsize=1534092 CPUtime=0

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

/proc/9933/task/9945/stat : 9945 (java) S 9931 9933 8203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7006130 1570910208 46528 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 1 0 0 0
[pid=9933/tid=9946] ppid=9931 vsize=1534092 CPUtime=0
/proc/9933/task/9946/stat : 9946 (java) S 9931 9933 8203 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7006266 1570910208 46528 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.66
Current children cumulated vsize (KiB) 1534092

[startup+20.701 s]
/proc/loadavg: 1.02 0.99 1.05 2/120 9946
/proc/meminfo: memFree=1566292/2059040 swapFree=4192956/4192956
[pid=9933] ppid=9931 vsize=1534092 CPUtime=23.26
/proc/9933/stat : 9933 (java) S 9931 9933 8203 0 -1 4202496 51762 0 1 0 2302 24 0 0 16 0 13 0 7006121 1570910208 46669 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9933/statm: 383523 46669 1439 10 0 380825 0
[pid=9933/tid=9935] ppid=9931 vsize=1534092 CPUtime=19.5
/proc/9933/task/9935/stat : 9935 (java) R 9931 9933 8203 0 -1 4202560 35386 0 1 0 1933 17 0 0 25 0 13 0 7006122 1570910208 46669 1992294400 134512640 134550932 4292884352 18446744073709551615 4109826759 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9933/tid=9936] ppid=9931 vsize=1534092 CPUtime=0.2
/proc/9933/task/9936/stat : 9936 (java) S 9931 9933 8203 0 -1 4202560 3463 0 0 0 19 1 0 0 16 0 13 0 7006124 1570910208 46669 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 1 0 0 0
[pid=9933/tid=9937] ppid=9931 vsize=1534092 CPUtime=0.2
/proc/9933/task/9937/stat : 9937 (java) S 9931 9933 8203 0 -1 4202560 4777 0 0 0 19 1 0 0 18 0 13 0 7006124 1570910208 46669 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9938] ppid=9931 vsize=1534092 CPUtime=0
/proc/9933/task/9938/stat : 9938 (java) S 9931 9933 8203 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 7006125 1570910208 46669 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 0 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9939] ppid=9931 vsize=1534092 CPUtime=0
/proc/9933/task/9939/stat : 9939 (java) S 9931 9933 8203 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 7006126 1570910208 46669 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9940] ppid=9931 vsize=1534092 CPUtime=0
/proc/9933/task/9940/stat : 9940 (java) S 9931 9933 8203 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7006126 1570910208 46669 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9941] ppid=9931 vsize=1534092 CPUtime=0
/proc/9933/task/9941/stat : 9941 (java) S 9931 9933 8203 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 7006130 1570910208 46669 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9942] ppid=9931 vsize=1534092 CPUtime=1.68
/proc/9933/task/9942/stat : 9942 (java) S 9931 9933 8203 0 -1 4202560 4995 0 0 0 167 1 0 0 15 0 13 0 7006130 1570910208 46669 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9943] ppid=9931 vsize=1534092 CPUtime=1.61
/proc/9933/task/9943/stat : 9943 (java) S 9931 9933 8203 0 -1 4202560 2044 0 0 0 161 0 0 0 15 0 13 0 7006130 1570910208 46669 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 1 0 0 0
[pid=9933/tid=9944] ppid=9931 vsize=1534092 CPUtime=0
/proc/9933/task/9944/stat : 9944 (java) S 9931 9933 8203 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 7006130 1570910208 46669 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9945] ppid=9931 vsize=1534092 CPUtime=0
/proc/9933/task/9945/stat : 9945 (java) S 9931 9933 8203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7006130 1570910208 46669 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 1 0 0 0
[pid=9933/tid=9946] ppid=9931 vsize=1534092 CPUtime=0
/proc/9933/task/9946/stat : 9946 (java) S 9931 9933 8203 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7006266 1570910208 46669 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.26
Current children cumulated vsize (KiB) 1534092

[startup+22.3012 s]
/proc/loadavg: 1.02 0.99 1.04 2/120 9946
/proc/meminfo: memFree=1565796/2059040 swapFree=4192956/4192956
[pid=9933] ppid=9931 vsize=1534092 CPUtime=24.96
/proc/9933/stat : 9933 (java) S 9931 9933 8203 0 -1 4202496 52181 0 1 0 2472 24 0 0 16 0 13 0 7006121 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9933/statm: 383523 47056 1440 10 0 380825 0
[pid=9933/tid=9935] ppid=9931 vsize=1534092 CPUtime=21.08
/proc/9933/task/9935/stat : 9935 (java) R 9931 9933 8203 0 -1 4202560 35388 0 1 0 2091 17 0 0 25 0 13 0 7006122 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4109747213 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9933/tid=9936] ppid=9931 vsize=1534092 CPUtime=0.22
/proc/9933/task/9936/stat : 9936 (java) S 9931 9933 8203 0 -1 4202560 3657 0 0 0 21 1 0 0 16 0 13 0 7006124 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 1 0 0 0
[pid=9933/tid=9937] ppid=9931 vsize=1534092 CPUtime=0.21
/proc/9933/task/9937/stat : 9937 (java) S 9931 9933 8203 0 -1 4202560 4999 0 0 0 20 1 0 0 18 0 13 0 7006124 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9938] ppid=9931 vsize=1534092 CPUtime=0.01
/proc/9933/task/9938/stat : 9938 (java) S 9931 9933 8203 0 -1 4202560 29 0 0 0 1 0 0 0 15 0 13 0 7006125 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 0 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9939] ppid=9931 vsize=1534092 CPUtime=0
/proc/9933/task/9939/stat : 9939 (java) S 9931 9933 8203 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 7006126 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9940] ppid=9931 vsize=1534092 CPUtime=0
/proc/9933/task/9940/stat : 9940 (java) S 9931 9933 8203 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7006126 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9941] ppid=9931 vsize=1534092 CPUtime=0
/proc/9933/task/9941/stat : 9941 (java) S 9931 9933 8203 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 7006130 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9942] ppid=9931 vsize=1534092 CPUtime=1.76
/proc/9933/task/9942/stat : 9942 (java) S 9931 9933 8203 0 -1 4202560 4996 0 0 0 175 1 0 0 16 0 13 0 7006130 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9943] ppid=9931 vsize=1534092 CPUtime=1.61
/proc/9933/task/9943/stat : 9943 (java) S 9931 9933 8203 0 -1 4202560 2044 0 0 0 161 0 0 0 15 0 13 0 7006130 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 1 0 0 0
[pid=9933/tid=9944] ppid=9931 vsize=1534092 CPUtime=0
/proc/9933/task/9944/stat : 9944 (java) S 9931 9933 8203 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 7006130 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9945] ppid=9931 vsize=1534092 CPUtime=0
/proc/9933/task/9945/stat : 9945 (java) S 9931 9933 8203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7006130 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 1 0 0 0
[pid=9933/tid=9946] ppid=9931 vsize=1534092 CPUtime=0
/proc/9933/task/9946/stat : 9946 (java) S 9931 9933 8203 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7006266 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 1534092

[startup+22.7012 s]
/proc/loadavg: 1.02 0.99 1.04 2/120 9946
/proc/meminfo: memFree=1565796/2059040 swapFree=4192956/4192956
[pid=9933] ppid=9931 vsize=1534092 CPUtime=25.36
/proc/9933/stat : 9933 (java) S 9931 9933 8203 0 -1 4202496 52181 0 1 0 2512 24 0 0 16 0 13 0 7006121 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9933/statm: 383523 47056 1440 10 0 380825 0
[pid=9933/tid=9935] ppid=9931 vsize=1534092 CPUtime=21.48
/proc/9933/task/9935/stat : 9935 (java) R 9931 9933 8203 0 -1 4202560 35388 0 1 0 2131 17 0 0 25 0 13 0 7006122 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4109908297 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9933/tid=9936] ppid=9931 vsize=1534092 CPUtime=0.22
/proc/9933/task/9936/stat : 9936 (java) S 9931 9933 8203 0 -1 4202560 3657 0 0 0 21 1 0 0 16 0 13 0 7006124 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 1 0 0 0
[pid=9933/tid=9937] ppid=9931 vsize=1534092 CPUtime=0.21
/proc/9933/task/9937/stat : 9937 (java) S 9931 9933 8203 0 -1 4202560 4999 0 0 0 20 1 0 0 18 0 13 0 7006124 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9938] ppid=9931 vsize=1534092 CPUtime=0.01
/proc/9933/task/9938/stat : 9938 (java) S 9931 9933 8203 0 -1 4202560 29 0 0 0 1 0 0 0 15 0 13 0 7006125 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 0 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9939] ppid=9931 vsize=1534092 CPUtime=0
/proc/9933/task/9939/stat : 9939 (java) S 9931 9933 8203 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 7006126 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9940] ppid=9931 vsize=1534092 CPUtime=0
/proc/9933/task/9940/stat : 9940 (java) S 9931 9933 8203 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7006126 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9941] ppid=9931 vsize=1534092 CPUtime=0
/proc/9933/task/9941/stat : 9941 (java) S 9931 9933 8203 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 7006130 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9942] ppid=9931 vsize=1534092 CPUtime=1.76
/proc/9933/task/9942/stat : 9942 (java) S 9931 9933 8203 0 -1 4202560 4996 0 0 0 175 1 0 0 16 0 13 0 7006130 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9943] ppid=9931 vsize=1534092 CPUtime=1.61
/proc/9933/task/9943/stat : 9943 (java) S 9931 9933 8203 0 -1 4202560 2044 0 0 0 161 0 0 0 15 0 13 0 7006130 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 1 0 0 0
[pid=9933/tid=9944] ppid=9931 vsize=1534092 CPUtime=0
/proc/9933/task/9944/stat : 9944 (java) S 9931 9933 8203 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 7006130 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9945] ppid=9931 vsize=1534092 CPUtime=0
/proc/9933/task/9945/stat : 9945 (java) S 9931 9933 8203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7006130 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 1 0 0 0
[pid=9933/tid=9946] ppid=9931 vsize=1534092 CPUtime=0
/proc/9933/task/9946/stat : 9946 (java) S 9931 9933 8203 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7006266 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 1534092

[startup+23.1092 s]
/proc/loadavg: 1.02 0.99 1.04 2/120 9946
/proc/meminfo: memFree=1564680/2059040 swapFree=4192956/4192956
[pid=9933] ppid=9931 vsize=1534092 CPUtime=25.76
/proc/9933/stat : 9933 (java) S 9931 9933 8203 0 -1 4202496 52181 0 1 0 2552 24 0 0 16 0 13 0 7006121 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9933/statm: 383523 47056 1440 10 0 380825 0
[pid=9933/tid=9935] ppid=9931 vsize=1534092 CPUtime=21.88
/proc/9933/task/9935/stat : 9935 (java) R 9931 9933 8203 0 -1 4202560 35388 0 1 0 2171 17 0 0 25 0 13 0 7006122 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4109966647 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9933/tid=9936] ppid=9931 vsize=1534092 CPUtime=0.22
/proc/9933/task/9936/stat : 9936 (java) S 9931 9933 8203 0 -1 4202560 3657 0 0 0 21 1 0 0 16 0 13 0 7006124 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 1 0 0 0
[pid=9933/tid=9937] ppid=9931 vsize=1534092 CPUtime=0.21
/proc/9933/task/9937/stat : 9937 (java) S 9931 9933 8203 0 -1 4202560 4999 0 0 0 20 1 0 0 18 0 13 0 7006124 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9938] ppid=9931 vsize=1534092 CPUtime=0.01
/proc/9933/task/9938/stat : 9938 (java) S 9931 9933 8203 0 -1 4202560 29 0 0 0 1 0 0 0 15 0 13 0 7006125 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 0 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9939] ppid=9931 vsize=1534092 CPUtime=0
/proc/9933/task/9939/stat : 9939 (java) S 9931 9933 8203 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 7006126 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9940] ppid=9931 vsize=1534092 CPUtime=0
/proc/9933/task/9940/stat : 9940 (java) S 9931 9933 8203 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7006126 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9941] ppid=9931 vsize=1534092 CPUtime=0
/proc/9933/task/9941/stat : 9941 (java) S 9931 9933 8203 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 7006130 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9942] ppid=9931 vsize=1534092 CPUtime=1.76
/proc/9933/task/9942/stat : 9942 (java) S 9931 9933 8203 0 -1 4202560 4996 0 0 0 175 1 0 0 16 0 13 0 7006130 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9943] ppid=9931 vsize=1534092 CPUtime=1.61
/proc/9933/task/9943/stat : 9943 (java) S 9931 9933 8203 0 -1 4202560 2044 0 0 0 161 0 0 0 15 0 13 0 7006130 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 1 0 0 0
[pid=9933/tid=9944] ppid=9931 vsize=1534092 CPUtime=0
/proc/9933/task/9944/stat : 9944 (java) S 9931 9933 8203 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 7006130 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9945] ppid=9931 vsize=1534092 CPUtime=0
/proc/9933/task/9945/stat : 9945 (java) S 9931 9933 8203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7006130 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 1 0 0 0
[pid=9933/tid=9946] ppid=9931 vsize=1534092 CPUtime=0
/proc/9933/task/9946/stat : 9946 (java) S 9931 9933 8203 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7006266 1570910208 47056 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.76
Current children cumulated vsize (KiB) 1534092

[startup+23.2012 s]
/proc/loadavg: 1.02 0.99 1.04 2/120 9946
/proc/meminfo: memFree=1564680/2059040 swapFree=4192956/4192956
[pid=9933] ppid=9931 vsize=1534416 CPUtime=25.82
/proc/9933/stat : 9933 (java) S 9931 9933 8203 0 -1 4202496 52193 0 1 0 2558 24 0 0 16 0 13 0 7006121 1571241984 47068 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9933/statm: 383604 47068 1441 10 0 380906 0
[pid=9933/tid=9935] ppid=9931 vsize=1534416 CPUtime=21.94
/proc/9933/task/9935/stat : 9935 (java) S 9931 9933 8203 0 -1 4202560 35394 0 1 0 2176 18 0 0 25 0 13 0 7006122 1571241984 47068 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 1 0 0 0
[pid=9933/tid=9936] ppid=9931 vsize=1534416 CPUtime=0.22
/proc/9933/task/9936/stat : 9936 (java) S 9931 9933 8203 0 -1 4202560 3657 0 0 0 21 1 0 0 16 0 13 0 7006124 1571241984 47068 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 1 0 0 0
[pid=9933/tid=9937] ppid=9931 vsize=1534416 CPUtime=0.21
/proc/9933/task/9937/stat : 9937 (java) S 9931 9933 8203 0 -1 4202560 4999 0 0 0 20 1 0 0 18 0 13 0 7006124 1571241984 47068 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9938] ppid=9931 vsize=1534416 CPUtime=0.01
/proc/9933/task/9938/stat : 9938 (java) S 9931 9933 8203 0 -1 4202560 29 0 0 0 1 0 0 0 15 0 13 0 7006125 1571241984 47068 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 0 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9939] ppid=9931 vsize=1534416 CPUtime=0
/proc/9933/task/9939/stat : 9939 (java) S 9931 9933 8203 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 7006126 1571241984 47068 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9940] ppid=9931 vsize=1534416 CPUtime=0
/proc/9933/task/9940/stat : 9940 (java) S 9931 9933 8203 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7006126 1571241984 47068 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9941] ppid=9931 vsize=1534416 CPUtime=0
/proc/9933/task/9941/stat : 9941 (java) S 9931 9933 8203 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 7006130 1571241984 47068 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9942] ppid=9931 vsize=1534416 CPUtime=1.76
/proc/9933/task/9942/stat : 9942 (java) S 9931 9933 8203 0 -1 4202560 4996 0 0 0 175 1 0 0 16 0 13 0 7006130 1571241984 47068 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9943] ppid=9931 vsize=1534416 CPUtime=1.61
/proc/9933/task/9943/stat : 9943 (java) S 9931 9933 8203 0 -1 4202560 2044 0 0 0 161 0 0 0 15 0 13 0 7006130 1571241984 47068 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 1 0 0 0
[pid=9933/tid=9944] ppid=9931 vsize=1534416 CPUtime=0
/proc/9933/task/9944/stat : 9944 (java) S 9931 9933 8203 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 7006130 1571241984 47068 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
[pid=9933/tid=9945] ppid=9931 vsize=1534416 CPUtime=0
/proc/9933/task/9945/stat : 9945 (java) S 9931 9933 8203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7006130 1571241984 47068 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 1 0 0 0
[pid=9933/tid=9946] ppid=9931 vsize=1534416 CPUtime=0
/proc/9933/task/9946/stat : 9946 (java) S 9931 9933 8203 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7006266 1571241984 47068 1992294400 134512640 134550932 4292884352 18446744073709551615 4294960144 0 4 0 16800975 18446604437818067776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.82
Current children cumulated vsize (KiB) 1534416

Child status: 20
Real time (s): 23.2276
CPU time (s): 25.8521
CPU user time (s): 25.5841
CPU system time (s): 0.267959
CPU usage (%): 111.299
Max. virtual memory (cumulated for all children) (KiB): 1541720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.5841
system time used= 0.267959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52194
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= 1068
involuntary context switches= 1132

runsolver used 0.048992 second user time and 0.139978 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-12 11:05:04
IDJOB=2661057
IDBENCH=1459
IDSOLVER=1165
FILE ID=node025/2661057-1276333504
PBS_JOBID= 11173166
Free space on /tmp= 62540 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.rf9.ucl.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661057-1276333504/watcher-2661057-1276333504 -o /tmp/evaluation-result-2661057-1276333504/solver-2661057-1276333504 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661057-1276333504.opb

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

MD5SUM BENCH= 4d33d3f14b2660aefc9b3a640617db34
RANDOM SEED=292000965

node025.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
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.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1748876 kB
Buffers:         40924 kB
Cached:         129288 kB
SwapCached:          0 kB
Active:         122752 kB
Inactive:       106880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1748876 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1468 kB
Writeback:           0 kB
AnonPages:       59396 kB
Mapped:          15396 kB
Slab:            58572 kB
PageTables:       4084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182288 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62540 MiB
End job on node025 at 2010-06-12 11:05:27