Trace number 2661062

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 29.0476 24.6516

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-unbounded.Icl2arity.ucl.opb
MD5SUMf83049a5e6f779c8a894a05e03ae7f50
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.83957
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables23837
Total number of constraints67568
Number of constraints which are clauses64398
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3170
Minimum length of a constraint1
Maximum length of a constraint13
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 66
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 256
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100526
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.25/0.20	c Pseudo Boolean Optimization
0.25/0.20	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.20	c --- Begin Solver configuration ---
0.25/0.20	c Stops conflict analysis at the first Unique Implication Point
0.25/0.20	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.25/0.20	c Learn all clauses as in MiniSAT
0.25/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.20	c No reason simplification
0.25/0.20	c Armin Biere (Picosat) restarts strategy
0.25/0.20	c Glucose learned constraints deletion strategy
0.25/0.20	c timeout=2147483s
0.25/0.20	c DB Simplification allowed=false
0.25/0.20	c --- End Solver configuration ---
0.25/0.20	c solving HOME/instance-2661062-1276334713.opb
0.25/0.20	c reading problem ... 
3.26/2.06	c ... done. Wall clock time 1.864s.
3.26/2.06	c #vars     23837
3.26/2.06	c #constraints  67568
3.26/2.06	c constraints type 
3.26/2.07	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 43458
3.26/2.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20939
3.26/2.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3170
28.91/24.60	c starts		: 13
28.91/24.60	c conflicts		: 2349
28.91/24.60	c decisions		: 5470
28.91/24.60	c propagations		: 4972964
28.91/24.60	c inspects		: 21330793
28.91/24.60	c learnt literals	: 1
28.91/24.60	c learnt binary clauses	: 24
28.91/24.60	c learnt ternary clauses	: 17
28.91/24.60	c learnt clauses	: 2347
28.91/24.60	c ignored clauses	: 0
28.91/24.60	c root simplifications	: 0
28.91/24.60	c removed literals (reason simplification)	: 0
28.91/24.60	c reason swapping (by a shorter reason)	: 0
28.91/24.60	c Calls to reduceDB	: 0
28.91/24.60	c number of reductions to clauses (during analyze)	: 0
28.91/24.60	c number of learned constraints concerned by reduction	: 0
28.91/24.60	c number of learning phase by resolution	: 0
28.91/24.60	c number of learning phase by cutting planes	: 0
28.91/24.60	c speed (assignments/second)	: 220706.72820876975
28.91/24.60	c non guided choices	1087
29.01/24.60	c learnt constraints type 
29.01/24.60	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 132
29.01/24.60	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 24
29.01/24.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2191
29.01/24.60	c constraints type 
29.01/24.60	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 43458
29.01/24.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20939
29.01/24.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3170
29.01/24.60	s UNSATISFIABLE
29.01/24.60	c Total wall clock time (in seconds): 24.402

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-2661062-1276334713/watcher-2661062-1276334713 -o /tmp/evaluation-result-2661062-1276334713/solver-2661062-1276334713 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661062-1276334713.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.93 0.98 1.02 3/106 11725
/proc/meminfo: memFree=1392048/2059040 swapFree=4192956/4192956
[pid=11725] ppid=11723 vsize=13164 CPUtime=0
/proc/11725/stat : 11725 (java) R 11723 11725 11558 0 -1 4194304 467 0 0 0 0 0 0 0 19 0 1 0 9072744 13479936 189 1992294400 134512640 134550932 4288826912 18446744073709551615 2291333 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11725/statm: 3291 195 141 10 0 1121 0

[startup+0.068358 s]
/proc/loadavg: 0.93 0.98 1.02 3/106 11725
/proc/meminfo: memFree=1392048/2059040 swapFree=4192956/4192956
[pid=11725] ppid=11723 vsize=1521796 CPUtime=0.06
/proc/11725/stat : 11725 (java) S 11723 11725 11558 0 -1 4202496 3721 0 1 0 4 2 0 0 19 0 7 0 9072744 1558319104 3161 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/11725/statm: 380449 3161 1035 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.100364 s]
/proc/loadavg: 0.93 0.98 1.02 3/106 11725
/proc/meminfo: memFree=1392048/2059040 swapFree=4192956/4192956
[pid=11725] ppid=11723 vsize=1524184 CPUtime=0.09
/proc/11725/stat : 11725 (java) S 11723 11725 11558 0 -1 4202496 4001 0 1 0 7 2 0 0 19 0 12 0 9072744 1560764416 3439 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11725/statm: 381046 3439 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300326 s]
/proc/loadavg: 0.93 0.98 1.02 3/106 11725
/proc/meminfo: memFree=1392048/2059040 swapFree=4192956/4192956
[pid=11725] ppid=11723 vsize=1526456 CPUtime=0.38
/proc/11725/stat : 11725 (java) S 11723 11725 11558 0 -1 4202496 5510 0 1 0 35 3 0 0 19 0 12 0 9072744 1563090944 4946 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11725/statm: 381614 4946 1362 10 0 378916 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526456

[startup+0.700316 s]
/proc/loadavg: 0.93 0.98 1.02 3/106 11725
/proc/meminfo: memFree=1392048/2059040 swapFree=4192956/4192956
[pid=11725] ppid=11723 vsize=1527840 CPUtime=1.17
/proc/11725/stat : 11725 (java) S 11723 11725 11558 0 -1 4202496 7504 0 1 0 113 4 0 0 19 0 12 0 9072744 1564508160 6940 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11725/statm: 381960 6940 1403 10 0 379262 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1527840

[startup+1.5003 s]
/proc/loadavg: 1.18 1.03 1.04 4/118 11737
/proc/meminfo: memFree=1350724/2059040 swapFree=4192956/4192956
[pid=11725] ppid=11723 vsize=1531052 CPUtime=2.54
/proc/11725/stat : 11725 (java) S 11723 11725 11558 0 -1 4202496 24798 0 1 0 241 13 0 0 19 0 12 0 9072744 1567797248 24028 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11725/statm: 382763 24029 1407 10 0 380065 0
[pid=11725/tid=11727] ppid=11723 vsize=1531052 CPUtime=1.47
/proc/11725/task/11727/stat : 11727 (java) R 11723 11725 11558 0 -1 4202560 21800 0 1 0 136 11 0 0 18 0 12 0 9072745 1567797248 24030 1992294400 134512640 134550932 4288826912 18446744073709551615 4109184971 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11725/tid=11728] ppid=11723 vsize=1531052 CPUtime=0
/proc/11725/task/11728/stat : 11728 (java) S 11723 11725 11558 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 12 0 9072746 1567797248 24031 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11729] ppid=11723 vsize=1531052 CPUtime=0
/proc/11725/task/11729/stat : 11729 (java) S 11723 11725 11558 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 12 0 9072746 1567797248 24033 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11730] ppid=11723 vsize=1531052 CPUtime=0
/proc/11725/task/11730/stat : 11730 (java) S 11723 11725 11558 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9072748 1567797248 24034 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 0 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11731] ppid=11723 vsize=1531052 CPUtime=0
/proc/11725/task/11731/stat : 11731 (java) S 11723 11725 11558 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 12 0 9072748 1567797248 24036 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11732] ppid=11723 vsize=1531052 CPUtime=0
/proc/11725/task/11732/stat : 11732 (java) S 11723 11725 11558 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 12 0 9072748 1567797248 24037 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11733] ppid=11723 vsize=1531052 CPUtime=0
/proc/11725/task/11733/stat : 11733 (java) S 11723 11725 11558 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 9072753 1567797248 24038 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11734] ppid=11723 vsize=1531052 CPUtime=0.38
/proc/11725/task/11734/stat : 11734 (java) S 11723 11725 11558 0 -1 4202560 409 0 0 0 38 0 0 0 25 0 12 0 9072753 1567797248 24040 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11735] ppid=11723 vsize=1531052 CPUtime=0.65
/proc/11725/task/11735/stat : 11735 (java) S 11723 11725 11558 0 -1 4202560 1525 0 0 0 65 0 0 0 25 0 12 0 9072753 1567797248 24041 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11736] ppid=11723 vsize=1531052 CPUtime=0
/proc/11725/task/11736/stat : 11736 (java) S 11723 11725 11558 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9072753 1567797248 24043 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11737] ppid=11723 vsize=1531052 CPUtime=0
/proc/11725/task/11737/stat : 11737 (java) S 11723 11725 11558 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9072753 1567797248 24044 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 1531052

[startup+3.10125 s]
/proc/loadavg: 1.18 1.03 1.04 4/118 11737
/proc/meminfo: memFree=1250036/2059040 swapFree=4192956/4192956
[pid=11725] ppid=11723 vsize=1535524 CPUtime=5.37
/proc/11725/stat : 11725 (java) S 11723 11725 11558 0 -1 4202496 40134 0 1 0 516 21 0 0 19 0 13 0 9072744 1572376576 37936 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11725/statm: 383881 37936 1432 10 0 381183 0
[pid=11725/tid=11727] ppid=11723 vsize=1535524 CPUtime=3.01
/proc/11725/task/11727/stat : 11727 (java) R 11723 11725 11558 0 -1 4202560 32071 0 1 0 284 17 0 0 21 0 13 0 9072745 1572376576 37936 1992294400 134512640 134550932 4288826912 18446744073709551615 4108783356 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11725/tid=11728] ppid=11723 vsize=1535524 CPUtime=0.04
/proc/11725/task/11728/stat : 11728 (java) S 11723 11725 11558 0 -1 4202560 1245 0 0 0 4 0 0 0 18 0 13 0 9072746 1572376576 37936 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11729] ppid=11723 vsize=1535524 CPUtime=0.04
/proc/11725/task/11729/stat : 11729 (java) S 11723 11725 11558 0 -1 4202560 1183 0 0 0 4 0 0 0 18 0 13 0 9072746 1572376576 37936 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11730] ppid=11723 vsize=1535524 CPUtime=0
/proc/11725/task/11730/stat : 11730 (java) S 11723 11725 11558 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 13 0 9072748 1572376576 37936 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 0 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11731] ppid=11723 vsize=1535524 CPUtime=0
/proc/11725/task/11731/stat : 11731 (java) S 11723 11725 11558 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9072748 1572376576 37936 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11732] ppid=11723 vsize=1535524 CPUtime=0
/proc/11725/task/11732/stat : 11732 (java) S 11723 11725 11558 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9072748 1572376576 37936 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11733] ppid=11723 vsize=1535524 CPUtime=0
/proc/11725/task/11733/stat : 11733 (java) S 11723 11725 11558 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 9072753 1572376576 37936 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11734] ppid=11723 vsize=1535524 CPUtime=0.92
/proc/11725/task/11734/stat : 11734 (java) R 11723 11725 11558 0 -1 4202560 1105 0 0 0 92 0 0 0 20 0 13 0 9072753 1572376576 37936 1992294400 134512640 134550932 4288826912 18446744073709551615 103861475 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11725/tid=11735] ppid=11723 vsize=1535524 CPUtime=1.3
/proc/11725/task/11735/stat : 11735 (java) R 11723 11725 11558 0 -1 4202560 3454 0 0 0 129 1 0 0 21 0 13 0 9072753 1572376576 37936 1992294400 134512640 134550932 4288826912 18446744073709551615 105575899 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11725/tid=11736] ppid=11723 vsize=1535524 CPUtime=0
/proc/11725/task/11736/stat : 11736 (java) S 11723 11725 11558 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9072753 1572376576 37936 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11737] ppid=11723 vsize=1535524 CPUtime=0
/proc/11725/task/11737/stat : 11737 (java) S 11723 11725 11558 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9072753 1572376576 37936 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.37
Current children cumulated vsize (KiB) 1535524

[startup+6.30017 s]
/proc/loadavg: 1.24 1.05 1.04 2/119 11738
/proc/meminfo: memFree=1228824/2059040 swapFree=4192956/4192956
[pid=11725] ppid=11723 vsize=1536000 CPUtime=10.42
/proc/11725/stat : 11725 (java) S 11723 11725 11558 0 -1 4202496 50908 0 1 0 1016 26 0 0 19 0 13 0 9072744 1572864000 41870 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11725/statm: 384000 41870 1440 10 0 381302 0
[pid=11725/tid=11727] ppid=11723 vsize=1536000 CPUtime=6.02
/proc/11725/task/11727/stat : 11727 (java) R 11723 11725 11558 0 -1 4202560 32079 0 1 0 584 18 0 0 25 0 13 0 9072745 1572864000 41870 1992294400 134512640 134550932 4288826912 18446744073709551615 4109535672 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11725/tid=11728] ppid=11723 vsize=1536000 CPUtime=0.21
/proc/11725/task/11728/stat : 11728 (java) S 11723 11725 11558 0 -1 4202560 2942 0 0 0 20 1 0 0 16 0 13 0 9072746 1572864000 41870 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11729] ppid=11723 vsize=1536000 CPUtime=0.2
/proc/11725/task/11729/stat : 11729 (java) S 11723 11725 11558 0 -1 4202560 3107 0 0 0 20 0 0 0 16 0 13 0 9072746 1572864000 41870 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11730] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11730/stat : 11730 (java) S 11723 11725 11558 0 -1 4202560 23 0 0 0 0 0 0 0 16 0 13 0 9072748 1572864000 41870 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 0 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11731] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11731/stat : 11731 (java) S 11723 11725 11558 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9072748 1572864000 41870 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11732] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11732/stat : 11732 (java) S 11723 11725 11558 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9072748 1572864000 41870 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11733] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11733/stat : 11733 (java) S 11723 11725 11558 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 9072753 1572864000 41870 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11734] ppid=11723 vsize=1536000 CPUtime=1.76
/proc/11725/task/11734/stat : 11734 (java) S 11723 11725 11558 0 -1 4202560 5411 0 0 0 174 2 0 0 15 0 13 0 9072753 1572864000 41870 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11735] ppid=11723 vsize=1536000 CPUtime=2.17
/proc/11725/task/11735/stat : 11735 (java) S 11723 11725 11558 0 -1 4202560 6278 0 0 0 215 2 0 0 20 0 13 0 9072753 1572864000 41870 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11736] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11736/stat : 11736 (java) S 11723 11725 11558 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9072753 1572864000 41870 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11737] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11737/stat : 11737 (java) S 11723 11725 11558 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9072753 1572864000 41870 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11738] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11738/stat : 11738 (java) S 11723 11725 11558 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 9072957 1572864000 41870 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.42
Current children cumulated vsize (KiB) 1536000

[startup+12.701 s]
/proc/loadavg: 1.22 1.05 1.04 2/119 11738
/proc/meminfo: memFree=1208240/2059040 swapFree=4192956/4192956
[pid=11725] ppid=11723 vsize=1536000 CPUtime=17.01
/proc/11725/stat : 11725 (java) S 11723 11725 11558 0 -1 4202496 56426 0 1 0 1672 29 0 0 19 0 13 0 9072744 1572864000 47062 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11725/statm: 384000 47062 1440 10 0 381302 0
[pid=11725/tid=11727] ppid=11723 vsize=1536000 CPUtime=12.22
/proc/11725/task/11727/stat : 11727 (java) R 11723 11725 11558 0 -1 4202560 32088 0 1 0 1204 18 0 0 25 0 13 0 9072745 1572864000 47062 1992294400 134512640 134550932 4288826912 18446744073709551615 4109601655 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11725/tid=11728] ppid=11723 vsize=1536000 CPUtime=0.35
/proc/11725/task/11728/stat : 11728 (java) S 11723 11725 11558 0 -1 4202560 6670 0 0 0 33 2 0 0 16 0 13 0 9072746 1572864000 47062 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11729] ppid=11723 vsize=1536000 CPUtime=0.35
/proc/11725/task/11729/stat : 11729 (java) S 11723 11725 11558 0 -1 4202560 4884 0 0 0 34 1 0 0 15 0 13 0 9072746 1572864000 47062 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11730] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11730/stat : 11730 (java) S 11723 11725 11558 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 13 0 9072748 1572864000 47062 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 0 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11731] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11731/stat : 11731 (java) S 11723 11725 11558 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9072748 1572864000 47062 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11732] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11732/stat : 11732 (java) S 11723 11725 11558 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9072748 1572864000 47062 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11733] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11733/stat : 11733 (java) S 11723 11725 11558 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 9072753 1572864000 47062 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11734] ppid=11723 vsize=1536000 CPUtime=1.78
/proc/11725/task/11734/stat : 11734 (java) S 11723 11725 11558 0 -1 4202560 5411 0 0 0 176 2 0 0 15 0 13 0 9072753 1572864000 47062 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11735] ppid=11723 vsize=1536000 CPUtime=2.23
/proc/11725/task/11735/stat : 11735 (java) S 11723 11725 11558 0 -1 4202560 6278 0 0 0 221 2 0 0 15 0 13 0 9072753 1572864000 47062 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11736] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11736/stat : 11736 (java) S 11723 11725 11558 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9072753 1572864000 47062 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11737] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11737/stat : 11737 (java) S 11723 11725 11558 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9072753 1572864000 47062 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11738] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11738/stat : 11738 (java) S 11723 11725 11558 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 9072957 1572864000 47062 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.01
Current children cumulated vsize (KiB) 1536000

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

[startup+19.1019 s]
/proc/loadavg: 1.21 1.05 1.04 2/119 11740
/proc/meminfo: memFree=1206876/2059040 swapFree=4192956/4192956
[pid=11725] ppid=11723 vsize=1536000 CPUtime=23.46
/proc/11725/stat : 11725 (java) S 11723 11725 11558 0 -1 4202496 56803 0 1 0 2317 29 0 0 19 0 13 0 9072744 1572864000 47424 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11725/statm: 384000 47424 1440 10 0 381302 0
[pid=11725/tid=11727] ppid=11723 vsize=1536000 CPUtime=18.56
/proc/11725/task/11727/stat : 11727 (java) R 11723 11725 11558 0 -1 4202560 32095 0 1 0 1837 19 0 0 25 0 13 0 9072745 1572864000 47424 1992294400 134512640 134550932 4288826912 18446744073709551615 4109668149 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11725/tid=11728] ppid=11723 vsize=1536000 CPUtime=0.41
/proc/11725/task/11728/stat : 11728 (java) S 11723 11725 11558 0 -1 4202560 6877 0 0 0 39 2 0 0 16 0 13 0 9072746 1572864000 47424 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11729] ppid=11723 vsize=1536000 CPUtime=0.41
/proc/11725/task/11729/stat : 11729 (java) S 11723 11725 11558 0 -1 4202560 5047 0 0 0 40 1 0 0 15 0 13 0 9072746 1572864000 47424 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11730] ppid=11723 vsize=1536000 CPUtime=0.01
/proc/11725/task/11730/stat : 11730 (java) S 11723 11725 11558 0 -1 4202560 27 0 0 0 1 0 0 0 15 0 13 0 9072748 1572864000 47424 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 0 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11731] ppid=11723 vsize=1536000 CPUtime=0

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

/proc/11725/task/11737/stat : 11737 (java) S 11723 11725 11558 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9072753 1572864000 47424 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11738] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11738/stat : 11738 (java) S 11723 11725 11558 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 9072957 1572864000 47424 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.46
Current children cumulated vsize (KiB) 1536000

[startup+22.3018 s]
/proc/loadavg: 1.19 1.05 1.04 2/119 11740
/proc/meminfo: memFree=1206008/2059040 swapFree=4192956/4192956
[pid=11725] ppid=11723 vsize=1536000 CPUtime=26.7
/proc/11725/stat : 11725 (java) S 11723 11725 11558 0 -1 4202496 57080 0 1 0 2640 30 0 0 19 0 13 0 9072744 1572864000 47694 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11725/statm: 384000 47694 1440 10 0 381302 0
[pid=11725/tid=11727] ppid=11723 vsize=1536000 CPUtime=21.72
/proc/11725/task/11727/stat : 11727 (java) R 11723 11725 11558 0 -1 4202560 32099 0 1 0 2153 19 0 0 25 0 13 0 9072745 1572864000 47694 1992294400 134512640 134550932 4288826912 18446744073709551615 4109601049 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11725/tid=11728] ppid=11723 vsize=1536000 CPUtime=0.44
/proc/11725/task/11728/stat : 11728 (java) S 11723 11725 11558 0 -1 4202560 7076 0 0 0 42 2 0 0 16 0 13 0 9072746 1572864000 47694 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11729] ppid=11723 vsize=1536000 CPUtime=0.44
/proc/11725/task/11729/stat : 11729 (java) S 11723 11725 11558 0 -1 4202560 5121 0 0 0 43 1 0 0 15 0 13 0 9072746 1572864000 47694 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11730] ppid=11723 vsize=1536000 CPUtime=0.01
/proc/11725/task/11730/stat : 11730 (java) S 11723 11725 11558 0 -1 4202560 27 0 0 0 1 0 0 0 15 0 13 0 9072748 1572864000 47694 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 0 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11731] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11731/stat : 11731 (java) S 11723 11725 11558 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9072748 1572864000 47694 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11732] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11732/stat : 11732 (java) S 11723 11725 11558 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9072748 1572864000 47694 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11733] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11733/stat : 11733 (java) S 11723 11725 11558 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 9072753 1572864000 47694 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11734] ppid=11723 vsize=1536000 CPUtime=1.78
/proc/11725/task/11734/stat : 11734 (java) S 11723 11725 11558 0 -1 4202560 5411 0 0 0 176 2 0 0 15 0 13 0 9072753 1572864000 47694 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11735] ppid=11723 vsize=1536000 CPUtime=2.24
/proc/11725/task/11735/stat : 11735 (java) S 11723 11725 11558 0 -1 4202560 6278 0 0 0 222 2 0 0 15 0 13 0 9072753 1572864000 47694 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11736] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11736/stat : 11736 (java) S 11723 11725 11558 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9072753 1572864000 47694 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11737] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11737/stat : 11737 (java) S 11723 11725 11558 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9072753 1572864000 47694 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11738] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11738/stat : 11738 (java) S 11723 11725 11558 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 9072957 1572864000 47694 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 26.7
Current children cumulated vsize (KiB) 1536000

[startup+23.9017 s]
/proc/loadavg: 1.19 1.05 1.04 2/119 11740
/proc/meminfo: memFree=1205512/2059040 swapFree=4192956/4192956
[pid=11725] ppid=11723 vsize=1536000 CPUtime=28.31
/proc/11725/stat : 11725 (java) S 11723 11725 11558 0 -1 4202496 57110 0 1 0 2801 30 0 0 19 0 13 0 9072744 1572864000 47723 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11725/statm: 384000 47723 1440 10 0 381302 0
[pid=11725/tid=11727] ppid=11723 vsize=1536000 CPUtime=23.31
/proc/11725/task/11727/stat : 11727 (java) R 11723 11725 11558 0 -1 4202560 32100 0 1 0 2312 19 0 0 25 0 13 0 9072745 1572864000 47723 1992294400 134512640 134550932 4288826912 18446744073709551615 4109546369 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11725/tid=11728] ppid=11723 vsize=1536000 CPUtime=0.45
/proc/11725/task/11728/stat : 11728 (java) S 11723 11725 11558 0 -1 4202560 7098 0 0 0 43 2 0 0 16 0 13 0 9072746 1572864000 47723 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11729] ppid=11723 vsize=1536000 CPUtime=0.45
/proc/11725/task/11729/stat : 11729 (java) S 11723 11725 11558 0 -1 4202560 5128 0 0 0 44 1 0 0 15 0 13 0 9072746 1572864000 47723 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11730] ppid=11723 vsize=1536000 CPUtime=0.01
/proc/11725/task/11730/stat : 11730 (java) S 11723 11725 11558 0 -1 4202560 27 0 0 0 1 0 0 0 15 0 13 0 9072748 1572864000 47723 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 0 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11731] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11731/stat : 11731 (java) S 11723 11725 11558 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9072748 1572864000 47723 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11732] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11732/stat : 11732 (java) S 11723 11725 11558 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9072748 1572864000 47723 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11733] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11733/stat : 11733 (java) S 11723 11725 11558 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 9072753 1572864000 47723 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11734] ppid=11723 vsize=1536000 CPUtime=1.78
/proc/11725/task/11734/stat : 11734 (java) S 11723 11725 11558 0 -1 4202560 5411 0 0 0 176 2 0 0 15 0 13 0 9072753 1572864000 47723 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11735] ppid=11723 vsize=1536000 CPUtime=2.24
/proc/11725/task/11735/stat : 11735 (java) S 11723 11725 11558 0 -1 4202560 6278 0 0 0 222 2 0 0 15 0 13 0 9072753 1572864000 47723 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11736] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11736/stat : 11736 (java) S 11723 11725 11558 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9072753 1572864000 47723 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11737] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11737/stat : 11737 (java) S 11723 11725 11558 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9072753 1572864000 47723 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11738] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11738/stat : 11738 (java) S 11723 11725 11558 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 9072957 1572864000 47723 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 28.31
Current children cumulated vsize (KiB) 1536000

[startup+24.3017 s]
/proc/loadavg: 1.19 1.05 1.04 2/119 11740
/proc/meminfo: memFree=1202784/2059040 swapFree=4192956/4192956
[pid=11725] ppid=11723 vsize=1536000 CPUtime=28.71
/proc/11725/stat : 11725 (java) S 11723 11725 11558 0 -1 4202496 57786 0 1 0 2841 30 0 0 19 0 13 0 9072744 1572864000 48398 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11725/statm: 384000 48398 1440 10 0 381302 0
[pid=11725/tid=11727] ppid=11723 vsize=1536000 CPUtime=23.7
/proc/11725/task/11727/stat : 11727 (java) R 11723 11725 11558 0 -1 4202560 32646 0 1 0 2351 19 0 0 25 0 13 0 9072745 1572864000 48398 1992294400 134512640 134550932 4288826912 18446744073709551615 4109207206 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11725/tid=11728] ppid=11723 vsize=1536000 CPUtime=0.46
/proc/11725/task/11728/stat : 11728 (java) S 11723 11725 11558 0 -1 4202560 7184 0 0 0 44 2 0 0 15 0 13 0 9072746 1572864000 48398 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11729] ppid=11723 vsize=1536000 CPUtime=0.46
/proc/11725/task/11729/stat : 11729 (java) S 11723 11725 11558 0 -1 4202560 5172 0 0 0 45 1 0 0 16 0 13 0 9072746 1572864000 48398 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11730] ppid=11723 vsize=1536000 CPUtime=0.01
/proc/11725/task/11730/stat : 11730 (java) S 11723 11725 11558 0 -1 4202560 27 0 0 0 1 0 0 0 15 0 13 0 9072748 1572864000 48398 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 0 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11731] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11731/stat : 11731 (java) S 11723 11725 11558 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9072748 1572864000 48398 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11732] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11732/stat : 11732 (java) S 11723 11725 11558 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9072748 1572864000 48398 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11733] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11733/stat : 11733 (java) S 11723 11725 11558 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 9072753 1572864000 48398 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11734] ppid=11723 vsize=1536000 CPUtime=1.78
/proc/11725/task/11734/stat : 11734 (java) S 11723 11725 11558 0 -1 4202560 5411 0 0 0 176 2 0 0 15 0 13 0 9072753 1572864000 48398 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11735] ppid=11723 vsize=1536000 CPUtime=2.24
/proc/11725/task/11735/stat : 11735 (java) S 11723 11725 11558 0 -1 4202560 6278 0 0 0 222 2 0 0 15 0 13 0 9072753 1572864000 48398 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11736] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11736/stat : 11736 (java) S 11723 11725 11558 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9072753 1572864000 48398 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11737] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11737/stat : 11737 (java) S 11723 11725 11558 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9072753 1572864000 48398 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11738] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11738/stat : 11738 (java) S 11723 11725 11558 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 9072957 1572864000 48398 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 28.71
Current children cumulated vsize (KiB) 1536000

[startup+24.5017 s]
/proc/loadavg: 1.19 1.05 1.04 2/119 11740
/proc/meminfo: memFree=1202784/2059040 swapFree=4192956/4192956
[pid=11725] ppid=11723 vsize=1536000 CPUtime=28.91
/proc/11725/stat : 11725 (java) S 11723 11725 11558 0 -1 4202496 57786 0 1 0 2861 30 0 0 19 0 13 0 9072744 1572864000 48398 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11725/statm: 384000 48398 1440 10 0 381302 0
[pid=11725/tid=11727] ppid=11723 vsize=1536000 CPUtime=23.9
/proc/11725/task/11727/stat : 11727 (java) R 11723 11725 11558 0 -1 4202560 32646 0 1 0 2371 19 0 0 25 0 13 0 9072745 1572864000 48398 1992294400 134512640 134550932 4288826912 18446744073709551615 4109413080 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11725/tid=11728] ppid=11723 vsize=1536000 CPUtime=0.46
/proc/11725/task/11728/stat : 11728 (java) S 11723 11725 11558 0 -1 4202560 7184 0 0 0 44 2 0 0 15 0 13 0 9072746 1572864000 48398 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11729] ppid=11723 vsize=1536000 CPUtime=0.46
/proc/11725/task/11729/stat : 11729 (java) S 11723 11725 11558 0 -1 4202560 5172 0 0 0 45 1 0 0 16 0 13 0 9072746 1572864000 48398 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11730] ppid=11723 vsize=1536000 CPUtime=0.01
/proc/11725/task/11730/stat : 11730 (java) S 11723 11725 11558 0 -1 4202560 27 0 0 0 1 0 0 0 15 0 13 0 9072748 1572864000 48398 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 0 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11731] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11731/stat : 11731 (java) S 11723 11725 11558 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9072748 1572864000 48398 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11732] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11732/stat : 11732 (java) S 11723 11725 11558 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9072748 1572864000 48398 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11733] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11733/stat : 11733 (java) S 11723 11725 11558 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 9072753 1572864000 48398 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11734] ppid=11723 vsize=1536000 CPUtime=1.78
/proc/11725/task/11734/stat : 11734 (java) S 11723 11725 11558 0 -1 4202560 5411 0 0 0 176 2 0 0 15 0 13 0 9072753 1572864000 48398 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11735] ppid=11723 vsize=1536000 CPUtime=2.24
/proc/11725/task/11735/stat : 11735 (java) S 11723 11725 11558 0 -1 4202560 6278 0 0 0 222 2 0 0 15 0 13 0 9072753 1572864000 48398 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11736] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11736/stat : 11736 (java) S 11723 11725 11558 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9072753 1572864000 48398 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11737] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11737/stat : 11737 (java) S 11723 11725 11558 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9072753 1572864000 48398 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11738] ppid=11723 vsize=1536000 CPUtime=0
/proc/11725/task/11738/stat : 11738 (java) S 11723 11725 11558 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 9072957 1572864000 48398 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 28.91
Current children cumulated vsize (KiB) 1536000

[startup+24.6017 s]
/proc/loadavg: 1.19 1.05 1.04 2/119 11740
/proc/meminfo: memFree=1202784/2059040 swapFree=4192956/4192956
[pid=11725] ppid=11723 vsize=1536324 CPUtime=29.01
/proc/11725/stat : 11725 (java) S 11723 11725 11558 0 -1 4202496 57794 0 1 0 2871 30 0 0 19 0 14 0 9072744 1573195776 48406 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11725/statm: 384081 48406 1440 10 0 381383 0
[pid=11725/tid=11727] ppid=11723 vsize=1536324 CPUtime=24
/proc/11725/task/11727/stat : 11727 (java) S 11723 11725 11558 0 -1 4202560 32649 0 1 0 2381 19 0 0 25 0 14 0 9072745 1573195776 48406 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11728] ppid=11723 vsize=1536324 CPUtime=0.46
/proc/11725/task/11728/stat : 11728 (java) S 11723 11725 11558 0 -1 4202560 7184 0 0 0 44 2 0 0 15 0 14 0 9072746 1573195776 48406 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11729] ppid=11723 vsize=1536324 CPUtime=0.46
/proc/11725/task/11729/stat : 11729 (java) S 11723 11725 11558 0 -1 4202560 5172 0 0 0 45 1 0 0 16 0 14 0 9072746 1573195776 48406 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11730] ppid=11723 vsize=1536324 CPUtime=0.01
/proc/11725/task/11730/stat : 11730 (java) S 11723 11725 11558 0 -1 4202560 27 0 0 0 1 0 0 0 15 0 14 0 9072748 1573195776 48406 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 0 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11731] ppid=11723 vsize=1536324 CPUtime=0
/proc/11725/task/11731/stat : 11731 (java) S 11723 11725 11558 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 9072748 1573195776 48406 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11732] ppid=11723 vsize=1536324 CPUtime=0
/proc/11725/task/11732/stat : 11732 (java) S 11723 11725 11558 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 9072748 1573195776 48406 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11733] ppid=11723 vsize=1536324 CPUtime=0
/proc/11725/task/11733/stat : 11733 (java) S 11723 11725 11558 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 9072753 1573195776 48406 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11734] ppid=11723 vsize=1536324 CPUtime=1.78
/proc/11725/task/11734/stat : 11734 (java) S 11723 11725 11558 0 -1 4202560 5411 0 0 0 176 2 0 0 15 0 14 0 9072753 1573195776 48407 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11735] ppid=11723 vsize=1536324 CPUtime=2.24
/proc/11725/task/11735/stat : 11735 (java) S 11723 11725 11558 0 -1 4202560 6278 0 0 0 222 2 0 0 15 0 14 0 9072753 1573195776 48407 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11736] ppid=11723 vsize=1536324 CPUtime=0
/proc/11725/task/11736/stat : 11736 (java) S 11723 11725 11558 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 9072753 1573195776 48407 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=11725/tid=11737] ppid=11723 vsize=1536324 CPUtime=0
/proc/11725/task/11737/stat : 11737 (java) S 11723 11725 11558 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 9072753 1573195776 48407 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=11725/tid=11738] ppid=11723 vsize=1536324 CPUtime=0
/proc/11725/task/11738/stat : 11738 (java) S 11723 11725 11558 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 9072957 1573195776 48407 1992294400 134512640 134550932 4288826912 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 29.01
Current children cumulated vsize (KiB) 1536324

Child status: 20
Real time (s): 24.6516
CPU time (s): 29.0476
CPU user time (s): 28.7206
CPU system time (s): 0.32695
CPU usage (%): 117.833
Max. virtual memory (cumulated for all children) (KiB): 1545504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.7206
system time used= 0.32695
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57803
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= 928
involuntary context switches= 759

runsolver used 0.06399 second user time and 0.155976 second system time

The end

Launcher Data

Begin job on node014 at 2010-06-12 11:25:14
IDJOB=2661062
IDBENCH=1466
IDSOLVER=1165
FILE ID=node014/2661062-1276334713
PBS_JOBID= 11173173
Free space on /tmp= 62460 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-cache-ibm-q-unbounded.Icl2arity.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-2661062-1276334713/watcher-2661062-1276334713 -o /tmp/evaluation-result-2661062-1276334713/solver-2661062-1276334713 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661062-1276334713.opb

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

MD5SUM BENCH= f83049a5e6f779c8a894a05e03ae7f50
RANDOM SEED=1575078383

node014.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.258
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.51
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.258
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1392320 kB
Buffers:        115768 kB
Cached:         406960 kB
SwapCached:          0 kB
Active:         186956 kB
Inactive:       395496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1392320 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2648 kB
Writeback:           0 kB
AnonPages:       59724 kB
Mapped:          15376 kB
Slab:            62340 kB
PageTables:       3940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183700 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= 62460 MiB
End job on node014 at 2010-06-12 11:25:38