Trace number 2659399

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 28.4097 27.3035

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111216411.opb
MD5SUM397157a6f828ea3df1ef5823bec1442b
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.12698
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 1200
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2659399-1276279050.opb
0.24/0.21	c reading problem ... 
0.35/0.32	c ... done. Wall clock time 0.115s.
0.35/0.32	c #vars     169
0.35/0.32	c #constraints  101
0.35/0.32	c constraints type 
0.35/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.35/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.35/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.35/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.24/1.44	c cleaning 2497 clauses out of 5000 with flag 5000/5000
2.93/2.03	c cleaning 4250 clauses out of 8504 with flag 11001/11001
3.53/2.69	c cleaning 5625 clauses out of 11255 with flag 18002/18002
4.35/3.48	c cleaning 6812 clauses out of 13628 with flag 26000/26000
5.28/4.37	c cleaning 7905 clauses out of 15818 with flag 35002/35002
6.28/5.33	c cleaning 8949 clauses out of 17911 with flag 45000/45000
7.28/6.32	c cleaning 9479 clauses out of 18962 with flag 55000/55000
8.19/7.28	c cleaning 9740 clauses out of 19485 with flag 65002/65002
9.09/8.16	c cleaning 9869 clauses out of 19744 with flag 75001/75001
10.21/9.22	c cleaning 9935 clauses out of 19878 with flag 85004/85004
11.12/10.16	c cleaning 9965 clauses out of 19940 with flag 95001/95001
12.03/11.08	c cleaning 9987 clauses out of 19975 with flag 105001/105001
12.92/11.92	c cleaning 9989 clauses out of 19988 with flag 115001/115001
13.82/12.83	c cleaning 9997 clauses out of 19998 with flag 125000/125000
14.72/13.75	c cleaning 9996 clauses out of 20001 with flag 135000/135000
15.62/14.67	c cleaning 9997 clauses out of 20007 with flag 145002/145002
16.62/15.61	c cleaning 9998 clauses out of 20009 with flag 155001/155001
17.44/16.45	c cleaning 9999 clauses out of 20011 with flag 165001/165001
18.43/17.43	c cleaning 10001 clauses out of 20011 with flag 175000/175000
19.43/18.40	c cleaning 10002 clauses out of 20012 with flag 185002/185002
20.33/19.33	c cleaning 10000 clauses out of 20008 with flag 195000/195000
21.23/20.21	c cleaning 10001 clauses out of 20009 with flag 205001/205001
22.13/21.18	c cleaning 9999 clauses out of 20008 with flag 215001/215001
23.05/22.04	c cleaning 10001 clauses out of 20009 with flag 225001/225001
24.05/23.04	c cleaning 10000 clauses out of 20007 with flag 235000/235000
24.95/23.91	c cleaning 10000 clauses out of 20008 with flag 245001/245001
25.75/24.75	c cleaning 10001 clauses out of 20007 with flag 255000/255000
26.75/25.75	c cleaning 10000 clauses out of 20010 with flag 265004/265004
27.55/26.57	c cleaning 10000 clauses out of 20006 with flag 275000/275000
28.29/27.24	c starts		: 132
28.29/27.24	c conflicts		: 283641
28.29/27.24	c decisions		: 412156
28.29/27.24	c propagations		: 6128724
28.29/27.24	c inspects		: 85277576
28.29/27.24	c learnt literals	: 6
28.29/27.24	c learnt binary clauses	: 26
28.29/27.24	c learnt ternary clauses	: 132
28.29/27.24	c learnt clauses	: 283634
28.29/27.24	c ignored clauses	: 0
28.29/27.24	c root simplifications	: 0
28.29/27.24	c removed literals (reason simplification)	: 2857026
28.29/27.24	c reason swapping (by a shorter reason)	: 0
28.29/27.24	c Calls to reduceDB	: 29
28.29/27.24	c number of reductions to clauses (during analyze)	: 0
28.29/27.24	c number of learned constraints concerned by reduction	: 0
28.29/27.24	c number of learning phase by resolution	: 0
28.29/27.24	c number of learning phase by cutting planes	: 0
28.29/27.24	c speed (assignments/second)	: 227672.79616627662
28.29/27.24	c non guided choices	48
28.29/27.27	c learnt constraints type 
28.29/27.27	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18614
28.29/27.27	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 26
28.29/27.27	c constraints type 
28.29/27.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
28.29/27.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
28.29/27.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
28.29/27.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
28.29/27.28	s UNSATISFIABLE
28.29/27.28	c Total wall clock time (in seconds): 27.068

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-2659399-1276279050/watcher-2659399-1276279050 -o /tmp/evaluation-result-2659399-1276279050/solver-2659399-1276279050 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659399-1276279050.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 6671
/proc/meminfo: memFree=1470740/2059040 swapFree=4192956/4192956
[pid=6671] ppid=6669 vsize=1832 CPUtime=0
/proc/6671/stat : 6671 (java6) S 6669 6671 6570 0 -1 4194304 254 0 0 0 0 0 0 0 19 0 1 0 1561337 1875968 157 1992294400 134512640 134550932 4291334976 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/6671/statm: 458 157 119 10 0 63 0

[startup+0.024968 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 6671
/proc/meminfo: memFree=1470740/2059040 swapFree=4192956/4192956
[pid=6671] ppid=6669 vsize=1517068 CPUtime=0.01
/proc/6671/stat : 6671 (java) S 6669 6671 6570 0 -1 4202496 2019 0 1 0 0 1 0 0 18 0 2 0 1561337 1553477632 1463 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/6671/statm: 379267 1477 412 10 0 376978 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517068

[startup+0.101967 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 6671
/proc/meminfo: memFree=1470740/2059040 swapFree=4192956/4192956
[pid=6671] ppid=6669 vsize=1524184 CPUtime=0.08
/proc/6671/stat : 6671 (java) S 6669 6671 6570 0 -1 4202496 3969 0 1 0 6 2 0 0 18 0 12 0 1561337 1560764416 3409 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6671/statm: 381046 3409 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301867 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 6671
/proc/meminfo: memFree=1470740/2059040 swapFree=4192956/4192956
[pid=6671] ppid=6669 vsize=1526476 CPUtime=0.35
/proc/6671/stat : 6671 (java) S 6669 6671 6570 0 -1 4202496 5451 0 1 0 32 3 0 0 18 0 12 0 1561337 1563111424 4888 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6671/statm: 381619 4889 1361 10 0 378921 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526476

[startup+0.701914 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 6671
/proc/meminfo: memFree=1470740/2059040 swapFree=4192956/4192956
[pid=6671] ppid=6669 vsize=1533248 CPUtime=1.13
/proc/6671/stat : 6671 (java) S 6669 6671 6570 0 -1 4202496 7489 0 1 0 109 4 0 0 18 0 13 0 1561337 1570045952 6553 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6671/statm: 383312 6553 1403 10 0 380614 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1533248

[startup+1.50099 s]
/proc/loadavg: 1.00 1.01 1.00 2/119 6684
/proc/meminfo: memFree=1449308/2059040 swapFree=4192956/4192956
[pid=6671] ppid=6669 vsize=1532892 CPUtime=2.38
/proc/6671/stat : 6671 (java) S 6669 6671 6570 0 -1 4202496 8589 0 1 0 234 4 0 0 18 0 13 0 1561337 1569681408 7571 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6671/statm: 383223 7571 1440 10 0 380525 0
[pid=6671/tid=6673] ppid=6669 vsize=1532892 CPUtime=1.34
/proc/6671/task/6673/stat : 6673 (java) R 6669 6671 6570 0 -1 4202560 4523 0 1 0 132 2 0 0 20 0 13 0 1561339 1569681408 7571 1992294400 134512640 134550932 4288531024 18446744073709551615 4109032004 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6671/tid=6674] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6674/stat : 6674 (java) S 6669 6671 6570 0 -1 4202560 108 0 0 0 0 0 0 0 18 0 13 0 1561340 1569681408 7571 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 1 0 0 0
[pid=6671/tid=6675] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6675/stat : 6675 (java) S 6669 6671 6570 0 -1 4202560 80 0 0 0 0 0 0 0 18 0 13 0 1561340 1569681408 7571 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 1 0 0 0
[pid=6671/tid=6676] ppid=6669 vsize=1532892 CPUtime=0.01
/proc/6671/task/6676/stat : 6676 (java) S 6669 6671 6570 0 -1 4202560 188 0 0 0 1 0 0 0 15 0 13 0 1561342 1569681408 7571 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 0 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6677] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6677/stat : 6677 (java) S 6669 6671 6570 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1561342 1569681408 7571 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6678] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6678/stat : 6678 (java) S 6669 6671 6570 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 1561343 1569681408 7571 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6679] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6679/stat : 6679 (java) S 6669 6671 6570 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1561347 1569681408 7571 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6680] ppid=6669 vsize=1532892 CPUtime=0.49
/proc/6671/task/6680/stat : 6680 (java) S 6669 6671 6570 0 -1 4202560 1707 0 0 0 49 0 0 0 23 0 13 0 1561347 1569681408 7571 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6681] ppid=6669 vsize=1532892 CPUtime=0.49
/proc/6671/task/6681/stat : 6681 (java) S 6669 6671 6570 0 -1 4202560 916 0 0 0 49 0 0 0 23 0 13 0 1561347 1569681408 7571 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6682] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6682/stat : 6682 (java) S 6669 6671 6570 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1561347 1569681408 7571 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6683] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6683/stat : 6683 (java) S 6669 6671 6570 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 1561347 1569681408 7571 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 1 0 0 0
[pid=6671/tid=6684] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6684/stat : 6684 (java) S 6669 6671 6570 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 1561371 1569681408 7571 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 1532892

[startup+3.10191 s]
/proc/loadavg: 1.16 1.04 1.01 2/119 6684
/proc/meminfo: memFree=1444224/2059040 swapFree=4192956/4192956
[pid=6671] ppid=6669 vsize=1532892 CPUtime=4.05
/proc/6671/stat : 6671 (java) S 6669 6671 6570 0 -1 4202496 9067 0 1 0 401 4 0 0 18 0 13 0 1561337 1569681408 8047 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6671/statm: 383223 8047 1440 10 0 380525 0
[pid=6671/tid=6673] ppid=6669 vsize=1532892 CPUtime=2.89
/proc/6671/task/6673/stat : 6673 (java) R 6669 6671 6570 0 -1 4202560 4525 0 1 0 287 2 0 0 24 0 13 0 1561339 1569681408 8047 1992294400 134512640 134550932 4288531024 18446744073709551615 4109037185 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6671/tid=6674] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6674/stat : 6674 (java) S 6669 6671 6570 0 -1 4202560 156 0 0 0 0 0 0 0 16 0 13 0 1561340 1569681408 8047 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 1 0 0 0
[pid=6671/tid=6675] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6675/stat : 6675 (java) S 6669 6671 6570 0 -1 4202560 289 0 0 0 0 0 0 0 15 0 13 0 1561340 1569681408 8047 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 1 0 0 0
[pid=6671/tid=6676] ppid=6669 vsize=1532892 CPUtime=0.05
/proc/6671/task/6676/stat : 6676 (java) S 6669 6671 6570 0 -1 4202560 400 0 0 0 5 0 0 0 15 0 13 0 1561342 1569681408 8047 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 0 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6677] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6677/stat : 6677 (java) S 6669 6671 6570 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1561342 1569681408 8047 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6678] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6678/stat : 6678 (java) S 6669 6671 6570 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 1561343 1569681408 8047 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6679] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6679/stat : 6679 (java) S 6669 6671 6570 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1561347 1569681408 8047 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6680] ppid=6669 vsize=1532892 CPUtime=0.52
/proc/6671/task/6680/stat : 6680 (java) S 6669 6671 6570 0 -1 4202560 1710 0 0 0 52 0 0 0 15 0 13 0 1561347 1569681408 8047 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 1 0 0 0
[pid=6671/tid=6681] ppid=6669 vsize=1532892 CPUtime=0.53
/proc/6671/task/6681/stat : 6681 (java) S 6669 6671 6570 0 -1 4202560 920 0 0 0 53 0 0 0 15 0 13 0 1561347 1569681408 8047 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6682] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6682/stat : 6682 (java) S 6669 6671 6570 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1561347 1569681408 8047 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6683] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6683/stat : 6683 (java) S 6669 6671 6570 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 1561347 1569681408 8047 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 1 0 0 0
[pid=6671/tid=6684] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6684/stat : 6684 (java) S 6669 6671 6570 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 1561371 1569681408 8047 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 1532892

[startup+6.30186 s]
/proc/loadavg: 1.16 1.04 1.01 2/119 6686
/proc/meminfo: memFree=1442364/2059040 swapFree=4192956/4192956
[pid=6671] ppid=6669 vsize=1532892 CPUtime=7.28
/proc/6671/stat : 6671 (java) S 6669 6671 6570 0 -1 4202496 9355 0 1 0 723 5 0 0 18 0 13 0 1561337 1569681408 8321 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6671/statm: 383223 8321 1440 10 0 380525 0
[pid=6671/tid=6673] ppid=6669 vsize=1532892 CPUtime=6
/proc/6671/task/6673/stat : 6673 (java) R 6669 6671 6570 0 -1 4202560 4528 0 1 0 597 3 0 0 25 0 13 0 1561339 1569681408 8321 1992294400 134512640 134550932 4288531024 18446744073709551615 4108785354 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6671/tid=6674] ppid=6669 vsize=1532892 CPUtime=0.01
/proc/6671/task/6674/stat : 6674 (java) S 6669 6671 6570 0 -1 4202560 212 0 0 0 1 0 0 0 15 0 13 0 1561340 1569681408 8321 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6675] ppid=6669 vsize=1532892 CPUtime=0.02
/proc/6671/task/6675/stat : 6675 (java) S 6669 6671 6570 0 -1 4202560 360 0 0 0 2 0 0 0 16 0 13 0 1561340 1569681408 8321 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 1 0 0 0
[pid=6671/tid=6676] ppid=6669 vsize=1532892 CPUtime=0.12
/proc/6671/task/6676/stat : 6676 (java) S 6669 6671 6570 0 -1 4202560 553 0 0 0 12 0 0 0 16 0 13 0 1561342 1569681408 8321 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 0 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6677] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6677/stat : 6677 (java) S 6669 6671 6570 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1561342 1569681408 8321 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6678] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6678/stat : 6678 (java) S 6669 6671 6570 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 1561343 1569681408 8321 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6679] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6679/stat : 6679 (java) S 6669 6671 6570 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1561347 1569681408 8321 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6680] ppid=6669 vsize=1532892 CPUtime=0.54
/proc/6671/task/6680/stat : 6680 (java) S 6669 6671 6570 0 -1 4202560 1714 0 0 0 54 0 0 0 15 0 13 0 1561347 1569681408 8321 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 1 0 0 0
[pid=6671/tid=6681] ppid=6669 vsize=1532892 CPUtime=0.54
/proc/6671/task/6681/stat : 6681 (java) S 6669 6671 6570 0 -1 4202560 921 0 0 0 54 0 0 0 15 0 13 0 1561347 1569681408 8321 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6682] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6682/stat : 6682 (java) S 6669 6671 6570 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1561347 1569681408 8321 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6683] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6683/stat : 6683 (java) S 6669 6671 6570 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 1561347 1569681408 8321 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 1 0 0 0
[pid=6671/tid=6684] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6684/stat : 6684 (java) S 6669 6671 6570 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 1561371 1569681408 8321 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 1532892

[startup+12.7011 s]
/proc/loadavg: 1.13 1.04 1.01 2/119 6686
/proc/meminfo: memFree=1441372/2059040 swapFree=4192956/4192956
[pid=6671] ppid=6669 vsize=1532892 CPUtime=13.72
/proc/6671/stat : 6671 (java) S 6669 6671 6570 0 -1 4202496 9528 0 1 0 1367 5 0 0 18 0 13 0 1561337 1569681408 8487 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6671/statm: 383223 8487 1440 10 0 380525 0
[pid=6671/tid=6673] ppid=6669 vsize=1532892 CPUtime=12.17
/proc/6671/task/6673/stat : 6673 (java) R 6669 6671 6570 0 -1 4202560 4534 0 1 0 1214 3 0 0 25 0 13 0 1561339 1569681408 8487 1992294400 134512640 134550932 4288531024 18446744073709551615 4109077819 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6671/tid=6674] ppid=6669 vsize=1532892 CPUtime=0.03
/proc/6671/task/6674/stat : 6674 (java) S 6669 6671 6570 0 -1 4202560 232 0 0 0 3 0 0 0 15 0 13 0 1561340 1569681408 8487 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6675] ppid=6669 vsize=1532892 CPUtime=0.04
/proc/6671/task/6675/stat : 6675 (java) S 6669 6671 6570 0 -1 4202560 371 0 0 0 4 0 0 0 16 0 13 0 1561340 1569681408 8487 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6676] ppid=6669 vsize=1532892 CPUtime=0.29
/proc/6671/task/6676/stat : 6676 (java) S 6669 6671 6570 0 -1 4202560 676 0 0 0 29 0 0 0 15 0 13 0 1561342 1569681408 8487 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 0 0 16800975 18446604437813915904 0 0 -1 1 0 0 0
[pid=6671/tid=6677] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6677/stat : 6677 (java) S 6669 6671 6570 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1561342 1569681408 8487 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6678] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6678/stat : 6678 (java) S 6669 6671 6570 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 1561343 1569681408 8487 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6679] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6679/stat : 6679 (java) S 6669 6671 6570 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1561347 1569681408 8487 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6680] ppid=6669 vsize=1532892 CPUtime=0.54
/proc/6671/task/6680/stat : 6680 (java) S 6669 6671 6570 0 -1 4202560 1714 0 0 0 54 0 0 0 15 0 13 0 1561347 1569681408 8487 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 1 0 0 0
[pid=6671/tid=6681] ppid=6669 vsize=1532892 CPUtime=0.59
/proc/6671/task/6681/stat : 6681 (java) S 6669 6671 6570 0 -1 4202560 934 0 0 0 59 0 0 0 15 0 13 0 1561347 1569681408 8487 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6682] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6682/stat : 6682 (java) S 6669 6671 6570 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1561347 1569681408 8487 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6683] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6683/stat : 6683 (java) S 6669 6671 6570 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 1561347 1569681408 8487 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6684] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6684/stat : 6684 (java) S 6669 6671 6570 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 1561371 1569681408 8487 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.72
Current children cumulated vsize (KiB) 1532892

[startup+25.5024 s]
/proc/loadavg: 1.11 1.04 1.01 2/119 6686
/proc/meminfo: memFree=1441000/2059040 swapFree=4192956/4192956
[pid=6671] ppid=6669 vsize=1532892 CPUtime=26.55
/proc/6671/stat : 6671 (java) S 6669 6671 6570 0 -1 4202496 9641 0 1 0 2649 6 0 0 18 0 13 0 1561337 1569681408 8586 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6671/statm: 383223 8586 1440 10 0 380525 0
[pid=6671/tid=6673] ppid=6669 vsize=1532892 CPUtime=24.58
/proc/6671/task/6673/stat : 6673 (java) R 6669 6671 6570 0 -1 4202560 4548 0 1 0 2455 3 0 0 19 0 13 0 1561339 1569681408 8586 1992294400 134512640 134550932 4288531024 18446744073709551615 4108958980 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6671/tid=6674] ppid=6669 vsize=1532892 CPUtime=0.08
/proc/6671/task/6674/stat : 6674 (java) S 6669 6671 6570 0 -1 4202560 233 0 0 0 8 0 0 0 15 0 13 0 1561340 1569681408 8586 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6675] ppid=6669 vsize=1532892 CPUtime=0.07
/proc/6671/task/6675/stat : 6675 (java) S 6669 6671 6570 0 -1 4202560 375 0 0 0 7 0 0 0 15 0 13 0 1561340 1569681408 8586 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6676] ppid=6669 vsize=1532892 CPUtime=0.62
/proc/6671/task/6676/stat : 6676 (java) S 6669 6671 6570 0 -1 4202560 770 0 0 0 62 0 0 0 16 0 13 0 1561342 1569681408 8586 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 0 0 16800975 18446604437813915904 0 0 -1 1 0 0 0
[pid=6671/tid=6677] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6677/stat : 6677 (java) S 6669 6671 6570 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1561342 1569681408 8586 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6678] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6678/stat : 6678 (java) S 6669 6671 6570 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 1561343 1569681408 8586 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6679] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6679/stat : 6679 (java) S 6669 6671 6570 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1561347 1569681408 8586 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6680] ppid=6669 vsize=1532892 CPUtime=0.54
/proc/6671/task/6680/stat : 6680 (java) S 6669 6671 6570 0 -1 4202560 1714 0 0 0 54 0 0 0 15 0 13 0 1561347 1569681408 8586 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 1 0 0 0
[pid=6671/tid=6681] ppid=6669 vsize=1532892 CPUtime=0.6
/proc/6671/task/6681/stat : 6681 (java) S 6669 6671 6570 0 -1 4202560 934 0 0 0 60 0 0 0 15 0 13 0 1561347 1569681408 8586 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6682] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6682/stat : 6682 (java) S 6669 6671 6570 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1561347 1569681408 8586 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6683] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6683/stat : 6683 (java) S 6669 6671 6570 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 1561347 1569681408 8586 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6684] ppid=6669 vsize=1532892 CPUtime=0
/proc/6671/task/6684/stat : 6684 (java) S 6669 6671 6570 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 1561371 1569681408 8586 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 26.55
Current children cumulated vsize (KiB) 1532892

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

[startup+26.3024 s]
/proc/loadavg: 1.10 1.04 1.01 2/119 6686
/proc/meminfo: memFree=1441496/2059040 swapFree=4192956/4192956
[pid=6671] ppid=6669 vsize=1531584 CPUtime=27.36
/proc/6671/stat : 6671 (java) S 6669 6671 6570 0 -1 4202496 9642 0 1 0 2730 6 0 0 18 0 13 0 1561337 1568342016 8317 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6671/statm: 382896 8317 1440 10 0 380198 0
[pid=6671/tid=6673] ppid=6669 vsize=1531584 CPUtime=25.36
/proc/6671/task/6673/stat : 6673 (java) R 6669 6671 6570 0 -1 4202560 4549 0 1 0 2533 3 0 0 21 0 13 0 1561339 1568342016 8317 1992294400 134512640 134550932 4288531024 18446744073709551615 4108986956 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6671/tid=6674] ppid=6669 vsize=1531584 CPUtime=0.08
/proc/6671/task/6674/stat : 6674 (java) S 6669 6671 6570 0 -1 4202560 233 0 0 0 8 0 0 0 16 0 13 0 1561340 1568342016 8317 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6675] ppid=6669 vsize=1531584 CPUtime=0.07
/proc/6671/task/6675/stat : 6675 (java) S 6669 6671 6570 0 -1 4202560 375 0 0 0 7 0 0 0 15 0 13 0 1561340 1568342016 8317 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 1 0 0 0
[pid=6671/tid=6676] ppid=6669 vsize=1531584 CPUtime=0.65
/proc/6671/task/6676/stat : 6676 (java) S 6669 6671 6570 0 -1 4202560 770 0 0 0 65 0 0 0 16 0 13 0 1561342 1568342016 8317 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 0 0 16800975 18446604437813915904 0 0 -1 1 0 0 0
[pid=6671/tid=6677] ppid=6669 vsize=1531584 CPUtime=0
/proc/6671/task/6677/stat : 6677 (java) S 6669 6671 6570 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1561342 1568342016 8317 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6678] ppid=6669 vsize=1531584 CPUtime=0
/proc/6671/task/6678/stat : 6678 (java) S 6669 6671 6570 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 1561343 1568342016 8317 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6679] ppid=6669 vsize=1531584 CPUtime=0
/proc/6671/task/6679/stat : 6679 (java) S 6669 6671 6570 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1561347 1568342016 8317 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6680] ppid=6669 vsize=1531584 CPUtime=0.54
/proc/6671/task/6680/stat : 6680 (java) S 6669 6671 6570 0 -1 4202560 1714 0 0 0 54 0 0 0 15 0 13 0 1561347 1568342016 8317 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 1 0 0 0
[pid=6671/tid=6681] ppid=6669 vsize=1531584 CPUtime=0.6
/proc/6671/task/6681/stat : 6681 (java) S 6669 6671 6570 0 -1 4202560 934 0 0 0 60 0 0 0 15 0 13 0 1561347 1568342016 8317 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6682] ppid=6669 vsize=1531584 CPUtime=0
/proc/6671/task/6682/stat : 6682 (java) S 6669 6671 6570 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1561347 1568342016 8317 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6683] ppid=6669 vsize=1531584 CPUtime=0
/proc/6671/task/6683/stat : 6683 (java) S 6669 6671 6570 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 1561347 1568342016 8317 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6684] ppid=6669 vsize=1531584 CPUtime=0
/proc/6671/task/6684/stat : 6684 (java) S 6669 6671 6570 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 1561371 1568342016 8317 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 27.36
Current children cumulated vsize (KiB) 1531584

[startup+27.1015 s]
/proc/loadavg: 1.10 1.04 1.01 2/119 6686
/proc/meminfo: memFree=1441496/2059040 swapFree=4192956/4192956
[pid=6671] ppid=6669 vsize=1531584 CPUtime=28.18
/proc/6671/stat : 6671 (java) S 6669 6671 6570 0 -1 4202496 9644 0 1 0 2812 6 0 0 18 0 13 0 1561337 1568342016 8317 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6671/statm: 382896 8317 1440 10 0 380198 0
[pid=6671/tid=6673] ppid=6669 vsize=1531584 CPUtime=26.12
/proc/6671/task/6673/stat : 6673 (java) R 6669 6671 6570 0 -1 4202560 4551 0 1 0 2609 3 0 0 18 0 13 0 1561339 1568342016 8317 1992294400 134512640 134550932 4288531024 18446744073709551615 4109054272 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6671/tid=6674] ppid=6669 vsize=1531584 CPUtime=0.08
/proc/6671/task/6674/stat : 6674 (java) S 6669 6671 6570 0 -1 4202560 233 0 0 0 8 0 0 0 16 0 13 0 1561340 1568342016 8317 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6675] ppid=6669 vsize=1531584 CPUtime=0.07
/proc/6671/task/6675/stat : 6675 (java) S 6669 6671 6570 0 -1 4202560 375 0 0 0 7 0 0 0 15 0 13 0 1561340 1568342016 8317 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 1 0 0 0
[pid=6671/tid=6676] ppid=6669 vsize=1531584 CPUtime=0.67
/proc/6671/task/6676/stat : 6676 (java) S 6669 6671 6570 0 -1 4202560 770 0 0 0 67 0 0 0 15 0 13 0 1561342 1568342016 8317 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 0 0 16800975 18446604437813915904 0 0 -1 1 0 0 0
[pid=6671/tid=6677] ppid=6669 vsize=1531584 CPUtime=0
/proc/6671/task/6677/stat : 6677 (java) S 6669 6671 6570 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1561342 1568342016 8317 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6678] ppid=6669 vsize=1531584 CPUtime=0
/proc/6671/task/6678/stat : 6678 (java) S 6669 6671 6570 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 1561343 1568342016 8317 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6679] ppid=6669 vsize=1531584 CPUtime=0
/proc/6671/task/6679/stat : 6679 (java) S 6669 6671 6570 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1561347 1568342016 8317 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6680] ppid=6669 vsize=1531584 CPUtime=0.54
/proc/6671/task/6680/stat : 6680 (java) S 6669 6671 6570 0 -1 4202560 1714 0 0 0 54 0 0 0 15 0 13 0 1561347 1568342016 8317 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 1 0 0 0
[pid=6671/tid=6681] ppid=6669 vsize=1531584 CPUtime=0.64
/proc/6671/task/6681/stat : 6681 (java) R 6669 6671 6570 0 -1 4202560 934 0 0 0 64 0 0 0 16 0 13 0 1561347 1568342016 8317 1992294400 134512640 134550932 4288531024 18446744073709551615 106810788 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6671/tid=6682] ppid=6669 vsize=1531584 CPUtime=0
/proc/6671/task/6682/stat : 6682 (java) S 6669 6671 6570 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1561347 1568342016 8317 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6683] ppid=6669 vsize=1531584 CPUtime=0
/proc/6671/task/6683/stat : 6683 (java) S 6669 6671 6570 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 1561347 1568342016 8317 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
[pid=6671/tid=6684] ppid=6669 vsize=1531584 CPUtime=0
/proc/6671/task/6684/stat : 6684 (java) S 6669 6671 6570 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 1561371 1568342016 8317 1992294400 134512640 134550932 4288531024 18446744073709551615 4294960144 0 4 0 16800975 18446604437813915904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 28.18
Current children cumulated vsize (KiB) 1531584

[startup+27.3016 s]
/proc/loadavg: 1.10 1.04 1.01 2/119 6686
/proc/meminfo: memFree=1441496/2059040 swapFree=4192956/4192956
[pid=6671] ppid=6669 vsize=0 CPUtime=28.39
/proc/6671/stat : 6671 (java) Z 6669 6671 6570 0 -1 4203548 9661 0 1 0 2833 6 0 0 18 0 2 0 1561337 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6671/statm: 0 0 0 0 0 0 0
[pid=6671/tid=6682] ppid=6669 vsize=0 CPUtime=0
/proc/6671/task/6682/stat : 6682 (java) R 6669 6671 6570 0 -1 4203588 1 0 0 0 0 0 0 0 18 0 2 0 1561347 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 28.39
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 27.3035
CPU time (s): 28.4097
CPU user time (s): 28.3397
CPU system time (s): 0.069989
CPU usage (%): 104.051
Max. virtual memory (cumulated for all children) (KiB): 1533248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.3397
system time used= 0.069989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9661
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= 1037
involuntary context switches= 654

runsolver used 0.06499 second user time and 0.158975 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-11 19:57:30
IDJOB=2659399
IDBENCH=1262
IDSOLVER=1164
FILE ID=node018/2659399-1276279050
PBS_JOBID= 11173106
Free space on /tmp= 62292 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.1111216411.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659399-1276279050/watcher-2659399-1276279050 -o /tmp/evaluation-result-2659399-1276279050/solver-2659399-1276279050 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659399-1276279050.opb

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

MD5SUM BENCH= 397157a6f828ea3df1ef5823bec1442b
RANDOM SEED=1222134922

node018.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.248
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.49
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.248
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1471012 kB
Buffers:         50220 kB
Cached:         397452 kB
SwapCached:          0 kB
Active:         189852 kB
Inactive:       316992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1471012 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             296 kB
Writeback:           0 kB
AnonPages:       59100 kB
Mapped:          15408 kB
Slab:            59208 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181448 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= 62292 MiB
End job on node018 at 2010-06-11 19:57:57