Trace number 2659320

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 24.0563 22.5172

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111219348.opb
MD5SUM33ddab1c7704f894e7f63014edbb9b9e
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.178972
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 1212
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.09/0.20	c Pseudo Boolean Optimization
0.09/0.20	c --- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.09/0.20	c Learn all clauses as in MiniSAT
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.20	c Expensive reason simplification
0.09/0.20	c Armin Biere (Picosat) restarts strategy
0.09/0.20	c Glucose learned constraints deletion strategy
0.09/0.20	c timeout=2147483s
0.09/0.20	c DB Simplification allowed=false
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c solving HOME/instance-2659320-1276272539.opb
0.09/0.20	c reading problem ... 
0.37/0.31	c ... done. Wall clock time 0.108s.
0.37/0.31	c #vars     169
0.37/0.31	c #constraints  101
0.37/0.31	c constraints type 
0.37/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.37/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.37/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.37/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.41/1.42	c cleaning 2498 clauses out of 5001 with flag 5001/5001
2.98/1.98	c cleaning 4247 clauses out of 8502 with flag 11000/11000
3.58/2.57	c cleaning 5621 clauses out of 11256 with flag 18001/18001
4.30/3.26	c cleaning 6815 clauses out of 13635 with flag 26001/26001
5.12/4.01	c cleaning 7906 clauses out of 15820 with flag 35001/35001
5.92/4.82	c cleaning 8953 clauses out of 17913 with flag 45000/45000
6.82/5.70	c cleaning 9475 clauses out of 18960 with flag 55000/55000
7.63/6.57	c cleaning 9735 clauses out of 19485 with flag 65000/65000
8.44/7.35	c cleaning 9874 clauses out of 19753 with flag 75003/75003
9.44/8.39	c cleaning 9934 clauses out of 19877 with flag 85001/85001
10.24/9.19	c cleaning 9964 clauses out of 19942 with flag 95000/95000
11.14/10.04	c cleaning 9982 clauses out of 19978 with flag 105000/105000
11.94/10.81	c cleaning 9997 clauses out of 19999 with flag 115003/115003
12.85/11.74	c cleaning 9999 clauses out of 20001 with flag 125002/125002
13.66/12.58	c cleaning 9996 clauses out of 20000 with flag 135000/135000
14.46/13.37	c cleaning 9997 clauses out of 20004 with flag 145000/145000
15.25/14.14	c cleaning 10004 clauses out of 20009 with flag 155002/155002
15.95/14.89	c cleaning 9999 clauses out of 20004 with flag 165001/165001
16.76/15.68	c cleaning 9998 clauses out of 20004 with flag 175000/175000
17.76/16.66	c cleaning 9996 clauses out of 20007 with flag 185001/185001
18.56/17.48	c cleaning 10003 clauses out of 20014 with flag 195004/195004
19.36/18.26	c cleaning 9999 clauses out of 20010 with flag 205003/205003
20.06/18.98	c cleaning 9996 clauses out of 20008 with flag 215000/215000
20.87/19.76	c cleaning 10005 clauses out of 20015 with flag 225003/225003
21.67/20.57	c cleaning 9999 clauses out of 20007 with flag 235000/235000
22.47/21.36	c cleaning 10001 clauses out of 20009 with flag 245001/245001
23.53/22.25	c cleaning 10000 clauses out of 20007 with flag 255001/255001
23.89/22.43	c starts		: 120
23.89/22.43	c conflicts		: 257840
23.89/22.43	c decisions		: 379610
23.89/22.43	c propagations		: 5565692
23.89/22.43	c inspects		: 74402394
23.89/22.43	c learnt literals	: 8
23.89/22.43	c learnt binary clauses	: 24
23.89/22.43	c learnt ternary clauses	: 198
23.89/22.43	c learnt clauses	: 257831
23.89/22.43	c ignored clauses	: 0
23.89/22.43	c root simplifications	: 0
23.89/22.43	c removed literals (reason simplification)	: 2334845
23.89/22.43	c reason swapping (by a shorter reason)	: 0
23.89/22.43	c Calls to reduceDB	: 27
23.89/22.43	c number of reductions to clauses (during analyze)	: 0
23.89/22.43	c number of learned constraints concerned by reduction	: 0
23.89/22.43	c number of learning phase by resolution	: 0
23.89/22.43	c number of learning phase by cutting planes	: 0
23.89/22.43	c speed (assignments/second)	: 251602.187966186
23.89/22.43	c non guided choices	42
23.89/22.46	c learnt constraints type 
23.89/22.46	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12814
23.89/22.46	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 24
23.89/22.46	c constraints type 
23.89/22.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
23.89/22.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
23.89/22.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
23.89/22.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
23.89/22.46	s UNSATISFIABLE
23.89/22.46	c Total wall clock time (in seconds): 22.257

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-2659320-1276272539/watcher-2659320-1276272539 -o /tmp/evaluation-result-2659320-1276272539/solver-2659320-1276272539 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659320-1276272539.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.97 0.97 0.91 3/106 4411
/proc/meminfo: memFree=1574108/2059040 swapFree=4192956/4192956
[pid=4411] ppid=4409 vsize=248 CPUtime=0
/proc/4411/stat : 4411 (java) R 4409 4411 3356 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 2855512 253952 28 1992294400 134512640 134550932 4291240576 18446744073709551615 2322910 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4411/statm: 62 28 21 10 0 23 0

[startup+0.078856 s]
/proc/loadavg: 0.97 0.97 0.91 3/106 4411
/proc/meminfo: memFree=1574108/2059040 swapFree=4192956/4192956
[pid=4411] ppid=4409 vsize=1521796 CPUtime=0.06
/proc/4411/stat : 4411 (java) S 4409 4411 3356 0 -1 4202496 3777 0 1 0 4 2 0 0 18 0 7 0 2855512 1558319104 3218 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/4411/statm: 380449 3218 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.100858 s]
/proc/loadavg: 0.97 0.97 0.91 3/106 4411
/proc/meminfo: memFree=1574108/2059040 swapFree=4192956/4192956
[pid=4411] ppid=4409 vsize=1524184 CPUtime=0.09
/proc/4411/stat : 4411 (java) S 4409 4411 3356 0 -1 4202496 3962 0 1 0 6 3 0 0 18 0 12 0 2855512 1560764416 3401 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4411/statm: 381046 3401 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300564 s]
/proc/loadavg: 0.97 0.97 0.91 3/106 4411
/proc/meminfo: memFree=1574108/2059040 swapFree=4192956/4192956
[pid=4411] ppid=4409 vsize=1526240 CPUtime=0.37
/proc/4411/stat : 4411 (java) S 4409 4411 3356 0 -1 4202496 5349 0 1 0 33 4 0 0 18 0 12 0 2855512 1562869760 4786 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4411/statm: 381560 4787 1361 10 0 378862 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526240

[startup+0.700575 s]
/proc/loadavg: 0.97 0.97 0.91 3/106 4411
/proc/meminfo: memFree=1574108/2059040 swapFree=4192956/4192956
[pid=4411] ppid=4409 vsize=1532580 CPUtime=1.15
/proc/4411/stat : 4411 (java) S 4409 4411 3356 0 -1 4202496 7642 0 1 0 110 5 0 0 18 0 13 0 2855512 1569361920 6488 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4411/statm: 383145 6488 1407 10 0 380447 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1532580

[startup+1.5016 s]
/proc/loadavg: 1.22 1.02 0.93 4/119 4426
/proc/meminfo: memFree=1552492/2059040 swapFree=4192956/4192956
[pid=4411] ppid=4409 vsize=1533068 CPUtime=2.54
/proc/4411/stat : 4411 (java) S 4409 4411 3356 0 -1 4202496 8761 0 1 0 249 5 0 0 18 0 13 0 2855512 1569861632 7605 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4411/statm: 383267 7605 1440 10 0 380569 0
[pid=4411/tid=4413] ppid=4409 vsize=1533068 CPUtime=1.45
/proc/4411/task/4413/stat : 4413 (java) R 4409 4411 3356 0 -1 4202560 4485 0 1 0 142 3 0 0 20 0 13 0 2855513 1569861632 7605 1992294400 134512640 134550932 4291240576 18446744073709551615 4109087579 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4411/tid=4414] ppid=4409 vsize=1533068 CPUtime=0
/proc/4411/task/4414/stat : 4414 (java) S 4409 4411 3356 0 -1 4202560 123 0 0 0 0 0 0 0 18 0 13 0 2855515 1569861632 7605 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4415] ppid=4409 vsize=1533068 CPUtime=0
/proc/4411/task/4415/stat : 4415 (java) S 4409 4411 3356 0 -1 4202560 74 0 0 0 0 0 0 0 17 0 13 0 2855515 1569861632 7605 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4416] ppid=4409 vsize=1533068 CPUtime=0.01
/proc/4411/task/4416/stat : 4416 (java) S 4409 4411 3356 0 -1 4202560 195 0 0 0 1 0 0 0 16 0 13 0 2855517 1569861632 7605 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 0 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4417] ppid=4409 vsize=1533068 CPUtime=0
/proc/4411/task/4417/stat : 4417 (java) S 4409 4411 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2855517 1569861632 7605 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4418] ppid=4409 vsize=1533068 CPUtime=0
/proc/4411/task/4418/stat : 4418 (java) S 4409 4411 3356 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2855517 1569861632 7605 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4419] ppid=4409 vsize=1533068 CPUtime=0
/proc/4411/task/4419/stat : 4419 (java) S 4409 4411 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2855521 1569861632 7605 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4420] ppid=4409 vsize=1533068 CPUtime=0.52
/proc/4411/task/4420/stat : 4420 (java) S 4409 4411 3356 0 -1 4202560 882 0 0 0 52 0 0 0 25 0 13 0 2855521 1569861632 7605 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4421] ppid=4409 vsize=1533068 CPUtime=0.51
/proc/4411/task/4421/stat : 4421 (java) S 4409 4411 3356 0 -1 4202560 1936 0 0 0 51 0 0 0 24 0 13 0 2855521 1569861632 7605 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4422] ppid=4409 vsize=1533068 CPUtime=0
/proc/4411/task/4422/stat : 4422 (java) S 4409 4411 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2855521 1569861632 7605 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4423] ppid=4409 vsize=1533068 CPUtime=0
/proc/4411/task/4423/stat : 4423 (java) S 4409 4411 3356 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2855521 1569861632 7605 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4426] ppid=4409 vsize=1533068 CPUtime=0
/proc/4411/task/4426/stat : 4426 (java) S 4409 4411 3356 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2855544 1569861632 7605 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 1533068

[startup+3.10164 s]
/proc/loadavg: 1.22 1.02 0.93 2/119 4426
/proc/meminfo: memFree=1547408/2059040 swapFree=4192956/4192956
[pid=4411] ppid=4409 vsize=1533068 CPUtime=4.19
/proc/4411/stat : 4411 (java) S 4409 4411 3356 0 -1 4202496 9215 0 1 0 414 5 0 0 18 0 13 0 2855512 1569861632 8056 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4411/statm: 383267 8056 1440 10 0 380569 0
[pid=4411/tid=4413] ppid=4409 vsize=1533068 CPUtime=2.99
/proc/4411/task/4413/stat : 4413 (java) R 4409 4411 3356 0 -1 4202560 4487 0 1 0 296 3 0 0 25 0 13 0 2855513 1569861632 8056 1992294400 134512640 134550932 4291240576 18446744073709551615 4109088103 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4411/tid=4414] ppid=4409 vsize=1533068 CPUtime=0
/proc/4411/task/4414/stat : 4414 (java) S 4409 4411 3356 0 -1 4202560 251 0 0 0 0 0 0 0 15 0 13 0 2855515 1569861632 8056 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4415] ppid=4409 vsize=1533068 CPUtime=0
/proc/4411/task/4415/stat : 4415 (java) S 4409 4411 3356 0 -1 4202560 196 0 0 0 0 0 0 0 15 0 13 0 2855515 1569861632 8056 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4416] ppid=4409 vsize=1533068 CPUtime=0.05
/proc/4411/task/4416/stat : 4416 (java) S 4409 4411 3356 0 -1 4202560 393 0 0 0 5 0 0 0 16 0 13 0 2855517 1569861632 8056 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 0 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4417] ppid=4409 vsize=1533068 CPUtime=0
/proc/4411/task/4417/stat : 4417 (java) S 4409 4411 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2855517 1569861632 8056 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4418] ppid=4409 vsize=1533068 CPUtime=0
/proc/4411/task/4418/stat : 4418 (java) S 4409 4411 3356 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2855517 1569861632 8056 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4419] ppid=4409 vsize=1533068 CPUtime=0
/proc/4411/task/4419/stat : 4419 (java) S 4409 4411 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2855521 1569861632 8056 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4420] ppid=4409 vsize=1533068 CPUtime=0.57
/proc/4411/task/4420/stat : 4420 (java) S 4409 4411 3356 0 -1 4202560 885 0 0 0 57 0 0 0 20 0 13 0 2855521 1569861632 8056 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4421] ppid=4409 vsize=1533068 CPUtime=0.53
/proc/4411/task/4421/stat : 4421 (java) S 4409 4411 3356 0 -1 4202560 1937 0 0 0 53 0 0 0 15 0 13 0 2855521 1569861632 8056 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4422] ppid=4409 vsize=1533068 CPUtime=0
/proc/4411/task/4422/stat : 4422 (java) S 4409 4411 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2855521 1569861632 8056 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4423] ppid=4409 vsize=1533068 CPUtime=0
/proc/4411/task/4423/stat : 4423 (java) S 4409 4411 3356 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2855521 1569861632 8056 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4426] ppid=4409 vsize=1533068 CPUtime=0
/proc/4411/task/4426/stat : 4426 (java) S 4409 4411 3356 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2855544 1569861632 8056 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 1533068

[startup+6.30172 s]
/proc/loadavg: 1.20 1.02 0.93 2/119 4426
/proc/meminfo: memFree=1545548/2059040 swapFree=4192956/4192956
[pid=4411] ppid=4409 vsize=1532296 CPUtime=7.42
/proc/4411/stat : 4411 (java) S 4409 4411 3356 0 -1 4202496 9555 0 1 0 737 5 0 0 18 0 13 0 2855512 1569071104 8260 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4411/statm: 383074 8260 1440 10 0 380376 0
[pid=4411/tid=4413] ppid=4409 vsize=1532296 CPUtime=6.08
/proc/4411/task/4413/stat : 4413 (java) R 4409 4411 3356 0 -1 4202560 4492 0 1 0 605 3 0 0 25 0 13 0 2855513 1569071104 8260 1992294400 134512640 134550932 4291240576 18446744073709551615 4109071872 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4411/tid=4414] ppid=4409 vsize=1532296 CPUtime=0.02
/proc/4411/task/4414/stat : 4414 (java) S 4409 4411 3356 0 -1 4202560 298 0 0 0 2 0 0 0 15 0 13 0 2855515 1569071104 8260 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4415] ppid=4409 vsize=1532296 CPUtime=0.02
/proc/4411/task/4415/stat : 4415 (java) S 4409 4411 3356 0 -1 4202560 276 0 0 0 2 0 0 0 15 0 13 0 2855515 1569071104 8260 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4416] ppid=4409 vsize=1532296 CPUtime=0.14
/proc/4411/task/4416/stat : 4416 (java) S 4409 4411 3356 0 -1 4202560 597 0 0 0 14 0 0 0 16 0 13 0 2855517 1569071104 8260 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 0 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4417] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4417/stat : 4417 (java) S 4409 4411 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2855517 1569071104 8260 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4418] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4418/stat : 4418 (java) S 4409 4411 3356 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2855517 1569071104 8260 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4419] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4419/stat : 4419 (java) S 4409 4411 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2855521 1569071104 8260 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4420] ppid=4409 vsize=1532296 CPUtime=0.57
/proc/4411/task/4420/stat : 4420 (java) S 4409 4411 3356 0 -1 4202560 885 0 0 0 57 0 0 0 17 0 13 0 2855521 1569071104 8260 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4421] ppid=4409 vsize=1532296 CPUtime=0.55
/proc/4411/task/4421/stat : 4421 (java) S 4409 4411 3356 0 -1 4202560 1941 0 0 0 55 0 0 0 16 0 13 0 2855521 1569071104 8260 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4422] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4422/stat : 4422 (java) S 4409 4411 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2855521 1569071104 8260 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4423] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4423/stat : 4423 (java) S 4409 4411 3356 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2855521 1569071104 8260 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4426] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4426/stat : 4426 (java) S 4409 4411 3356 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2855544 1569071104 8260 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.42
Current children cumulated vsize (KiB) 1532296

[startup+12.7019 s]
/proc/loadavg: 1.18 1.02 0.93 3/119 4426
/proc/meminfo: memFree=1545300/2059040 swapFree=4192956/4192956
[pid=4411] ppid=4409 vsize=1532296 CPUtime=13.86
/proc/4411/stat : 4411 (java) S 4409 4411 3356 0 -1 4202496 9652 0 1 0 1380 6 0 0 18 0 13 0 2855512 1569071104 8349 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4411/statm: 383074 8349 1440 10 0 380376 0
[pid=4411/tid=4413] ppid=4409 vsize=1532296 CPUtime=12.26
/proc/4411/task/4413/stat : 4413 (java) R 4409 4411 3356 0 -1 4202560 4500 0 1 0 1223 3 0 0 25 0 13 0 2855513 1569071104 8349 1992294400 134512640 134550932 4291240576 18446744073709551615 4109086477 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4411/tid=4414] ppid=4409 vsize=1532296 CPUtime=0.04
/proc/4411/task/4414/stat : 4414 (java) S 4409 4411 3356 0 -1 4202560 299 0 0 0 4 0 0 0 15 0 13 0 2855515 1569071104 8349 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4415] ppid=4409 vsize=1532296 CPUtime=0.04
/proc/4411/task/4415/stat : 4415 (java) S 4409 4411 3356 0 -1 4202560 278 0 0 0 4 0 0 0 15 0 13 0 2855515 1569071104 8349 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4416] ppid=4409 vsize=1532296 CPUtime=0.33
/proc/4411/task/4416/stat : 4416 (java) S 4409 4411 3356 0 -1 4202560 683 0 0 0 33 0 0 0 16 0 13 0 2855517 1569071104 8349 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 0 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4417] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4417/stat : 4417 (java) S 4409 4411 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2855517 1569071104 8349 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4418] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4418/stat : 4418 (java) S 4409 4411 3356 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2855517 1569071104 8349 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4419] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4419/stat : 4419 (java) S 4409 4411 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2855521 1569071104 8349 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4420] ppid=4409 vsize=1532296 CPUtime=0.58
/proc/4411/task/4420/stat : 4420 (java) S 4409 4411 3356 0 -1 4202560 885 0 0 0 58 0 0 0 15 0 13 0 2855521 1569071104 8349 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4421] ppid=4409 vsize=1532296 CPUtime=0.55
/proc/4411/task/4421/stat : 4421 (java) S 4409 4411 3356 0 -1 4202560 1941 0 0 0 55 0 0 0 16 0 13 0 2855521 1569071104 8349 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4422] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4422/stat : 4422 (java) S 4409 4411 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2855521 1569071104 8349 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4423] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4423/stat : 4423 (java) S 4409 4411 3356 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2855521 1569071104 8349 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4426] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4426/stat : 4426 (java) S 4409 4411 3356 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2855544 1569071104 8349 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.86
Current children cumulated vsize (KiB) 1532296

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

[startup+19.101 s]
/proc/loadavg: 1.17 1.02 0.93 2/119 4426
/proc/meminfo: memFree=1545052/2059040 swapFree=4192956/4192956
[pid=4411] ppid=4409 vsize=1532296 CPUtime=20.26
/proc/4411/stat : 4411 (java) S 4409 4411 3356 0 -1 4202496 9706 0 1 0 2020 6 0 0 18 0 13 0 2855512 1569071104 8395 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4411/statm: 383074 8395 1440 10 0 380376 0
[pid=4411/tid=4413] ppid=4409 vsize=1532296 CPUtime=18.44
/proc/4411/task/4413/stat : 4413 (java) R 4409 4411 3356 0 -1 4202560 4508 0 1 0 1841 3 0 0 25 0 13 0 2855513 1569071104 8395 1992294400 134512640 134550932 4291240576 18446744073709551615 4109031971 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4411/tid=4414] ppid=4409 vsize=1532296 CPUtime=0.06
/proc/4411/task/4414/stat : 4414 (java) S 4409 4411 3356 0 -1 4202560 301 0 0 0 6 0 0 0 16 0 13 0 2855515 1569071104 8395 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4415] ppid=4409 vsize=1532296 CPUtime=0.06
/proc/4411/task/4415/stat : 4415 (java) S 4409 4411 3356 0 -1 4202560 278 0 0 0 6 0 0 0 15 0 13 0 2855515 1569071104 8395 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4416] ppid=4409 vsize=1532296 CPUtime=0.51
/proc/4411/task/4416/stat : 4416 (java) S 4409 4411 3356 0 -1 4202560 727 0 0 0 51 0 0 0 16 0 13 0 2855517 1569071104 8395 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 0 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4417] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4417/stat : 4417 (java) S 4409 4411 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2855517 1569071104 8395 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4418] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4418/stat : 4418 (java) S 4409 4411 3356 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2855517 1569071104 8395 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4419] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4419/stat : 4419 (java) S 4409 4411 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2855521 1569071104 8395 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4420] ppid=4409 vsize=1532296 CPUtime=0.58
/proc/4411/task/4420/stat : 4420 (java) S 4409 4411 3356 0 -1 4202560 885 0 0 0 58 0 0 0 15 0 13 0 2855521 1569071104 8395 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4421] ppid=4409 vsize=1532296 CPUtime=0.55
/proc/4411/task/4421/stat : 4421 (java) S 4409 4411 3356 0 -1 4202560 1941 0 0 0 55 0 0 0 16 0 13 0 2855521 1569071104 8395 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4422] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4422/stat : 4422 (java) S 4409 4411 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2855521 1569071104 8395 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4423] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4423/stat : 4423 (java) S 4409 4411 3356 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2855521 1569071104 8395 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4426] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4426/stat : 4426 (java) S 4409 4411 3356 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2855544 1569071104 8395 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.26
Current children cumulated vsize (KiB) 1532296

[startup+20.701 s]
/proc/loadavg: 1.17 1.02 0.93 2/119 4426
/proc/meminfo: memFree=1544928/2059040 swapFree=4192956/4192956
[pid=4411] ppid=4409 vsize=1532296 CPUtime=21.87
/proc/4411/stat : 4411 (java) S 4409 4411 3356 0 -1 4202496 9710 0 1 0 2181 6 0 0 18 0 13 0 2855512 1569071104 8397 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4411/statm: 383074 8397 1440 10 0 380376 0
[pid=4411/tid=4413] ppid=4409 vsize=1532296 CPUtime=19.99
/proc/4411/task/4413/stat : 4413 (java) R 4409 4411 3356 0 -1 4202560 4510 0 1 0 1996 3 0 0 25 0 13 0 2855513 1569071104 8397 1992294400 134512640 134550932 4291240576 18446744073709551615 4108793249 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4411/tid=4414] ppid=4409 vsize=1532296 CPUtime=0.07
/proc/4411/task/4414/stat : 4414 (java) S 4409 4411 3356 0 -1 4202560 301 0 0 0 7 0 0 0 15 0 13 0 2855515 1569071104 8397 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4415] ppid=4409 vsize=1532296 CPUtime=0.07
/proc/4411/task/4415/stat : 4415 (java) S 4409 4411 3356 0 -1 4202560 280 0 0 0 7 0 0 0 15 0 13 0 2855515 1569071104 8397 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4416] ppid=4409 vsize=1532296 CPUtime=0.56
/proc/4411/task/4416/stat : 4416 (java) S 4409 4411 3356 0 -1 4202560 727 0 0 0 56 0 0 0 16 0 13 0 2855517 1569071104 8397 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 0 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4417] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4417/stat : 4417 (java) S 4409 4411 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2855517 1569071104 8397 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4418] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4418/stat : 4418 (java) S 4409 4411 3356 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2855517 1569071104 8397 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4419] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4419/stat : 4419 (java) S 4409 4411 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2855521 1569071104 8397 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4420] ppid=4409 vsize=1532296 CPUtime=0.58
/proc/4411/task/4420/stat : 4420 (java) S 4409 4411 3356 0 -1 4202560 885 0 0 0 58 0 0 0 15 0 13 0 2855521 1569071104 8397 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4421] ppid=4409 vsize=1532296 CPUtime=0.55
/proc/4411/task/4421/stat : 4421 (java) S 4409 4411 3356 0 -1 4202560 1941 0 0 0 55 0 0 0 16 0 13 0 2855521 1569071104 8397 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4422] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4422/stat : 4422 (java) S 4409 4411 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2855521 1569071104 8397 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4423] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4423/stat : 4423 (java) S 4409 4411 3356 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2855521 1569071104 8397 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4426] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4426/stat : 4426 (java) S 4409 4411 3356 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2855544 1569071104 8397 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.87
Current children cumulated vsize (KiB) 1532296

[startup+21.5011 s]
/proc/loadavg: 1.15 1.02 0.93 2/119 4426
/proc/meminfo: memFree=1544928/2059040 swapFree=4192956/4192956
[pid=4411] ppid=4409 vsize=1532296 CPUtime=22.67
/proc/4411/stat : 4411 (java) S 4409 4411 3356 0 -1 4202496 9714 0 1 0 2261 6 0 0 18 0 13 0 2855512 1569071104 8400 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4411/statm: 383074 8400 1440 10 0 380376 0
[pid=4411/tid=4413] ppid=4409 vsize=1532296 CPUtime=20.76
/proc/4411/task/4413/stat : 4413 (java) R 4409 4411 3356 0 -1 4202560 4511 0 1 0 2073 3 0 0 25 0 13 0 2855513 1569071104 8400 1992294400 134512640 134550932 4291240576 18446744073709551615 4109070743 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4411/tid=4414] ppid=4409 vsize=1532296 CPUtime=0.07
/proc/4411/task/4414/stat : 4414 (java) S 4409 4411 3356 0 -1 4202560 301 0 0 0 7 0 0 0 15 0 13 0 2855515 1569071104 8400 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4415] ppid=4409 vsize=1532296 CPUtime=0.07
/proc/4411/task/4415/stat : 4415 (java) S 4409 4411 3356 0 -1 4202560 280 0 0 0 7 0 0 0 16 0 13 0 2855515 1569071104 8400 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4416] ppid=4409 vsize=1532296 CPUtime=0.58
/proc/4411/task/4416/stat : 4416 (java) S 4409 4411 3356 0 -1 4202560 730 0 0 0 58 0 0 0 16 0 13 0 2855517 1569071104 8400 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 0 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4417] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4417/stat : 4417 (java) S 4409 4411 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2855517 1569071104 8400 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4418] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4418/stat : 4418 (java) S 4409 4411 3356 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2855517 1569071104 8400 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4419] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4419/stat : 4419 (java) S 4409 4411 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2855521 1569071104 8400 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4420] ppid=4409 vsize=1532296 CPUtime=0.58
/proc/4411/task/4420/stat : 4420 (java) S 4409 4411 3356 0 -1 4202560 885 0 0 0 58 0 0 0 15 0 13 0 2855521 1569071104 8400 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4421] ppid=4409 vsize=1532296 CPUtime=0.55
/proc/4411/task/4421/stat : 4421 (java) S 4409 4411 3356 0 -1 4202560 1941 0 0 0 55 0 0 0 16 0 13 0 2855521 1569071104 8400 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4422] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4422/stat : 4422 (java) S 4409 4411 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2855521 1569071104 8400 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4423] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4423/stat : 4423 (java) S 4409 4411 3356 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2855521 1569071104 8400 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4426] ppid=4409 vsize=1532296 CPUtime=0
/proc/4411/task/4426/stat : 4426 (java) S 4409 4411 3356 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2855544 1569071104 8400 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.67
Current children cumulated vsize (KiB) 1532296

[startup+22.3011 s]
/proc/loadavg: 1.15 1.02 0.93 2/119 4426
/proc/meminfo: memFree=1544928/2059040 swapFree=4192956/4192956
[pid=4411] ppid=4409 vsize=1533132 CPUtime=23.68
/proc/4411/stat : 4411 (java) S 4409 4411 3356 0 -1 4202496 10066 0 1 0 2362 6 0 0 18 0 13 0 2855512 1569927168 8608 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4411/statm: 383283 8608 1440 10 0 380585 0
[pid=4411/tid=4413] ppid=4409 vsize=1533132 CPUtime=21.53
/proc/4411/task/4413/stat : 4413 (java) R 4409 4411 3356 0 -1 4202560 4515 0 1 0 2150 3 0 0 25 0 13 0 2855513 1569927168 8608 1992294400 134512640 134550932 4291240576 18446744073709551615 4108993421 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4411/tid=4414] ppid=4409 vsize=1533132 CPUtime=0.07
/proc/4411/task/4414/stat : 4414 (java) S 4409 4411 3356 0 -1 4202560 301 0 0 0 7 0 0 0 15 0 13 0 2855515 1569927168 8608 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4415] ppid=4409 vsize=1533132 CPUtime=0.07
/proc/4411/task/4415/stat : 4415 (java) S 4409 4411 3356 0 -1 4202560 280 0 0 0 7 0 0 0 15 0 13 0 2855515 1569927168 8608 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4416] ppid=4409 vsize=1533132 CPUtime=0.61
/proc/4411/task/4416/stat : 4416 (java) S 4409 4411 3356 0 -1 4202560 751 0 0 0 61 0 0 0 16 0 13 0 2855517 1569927168 8608 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 0 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4417] ppid=4409 vsize=1533132 CPUtime=0
/proc/4411/task/4417/stat : 4417 (java) S 4409 4411 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2855517 1569927168 8608 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4418] ppid=4409 vsize=1533132 CPUtime=0
/proc/4411/task/4418/stat : 4418 (java) S 4409 4411 3356 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2855517 1569927168 8608 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4419] ppid=4409 vsize=1533132 CPUtime=0
/proc/4411/task/4419/stat : 4419 (java) S 4409 4411 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2855521 1569927168 8608 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4420] ppid=4409 vsize=1533132 CPUtime=0.79
/proc/4411/task/4420/stat : 4420 (java) R 4409 4411 3356 0 -1 4202560 1212 0 0 0 79 0 0 0 16 0 13 0 2855521 1569927168 8608 1992294400 134512640 134550932 4291240576 18446744073709551615 106262192 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4411/tid=4421] ppid=4409 vsize=1533132 CPUtime=0.56
/proc/4411/task/4421/stat : 4421 (java) S 4409 4411 3356 0 -1 4202560 1941 0 0 0 56 0 0 0 15 0 13 0 2855521 1569927168 8608 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4422] ppid=4409 vsize=1533132 CPUtime=0
/proc/4411/task/4422/stat : 4422 (java) S 4409 4411 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2855521 1569927168 8608 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4423] ppid=4409 vsize=1533132 CPUtime=0
/proc/4411/task/4423/stat : 4423 (java) S 4409 4411 3356 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2855521 1569927168 8608 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4426] ppid=4409 vsize=1533132 CPUtime=0
/proc/4411/task/4426/stat : 4426 (java) S 4409 4411 3356 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2855544 1569927168 8608 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.68
Current children cumulated vsize (KiB) 1533132

[startup+22.5011 s]
/proc/loadavg: 1.15 1.02 0.93 2/119 4426
/proc/meminfo: memFree=1544928/2059040 swapFree=4192956/4192956
[pid=4411] ppid=4409 vsize=1537492 CPUtime=24.05
/proc/4411/stat : 4411 (java) S 4409 4411 3356 0 -1 4202496 11473 0 1 0 2398 7 0 0 18 0 13 0 2855512 1574391808 9667 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4411/statm: 384373 9667 1443 10 0 381675 0
[pid=4411/tid=4413] ppid=4409 vsize=1537492 CPUtime=21.67
/proc/4411/task/4413/stat : 4413 (java) S 4409 4411 3356 0 -1 4202560 4520 0 1 0 2164 3 0 0 25 0 13 0 2855513 1574391808 9667 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4414] ppid=4409 vsize=1537492 CPUtime=0.07
/proc/4411/task/4414/stat : 4414 (java) S 4409 4411 3356 0 -1 4202560 301 0 0 0 7 0 0 0 15 0 13 0 2855515 1574391808 9667 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4415] ppid=4409 vsize=1537492 CPUtime=0.07
/proc/4411/task/4415/stat : 4415 (java) S 4409 4411 3356 0 -1 4202560 280 0 0 0 7 0 0 0 15 0 13 0 2855515 1574391808 9667 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4416] ppid=4409 vsize=1537492 CPUtime=0.61
/proc/4411/task/4416/stat : 4416 (java) S 4409 4411 3356 0 -1 4202560 751 0 0 0 61 0 0 0 16 0 13 0 2855517 1574391808 9667 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 0 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4417] ppid=4409 vsize=1537492 CPUtime=0
/proc/4411/task/4417/stat : 4417 (java) S 4409 4411 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2855517 1574391808 9667 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4418] ppid=4409 vsize=1537492 CPUtime=0
/proc/4411/task/4418/stat : 4418 (java) S 4409 4411 3356 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2855517 1574391808 9667 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4419] ppid=4409 vsize=1537492 CPUtime=0
/proc/4411/task/4419/stat : 4419 (java) S 4409 4411 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2855521 1574391808 9667 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4420] ppid=4409 vsize=1537492 CPUtime=0.97
/proc/4411/task/4420/stat : 4420 (java) S 4409 4411 3356 0 -1 4202560 2605 0 0 0 97 0 0 0 16 0 13 0 2855521 1574391808 9667 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
[pid=4411/tid=4421] ppid=4409 vsize=1537492 CPUtime=0.57
/proc/4411/task/4421/stat : 4421 (java) S 4409 4411 3356 0 -1 4202560 1943 0 0 0 57 0 0 0 16 0 13 0 2855521 1574391808 9667 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4422] ppid=4409 vsize=1537492 CPUtime=0
/proc/4411/task/4422/stat : 4422 (java) S 4409 4411 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2855521 1574391808 9667 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4423] ppid=4409 vsize=1537492 CPUtime=0
/proc/4411/task/4423/stat : 4423 (java) S 4409 4411 3356 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2855521 1574391808 9667 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 0 0 0 0
[pid=4411/tid=4426] ppid=4409 vsize=1537492 CPUtime=0
/proc/4411/task/4426/stat : 4426 (java) S 4409 4411 3356 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2855544 1574391808 9667 1992294400 134512640 134550932 4291240576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822420224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.05
Current children cumulated vsize (KiB) 1537492

Child status: 20
Real time (s): 22.5172
CPU time (s): 24.0563
CPU user time (s): 23.9804
CPU system time (s): 0.075988
CPU usage (%): 106.835
Max. virtual memory (cumulated for all children) (KiB): 1537492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.9804
system time used= 0.075988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11477
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= 948
involuntary context switches= 588

runsolver used 0.05999 second user time and 0.12998 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-11 18:08:59
IDJOB=2659320
IDBENCH=1183
IDSOLVER=1164
FILE ID=node010/2659320-1276272539
PBS_JOBID= 11172201
Free space on /tmp= 62500 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.1111219348.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659320-1276272539/watcher-2659320-1276272539 -o /tmp/evaluation-result-2659320-1276272539/solver-2659320-1276272539 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659320-1276272539.opb

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

MD5SUM BENCH= 33ddab1c7704f894e7f63014edbb9b9e
RANDOM SEED=977102123

node010.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.267
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.53
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.267
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1574504 kB
Buffers:         51912 kB
Cached:         306940 kB
SwapCached:          0 kB
Active:         157584 kB
Inactive:       260372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1574504 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             260 kB
Writeback:           0 kB
AnonPages:       59136 kB
Mapped:          15392 kB
Slab:            44792 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180932 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= 62500 MiB
End job on node010 at 2010-06-11 18:09:21