Trace number 3459184

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 Resolution 2.3.0UNSAT 9.43157 8.78245

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111224929.opb
MD5SUM7cb47e44b2705fbf7948e62a414ce623
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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.077988
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 1264
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.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		12995394264
0.06/0.09	c Max memory 		13063553024
0.06/0.09	c Total memory 		13063553024
0.06/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3459184-1307134181.opb
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.051s.
0.10/0.16	c #vars     169
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.69/0.47	c cleaning 2498 clauses out of 5000 with flag 5000/5000
0.94/0.69	c cleaning 4246 clauses out of 8502 with flag 11000/11000
1.26/0.94	c cleaning 5626 clauses out of 11256 with flag 18000/18000
1.57/1.22	c cleaning 6813 clauses out of 13630 with flag 26000/26000
1.89/1.54	c cleaning 7907 clauses out of 15819 with flag 35002/35002
2.29/1.91	c cleaning 8951 clauses out of 17910 with flag 45000/45000
2.61/2.28	c cleaning 9478 clauses out of 18959 with flag 55000/55000
2.99/2.64	c cleaning 9738 clauses out of 19481 with flag 65000/65000
3.30/2.97	c cleaning 9868 clauses out of 19744 with flag 75001/75001
3.71/3.38	c cleaning 9933 clauses out of 19875 with flag 85000/85000
4.10/3.76	c cleaning 9966 clauses out of 19942 with flag 95000/95000
4.50/4.11	c cleaning 9983 clauses out of 19976 with flag 105000/105000
4.81/4.44	c cleaning 9991 clauses out of 19994 with flag 115001/115001
5.20/4.81	c cleaning 9999 clauses out of 20003 with flag 125001/125001
5.50/5.17	c cleaning 9996 clauses out of 20003 with flag 135000/135000
5.81/5.51	c cleaning 9995 clauses out of 20007 with flag 145000/145000
6.20/5.86	c cleaning 10003 clauses out of 20013 with flag 155001/155001
6.60/6.20	c cleaning 10001 clauses out of 20009 with flag 165000/165000
6.92/6.57	c cleaning 10000 clauses out of 20008 with flag 175000/175000
7.41/7.00	c cleaning 9998 clauses out of 20008 with flag 185000/185000
7.71/7.37	c cleaning 10003 clauses out of 20010 with flag 195000/195000
8.13/7.72	c cleaning 10002 clauses out of 20009 with flag 205002/205002
8.42/8.05	c cleaning 10000 clauses out of 20006 with flag 215001/215001
8.83/8.42	c cleaning 10000 clauses out of 20006 with flag 225001/225001
9.33/8.76	c starts		: 120
9.33/8.76	c conflicts		: 234854
9.33/8.76	c decisions		: 351672
9.33/8.76	c propagations		: 5227186
9.33/8.76	c inspects		: 69229777
9.33/8.76	c shortcuts		: 0
9.33/8.76	c learnt literals	: 7
9.33/8.76	c learnt binary clauses	: 25
9.33/8.76	c learnt ternary clauses	: 189
9.33/8.76	c learnt constraints	: 234846
9.33/8.76	c ignored constraints	: 0
9.33/8.76	c root simplifications	: 0
9.33/8.76	c removed literals (reason simplification)	: 2118086
9.33/8.76	c reason swapping (by a shorter reason)	: 0
9.33/8.76	c Calls to reduceDB	: 24
9.33/8.76	c number of reductions to clauses (during analyze)	: 0
9.33/8.76	c number of learned constraints concerned by reduction	: 0
9.33/8.76	c number of learning phase by resolution	: 0
9.33/8.76	c number of learning phase by cutting planes	: 0
9.33/8.76	c speed (assignments/second)	: 607600.3719632686
9.33/8.76	c non guided choices	48
9.33/8.77	c learnt constraints type 
9.33/8.77	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 25
9.33/8.77	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 19826
9.33/8.77	c constraints type 
9.33/8.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
9.33/8.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
9.33/8.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
9.33/8.77	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
9.33/8.77	s UNSATISFIABLE
9.33/8.77	c Total wall clock time (in seconds): 8.665

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3459184-1307134181/watcher-3459184-1307134181 -o /tmp/evaluation-result-3459184-1307134181/solver-3459184-1307134181 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459184-1307134181.opb 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.31 2.48 3.06 2/464 17328
/proc/meminfo: memFree=31328912/32950928 swapFree=34365992/67111528
[pid=17328] ppid=17326 vsize=13508980 CPUtime=0 cores=0,2,4,6
/proc/17328/stat : 17328 (java) S 17326 17328 12983 0 -1 4202496 2811 0 1 0 0 0 0 0 25 0 2 0 825016874 13833195520 2513 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606669285 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/17328/statm: 3377245 2527 906 9 0 3368401 0
[pid=17328/tid=17329] ppid=17326 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17329/stat : 17329 (java) R 17326 17328 12983 0 -1 4202560 6032 0 1 0 0 0 0 0 25 0 2 0 825016874 13850947584 6848 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235594560571 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.072342 s]
/proc/loadavg: 2.31 2.48 3.06 2/464 17328
/proc/meminfo: memFree=31328912/32950928 swapFree=34365992/67111528
[pid=17328] ppid=17326 vsize=13555088 CPUtime=0.06 cores=0,2,4,6
/proc/17328/stat : 17328 (java) S 17326 17328 12983 0 -1 4202496 14352 0 1 0 5 1 0 0 25 0 18 0 825016874 13880410112 14049 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17328/statm: 3388772 14054 1754 9 0 3379506 0
[pid=17328/tid=17329] ppid=17326 vsize=13555088 CPUtime=0.06 cores=0,2,4,6
/proc/17328/task/17329/stat : 17329 (java) R 17326 17328 12983 0 -1 4202560 13183 0 1 0 5 1 0 0 25 0 18 0 825016874 13880410112 14054 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 46912496206192 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13555088

[startup+0.100298 s]
/proc/loadavg: 2.31 2.48 3.06 2/464 17328
/proc/meminfo: memFree=31328912/32950928 swapFree=34365992/67111528
[pid=17328] ppid=17326 vsize=13621832 CPUtime=0.1 cores=0,2,4,6
/proc/17328/stat : 17328 (java) S 17326 17328 12983 0 -1 4202496 15526 0 1 0 9 1 0 0 25 0 18 0 825016874 13948755968 15223 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17328/statm: 3405458 15227 2093 9 0 3396192 0
[pid=17328/tid=17329] ppid=17326 vsize=13621832 CPUtime=0.08 cores=0,2,4,6
/proc/17328/task/17329/stat : 17329 (java) R 17326 17328 12983 0 -1 4202560 13603 0 1 0 7 1 0 0 25 0 18 0 825016874 13948755968 15227 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 46912496197400 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13621832

[startup+0.300312 s]
/proc/loadavg: 2.31 2.48 3.06 2/464 17328
/proc/meminfo: memFree=31328912/32950928 swapFree=34365992/67111528
[pid=17328] ppid=17326 vsize=13626320 CPUtime=0.56 cores=0,2,4,6
/proc/17328/stat : 17328 (java) S 17326 17328 12983 0 -1 4202496 18966 0 1 0 54 2 0 0 25 0 19 0 825016874 13953351680 17461 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17328/statm: 3406580 17461 2215 9 0 3397314 0
[pid=17328/tid=17329] ppid=17326 vsize=13626320 CPUtime=0.28 cores=0,2,4,6
/proc/17328/task/17329/stat : 17329 (java) R 17326 17328 12983 0 -1 4202560 14202 0 1 0 27 1 0 0 25 0 19 0 825016874 13953351680 17461 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 46912505531120 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 13626320

[startup+0.704276 s]
/proc/loadavg: 2.31 2.48 3.06 2/464 17328
/proc/meminfo: memFree=31328912/32950928 swapFree=34365992/67111528
[pid=17328] ppid=17326 vsize=13626320 CPUtime=1.06 cores=0,2,4,6
/proc/17328/stat : 17328 (java) S 17326 17328 12983 0 -1 4202496 20121 0 1 0 104 2 0 0 25 0 19 0 825016874 13953351680 18334 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17328/statm: 3406580 18334 2247 9 0 3397314 0
[pid=17328/tid=17329] ppid=17326 vsize=13626320 CPUtime=0.66 cores=0,2,4,6
/proc/17328/task/17329/stat : 17329 (java) S 17326 17328 12983 0 -1 4202560 14407 0 1 0 65 1 0 0 25 0 19 0 825016874 13953351680 18334 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 13626320

[startup+1.50115 s]
/proc/loadavg: 2.31 2.48 3.06 3/483 17347
/proc/meminfo: memFree=31261808/32950928 swapFree=34365992/67111528
[pid=17328] ppid=17326 vsize=13626320 CPUtime=1.89 cores=0,2,4,6
/proc/17328/stat : 17328 (java) S 17326 17328 12983 0 -1 4202496 20444 0 1 0 187 2 0 0 25 0 19 0 825016874 13953351680 18654 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17328/statm: 3406580 18654 2248 9 0 3397314 0
[pid=17328/tid=17329] ppid=17326 vsize=13626320 CPUtime=1.43 cores=0,2,4,6
/proc/17328/task/17329/stat : 17329 (java) R 17326 17328 12983 0 -1 4202560 14410 0 1 0 142 1 0 0 25 0 19 0 825016874 13953351680 18654 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 46912505525543 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17328/tid=17331] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17331/stat : 17331 (java) S 17326 17328 12983 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18654 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 0 0 0 0
[pid=17328/tid=17332] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17332/stat : 17332 (java) S 17326 17328 12983 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18654 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 4 0 0 0
[pid=17328/tid=17333] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17333/stat : 17333 (java) S 17326 17328 12983 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18654 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 4 0 0 0
[pid=17328/tid=17334] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17334/stat : 17334 (java) S 17326 17328 12983 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18654 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 4 0 0 0
[pid=17328/tid=17335] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17335/stat : 17335 (java) S 17326 17328 12983 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18654 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 0 0 0 0
[pid=17328/tid=17336] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17336/stat : 17336 (java) S 17326 17328 12983 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18654 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 4 0 0 0
[pid=17328/tid=17337] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17337/stat : 17337 (java) S 17326 17328 12983 0 -1 4202560 198 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18654 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 4 0 0 0
[pid=17328/tid=17338] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17338/stat : 17338 (java) S 17326 17328 12983 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18654 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 0 0 0 0
[pid=17328/tid=17339] ppid=17326 vsize=13626320 CPUtime=0.04 cores=0,2,4,6
/proc/17328/task/17339/stat : 17339 (java) S 17326 17328 12983 0 -1 4202560 415 0 0 0 4 0 0 0 16 0 19 0 825016877 13953351680 18654 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606683136 0 0 0 16800975 18446604453667275904 0 0 -1 2 0 0 0
[pid=17328/tid=17340] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17340/stat : 17340 (java) S 17326 17328 12983 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 825016878 13953351680 18654 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17341] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17341/stat : 17341 (java) S 17326 17328 12983 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 825016878 13953351680 18654 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17342] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17342/stat : 17342 (java) S 17326 17328 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825016880 13953351680 18654 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606690225 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17343] ppid=17326 vsize=13626320 CPUtime=0.19 cores=0,2,4,6
/proc/17328/task/17343/stat : 17343 (java) S 17326 17328 12983 0 -1 4202560 1740 0 0 0 19 0 0 0 17 0 19 0 825016880 13953351680 18654 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 4 0 0 0
[pid=17328/tid=17344] ppid=17326 vsize=13626320 CPUtime=0.19 cores=0,2,4,6
/proc/17328/task/17344/stat : 17344 (java) S 17326 17328 12983 0 -1 4202560 2189 0 0 0 19 0 0 0 17 0 19 0 825016880 13953351680 18654 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17345] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17345/stat : 17345 (java) S 17326 17328 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825016880 13953351680 18654 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17346] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17346/stat : 17346 (java) S 17326 17328 12983 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825016880 13953351680 18654 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606683136 0 4 0 16800975 18446604453667275904 0 0 -1 0 0 0 0
[pid=17328/tid=17347] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17347/stat : 17347 (java) S 17326 17328 12983 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 825016891 13953351680 18654 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606683136 0 4 0 16800975 18446604453667275904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 13626320

[startup+3.10086 s]
/proc/loadavg: 2.31 2.48 3.06 3/483 17347
/proc/meminfo: memFree=31259832/32950928 swapFree=34365992/67111528
[pid=17328] ppid=17326 vsize=13626320 CPUtime=3.49 cores=0,2,4,6
/proc/17328/stat : 17328 (java) S 17326 17328 12983 0 -1 4202496 20633 0 1 0 347 2 0 0 25 0 19 0 825016874 13953351680 18838 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17328/statm: 3406580 18838 2248 9 0 3397314 0
[pid=17328/tid=17329] ppid=17326 vsize=13626320 CPUtime=2.95 cores=0,2,4,6
/proc/17328/task/17329/stat : 17329 (java) R 17326 17328 12983 0 -1 4202560 14415 0 1 0 294 1 0 0 25 0 19 0 825016874 13953351680 18838 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 46912505166942 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17328/tid=17331] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17331/stat : 17331 (java) S 17326 17328 12983 0 -1 4202560 149 0 0 0 0 0 0 0 16 0 19 0 825016876 13953351680 18838 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17332] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17332/stat : 17332 (java) S 17326 17328 12983 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18838 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17333] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17333/stat : 17333 (java) S 17326 17328 12983 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18838 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 4 0 0 0
[pid=17328/tid=17334] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17334/stat : 17334 (java) S 17326 17328 12983 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18838 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 0 0 0 0
[pid=17328/tid=17335] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17335/stat : 17335 (java) S 17326 17328 12983 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18838 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 0 0 0 0
[pid=17328/tid=17336] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17336/stat : 17336 (java) S 17326 17328 12983 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18838 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 0 0 0 0
[pid=17328/tid=17337] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17337/stat : 17337 (java) S 17326 17328 12983 0 -1 4202560 199 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18838 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 4 0 0 0
[pid=17328/tid=17338] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17338/stat : 17338 (java) S 17326 17328 12983 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18838 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 0 0 0 0
[pid=17328/tid=17339] ppid=17326 vsize=13626320 CPUtime=0.11 cores=0,2,4,6
/proc/17328/task/17339/stat : 17339 (java) S 17326 17328 12983 0 -1 4202560 588 0 0 0 11 0 0 0 16 0 19 0 825016877 13953351680 18838 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606683136 0 0 0 16800975 18446604453667275904 0 0 -1 2 0 0 0
[pid=17328/tid=17340] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17340/stat : 17340 (java) S 17326 17328 12983 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 825016878 13953351680 18838 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17341] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17341/stat : 17341 (java) S 17326 17328 12983 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 825016878 13953351680 18838 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17342] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17342/stat : 17342 (java) S 17326 17328 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825016880 13953351680 18838 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606690225 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17343] ppid=17326 vsize=13626320 CPUtime=0.19 cores=0,2,4,6
/proc/17328/task/17343/stat : 17343 (java) S 17326 17328 12983 0 -1 4202560 1740 0 0 0 19 0 0 0 17 0 19 0 825016880 13953351680 18838 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 4 0 0 0
[pid=17328/tid=17344] ppid=17326 vsize=13626320 CPUtime=0.19 cores=0,2,4,6
/proc/17328/task/17344/stat : 17344 (java) S 17326 17328 12983 0 -1 4202560 2189 0 0 0 19 0 0 0 17 0 19 0 825016880 13953351680 18838 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17345] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17345/stat : 17345 (java) S 17326 17328 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825016880 13953351680 18838 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17346] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17346/stat : 17346 (java) S 17326 17328 12983 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825016880 13953351680 18838 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606683136 0 4 0 16800975 18446604453667275904 0 0 -1 0 0 0 0
[pid=17328/tid=17347] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17347/stat : 17347 (java) S 17326 17328 12983 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 825016891 13953351680 18838 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606683136 0 4 0 16800975 18446604453667275904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 13626320

[startup+6.30119 s]
/proc/loadavg: 2.28 2.47 3.05 3/483 17393
/proc/meminfo: memFree=31262676/32950928 swapFree=34365992/67111528
[pid=17328] ppid=17326 vsize=13626320 CPUtime=6.7 cores=0,2,4,6
/proc/17328/stat : 17328 (java) S 17326 17328 12983 0 -1 4202496 20727 0 1 0 668 2 0 0 25 0 19 0 825016874 13953351680 18650 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17328/statm: 3406580 18650 2248 9 0 3397314 0
[pid=17328/tid=17329] ppid=17326 vsize=13626320 CPUtime=6.01 cores=0,2,4,6
/proc/17328/task/17329/stat : 17329 (java) R 17326 17328 12983 0 -1 4202560 14425 0 1 0 600 1 0 0 25 0 19 0 825016874 13953351680 18650 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 46912505620901 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17328/tid=17331] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17331/stat : 17331 (java) S 17326 17328 12983 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18650 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 4 0 0 0
[pid=17328/tid=17332] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17332/stat : 17332 (java) S 17326 17328 12983 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18650 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17333] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17333/stat : 17333 (java) S 17326 17328 12983 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18650 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17334] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17334/stat : 17334 (java) S 17326 17328 12983 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18650 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 0 0 0 0
[pid=17328/tid=17335] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17335/stat : 17335 (java) S 17326 17328 12983 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18650 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 0 0 0 0
[pid=17328/tid=17336] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17336/stat : 17336 (java) S 17326 17328 12983 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18650 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17337] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17337/stat : 17337 (java) S 17326 17328 12983 0 -1 4202560 199 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18650 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 4 0 0 0
[pid=17328/tid=17338] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17338/stat : 17338 (java) S 17326 17328 12983 0 -1 4202560 117 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18650 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 4 0 0 0
[pid=17328/tid=17339] ppid=17326 vsize=13626320 CPUtime=0.24 cores=0,2,4,6
/proc/17328/task/17339/stat : 17339 (java) S 17326 17328 12983 0 -1 4202560 661 0 0 0 24 0 0 0 16 0 19 0 825016877 13953351680 18650 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606683136 0 0 0 16800975 18446604453667275904 0 0 -1 2 0 0 0
[pid=17328/tid=17340] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17340/stat : 17340 (java) S 17326 17328 12983 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 825016878 13953351680 18650 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17341] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17341/stat : 17341 (java) S 17326 17328 12983 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 825016878 13953351680 18650 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17342] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17342/stat : 17342 (java) S 17326 17328 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825016880 13953351680 18650 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606690225 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17343] ppid=17326 vsize=13626320 CPUtime=0.19 cores=0,2,4,6
/proc/17328/task/17343/stat : 17343 (java) S 17326 17328 12983 0 -1 4202560 1740 0 0 0 19 0 0 0 17 0 19 0 825016880 13953351680 18650 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 4 0 0 0
[pid=17328/tid=17344] ppid=17326 vsize=13626320 CPUtime=0.19 cores=0,2,4,6
/proc/17328/task/17344/stat : 17344 (java) S 17326 17328 12983 0 -1 4202560 2189 0 0 0 19 0 0 0 17 0 19 0 825016880 13953351680 18650 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17345] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17345/stat : 17345 (java) S 17326 17328 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825016880 13953351680 18650 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17346] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17346/stat : 17346 (java) S 17326 17328 12983 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825016880 13953351680 18650 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606683136 0 4 0 16800975 18446604453667275904 0 0 -1 0 0 0 0
[pid=17328/tid=17347] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17347/stat : 17347 (java) S 17326 17328 12983 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 825016891 13953351680 18650 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606683136 0 4 0 16800975 18446604453667275904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 13626320

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

[startup+7.90102 s]
/proc/loadavg: 2.26 2.47 3.04 3/483 17393
/proc/meminfo: memFree=31259344/32950928 swapFree=34365992/67111528
[pid=17328] ppid=17326 vsize=13626320 CPUtime=8.32 cores=0,2,4,6
/proc/17328/stat : 17328 (java) S 17326 17328 12983 0 -1 4202496 20745 0 1 0 829 3 0 0 25 0 19 0 825016874 13953351680 18664 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17328/statm: 3406580 18664 2248 9 0 3397314 0
[pid=17328/tid=17329] ppid=17326 vsize=13626320 CPUtime=7.55 cores=0,2,4,6
/proc/17328/task/17329/stat : 17329 (java) R 17326 17328 12983 0 -1 4202560 14429 0 1 0 754 1 0 0 25 0 19 0 825016874 13953351680 18664 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 46912505621652 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17328/tid=17331] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17331/stat : 17331 (java) S 17326 17328 12983 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18664 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17332] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17332/stat : 17332 (java) S 17326 17328 12983 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 825016876 13953351680 18664 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17333] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17333/stat : 17333 (java) S 17326 17328 12983 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18664 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17334] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17334/stat : 17334 (java) S 17326 17328 12983 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 19 0 825016876 13953351680 18664 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 4 0 0 0
[pid=17328/tid=17335] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17335/stat : 17335 (java) S 17326 17328 12983 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 19 0 825016876 13953351680 18664 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 0 0 0 0
[pid=17328/tid=17336] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17336/stat : 17336 (java) S 17326 17328 12983 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18664 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17337] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17337/stat : 17337 (java) S 17326 17328 12983 0 -1 4202560 199 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18664 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 4 0 0 0
[pid=17328/tid=17338] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17338/stat : 17338 (java) S 17326 17328 12983 0 -1 4202560 117 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18664 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 4 0 0 0
[pid=17328/tid=17339] ppid=17326 vsize=13626320 CPUtime=0.29 cores=0,2,4,6
/proc/17328/task/17339/stat : 17339 (java) S 17326 17328 12983 0 -1 4202560 674 0 0 0 29 0 0 0 16 0 19 0 825016877 13953351680 18664 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606683136 0 0 0 16800975 18446604453667275904 0 0 -1 2 0 0 0
[pid=17328/tid=17340] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17340/stat : 17340 (java) S 17326 17328 12983 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 825016878 13953351680 18664 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17341] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17341/stat : 17341 (java) S 17326 17328 12983 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 825016878 13953351680 18664 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17342] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17342/stat : 17342 (java) S 17326 17328 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825016880 13953351680 18664 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606690225 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17343] ppid=17326 vsize=13626320 CPUtime=0.19 cores=0,2,4,6
/proc/17328/task/17343/stat : 17343 (java) S 17326 17328 12983 0 -1 4202560 1740 0 0 0 19 0 0 0 17 0 19 0 825016880 13953351680 18664 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 4 0 0 0
[pid=17328/tid=17344] ppid=17326 vsize=13626320 CPUtime=0.19 cores=0,2,4,6
/proc/17328/task/17344/stat : 17344 (java) S 17326 17328 12983 0 -1 4202560 2189 0 0 0 19 0 0 0 17 0 19 0 825016880 13953351680 18664 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17345] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17345/stat : 17345 (java) S 17326 17328 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825016880 13953351680 18664 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17346] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17346/stat : 17346 (java) S 17326 17328 12983 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825016880 13953351680 18664 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606683136 0 4 0 16800975 18446604453667275904 0 0 -1 0 0 0 0
[pid=17328/tid=17347] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17347/stat : 17347 (java) S 17326 17328 12983 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 825016891 13953351680 18664 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606683136 0 4 0 16800975 18446604453667275904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 8.32
Current children cumulated vsize (KiB) 13626320

[startup+8.30095 s]
/proc/loadavg: 2.26 2.47 3.04 3/483 17393
/proc/meminfo: memFree=31259344/32950928 swapFree=34365992/67111528
[pid=17328] ppid=17326 vsize=13626320 CPUtime=8.72 cores=0,2,4,6
/proc/17328/stat : 17328 (java) S 17326 17328 12983 0 -1 4202496 20756 0 1 0 869 3 0 0 25 0 19 0 825016874 13953351680 18674 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17328/statm: 3406580 18674 2248 9 0 3397314 0
[pid=17328/tid=17329] ppid=17326 vsize=13626320 CPUtime=7.94 cores=0,2,4,6
/proc/17328/task/17329/stat : 17329 (java) R 17326 17328 12983 0 -1 4202560 14430 0 1 0 793 1 0 0 25 0 19 0 825016874 13953351680 18674 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 46912505525543 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17328/tid=17331] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17331/stat : 17331 (java) S 17326 17328 12983 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18674 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17332] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17332/stat : 17332 (java) S 17326 17328 12983 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18674 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17333] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17333/stat : 17333 (java) S 17326 17328 12983 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18674 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17334] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17334/stat : 17334 (java) S 17326 17328 12983 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18674 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 4 0 0 0
[pid=17328/tid=17335] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17335/stat : 17335 (java) S 17326 17328 12983 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 19 0 825016876 13953351680 18674 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 0 0 0 0
[pid=17328/tid=17336] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17336/stat : 17336 (java) S 17326 17328 12983 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18674 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17337] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17337/stat : 17337 (java) S 17326 17328 12983 0 -1 4202560 199 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18674 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17338] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17338/stat : 17338 (java) S 17326 17328 12983 0 -1 4202560 117 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 18674 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 4 0 0 0
[pid=17328/tid=17339] ppid=17326 vsize=13626320 CPUtime=0.3 cores=0,2,4,6
/proc/17328/task/17339/stat : 17339 (java) S 17326 17328 12983 0 -1 4202560 684 0 0 0 30 0 0 0 16 0 19 0 825016877 13953351680 18674 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606683136 0 0 0 16800975 18446604453667275904 0 0 -1 2 0 0 0
[pid=17328/tid=17340] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17340/stat : 17340 (java) S 17326 17328 12983 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 825016878 13953351680 18674 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17341] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17341/stat : 17341 (java) S 17326 17328 12983 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 825016878 13953351680 18674 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17342] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17342/stat : 17342 (java) S 17326 17328 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825016880 13953351680 18674 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606690225 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17343] ppid=17326 vsize=13626320 CPUtime=0.19 cores=0,2,4,6
/proc/17328/task/17343/stat : 17343 (java) S 17326 17328 12983 0 -1 4202560 1740 0 0 0 19 0 0 0 17 0 19 0 825016880 13953351680 18674 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 4 0 0 0
[pid=17328/tid=17344] ppid=17326 vsize=13626320 CPUtime=0.19 cores=0,2,4,6
/proc/17328/task/17344/stat : 17344 (java) S 17326 17328 12983 0 -1 4202560 2189 0 0 0 19 0 0 0 17 0 19 0 825016880 13953351680 18674 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17345] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17345/stat : 17345 (java) S 17326 17328 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825016880 13953351680 18674 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17346] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17346/stat : 17346 (java) S 17326 17328 12983 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825016880 13953351680 18674 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606683136 0 4 0 16800975 18446604453667275904 0 0 -1 0 0 0 0
[pid=17328/tid=17347] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17347/stat : 17347 (java) S 17326 17328 12983 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 825016891 13953351680 18674 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606683136 0 4 0 16800975 18446604453667275904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 8.72
Current children cumulated vsize (KiB) 13626320

[startup+8.70083 s]
/proc/loadavg: 2.26 2.47 3.04 3/483 17393
/proc/meminfo: memFree=31242252/32950928 swapFree=34365992/67111528
[pid=17328] ppid=17326 vsize=13626320 CPUtime=9.33 cores=0,2,4,6
/proc/17328/stat : 17328 (java) S 17326 17328 12983 0 -1 4202496 27161 0 1 0 929 4 0 0 25 0 19 0 825016874 13953351680 22771 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17328/statm: 3406580 22771 2249 9 0 3397314 0
[pid=17328/tid=17329] ppid=17326 vsize=13626320 CPUtime=8.33 cores=0,2,4,6
/proc/17328/task/17329/stat : 17329 (java) R 17326 17328 12983 0 -1 4202560 14431 0 1 0 832 1 0 0 25 0 19 0 825016874 13953351680 22771 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 46912505541448 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17328/tid=17331] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17331/stat : 17331 (java) S 17326 17328 12983 0 -1 4202560 149 0 0 0 0 0 0 0 16 0 19 0 825016876 13953351680 22771 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17332] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17332/stat : 17332 (java) S 17326 17328 12983 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 22771 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17333] ppid=17326 vsize=13626320 CPUtime=0.01 cores=0,2,4,6
/proc/17328/task/17333/stat : 17333 (java) S 17326 17328 12983 0 -1 4202560 21 0 0 0 1 0 0 0 16 0 19 0 825016876 13953351680 22771 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17334] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17334/stat : 17334 (java) S 17326 17328 12983 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 22771 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 4 0 0 0
[pid=17328/tid=17335] ppid=17326 vsize=13626320 CPUtime=0.01 cores=0,2,4,6
/proc/17328/task/17335/stat : 17335 (java) S 17326 17328 12983 0 -1 4202560 12 0 0 0 1 0 0 0 15 0 19 0 825016876 13953351680 22771 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 0 0 0 0
[pid=17328/tid=17336] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17336/stat : 17336 (java) S 17326 17328 12983 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 22771 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17337] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17337/stat : 17337 (java) S 17326 17328 12983 0 -1 4202560 199 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 22771 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17338] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17338/stat : 17338 (java) S 17326 17328 12983 0 -1 4202560 117 0 0 0 0 0 0 0 15 0 19 0 825016876 13953351680 22771 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 4 0 0 0
[pid=17328/tid=17339] ppid=17326 vsize=13626320 CPUtime=0.32 cores=0,2,4,6
/proc/17328/task/17339/stat : 17339 (java) S 17326 17328 12983 0 -1 4202560 700 0 0 0 32 0 0 0 16 0 19 0 825016877 13953351680 22771 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606683136 0 0 0 16800975 18446604453667275904 0 0 -1 2 0 0 0
[pid=17328/tid=17340] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17340/stat : 17340 (java) S 17326 17328 12983 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 825016878 13953351680 22771 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17341] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17341/stat : 17341 (java) S 17326 17328 12983 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 825016878 13953351680 22771 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17342] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17342/stat : 17342 (java) S 17326 17328 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825016880 13953351680 22771 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606690225 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17343] ppid=17326 vsize=13626320 CPUtime=0.4 cores=0,2,4,6
/proc/17328/task/17343/stat : 17343 (java) R 17326 17328 12983 0 -1 4202560 8122 0 0 0 39 1 0 0 15 0 19 0 825016880 13953351680 22771 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 47949607442240 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17328/tid=17344] ppid=17326 vsize=13626320 CPUtime=0.19 cores=0,2,4,6
/proc/17328/task/17344/stat : 17344 (java) S 17326 17328 12983 0 -1 4202560 2194 0 0 0 19 0 0 0 15 0 19 0 825016880 13953351680 22771 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17345] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17345/stat : 17345 (java) S 17326 17328 12983 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825016880 13953351680 22771 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606682521 0 4 0 16800975 18446604453667275904 0 0 -1 6 0 0 0
[pid=17328/tid=17346] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17346/stat : 17346 (java) S 17326 17328 12983 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825016880 13953351680 22771 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606683136 0 4 0 16800975 18446604453667275904 0 0 -1 0 0 0 0
[pid=17328/tid=17347] ppid=17326 vsize=13626320 CPUtime=0 cores=0,2,4,6
/proc/17328/task/17347/stat : 17347 (java) S 17326 17328 12983 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 825016891 13953351680 22771 33554432000 1073741824 1073778376 140735604779760 18446744073709551615 235606683136 0 4 0 16800975 18446604453667275904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 9.33
Current children cumulated vsize (KiB) 13626320

Child status: 20
Real time (s): 8.78245
CPU time (s): 9.43157
CPU user time (s): 9.38457
CPU system time (s): 0.046992
CPU usage (%): 107.391
Max. virtual memory (cumulated for all children) (KiB): 13626588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.38457
system time used= 0.046992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27195
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= 1013
involuntary context switches= 506

runsolver used 0.038994 second user time and 0.105983 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-03 22:49:41
IDJOB=3459184
IDBENCH=1253
IDSOLVER=1952
FILE ID=node120/3459184-1307134181
RUNJOBID= node120-1307134082-15998
PBS_JOBID= 13508796
Free space on /tmp= 73812 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111224929.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459184-1307134181/watcher-3459184-1307134181 -o /tmp/evaluation-result-3459184-1307134181/solver-3459184-1307134181 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459184-1307134181.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 7cb47e44b2705fbf7948e62a414ce623
RANDOM SEED=1690927473

node120.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31329052 kB
Buffers:        277748 kB
Cached:         962904 kB
SwapCached:      12852 kB
Active:         392780 kB
Inactive:       936508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31329052 kB
SwapTotal:    67111528 kB
SwapFree:     34365992 kB
Dirty:            1172 kB
Writeback:           0 kB
AnonPages:       85748 kB
Mapped:          17364 kB
Slab:           133784 kB
PageTables:      91220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 118808672 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73812 MiB
End job on node120 at 2011-06-03 22:49:50