Trace number 2659368

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 Resolution 2.2.0 2010-05-26UNSAT 29.7715 28.5019

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111212476.opb
MD5SUM08d0b9097a8249582d167bf6c1cdd903
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.179972
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
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 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1139
Number of bits of the biggest sum of numbers11
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@161d36b
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2659368-1276276872.opb
0.24/0.20	c reading problem ... 
0.37/0.32	c ... done. Wall clock time 0.108s.
0.37/0.32	c #vars     169
0.37/0.32	c #constraints  101
0.37/0.32	c constraints type 
0.37/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.37/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.37/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.37/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.38/1.46	c cleaning 2498 clauses out of 5001 with flag 5001/5001
3.18/2.18	c cleaning 4249 clauses out of 8506 with flag 11004/11004
3.97/2.91	c cleaning 5624 clauses out of 11255 with flag 18002/18002
4.78/3.78	c cleaning 6811 clauses out of 13629 with flag 26000/26000
5.82/4.70	c cleaning 7903 clauses out of 15818 with flag 35000/35000
6.83/5.75	c cleaning 8954 clauses out of 17915 with flag 45000/45000
7.97/6.82	c cleaning 9478 clauses out of 18963 with flag 55002/55002
8.88/7.74	c cleaning 9738 clauses out of 19485 with flag 65002/65002
9.77/8.64	c cleaning 9868 clauses out of 19745 with flag 75000/75000
10.77/9.67	c cleaning 9935 clauses out of 19877 with flag 85000/85000
11.78/10.64	c cleaning 9962 clauses out of 19942 with flag 95000/95000
12.78/11.65	c cleaning 9988 clauses out of 19982 with flag 105002/105002
13.68/12.52	c cleaning 9995 clauses out of 19993 with flag 115001/115001
14.67/13.58	c cleaning 9993 clauses out of 19998 with flag 125001/125001
15.58/14.49	c cleaning 9997 clauses out of 20005 with flag 135001/135001
16.48/15.37	c cleaning 9998 clauses out of 20007 with flag 145000/145000
17.38/16.28	c cleaning 10002 clauses out of 20009 with flag 155000/155000
18.28/17.10	c cleaning 10001 clauses out of 20008 with flag 165001/165001
19.08/17.96	c cleaning 9997 clauses out of 20008 with flag 175002/175002
20.18/19.00	c cleaning 9998 clauses out of 20010 with flag 185001/185001
21.08/19.91	c cleaning 10001 clauses out of 20012 with flag 195001/195001
21.89/20.78	c cleaning 9997 clauses out of 20010 with flag 205000/205000
22.79/21.68	c cleaning 10003 clauses out of 20014 with flag 215001/215001
23.70/22.52	c cleaning 10000 clauses out of 20010 with flag 225000/225000
24.60/23.41	c cleaning 10003 clauses out of 20011 with flag 235001/235001
25.41/24.28	c cleaning 9999 clauses out of 20007 with flag 245000/245000
26.30/25.14	c cleaning 10001 clauses out of 20008 with flag 255000/255000
27.30/26.16	c cleaning 10000 clauses out of 20008 with flag 265001/265001
28.21/27.08	c cleaning 10000 clauses out of 20007 with flag 275000/275000
29.11/27.99	c cleaning 10002 clauses out of 20007 with flag 285000/285000
29.65/28.47	c starts		: 133
29.65/28.47	c conflicts		: 290852
29.65/28.47	c decisions		: 396990
29.65/28.47	c propagations		: 6318138
29.65/28.47	c inspects		: 99462688
29.65/28.47	c learnt literals	: 6
29.65/28.47	c learnt binary clauses	: 22
29.65/28.47	c learnt ternary clauses	: 135
29.65/28.47	c learnt clauses	: 290845
29.65/28.47	c ignored clauses	: 0
29.65/28.47	c root simplifications	: 0
29.65/28.47	c removed literals (reason simplification)	: 3155196
29.65/28.47	c reason swapping (by a shorter reason)	: 0
29.65/28.47	c Calls to reduceDB	: 30
29.65/28.47	c number of reductions to clauses (during analyze)	: 0
29.65/28.47	c number of learned constraints concerned by reduction	: 0
29.65/28.47	c number of learning phase by resolution	: 0
29.65/28.47	c number of learning phase by cutting planes	: 0
29.65/28.47	c speed (assignments/second)	: 224421.48261286542
29.65/28.47	c non guided choices	44
29.65/28.49	c learnt constraints type 
29.65/28.49	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15828
29.65/28.49	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 22
29.65/28.49	c constraints type 
29.65/28.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
29.65/28.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
29.65/28.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
29.65/28.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
29.65/28.49	s UNSATISFIABLE
29.65/28.49	c Total wall clock time (in seconds): 28.286

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-2659368-1276276872/watcher-2659368-1276276872 -o /tmp/evaluation-result-2659368-1276276872/solver-2659368-1276276872 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659368-1276276872.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.99 1.00 1.00 3/106 5640
/proc/meminfo: memFree=1569556/2059040 swapFree=4192956/4192956
[pid=5640] ppid=5638 vsize=1832 CPUtime=0
/proc/5640/stat : 5640 (java6) R 5638 5640 3419 0 -1 4194304 253 0 0 0 0 0 0 0 22 0 1 0 3288656 1875968 154 1992294400 134512640 134550932 4288520192 18446744073709551615 12548304 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5640/statm: 458 156 119 10 0 63 0

[startup+0.076213 s]
/proc/loadavg: 0.99 1.00 1.00 3/106 5640
/proc/meminfo: memFree=1569556/2059040 swapFree=4192956/4192956
[pid=5640] ppid=5638 vsize=1521796 CPUtime=0.06
/proc/5640/stat : 5640 (java) S 5638 5640 3419 0 -1 4202496 3740 0 1 0 4 2 0 0 18 0 7 0 3288656 1558319104 3180 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/5640/statm: 380449 3180 1036 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101213 s]
/proc/loadavg: 0.99 1.00 1.00 3/106 5640
/proc/meminfo: memFree=1569556/2059040 swapFree=4192956/4192956
[pid=5640] ppid=5638 vsize=1524184 CPUtime=0.09
/proc/5640/stat : 5640 (java) S 5638 5640 3419 0 -1 4202496 3960 0 1 0 6 3 0 0 18 0 12 0 3288656 1560764416 3398 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5640/statm: 381046 3398 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300622 s]
/proc/loadavg: 0.99 1.00 1.00 3/106 5640
/proc/meminfo: memFree=1569556/2059040 swapFree=4192956/4192956
[pid=5640] ppid=5638 vsize=1526112 CPUtime=0.37
/proc/5640/stat : 5640 (java) S 5638 5640 3419 0 -1 4202496 5353 0 1 0 33 4 0 0 18 0 12 0 3288656 1562738688 4789 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5640/statm: 381528 4789 1361 10 0 378830 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526112

[startup+0.700629 s]
/proc/loadavg: 0.99 1.00 1.00 3/106 5640
/proc/meminfo: memFree=1569556/2059040 swapFree=4192956/4192956
[pid=5640] ppid=5638 vsize=1532312 CPUtime=1.16
/proc/5640/stat : 5640 (java) S 5638 5640 3419 0 -1 4202496 7101 0 1 0 111 5 0 0 18 0 13 0 3288656 1569087488 6376 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5640/statm: 383078 6376 1411 10 0 380380 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1532312

[startup+1.50164 s]
/proc/loadavg: 0.99 1.00 1.00 4/119 5653
/proc/meminfo: memFree=1548248/2059040 swapFree=4192956/4192956
[pid=5640] ppid=5638 vsize=1532172 CPUtime=2.52
/proc/5640/stat : 5640 (java) S 5638 5640 3419 0 -1 4202496 8395 0 1 0 247 5 0 0 18 0 13 0 3288656 1568944128 7518 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5640/statm: 383043 7518 1440 10 0 380345 0
[pid=5640/tid=5642] ppid=5638 vsize=1532172 CPUtime=1.45
/proc/5640/task/5642/stat : 5642 (java) R 5638 5640 3419 0 -1 4202560 4596 0 1 0 142 3 0 0 20 0 13 0 3288657 1568944128 7518 1992294400 134512640 134550932 4288340128 18446744073709551615 4109025503 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5640/tid=5643] ppid=5638 vsize=1532172 CPUtime=0
/proc/5640/task/5643/stat : 5643 (java) S 5638 5640 3419 0 -1 4202560 97 0 0 0 0 0 0 0 17 0 13 0 3288659 1568944128 7518 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5644] ppid=5638 vsize=1532172 CPUtime=0
/proc/5640/task/5644/stat : 5644 (java) S 5638 5640 3419 0 -1 4202560 110 0 0 0 0 0 0 0 18 0 13 0 3288659 1568944128 7518 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5645] ppid=5638 vsize=1532172 CPUtime=0.01
/proc/5640/task/5645/stat : 5645 (java) S 5638 5640 3419 0 -1 4202560 205 0 0 0 1 0 0 0 16 0 13 0 3288661 1568944128 7518 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 0 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5646] ppid=5638 vsize=1532172 CPUtime=0
/proc/5640/task/5646/stat : 5646 (java) S 5638 5640 3419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3288661 1568944128 7518 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5647] ppid=5638 vsize=1532172 CPUtime=0
/proc/5640/task/5647/stat : 5647 (java) S 5638 5640 3419 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3288661 1568944128 7518 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5648] ppid=5638 vsize=1532172 CPUtime=0
/proc/5640/task/5648/stat : 5648 (java) S 5638 5640 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3288665 1568944128 7518 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5649] ppid=5638 vsize=1532172 CPUtime=0.5
/proc/5640/task/5649/stat : 5649 (java) S 5638 5640 3419 0 -1 4202560 1372 0 0 0 50 0 0 0 24 0 13 0 3288665 1568944128 7518 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5650] ppid=5638 vsize=1532172 CPUtime=0.51
/proc/5640/task/5650/stat : 5650 (java) S 5638 5640 3419 0 -1 4202560 949 0 0 0 51 0 0 0 23 0 13 0 3288665 1568944128 7518 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5651] ppid=5638 vsize=1532172 CPUtime=0
/proc/5640/task/5651/stat : 5651 (java) S 5638 5640 3419 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3288665 1568944128 7518 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5652] ppid=5638 vsize=1532172 CPUtime=0
/proc/5640/task/5652/stat : 5652 (java) S 5638 5640 3419 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 3288665 1568944128 7518 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5653] ppid=5638 vsize=1532172 CPUtime=0
/proc/5640/task/5653/stat : 5653 (java) S 5638 5640 3419 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 3288688 1568944128 7518 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 1532172

[startup+3.10167 s]
/proc/loadavg: 0.99 1.00 1.00 2/119 5653
/proc/meminfo: memFree=1544528/2059040 swapFree=4192956/4192956
[pid=5640] ppid=5638 vsize=1532172 CPUtime=4.18
/proc/5640/stat : 5640 (java) S 5638 5640 3419 0 -1 4202496 8987 0 1 0 413 5 0 0 18 0 13 0 3288656 1568944128 8108 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5640/statm: 383043 8108 1440 10 0 380345 0
[pid=5640/tid=5642] ppid=5638 vsize=1532172 CPUtime=3
/proc/5640/task/5642/stat : 5642 (java) R 5638 5640 3419 0 -1 4202560 4599 0 1 0 297 3 0 0 25 0 13 0 3288657 1568944128 8108 1992294400 134512640 134550932 4288340128 18446744073709551615 4108968392 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5640/tid=5643] ppid=5638 vsize=1532172 CPUtime=0.01
/proc/5640/task/5643/stat : 5643 (java) S 5638 5640 3419 0 -1 4202560 314 0 0 0 1 0 0 0 16 0 13 0 3288659 1568944128 8108 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5644] ppid=5638 vsize=1532172 CPUtime=0
/proc/5640/task/5644/stat : 5644 (java) S 5638 5640 3419 0 -1 4202560 240 0 0 0 0 0 0 0 15 0 13 0 3288659 1568944128 8108 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5645] ppid=5638 vsize=1532172 CPUtime=0.05
/proc/5640/task/5645/stat : 5645 (java) S 5638 5640 3419 0 -1 4202560 442 0 0 0 5 0 0 0 16 0 13 0 3288661 1568944128 8108 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 0 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5646] ppid=5638 vsize=1532172 CPUtime=0
/proc/5640/task/5646/stat : 5646 (java) S 5638 5640 3419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3288661 1568944128 8108 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5647] ppid=5638 vsize=1532172 CPUtime=0
/proc/5640/task/5647/stat : 5647 (java) S 5638 5640 3419 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3288661 1568944128 8108 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5648] ppid=5638 vsize=1532172 CPUtime=0
/proc/5640/task/5648/stat : 5648 (java) S 5638 5640 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3288665 1568944128 8108 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5649] ppid=5638 vsize=1532172 CPUtime=0.51
/proc/5640/task/5649/stat : 5649 (java) S 5638 5640 3419 0 -1 4202560 1374 0 0 0 51 0 0 0 15 0 13 0 3288665 1568944128 8108 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5650] ppid=5638 vsize=1532172 CPUtime=0.56
/proc/5640/task/5650/stat : 5650 (java) S 5638 5640 3419 0 -1 4202560 952 0 0 0 56 0 0 0 15 0 13 0 3288665 1568944128 8108 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5651] ppid=5638 vsize=1532172 CPUtime=0
/proc/5640/task/5651/stat : 5651 (java) S 5638 5640 3419 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3288665 1568944128 8108 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5652] ppid=5638 vsize=1532172 CPUtime=0
/proc/5640/task/5652/stat : 5652 (java) S 5638 5640 3419 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 3288665 1568944128 8108 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5653] ppid=5638 vsize=1532172 CPUtime=0
/proc/5640/task/5653/stat : 5653 (java) S 5638 5640 3419 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 3288688 1568944128 8108 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 1532172

[startup+6.30171 s]
/proc/loadavg: 0.99 1.00 1.00 2/119 5653
/proc/meminfo: memFree=1541552/2059040 swapFree=4192956/4192956
[pid=5640] ppid=5638 vsize=1531800 CPUtime=7.47
/proc/5640/stat : 5640 (java) S 5638 5640 3419 0 -1 4202496 9193 0 1 0 741 6 0 0 18 0 13 0 3288656 1568563200 8249 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5640/statm: 382950 8249 1440 10 0 380252 0
[pid=5640/tid=5642] ppid=5638 vsize=1531800 CPUtime=6.11
/proc/5640/task/5642/stat : 5642 (java) R 5638 5640 3419 0 -1 4202560 4602 0 1 0 607 4 0 0 25 0 13 0 3288657 1568563200 8249 1992294400 134512640 134550932 4288340128 18446744073709551615 4109025582 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5640/tid=5643] ppid=5638 vsize=1531800 CPUtime=0.02
/proc/5640/task/5643/stat : 5643 (java) S 5638 5640 3419 0 -1 4202560 331 0 0 0 2 0 0 0 16 0 13 0 3288659 1568563200 8249 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5644] ppid=5638 vsize=1531800 CPUtime=0.01
/proc/5640/task/5644/stat : 5644 (java) S 5638 5640 3419 0 -1 4202560 269 0 0 0 1 0 0 0 15 0 13 0 3288659 1568563200 8249 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5645] ppid=5638 vsize=1531800 CPUtime=0.12
/proc/5640/task/5645/stat : 5645 (java) S 5638 5640 3419 0 -1 4202560 588 0 0 0 12 0 0 0 16 0 13 0 3288661 1568563200 8249 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 0 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5646] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5646/stat : 5646 (java) S 5638 5640 3419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3288661 1568563200 8249 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5647] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5647/stat : 5647 (java) S 5638 5640 3419 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3288661 1568563200 8249 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5648] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5648/stat : 5648 (java) S 5638 5640 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3288665 1568563200 8249 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5649] ppid=5638 vsize=1531800 CPUtime=0.54
/proc/5640/task/5649/stat : 5649 (java) S 5638 5640 3419 0 -1 4202560 1378 0 0 0 54 0 0 0 15 0 13 0 3288665 1568563200 8249 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5650] ppid=5638 vsize=1531800 CPUtime=0.62
/proc/5640/task/5650/stat : 5650 (java) S 5638 5640 3419 0 -1 4202560 959 0 0 0 62 0 0 0 15 0 13 0 3288665 1568563200 8249 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5651] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5651/stat : 5651 (java) S 5638 5640 3419 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3288665 1568563200 8249 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5652] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5652/stat : 5652 (java) S 5638 5640 3419 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 3288665 1568563200 8249 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5653] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5653/stat : 5653 (java) S 5638 5640 3419 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 3288688 1568563200 8249 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 1531800

[startup+12.7008 s]
/proc/loadavg: 0.99 1.00 1.00 2/119 5653
/proc/meminfo: memFree=1540684/2059040 swapFree=4192956/4192956
[pid=5640] ppid=5638 vsize=1531800 CPUtime=13.88
/proc/5640/stat : 5640 (java) S 5638 5640 3419 0 -1 4202496 9340 0 1 0 1382 6 0 0 18 0 13 0 3288656 1568563200 8389 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5640/statm: 382950 8389 1440 10 0 380252 0
[pid=5640/tid=5642] ppid=5638 vsize=1531800 CPUtime=12.31
/proc/5640/task/5642/stat : 5642 (java) R 5638 5640 3419 0 -1 4202560 4609 0 1 0 1227 4 0 0 25 0 13 0 3288657 1568563200 8389 1992294400 134512640 134550932 4288340128 18446744073709551615 4109005442 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5640/tid=5643] ppid=5638 vsize=1531800 CPUtime=0.04
/proc/5640/task/5643/stat : 5643 (java) S 5638 5640 3419 0 -1 4202560 334 0 0 0 4 0 0 0 16 0 13 0 3288659 1568563200 8389 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5644] ppid=5638 vsize=1531800 CPUtime=0.03
/proc/5640/task/5644/stat : 5644 (java) S 5638 5640 3419 0 -1 4202560 273 0 0 0 3 0 0 0 15 0 13 0 3288659 1568563200 8389 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5645] ppid=5638 vsize=1531800 CPUtime=0.29
/proc/5640/task/5645/stat : 5645 (java) S 5638 5640 3419 0 -1 4202560 721 0 0 0 29 0 0 0 16 0 13 0 3288661 1568563200 8389 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 0 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5646] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5646/stat : 5646 (java) S 5638 5640 3419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3288661 1568563200 8389 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5647] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5647/stat : 5647 (java) S 5638 5640 3419 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3288661 1568563200 8389 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5648] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5648/stat : 5648 (java) S 5638 5640 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3288665 1568563200 8389 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5649] ppid=5638 vsize=1531800 CPUtime=0.54
/proc/5640/task/5649/stat : 5649 (java) S 5638 5640 3419 0 -1 4202560 1378 0 0 0 54 0 0 0 15 0 13 0 3288665 1568563200 8389 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5650] ppid=5638 vsize=1531800 CPUtime=0.62
/proc/5640/task/5650/stat : 5650 (java) S 5638 5640 3419 0 -1 4202560 959 0 0 0 62 0 0 0 15 0 13 0 3288665 1568563200 8389 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5651] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5651/stat : 5651 (java) S 5638 5640 3419 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3288665 1568563200 8389 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5652] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5652/stat : 5652 (java) S 5638 5640 3419 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 3288665 1568563200 8389 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5653] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5653/stat : 5653 (java) S 5638 5640 3419 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 3288688 1568563200 8389 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.88
Current children cumulated vsize (KiB) 1531800

[startup+25.502 s]
/proc/loadavg: 0.99 1.00 1.00 2/119 5653
/proc/meminfo: memFree=1540188/2059040 swapFree=4192956/4192956
[pid=5640] ppid=5638 vsize=1531800 CPUtime=26.7
/proc/5640/stat : 5640 (java) S 5638 5640 3419 0 -1 4202496 9443 0 1 0 2663 7 0 0 18 0 13 0 3288656 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5640/statm: 382950 8478 1440 10 0 380252 0
[pid=5640/tid=5642] ppid=5638 vsize=1531800 CPUtime=24.74
/proc/5640/task/5642/stat : 5642 (java) R 5638 5640 3419 0 -1 4202560 4623 0 1 0 2469 5 0 0 25 0 13 0 3288657 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4109023855 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5640/tid=5643] ppid=5638 vsize=1531800 CPUtime=0.09
/proc/5640/task/5643/stat : 5643 (java) S 5638 5640 3419 0 -1 4202560 336 0 0 0 9 0 0 0 15 0 13 0 3288659 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5644] ppid=5638 vsize=1531800 CPUtime=0.06
/proc/5640/task/5644/stat : 5644 (java) S 5638 5640 3419 0 -1 4202560 275 0 0 0 6 0 0 0 15 0 13 0 3288659 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5645] ppid=5638 vsize=1531800 CPUtime=0.61
/proc/5640/task/5645/stat : 5645 (java) S 5638 5640 3419 0 -1 4202560 806 0 0 0 61 0 0 0 16 0 13 0 3288661 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 0 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5646] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5646/stat : 5646 (java) S 5638 5640 3419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3288661 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5647] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5647/stat : 5647 (java) S 5638 5640 3419 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3288661 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5648] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5648/stat : 5648 (java) S 5638 5640 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3288665 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5649] ppid=5638 vsize=1531800 CPUtime=0.54
/proc/5640/task/5649/stat : 5649 (java) S 5638 5640 3419 0 -1 4202560 1378 0 0 0 54 0 0 0 15 0 13 0 3288665 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5650] ppid=5638 vsize=1531800 CPUtime=0.62
/proc/5640/task/5650/stat : 5650 (java) S 5638 5640 3419 0 -1 4202560 959 0 0 0 62 0 0 0 15 0 13 0 3288665 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5651] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5651/stat : 5651 (java) S 5638 5640 3419 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3288665 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5652] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5652/stat : 5652 (java) S 5638 5640 3419 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 3288665 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5653] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5653/stat : 5653 (java) S 5638 5640 3419 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 3288688 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 26.7
Current children cumulated vsize (KiB) 1531800

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

[startup+27.101 s]
/proc/loadavg: 0.99 1.00 1.00 2/119 5653
/proc/meminfo: memFree=1540188/2059040 swapFree=4192956/4192956
[pid=5640] ppid=5638 vsize=1531800 CPUtime=28.31
/proc/5640/stat : 5640 (java) S 5638 5640 3419 0 -1 4202496 9445 0 1 0 2824 7 0 0 18 0 13 0 3288656 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5640/statm: 382950 8478 1440 10 0 380252 0
[pid=5640/tid=5642] ppid=5638 vsize=1531800 CPUtime=26.29
/proc/5640/task/5642/stat : 5642 (java) S 5638 5640 3419 0 -1 4202560 4625 0 1 0 2624 5 0 0 25 0 13 0 3288657 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5643] ppid=5638 vsize=1531800 CPUtime=0.09
/proc/5640/task/5643/stat : 5643 (java) S 5638 5640 3419 0 -1 4202560 336 0 0 0 9 0 0 0 16 0 13 0 3288659 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5644] ppid=5638 vsize=1531800 CPUtime=0.07
/proc/5640/task/5644/stat : 5644 (java) S 5638 5640 3419 0 -1 4202560 275 0 0 0 7 0 0 0 15 0 13 0 3288659 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5645] ppid=5638 vsize=1531800 CPUtime=0.65
/proc/5640/task/5645/stat : 5645 (java) R 5638 5640 3419 0 -1 4202560 806 0 0 0 65 0 0 0 15 0 13 0 3288661 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 105698025 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=5640/tid=5646] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5646/stat : 5646 (java) S 5638 5640 3419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3288661 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5647] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5647/stat : 5647 (java) S 5638 5640 3419 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3288661 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5648] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5648/stat : 5648 (java) S 5638 5640 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3288665 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5649] ppid=5638 vsize=1531800 CPUtime=0.54
/proc/5640/task/5649/stat : 5649 (java) S 5638 5640 3419 0 -1 4202560 1378 0 0 0 54 0 0 0 15 0 13 0 3288665 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5650] ppid=5638 vsize=1531800 CPUtime=0.63
/proc/5640/task/5650/stat : 5650 (java) S 5638 5640 3419 0 -1 4202560 959 0 0 0 63 0 0 0 15 0 13 0 3288665 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5651] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5651/stat : 5651 (java) S 5638 5640 3419 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3288665 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5652] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5652/stat : 5652 (java) S 5638 5640 3419 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 3288665 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5653] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5653/stat : 5653 (java) S 5638 5640 3419 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 3288688 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 28.31
Current children cumulated vsize (KiB) 1531800

[startup+27.901 s]
/proc/loadavg: 0.99 1.00 1.00 2/119 5653
/proc/meminfo: memFree=1540188/2059040 swapFree=4192956/4192956
[pid=5640] ppid=5638 vsize=1531800 CPUtime=29.11
/proc/5640/stat : 5640 (java) S 5638 5640 3419 0 -1 4202496 9445 0 1 0 2904 7 0 0 18 0 13 0 3288656 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5640/statm: 382950 8478 1440 10 0 380252 0
[pid=5640/tid=5642] ppid=5638 vsize=1531800 CPUtime=27.08
/proc/5640/task/5642/stat : 5642 (java) R 5638 5640 3419 0 -1 4202560 4625 0 1 0 2703 5 0 0 25 0 13 0 3288657 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4109006327 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5640/tid=5643] ppid=5638 vsize=1531800 CPUtime=0.09
/proc/5640/task/5643/stat : 5643 (java) S 5638 5640 3419 0 -1 4202560 336 0 0 0 9 0 0 0 16 0 13 0 3288659 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5644] ppid=5638 vsize=1531800 CPUtime=0.07
/proc/5640/task/5644/stat : 5644 (java) S 5638 5640 3419 0 -1 4202560 275 0 0 0 7 0 0 0 15 0 13 0 3288659 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5645] ppid=5638 vsize=1531800 CPUtime=0.66
/proc/5640/task/5645/stat : 5645 (java) S 5638 5640 3419 0 -1 4202560 806 0 0 0 66 0 0 0 16 0 13 0 3288661 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 0 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5646] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5646/stat : 5646 (java) S 5638 5640 3419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3288661 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5647] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5647/stat : 5647 (java) S 5638 5640 3419 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3288661 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5648] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5648/stat : 5648 (java) S 5638 5640 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3288665 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5649] ppid=5638 vsize=1531800 CPUtime=0.54
/proc/5640/task/5649/stat : 5649 (java) S 5638 5640 3419 0 -1 4202560 1378 0 0 0 54 0 0 0 15 0 13 0 3288665 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5650] ppid=5638 vsize=1531800 CPUtime=0.63
/proc/5640/task/5650/stat : 5650 (java) S 5638 5640 3419 0 -1 4202560 959 0 0 0 63 0 0 0 15 0 13 0 3288665 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5651] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5651/stat : 5651 (java) S 5638 5640 3419 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3288665 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5652] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5652/stat : 5652 (java) S 5638 5640 3419 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 3288665 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5653] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5653/stat : 5653 (java) S 5638 5640 3419 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 3288688 1568563200 8478 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 29.11
Current children cumulated vsize (KiB) 1531800

[startup+28.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/119 5653
/proc/meminfo: memFree=1540188/2059040 swapFree=4192956/4192956
[pid=5640] ppid=5638 vsize=1531800 CPUtime=29.55
/proc/5640/stat : 5640 (java) S 5638 5640 3419 0 -1 4202496 9447 0 1 0 2948 7 0 0 18 0 13 0 3288656 1568563200 8479 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5640/statm: 382950 8479 1440 10 0 380252 0
[pid=5640/tid=5642] ppid=5638 vsize=1531800 CPUtime=27.45
/proc/5640/task/5642/stat : 5642 (java) R 5638 5640 3419 0 -1 4202560 4626 0 1 0 2740 5 0 0 25 0 13 0 3288657 1568563200 8479 1992294400 134512640 134550932 4288340128 18446744073709551615 4109005436 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5640/tid=5643] ppid=5638 vsize=1531800 CPUtime=0.09
/proc/5640/task/5643/stat : 5643 (java) S 5638 5640 3419 0 -1 4202560 337 0 0 0 9 0 0 0 15 0 13 0 3288659 1568563200 8479 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5644] ppid=5638 vsize=1531800 CPUtime=0.07
/proc/5640/task/5644/stat : 5644 (java) S 5638 5640 3419 0 -1 4202560 275 0 0 0 7 0 0 0 15 0 13 0 3288659 1568563200 8479 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5645] ppid=5638 vsize=1531800 CPUtime=0.68
/proc/5640/task/5645/stat : 5645 (java) S 5638 5640 3419 0 -1 4202560 806 0 0 0 68 0 0 0 16 0 13 0 3288661 1568563200 8479 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 0 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5646] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5646/stat : 5646 (java) S 5638 5640 3419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3288661 1568563200 8479 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5647] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5647/stat : 5647 (java) S 5638 5640 3419 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3288661 1568563200 8479 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5648] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5648/stat : 5648 (java) S 5638 5640 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3288665 1568563200 8479 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5649] ppid=5638 vsize=1531800 CPUtime=0.54
/proc/5640/task/5649/stat : 5649 (java) S 5638 5640 3419 0 -1 4202560 1378 0 0 0 54 0 0 0 15 0 13 0 3288665 1568563200 8479 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5650] ppid=5638 vsize=1531800 CPUtime=0.67
/proc/5640/task/5650/stat : 5650 (java) S 5638 5640 3419 0 -1 4202560 959 0 0 0 67 0 0 0 15 0 13 0 3288665 1568563200 8479 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5651] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5651/stat : 5651 (java) S 5638 5640 3419 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3288665 1568563200 8479 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5652] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5652/stat : 5652 (java) S 5638 5640 3419 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 3288665 1568563200 8479 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5653] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5653/stat : 5653 (java) S 5638 5640 3419 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 3288688 1568563200 8479 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 29.55
Current children cumulated vsize (KiB) 1531800

[startup+28.401 s]
/proc/loadavg: 0.99 1.00 1.00 2/119 5653
/proc/meminfo: memFree=1540188/2059040 swapFree=4192956/4192956
[pid=5640] ppid=5638 vsize=1531800 CPUtime=29.65
/proc/5640/stat : 5640 (java) S 5638 5640 3419 0 -1 4202496 9447 0 1 0 2958 7 0 0 18 0 13 0 3288656 1568563200 8479 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5640/statm: 382950 8479 1440 10 0 380252 0
[pid=5640/tid=5642] ppid=5638 vsize=1531800 CPUtime=27.55
/proc/5640/task/5642/stat : 5642 (java) R 5638 5640 3419 0 -1 4202560 4626 0 1 0 2750 5 0 0 25 0 13 0 3288657 1568563200 8479 1992294400 134512640 134550932 4288340128 18446744073709551615 4109006327 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5640/tid=5643] ppid=5638 vsize=1531800 CPUtime=0.09
/proc/5640/task/5643/stat : 5643 (java) S 5638 5640 3419 0 -1 4202560 337 0 0 0 9 0 0 0 15 0 13 0 3288659 1568563200 8479 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5644] ppid=5638 vsize=1531800 CPUtime=0.07
/proc/5640/task/5644/stat : 5644 (java) S 5638 5640 3419 0 -1 4202560 275 0 0 0 7 0 0 0 15 0 13 0 3288659 1568563200 8479 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5645] ppid=5638 vsize=1531800 CPUtime=0.68
/proc/5640/task/5645/stat : 5645 (java) S 5638 5640 3419 0 -1 4202560 806 0 0 0 68 0 0 0 16 0 13 0 3288661 1568563200 8479 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 0 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5646] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5646/stat : 5646 (java) S 5638 5640 3419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3288661 1568563200 8479 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5647] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5647/stat : 5647 (java) S 5638 5640 3419 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3288661 1568563200 8479 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5648] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5648/stat : 5648 (java) S 5638 5640 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3288665 1568563200 8479 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5649] ppid=5638 vsize=1531800 CPUtime=0.54
/proc/5640/task/5649/stat : 5649 (java) S 5638 5640 3419 0 -1 4202560 1378 0 0 0 54 0 0 0 15 0 13 0 3288665 1568563200 8479 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5650] ppid=5638 vsize=1531800 CPUtime=0.67
/proc/5640/task/5650/stat : 5650 (java) S 5638 5640 3419 0 -1 4202560 959 0 0 0 67 0 0 0 15 0 13 0 3288665 1568563200 8479 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5651] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5651/stat : 5651 (java) S 5638 5640 3419 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3288665 1568563200 8479 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 0 0 0 0
[pid=5640/tid=5652] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5652/stat : 5652 (java) S 5638 5640 3419 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 3288665 1568563200 8479 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
[pid=5640/tid=5653] ppid=5638 vsize=1531800 CPUtime=0
/proc/5640/task/5653/stat : 5653 (java) S 5638 5640 3419 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 3288688 1568563200 8479 1992294400 134512640 134550932 4288340128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845390592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 29.65
Current children cumulated vsize (KiB) 1531800

Child status: 20
Real time (s): 28.5019
CPU time (s): 29.7715
CPU user time (s): 29.6915
CPU system time (s): 0.079987
CPU usage (%): 104.454
Max. virtual memory (cumulated for all children) (KiB): 1532676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.6915
system time used= 0.079987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9467
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= 1082
involuntary context switches= 643

runsolver used 0.070989 second user time and 0.174973 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-11 19:21:12
IDJOB=2659368
IDBENCH=1231
IDSOLVER=1164
FILE ID=node013/2659368-1276276872
PBS_JOBID= 11172198
Free space on /tmp= 62424 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111212476.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659368-1276276872/watcher-2659368-1276276872 -o /tmp/evaluation-result-2659368-1276276872/solver-2659368-1276276872 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659368-1276276872.opb

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

MD5SUM BENCH= 08d0b9097a8249582d167bf6c1cdd903
RANDOM SEED=1420959052

node013.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.253
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.50
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.253
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:       1569828 kB
Buffers:         54592 kB
Cached:         308128 kB
SwapCached:          0 kB
Active:         168124 kB
Inactive:       253864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1569828 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             296 kB
Writeback:           0 kB
AnonPages:       59148 kB
Mapped:          15408 kB
Slab:            45256 kB
PageTables:       4072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181376 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= 62424 MiB
End job on node013 at 2010-06-11 19:21:40