Trace number 2659323

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 11.8642 10.8558

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111225605.opb
MD5SUM6f1cbef2f78310d9a2a135b1ea66aaec
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.167973
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 1240
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.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@161d36b
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2659323-1276272653.opb
0.23/0.21	c reading problem ... 
0.36/0.33	c ... done. Wall clock time 0.122s.
0.36/0.33	c #vars     169
0.36/0.33	c #constraints  101
0.36/0.33	c constraints type 
0.36/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.36/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.36/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.36/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.99/1.27	c cleaning 2498 clauses out of 5000 with flag 5000/5000
2.66/1.84	c cleaning 4247 clauses out of 8503 with flag 11001/11001
3.26/2.48	c cleaning 5625 clauses out of 11255 with flag 18000/18000
4.08/3.22	c cleaning 6813 clauses out of 13631 with flag 26001/26001
4.93/4.02	c cleaning 7906 clauses out of 15818 with flag 35001/35001
5.83/4.97	c cleaning 8952 clauses out of 17911 with flag 45000/45000
6.93/6.01	c cleaning 9475 clauses out of 18959 with flag 55000/55000
7.83/6.94	c cleaning 9737 clauses out of 19484 with flag 65000/65000
8.64/7.73	c cleaning 9867 clauses out of 19747 with flag 75000/75000
9.58/8.60	c cleaning 9933 clauses out of 19882 with flag 85002/85002
10.38/9.41	c cleaning 9969 clauses out of 19948 with flag 95001/95001
11.18/10.27	c cleaning 9986 clauses out of 19979 with flag 105001/105001
11.70/10.79	c starts		: 91
11.70/10.79	c conflicts		: 112105
11.70/10.79	c decisions		: 169256
11.70/10.79	c propagations		: 2426466
11.70/10.79	c inspects		: 32911811
11.70/10.79	c learnt literals	: 5
11.70/10.79	c learnt binary clauses	: 17
11.70/10.79	c learnt ternary clauses	: 132
11.70/10.79	c learnt clauses	: 112099
11.70/10.79	c ignored clauses	: 0
11.70/10.79	c root simplifications	: 0
11.70/10.79	c removed literals (reason simplification)	: 993467
11.70/10.79	c reason swapping (by a shorter reason)	: 0
11.70/10.79	c Calls to reduceDB	: 12
11.70/10.79	c number of reductions to clauses (during analyze)	: 0
11.70/10.79	c number of learned constraints concerned by reduction	: 0
11.70/10.79	c number of learning phase by resolution	: 0
11.70/10.79	c number of learning phase by cutting planes	: 0
11.70/10.79	c speed (assignments/second)	: 231887.04128440365
11.70/10.79	c non guided choices	45
11.80/10.82	c learnt constraints type 
11.80/10.82	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17074
11.80/10.82	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
11.80/10.82	c constraints type 
11.80/10.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
11.80/10.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
11.80/10.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
11.80/10.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
11.80/10.82	s UNSATISFIABLE
11.80/10.82	c Total wall clock time (in seconds): 10.619

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-2659323-1276272653/watcher-2659323-1276272653 -o /tmp/evaluation-result-2659323-1276272653/solver-2659323-1276272653 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659323-1276272653.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.01 1.00 0.92 3/106 4536
/proc/meminfo: memFree=1573676/2059040 swapFree=4192956/4192956
[pid=4536] ppid=4534 vsize=1832 CPUtime=0
/proc/4536/stat : 4536 (java6) R 4534 4536 3356 0 -1 4194304 254 0 0 0 0 0 0 0 19 0 1 0 2866895 1875968 156 1992294400 134512640 134550932 4287269024 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4536/statm: 458 156 119 10 0 63 0

[startup+0.106052 s]
/proc/loadavg: 1.01 1.00 0.92 3/106 4536
/proc/meminfo: memFree=1573676/2059040 swapFree=4192956/4192956
[pid=4536] ppid=4534 vsize=1524184 CPUtime=0.09
/proc/4536/stat : 4536 (java) S 4534 4536 3356 0 -1 4202496 3982 0 1 0 6 3 0 0 18 0 12 0 2866895 1560764416 3421 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4536/statm: 381046 3421 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.201074 s]
/proc/loadavg: 1.01 1.00 0.92 3/106 4536
/proc/meminfo: memFree=1573676/2059040 swapFree=4192956/4192956
[pid=4536] ppid=4534 vsize=1526124 CPUtime=0.23
/proc/4536/stat : 4536 (java) S 4534 4536 3356 0 -1 4202496 5054 0 1 0 20 3 0 0 18 0 12 0 2866895 1562750976 4491 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4536/statm: 381531 4491 1345 10 0 378833 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1526124

[startup+0.301091 s]
/proc/loadavg: 1.01 1.00 0.92 3/106 4536
/proc/meminfo: memFree=1573676/2059040 swapFree=4192956/4192956
[pid=4536] ppid=4534 vsize=1526124 CPUtime=0.36
/proc/4536/stat : 4536 (java) S 4534 4536 3356 0 -1 4202496 5340 0 1 0 33 3 0 0 18 0 12 0 2866895 1562750976 4777 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4536/statm: 381531 4777 1361 10 0 378833 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526124

[startup+0.701184 s]
/proc/loadavg: 1.01 1.00 0.92 3/106 4536
/proc/meminfo: memFree=1573676/2059040 swapFree=4192956/4192956
[pid=4536] ppid=4534 vsize=1531004 CPUtime=1.11
/proc/4536/stat : 4536 (java) S 4534 4536 3356 0 -1 4202496 6986 0 1 0 107 4 0 0 18 0 13 0 2866895 1567748096 6141 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4536/statm: 382751 6141 1416 10 0 380053 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1531004

[startup+1.50234 s]
/proc/loadavg: 1.01 1.00 0.92 2/119 4549
/proc/meminfo: memFree=1553176/2059040 swapFree=4192956/4192956
[pid=4536] ppid=4534 vsize=1529944 CPUtime=2.31
/proc/4536/stat : 4536 (java) S 4534 4536 3356 0 -1 4202496 7979 0 1 0 227 4 0 0 18 0 13 0 2866895 1566662656 6885 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4536/statm: 382486 6885 1440 10 0 379788 0
[pid=4536/tid=4538] ppid=4534 vsize=1529944 CPUtime=1.33
/proc/4536/task/4538/stat : 4538 (java) R 4534 4536 3356 0 -1 4202560 4487 0 1 0 130 3 0 0 25 0 13 0 2866896 1566662656 6885 1992294400 134512640 134550932 4292133088 18446744073709551615 4109530752 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4536/tid=4539] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4539/stat : 4539 (java) S 4534 4536 3356 0 -1 4202560 111 0 0 0 0 0 0 0 18 0 13 0 2866898 1566662656 6885 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4540] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4540/stat : 4540 (java) S 4534 4536 3356 0 -1 4202560 82 0 0 0 0 0 0 0 18 0 13 0 2866898 1566662656 6885 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4541] ppid=4534 vsize=1529944 CPUtime=0.01
/proc/4536/task/4541/stat : 4541 (java) S 4534 4536 3356 0 -1 4202560 192 0 0 0 1 0 0 0 16 0 13 0 2866899 1566662656 6885 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 0 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=4536/tid=4542] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4542/stat : 4542 (java) S 4534 4536 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2866900 1566662656 6885 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4543] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4543/stat : 4543 (java) S 4534 4536 3356 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2866900 1566662656 6885 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4544] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4544/stat : 4544 (java) S 4534 4536 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2866904 1566662656 6885 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4545] ppid=4534 vsize=1529944 CPUtime=0.43
/proc/4536/task/4545/stat : 4545 (java) S 4534 4536 3356 0 -1 4202560 950 0 0 0 43 0 0 0 23 0 13 0 2866904 1566662656 6885 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4546] ppid=4534 vsize=1529944 CPUtime=0.51
/proc/4536/task/4546/stat : 4546 (java) S 4534 4536 3356 0 -1 4202560 1093 0 0 0 51 0 0 0 23 0 13 0 2866904 1566662656 6885 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4547] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4547/stat : 4547 (java) S 4534 4536 3356 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 2866904 1566662656 6885 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4548] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4548/stat : 4548 (java) R 4534 4536 3356 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2866904 1566662656 6885 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4536/tid=4549] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4549/stat : 4549 (java) S 4534 4536 3356 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2866928 1566662656 6885 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 1529944

[startup+3.10168 s]
/proc/loadavg: 1.01 1.00 0.92 2/119 4549
/proc/meminfo: memFree=1549828/2059040 swapFree=4192956/4192956
[pid=4536] ppid=4534 vsize=1529944 CPUtime=3.98
/proc/4536/stat : 4536 (java) S 4534 4536 3356 0 -1 4202496 8418 0 1 0 393 5 0 0 18 0 13 0 2866895 1566662656 7322 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4536/statm: 382486 7322 1440 10 0 379788 0
[pid=4536/tid=4538] ppid=4534 vsize=1529944 CPUtime=2.87
/proc/4536/task/4538/stat : 4538 (java) R 4534 4536 3356 0 -1 4202560 4489 0 1 0 284 3 0 0 25 0 13 0 2866896 1566662656 7322 1992294400 134512640 134550932 4292133088 18446744073709551615 4109635252 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4536/tid=4539] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4539/stat : 4539 (java) S 4534 4536 3356 0 -1 4202560 264 0 0 0 0 0 0 0 15 0 13 0 2866898 1566662656 7322 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4540] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4540/stat : 4540 (java) S 4534 4536 3356 0 -1 4202560 169 0 0 0 0 0 0 0 15 0 13 0 2866898 1566662656 7322 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4541] ppid=4534 vsize=1529944 CPUtime=0.05
/proc/4536/task/4541/stat : 4541 (java) S 4534 4536 3356 0 -1 4202560 384 0 0 0 5 0 0 0 15 0 13 0 2866899 1566662656 7322 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 0 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=4536/tid=4542] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4542/stat : 4542 (java) S 4534 4536 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2866900 1566662656 7322 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4543] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4543/stat : 4543 (java) S 4534 4536 3356 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2866900 1566662656 7322 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4544] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4544/stat : 4544 (java) S 4534 4536 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2866904 1566662656 7322 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4545] ppid=4534 vsize=1529944 CPUtime=0.49
/proc/4536/task/4545/stat : 4545 (java) S 4534 4536 3356 0 -1 4202560 955 0 0 0 49 0 0 0 15 0 13 0 2866904 1566662656 7322 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4546] ppid=4534 vsize=1529944 CPUtime=0.52
/proc/4536/task/4546/stat : 4546 (java) S 4534 4536 3356 0 -1 4202560 1093 0 0 0 52 0 0 0 15 0 13 0 2866904 1566662656 7322 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=4536/tid=4547] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4547/stat : 4547 (java) S 4534 4536 3356 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 2866904 1566662656 7322 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4548] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4548/stat : 4548 (java) S 4534 4536 3356 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2866904 1566662656 7322 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=4536/tid=4549] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4549/stat : 4549 (java) S 4534 4536 3356 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2866928 1566662656 7322 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 1529944

[startup+6.3024 s]
/proc/loadavg: 1.01 1.00 0.92 2/119 4549
/proc/meminfo: memFree=1548092/2059040 swapFree=4192956/4192956
[pid=4536] ppid=4534 vsize=1529944 CPUtime=7.24
/proc/4536/stat : 4536 (java) S 4534 4536 3356 0 -1 4202496 8782 0 1 0 719 5 0 0 18 0 13 0 2866895 1566662656 7681 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4536/statm: 382486 7681 1440 10 0 379788 0
[pid=4536/tid=4538] ppid=4534 vsize=1529944 CPUtime=5.94
/proc/4536/task/4538/stat : 4538 (java) R 4534 4536 3356 0 -1 4202560 4493 0 1 0 591 3 0 0 25 0 13 0 2866896 1566662656 7681 1992294400 134512640 134550932 4292133088 18446744073709551615 4109654049 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4536/tid=4539] ppid=4534 vsize=1529944 CPUtime=0.02
/proc/4536/task/4539/stat : 4539 (java) S 4534 4536 3356 0 -1 4202560 357 0 0 0 2 0 0 0 16 0 13 0 2866898 1566662656 7681 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4540] ppid=4534 vsize=1529944 CPUtime=0.01
/proc/4536/task/4540/stat : 4540 (java) S 4534 4536 3356 0 -1 4202560 198 0 0 0 1 0 0 0 15 0 13 0 2866898 1566662656 7681 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=4536/tid=4541] ppid=4534 vsize=1529944 CPUtime=0.14
/proc/4536/task/4541/stat : 4541 (java) S 4534 4536 3356 0 -1 4202560 613 0 0 0 14 0 0 0 16 0 13 0 2866899 1566662656 7681 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 0 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=4536/tid=4542] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4542/stat : 4542 (java) S 4534 4536 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2866900 1566662656 7681 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4543] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4543/stat : 4543 (java) S 4534 4536 3356 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2866900 1566662656 7681 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4544] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4544/stat : 4544 (java) S 4534 4536 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2866904 1566662656 7681 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4545] ppid=4534 vsize=1529944 CPUtime=0.5
/proc/4536/task/4545/stat : 4545 (java) S 4534 4536 3356 0 -1 4202560 955 0 0 0 50 0 0 0 16 0 13 0 2866904 1566662656 7681 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4546] ppid=4534 vsize=1529944 CPUtime=0.57
/proc/4536/task/4546/stat : 4546 (java) S 4534 4536 3356 0 -1 4202560 1102 0 0 0 57 0 0 0 15 0 13 0 2866904 1566662656 7681 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=4536/tid=4547] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4547/stat : 4547 (java) S 4534 4536 3356 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 2866904 1566662656 7681 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4548] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4548/stat : 4548 (java) S 4534 4536 3356 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2866904 1566662656 7681 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4549] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4549/stat : 4549 (java) S 4534 4536 3356 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2866928 1566662656 7681 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.24
Current children cumulated vsize (KiB) 1529944

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

[startup+6.40243 s]
/proc/loadavg: 1.01 1.00 0.92 2/119 4549
/proc/meminfo: memFree=1548092/2059040 swapFree=4192956/4192956
[pid=4536] ppid=4534 vsize=1529944 CPUtime=7.34
/proc/4536/stat : 4536 (java) S 4534 4536 3356 0 -1 4202496 8782 0 1 0 729 5 0 0 18 0 13 0 2866895 1566662656 7681 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4536/statm: 382486 7681 1440 10 0 379788 0
[pid=4536/tid=4538] ppid=4534 vsize=1529944 CPUtime=6.04
/proc/4536/task/4538/stat : 4538 (java) R 4534 4536 3356 0 -1 4202560 4493 0 1 0 601 3 0 0 25 0 13 0 2866896 1566662656 7681 1992294400 134512640 134550932 4292133088 18446744073709551615 4109602624 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4536/tid=4539] ppid=4534 vsize=1529944 CPUtime=0.02
/proc/4536/task/4539/stat : 4539 (java) S 4534 4536 3356 0 -1 4202560 357 0 0 0 2 0 0 0 16 0 13 0 2866898 1566662656 7681 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4540] ppid=4534 vsize=1529944 CPUtime=0.01
/proc/4536/task/4540/stat : 4540 (java) S 4534 4536 3356 0 -1 4202560 198 0 0 0 1 0 0 0 15 0 13 0 2866898 1566662656 7681 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=4536/tid=4541] ppid=4534 vsize=1529944 CPUtime=0.14
/proc/4536/task/4541/stat : 4541 (java) S 4534 4536 3356 0 -1 4202560 613 0 0 0 14 0 0 0 16 0 13 0 2866899 1566662656 7681 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 0 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=4536/tid=4542] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4542/stat : 4542 (java) S 4534 4536 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2866900 1566662656 7681 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4543] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4543/stat : 4543 (java) S 4534 4536 3356 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2866900 1566662656 7681 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4544] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4544/stat : 4544 (java) S 4534 4536 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2866904 1566662656 7681 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4545] ppid=4534 vsize=1529944 CPUtime=0.5
/proc/4536/task/4545/stat : 4545 (java) S 4534 4536 3356 0 -1 4202560 955 0 0 0 50 0 0 0 16 0 13 0 2866904 1566662656 7681 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4546] ppid=4534 vsize=1529944 CPUtime=0.57
/proc/4536/task/4546/stat : 4546 (java) S 4534 4536 3356 0 -1 4202560 1102 0 0 0 57 0 0 0 15 0 13 0 2866904 1566662656 7681 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=4536/tid=4547] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4547/stat : 4547 (java) S 4534 4536 3356 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 2866904 1566662656 7681 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4548] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4548/stat : 4548 (java) S 4534 4536 3356 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2866904 1566662656 7681 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4549] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4549/stat : 4549 (java) S 4534 4536 3356 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2866928 1566662656 7681 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.34
Current children cumulated vsize (KiB) 1529944

[startup+8.0018 s]
/proc/loadavg: 1.01 1.00 0.92 2/119 4549
/proc/meminfo: memFree=1547844/2059040 swapFree=4192956/4192956
[pid=4536] ppid=4534 vsize=1529944 CPUtime=8.95
/proc/4536/stat : 4536 (java) S 4534 4536 3356 0 -1 4202496 8786 0 1 0 890 5 0 0 18 0 13 0 2866895 1566662656 7683 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4536/statm: 382486 7683 1440 10 0 379788 0
[pid=4536/tid=4538] ppid=4534 vsize=1529944 CPUtime=7.57
/proc/4536/task/4538/stat : 4538 (java) R 4534 4536 3356 0 -1 4202560 4495 0 1 0 754 3 0 0 19 0 13 0 2866896 1566662656 7683 1992294400 134512640 134550932 4292133088 18446744073709551615 4109544384 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4536/tid=4539] ppid=4534 vsize=1529944 CPUtime=0.03
/proc/4536/task/4539/stat : 4539 (java) S 4534 4536 3356 0 -1 4202560 357 0 0 0 3 0 0 0 15 0 13 0 2866898 1566662656 7683 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4540] ppid=4534 vsize=1529944 CPUtime=0.02
/proc/4536/task/4540/stat : 4540 (java) S 4534 4536 3356 0 -1 4202560 198 0 0 0 2 0 0 0 15 0 13 0 2866898 1566662656 7683 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4541] ppid=4534 vsize=1529944 CPUtime=0.19
/proc/4536/task/4541/stat : 4541 (java) S 4534 4536 3356 0 -1 4202560 613 0 0 0 19 0 0 0 15 0 13 0 2866899 1566662656 7683 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 0 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=4536/tid=4542] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4542/stat : 4542 (java) S 4534 4536 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2866900 1566662656 7683 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4543] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4543/stat : 4543 (java) S 4534 4536 3356 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2866900 1566662656 7683 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4544] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4544/stat : 4544 (java) S 4534 4536 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2866904 1566662656 7683 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4545] ppid=4534 vsize=1529944 CPUtime=0.5
/proc/4536/task/4545/stat : 4545 (java) S 4534 4536 3356 0 -1 4202560 955 0 0 0 50 0 0 0 16 0 13 0 2866904 1566662656 7683 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4546] ppid=4534 vsize=1529944 CPUtime=0.6
/proc/4536/task/4546/stat : 4546 (java) S 4534 4536 3356 0 -1 4202560 1104 0 0 0 60 0 0 0 15 0 13 0 2866904 1566662656 7683 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=4536/tid=4547] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4547/stat : 4547 (java) S 4534 4536 3356 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 2866904 1566662656 7683 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4548] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4548/stat : 4548 (java) S 4534 4536 3356 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2866904 1566662656 7683 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4549] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4549/stat : 4549 (java) S 4534 4536 3356 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2866928 1566662656 7683 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.95
Current children cumulated vsize (KiB) 1529944

[startup+9.60215 s]
/proc/loadavg: 1.01 1.00 0.92 3/119 4549
/proc/meminfo: memFree=1547844/2059040 swapFree=4192956/4192956
[pid=4536] ppid=4534 vsize=1529944 CPUtime=10.58
/proc/4536/stat : 4536 (java) S 4534 4536 3356 0 -1 4202496 8808 0 1 0 1053 5 0 0 18 0 13 0 2866895 1566662656 7703 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4536/statm: 382486 7703 1440 10 0 379788 0
[pid=4536/tid=4538] ppid=4534 vsize=1529944 CPUtime=9.11
/proc/4536/task/4538/stat : 4538 (java) R 4534 4536 3356 0 -1 4202560 4497 0 1 0 908 3 0 0 21 0 13 0 2866896 1566662656 7703 1992294400 134512640 134550932 4292133088 18446744073709551615 4109633147 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4536/tid=4539] ppid=4534 vsize=1529944 CPUtime=0.03
/proc/4536/task/4539/stat : 4539 (java) S 4534 4536 3356 0 -1 4202560 357 0 0 0 3 0 0 0 15 0 13 0 2866898 1566662656 7703 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4540] ppid=4534 vsize=1529944 CPUtime=0.02
/proc/4536/task/4540/stat : 4540 (java) S 4534 4536 3356 0 -1 4202560 198 0 0 0 2 0 0 0 15 0 13 0 2866898 1566662656 7703 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4541] ppid=4534 vsize=1529944 CPUtime=0.24
/proc/4536/task/4541/stat : 4541 (java) S 4534 4536 3356 0 -1 4202560 631 0 0 0 24 0 0 0 16 0 13 0 2866899 1566662656 7703 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 0 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=4536/tid=4542] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4542/stat : 4542 (java) S 4534 4536 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2866900 1566662656 7703 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4543] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4543/stat : 4543 (java) S 4534 4536 3356 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2866900 1566662656 7703 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4544] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4544/stat : 4544 (java) S 4534 4536 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2866904 1566662656 7703 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4545] ppid=4534 vsize=1529944 CPUtime=0.5
/proc/4536/task/4545/stat : 4545 (java) S 4534 4536 3356 0 -1 4202560 955 0 0 0 50 0 0 0 16 0 13 0 2866904 1566662656 7703 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4546] ppid=4534 vsize=1529944 CPUtime=0.62
/proc/4536/task/4546/stat : 4546 (java) S 4534 4536 3356 0 -1 4202560 1106 0 0 0 62 0 0 0 15 0 13 0 2866904 1566662656 7703 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=4536/tid=4547] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4547/stat : 4547 (java) S 4534 4536 3356 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 2866904 1566662656 7703 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4548] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4548/stat : 4548 (java) S 4534 4536 3356 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2866904 1566662656 7703 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4549] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4549/stat : 4549 (java) S 4534 4536 3356 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2866928 1566662656 7703 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.58
Current children cumulated vsize (KiB) 1529944

[startup+10.4023 s]
/proc/loadavg: 1.01 1.00 0.92 2/119 4549
/proc/meminfo: memFree=1547720/2059040 swapFree=4192956/4192956
[pid=4536] ppid=4534 vsize=1529944 CPUtime=11.38
/proc/4536/stat : 4536 (java) S 4534 4536 3356 0 -1 4202496 8810 0 1 0 1133 5 0 0 18 0 13 0 2866895 1566662656 7704 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4536/statm: 382486 7704 1440 10 0 379788 0
[pid=4536/tid=4538] ppid=4534 vsize=1529944 CPUtime=9.88
/proc/4536/task/4538/stat : 4538 (java) R 4534 4536 3356 0 -1 4202560 4499 0 1 0 985 3 0 0 23 0 13 0 2866896 1566662656 7705 1992294400 134512640 134550932 4292133088 18446744073709551615 105365346 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4536/tid=4539] ppid=4534 vsize=1529944 CPUtime=0.04
/proc/4536/task/4539/stat : 4539 (java) S 4534 4536 3356 0 -1 4202560 358 0 0 0 4 0 0 0 15 0 13 0 2866898 1566662656 7705 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4540] ppid=4534 vsize=1529944 CPUtime=0.02
/proc/4536/task/4540/stat : 4540 (java) S 4534 4536 3356 0 -1 4202560 198 0 0 0 2 0 0 0 16 0 13 0 2866898 1566662656 7705 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4541] ppid=4534 vsize=1529944 CPUtime=0.27
/proc/4536/task/4541/stat : 4541 (java) S 4534 4536 3356 0 -1 4202560 631 0 0 0 27 0 0 0 16 0 13 0 2866899 1566662656 7705 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 0 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=4536/tid=4542] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4542/stat : 4542 (java) S 4534 4536 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2866900 1566662656 7705 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4543] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4543/stat : 4543 (java) S 4534 4536 3356 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2866900 1566662656 7705 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4544] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4544/stat : 4544 (java) S 4534 4536 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2866904 1566662656 7705 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4545] ppid=4534 vsize=1529944 CPUtime=0.5
/proc/4536/task/4545/stat : 4545 (java) S 4534 4536 3356 0 -1 4202560 955 0 0 0 50 0 0 0 16 0 13 0 2866904 1566662656 7705 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4546] ppid=4534 vsize=1529944 CPUtime=0.62
/proc/4536/task/4546/stat : 4546 (java) S 4534 4536 3356 0 -1 4202560 1106 0 0 0 62 0 0 0 15 0 13 0 2866904 1566662656 7705 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=4536/tid=4547] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4547/stat : 4547 (java) S 4534 4536 3356 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 2866904 1566662656 7705 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4548] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4548/stat : 4548 (java) S 4534 4536 3356 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2866904 1566662656 7705 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4549] ppid=4534 vsize=1529944 CPUtime=0
/proc/4536/task/4549/stat : 4549 (java) S 4534 4536 3356 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2866928 1566662656 7705 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.38
Current children cumulated vsize (KiB) 1529944

[startup+10.8024 s]
/proc/loadavg: 1.01 1.00 0.92 2/119 4549
/proc/meminfo: memFree=1547720/2059040 swapFree=4192956/4192956
[pid=4536] ppid=4534 vsize=1530268 CPUtime=11.8
/proc/4536/stat : 4536 (java) S 4534 4536 3356 0 -1 4202496 8819 0 1 0 1175 5 0 0 18 0 14 0 2866895 1566994432 7713 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4536/statm: 382567 7713 1440 10 0 379869 0
[pid=4536/tid=4538] ppid=4534 vsize=1530268 CPUtime=10.27
/proc/4536/task/4538/stat : 4538 (java) S 4534 4536 3356 0 -1 4202560 4503 0 1 0 1024 3 0 0 25 0 14 0 2866896 1566994432 7713 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4539] ppid=4534 vsize=1530268 CPUtime=0.04
/proc/4536/task/4539/stat : 4539 (java) S 4534 4536 3356 0 -1 4202560 358 0 0 0 4 0 0 0 15 0 14 0 2866898 1566994432 7713 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4540] ppid=4534 vsize=1530268 CPUtime=0.02
/proc/4536/task/4540/stat : 4540 (java) S 4534 4536 3356 0 -1 4202560 198 0 0 0 2 0 0 0 16 0 14 0 2866898 1566994432 7713 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4541] ppid=4534 vsize=1530268 CPUtime=0.27
/proc/4536/task/4541/stat : 4541 (java) S 4534 4536 3356 0 -1 4202560 631 0 0 0 27 0 0 0 16 0 14 0 2866899 1566994432 7713 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 0 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=4536/tid=4542] ppid=4534 vsize=1530268 CPUtime=0
/proc/4536/task/4542/stat : 4542 (java) S 4534 4536 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 2866900 1566994432 7713 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4543] ppid=4534 vsize=1530268 CPUtime=0
/proc/4536/task/4543/stat : 4543 (java) S 4534 4536 3356 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 2866900 1566994432 7713 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4544] ppid=4534 vsize=1530268 CPUtime=0
/proc/4536/task/4544/stat : 4544 (java) S 4534 4536 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 2866904 1566994432 7713 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4545] ppid=4534 vsize=1530268 CPUtime=0.5
/proc/4536/task/4545/stat : 4545 (java) S 4534 4536 3356 0 -1 4202560 955 0 0 0 50 0 0 0 16 0 14 0 2866904 1566994432 7713 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4546] ppid=4534 vsize=1530268 CPUtime=0.65
/proc/4536/task/4546/stat : 4546 (java) S 4534 4536 3356 0 -1 4202560 1106 0 0 0 65 0 0 0 15 0 14 0 2866904 1566994432 7713 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=4536/tid=4547] ppid=4534 vsize=1530268 CPUtime=0
/proc/4536/task/4547/stat : 4547 (java) S 4534 4536 3356 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 2866904 1566994432 7713 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4548] ppid=4534 vsize=1530268 CPUtime=0
/proc/4536/task/4548/stat : 4548 (java) S 4534 4536 3356 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 2866904 1566994432 7713 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=4536/tid=4549] ppid=4534 vsize=1530268 CPUtime=0
/proc/4536/task/4549/stat : 4549 (java) S 4534 4536 3356 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 2866928 1566994432 7713 1992294400 134512640 134550932 4292133088 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.8
Current children cumulated vsize (KiB) 1530268

Child status: 20
Real time (s): 10.8558
CPU time (s): 11.8642
CPU user time (s): 11.8032
CPU system time (s): 0.06099
CPU usage (%): 109.289
Max. virtual memory (cumulated for all children) (KiB): 1531004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.8032
system time used= 0.06099
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8826
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= 536
involuntary context switches= 463

runsolver used 0.021996 second user time and 0.070989 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-11 18:10:53
IDJOB=2659323
IDBENCH=1186
IDSOLVER=1164
FILE ID=node010/2659323-1276272653
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.1111225605.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659323-1276272653/watcher-2659323-1276272653 -o /tmp/evaluation-result-2659323-1276272653/solver-2659323-1276272653 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659323-1276272653.opb

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

MD5SUM BENCH= 6f1cbef2f78310d9a2a135b1ea66aaec
RANDOM SEED=1011373131

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:       1574072 kB
Buffers:         52220 kB
Cached:         307016 kB
SwapCached:          0 kB
Active:         163960 kB
Inactive:       254380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1574072 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             256 kB
Writeback:           0 kB
AnonPages:       59136 kB
Mapped:          15392 kB
Slab:            44808 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181552 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:11:04