Trace number 2659329

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 22.3576 21.2363

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111227861.opb
MD5SUMf8885c48feecc92113d832d46f576991
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.064989
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 1265
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.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@1ac1fe4
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-2659329-1276273119.opb
0.23/0.21	c reading problem ... 
0.34/0.33	c ... done. Wall clock time 0.116s.
0.34/0.33	c #vars     169
0.34/0.33	c #constraints  101
0.34/0.33	c constraints type 
0.34/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.34/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.34/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.34/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.98/1.33	c cleaning 2496 clauses out of 5000 with flag 5000/5000
2.53/1.88	c cleaning 4250 clauses out of 8507 with flag 11003/11003
3.12/2.47	c cleaning 5623 clauses out of 11254 with flag 18000/18000
3.83/3.17	c cleaning 6812 clauses out of 13631 with flag 26000/26000
4.66/3.96	c cleaning 7905 clauses out of 15820 with flag 35001/35001
5.66/4.91	c cleaning 8954 clauses out of 17914 with flag 45000/45000
6.57/5.80	c cleaning 9473 clauses out of 18960 with flag 55000/55000
7.37/6.67	c cleaning 9741 clauses out of 19489 with flag 65002/65002
8.27/7.54	c cleaning 9874 clauses out of 19748 with flag 75002/75002
9.27/8.52	c cleaning 9933 clauses out of 19874 with flag 85002/85002
10.17/9.41	c cleaning 9965 clauses out of 19939 with flag 95000/95000
10.97/10.22	c cleaning 9983 clauses out of 19975 with flag 105001/105001
11.78/11.04	c cleaning 9993 clauses out of 19993 with flag 115002/115002
12.68/11.93	c cleaning 9995 clauses out of 19999 with flag 125001/125001
13.57/12.80	c cleaning 9996 clauses out of 20003 with flag 135000/135000
14.27/13.56	c cleaning 9997 clauses out of 20008 with flag 145001/145001
15.08/14.34	c cleaning 10003 clauses out of 20011 with flag 155001/155001
15.88/15.14	c cleaning 9998 clauses out of 20008 with flag 165001/165001
16.68/15.97	c cleaning 10000 clauses out of 20009 with flag 175000/175000
17.79/17.00	c cleaning 10002 clauses out of 20009 with flag 185000/185000
18.50/17.79	c cleaning 9998 clauses out of 20008 with flag 195001/195001
19.29/18.57	c cleaning 10002 clauses out of 20009 with flag 205000/205000
20.09/19.38	c cleaning 10000 clauses out of 20007 with flag 215000/215000
20.89/20.14	c cleaning 9997 clauses out of 20008 with flag 225001/225001
21.93/21.04	c cleaning 10001 clauses out of 20010 with flag 235001/235001
22.10/21.18	c starts		: 120
22.10/21.18	c conflicts		: 237037
22.10/21.18	c decisions		: 351285
22.10/21.18	c propagations		: 5193166
22.10/21.18	c inspects		: 66038904
22.10/21.18	c learnt literals	: 6
22.10/21.18	c learnt binary clauses	: 26
22.10/21.18	c learnt ternary clauses	: 170
22.10/21.18	c learnt clauses	: 237030
22.10/21.18	c ignored clauses	: 0
22.10/21.18	c root simplifications	: 0
22.10/21.18	c removed literals (reason simplification)	: 2048116
22.10/21.18	c reason swapping (by a shorter reason)	: 0
22.10/21.18	c Calls to reduceDB	: 25
22.10/21.18	c number of reductions to clauses (during analyze)	: 0
22.10/21.18	c number of learned constraints concerned by reduction	: 0
22.10/21.18	c number of learning phase by resolution	: 0
22.10/21.18	c number of learning phase by cutting planes	: 0
22.10/21.18	c speed (assignments/second)	: 249024.9352642179
22.10/21.18	c non guided choices	44
22.31/21.21	c learnt constraints type 
22.31/21.21	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12013
22.31/21.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 26
22.31/21.21	c constraints type 
22.31/21.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
22.31/21.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
22.31/21.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
22.31/21.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
22.31/21.21	s UNSATISFIABLE
22.31/21.21	c Total wall clock time (in seconds): 20.996

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-2659329-1276273119/watcher-2659329-1276273119 -o /tmp/evaluation-result-2659329-1276273119/solver-2659329-1276273119 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659329-1276273119.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.29 1.26 1.12 3/106 4564
/proc/meminfo: memFree=1576664/2059040 swapFree=4192956/4192956
[pid=4564] ppid=4562 vsize=248 CPUtime=0
/proc/4564/stat : 4564 (java6) R 4562 4564 3363 0 -1 4194304 109 0 0 0 0 0 0 0 19 0 1 0 2915612 253952 29 1992294400 134512640 134550932 4291748496 18446744073709551615 2679380 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4564/statm: 62 29 21 10 0 23 0

[startup+0.104786 s]
/proc/loadavg: 1.29 1.26 1.12 3/106 4564
/proc/meminfo: memFree=1576664/2059040 swapFree=4192956/4192956
[pid=4564] ppid=4562 vsize=1524184 CPUtime=0.08
/proc/4564/stat : 4564 (java) S 4562 4564 3363 0 -1 4202496 3970 0 1 0 6 2 0 0 15 0 12 0 2915612 1560764416 3409 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4564/statm: 381046 3409 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.208189 s]
/proc/loadavg: 1.29 1.26 1.12 3/106 4564
/proc/meminfo: memFree=1576664/2059040 swapFree=4192956/4192956
[pid=4564] ppid=4562 vsize=1526236 CPUtime=0.23
/proc/4564/stat : 4564 (java) S 4562 4564 3363 0 -1 4202496 5057 0 1 0 20 3 0 0 15 0 12 0 2915612 1562865664 4494 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4564/statm: 381559 4494 1346 10 0 378861 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1526236

[startup+0.302297 s]
/proc/loadavg: 1.29 1.26 1.12 3/106 4564
/proc/meminfo: memFree=1576664/2059040 swapFree=4192956/4192956
[pid=4564] ppid=4562 vsize=1526236 CPUtime=0.34
/proc/4564/stat : 4564 (java) S 4562 4564 3363 0 -1 4202496 5311 0 1 0 31 3 0 0 15 0 12 0 2915612 1562865664 4748 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4564/statm: 381559 4748 1361 10 0 378861 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526236

[startup+0.701861 s]
/proc/loadavg: 1.29 1.26 1.12 3/106 4564
/proc/meminfo: memFree=1576664/2059040 swapFree=4192956/4192956
[pid=4564] ppid=4562 vsize=1532960 CPUtime=1.12
/proc/4564/stat : 4564 (java) S 4562 4564 3363 0 -1 4202496 7358 0 1 0 108 4 0 0 15 0 13 0 2915612 1569751040 6379 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4564/statm: 383240 6379 1411 10 0 380542 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1532960

[startup+1.50195 s]
/proc/loadavg: 1.29 1.26 1.12 2/119 4577
/proc/meminfo: memFree=1554676/2059040 swapFree=4192956/4192956
[pid=4564] ppid=4562 vsize=1532960 CPUtime=2.21
/proc/4564/stat : 4564 (java) S 4562 4564 3363 0 -1 4202496 8423 0 1 0 217 4 0 0 15 0 13 0 2915612 1569751040 7442 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4564/statm: 383240 7442 1440 10 0 380542 0
[pid=4564/tid=4566] ppid=4562 vsize=1532960 CPUtime=1.21
/proc/4564/task/4566/stat : 4566 (java) R 4562 4564 3363 0 -1 4202560 4473 0 1 0 119 2 0 0 25 0 13 0 2915614 1569751040 7442 1992294400 134512640 134550932 4288201872 18446744073709551615 4109968779 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4564/tid=4567] ppid=4562 vsize=1532960 CPUtime=0
/proc/4564/task/4567/stat : 4567 (java) S 4562 4564 3363 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 2915616 1569751040 7442 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 1 0 0 0
[pid=4564/tid=4568] ppid=4562 vsize=1532960 CPUtime=0
/proc/4564/task/4568/stat : 4568 (java) S 4562 4564 3363 0 -1 4202560 83 0 0 0 0 0 0 0 18 0 13 0 2915616 1569751040 7442 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 1 0 0 0
[pid=4564/tid=4569] ppid=4562 vsize=1532960 CPUtime=0.01
/proc/4564/task/4569/stat : 4569 (java) S 4562 4564 3363 0 -1 4202560 183 0 0 0 1 0 0 0 16 0 13 0 2915617 1569751040 7442 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 0 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4570] ppid=4562 vsize=1532960 CPUtime=0
/proc/4564/task/4570/stat : 4570 (java) S 4562 4564 3363 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2915618 1569751040 7442 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4571] ppid=4562 vsize=1532960 CPUtime=0
/proc/4564/task/4571/stat : 4571 (java) S 4562 4564 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2915618 1569751040 7442 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4572] ppid=4562 vsize=1532960 CPUtime=0
/proc/4564/task/4572/stat : 4572 (java) S 4562 4564 3363 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 2915622 1569751040 7442 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4573] ppid=4562 vsize=1532960 CPUtime=0.31
/proc/4564/task/4573/stat : 4573 (java) S 4562 4564 3363 0 -1 4202560 389 0 0 0 31 0 0 0 15 0 13 0 2915622 1569751040 7442 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 1 0 0 0
[pid=4564/tid=4574] ppid=4562 vsize=1532960 CPUtime=0.63
/proc/4564/task/4574/stat : 4574 (java) S 4562 4564 3363 0 -1 4202560 2129 0 0 0 63 0 0 0 15 0 13 0 2915622 1569751040 7442 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4575] ppid=4562 vsize=1532960 CPUtime=0
/proc/4564/task/4575/stat : 4575 (java) S 4562 4564 3363 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 2915622 1569751040 7442 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4576] ppid=4562 vsize=1532960 CPUtime=0
/proc/4564/task/4576/stat : 4576 (java) S 4562 4564 3363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2915622 1569751040 7442 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 1 0 0 0
[pid=4564/tid=4577] ppid=4562 vsize=1532960 CPUtime=0
/proc/4564/task/4577/stat : 4577 (java) S 4562 4564 3363 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2915646 1569751040 7442 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 1532960

[startup+3.10113 s]
/proc/loadavg: 1.29 1.26 1.12 2/119 4577
/proc/meminfo: memFree=1550584/2059040 swapFree=4192956/4192956
[pid=4564] ppid=4562 vsize=1532960 CPUtime=3.83
/proc/4564/stat : 4564 (java) S 4562 4564 3363 0 -1 4202496 8923 0 1 0 379 4 0 0 15 0 13 0 2915612 1569751040 7940 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4564/statm: 383240 7940 1440 10 0 380542 0
[pid=4564/tid=4566] ppid=4562 vsize=1532960 CPUtime=2.72
/proc/4564/task/4566/stat : 4566 (java) R 4562 4564 3363 0 -1 4202560 4474 0 1 0 270 2 0 0 25 0 13 0 2915614 1569751040 7940 1992294400 134512640 134550932 4288201872 18446744073709551615 4109964594 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4564/tid=4567] ppid=4562 vsize=1532960 CPUtime=0
/proc/4564/task/4567/stat : 4567 (java) S 4562 4564 3363 0 -1 4202560 173 0 0 0 0 0 0 0 15 0 13 0 2915616 1569751040 7940 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 1 0 0 0
[pid=4564/tid=4568] ppid=4562 vsize=1532960 CPUtime=0
/proc/4564/task/4568/stat : 4568 (java) S 4562 4564 3363 0 -1 4202560 296 0 0 0 0 0 0 0 15 0 13 0 2915616 1569751040 7940 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 1 0 0 0
[pid=4564/tid=4569] ppid=4562 vsize=1532960 CPUtime=0.05
/proc/4564/task/4569/stat : 4569 (java) S 4562 4564 3363 0 -1 4202560 390 0 0 0 5 0 0 0 15 0 13 0 2915617 1569751040 7940 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 0 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4570] ppid=4562 vsize=1532960 CPUtime=0
/proc/4564/task/4570/stat : 4570 (java) S 4562 4564 3363 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2915618 1569751040 7940 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4571] ppid=4562 vsize=1532960 CPUtime=0
/proc/4564/task/4571/stat : 4571 (java) S 4562 4564 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2915618 1569751040 7940 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4572] ppid=4562 vsize=1532960 CPUtime=0
/proc/4564/task/4572/stat : 4572 (java) S 4562 4564 3363 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 2915622 1569751040 7940 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4573] ppid=4562 vsize=1532960 CPUtime=0.33
/proc/4564/task/4573/stat : 4573 (java) S 4562 4564 3363 0 -1 4202560 391 0 0 0 33 0 0 0 16 0 13 0 2915622 1569751040 7940 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 1 0 0 0
[pid=4564/tid=4574] ppid=4562 vsize=1532960 CPUtime=0.67
/proc/4564/task/4574/stat : 4574 (java) S 4562 4564 3363 0 -1 4202560 2133 0 0 0 67 0 0 0 15 0 13 0 2915622 1569751040 7940 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4575] ppid=4562 vsize=1532960 CPUtime=0
/proc/4564/task/4575/stat : 4575 (java) S 4562 4564 3363 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 2915622 1569751040 7940 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4576] ppid=4562 vsize=1532960 CPUtime=0
/proc/4564/task/4576/stat : 4576 (java) S 4562 4564 3363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2915622 1569751040 7940 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4577] ppid=4562 vsize=1532960 CPUtime=0
/proc/4564/task/4577/stat : 4577 (java) S 4562 4564 3363 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2915646 1569751040 7940 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 1532960

[startup+6.30114 s]
/proc/loadavg: 1.27 1.26 1.12 2/119 4577
/proc/meminfo: memFree=1548848/2059040 swapFree=4192956/4192956
[pid=4564] ppid=4562 vsize=1531644 CPUtime=7.07
/proc/4564/stat : 4564 (java) S 4562 4564 3363 0 -1 4202496 9295 0 1 0 702 5 0 0 15 0 13 0 2915612 1568403456 8036 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4564/statm: 382911 8036 1440 10 0 380213 0
[pid=4564/tid=4566] ppid=4562 vsize=1531644 CPUtime=5.81
/proc/4564/task/4566/stat : 4566 (java) R 4562 4564 3363 0 -1 4202560 4479 0 1 0 579 2 0 0 25 0 13 0 2915614 1568403456 8036 1992294400 134512640 134550932 4288201872 18446744073709551615 4109870471 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4564/tid=4567] ppid=4562 vsize=1531644 CPUtime=0.02
/proc/4564/task/4567/stat : 4567 (java) S 4562 4564 3363 0 -1 4202560 243 0 0 0 2 0 0 0 15 0 13 0 2915616 1568403456 8036 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4568] ppid=4562 vsize=1531644 CPUtime=0.01
/proc/4564/task/4568/stat : 4568 (java) S 4562 4564 3363 0 -1 4202560 340 0 0 0 1 0 0 0 16 0 13 0 2915616 1568403456 8036 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 1 0 0 0
[pid=4564/tid=4569] ppid=4562 vsize=1531644 CPUtime=0.14
/proc/4564/task/4569/stat : 4569 (java) S 4562 4564 3363 0 -1 4202560 639 0 0 0 14 0 0 0 16 0 13 0 2915617 1568403456 8036 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 0 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4570] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4570/stat : 4570 (java) S 4562 4564 3363 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2915618 1568403456 8036 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4571] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4571/stat : 4571 (java) S 4562 4564 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2915618 1568403456 8036 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4572] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4572/stat : 4572 (java) S 4562 4564 3363 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 2915622 1568403456 8036 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4573] ppid=4562 vsize=1531644 CPUtime=0.33
/proc/4564/task/4573/stat : 4573 (java) S 4562 4564 3363 0 -1 4202560 391 0 0 0 33 0 0 0 15 0 13 0 2915622 1568403456 8036 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4574] ppid=4562 vsize=1531644 CPUtime=0.69
/proc/4564/task/4574/stat : 4574 (java) S 4562 4564 3363 0 -1 4202560 2137 0 0 0 69 0 0 0 15 0 13 0 2915622 1568403456 8036 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4575] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4575/stat : 4575 (java) S 4562 4564 3363 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 2915622 1568403456 8036 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4576] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4576/stat : 4576 (java) S 4562 4564 3363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2915622 1568403456 8036 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4577] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4577/stat : 4577 (java) S 4562 4564 3363 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2915646 1568403456 8036 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 1531644

[startup+12.7002 s]
/proc/loadavg: 1.25 1.25 1.12 2/119 4577
/proc/meminfo: memFree=1548724/2059040 swapFree=4192956/4192956
[pid=4564] ppid=4562 vsize=1531644 CPUtime=13.47
/proc/4564/stat : 4564 (java) S 4562 4564 3363 0 -1 4202496 9383 0 1 0 1342 5 0 0 15 0 13 0 2915612 1568403456 8117 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4564/statm: 382911 8117 1440 10 0 380213 0
[pid=4564/tid=4566] ppid=4562 vsize=1531644 CPUtime=12
/proc/4564/task/4566/stat : 4566 (java) R 4562 4564 3363 0 -1 4202560 4486 0 1 0 1198 2 0 0 25 0 13 0 2915614 1568403456 8117 1992294400 134512640 134550932 4288201872 18446744073709551615 4109948559 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4564/tid=4567] ppid=4562 vsize=1531644 CPUtime=0.04
/proc/4564/task/4567/stat : 4567 (java) S 4562 4564 3363 0 -1 4202560 244 0 0 0 4 0 0 0 15 0 13 0 2915616 1568403456 8117 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 1 0 0 0
[pid=4564/tid=4568] ppid=4562 vsize=1531644 CPUtime=0.04
/proc/4564/task/4568/stat : 4568 (java) S 4562 4564 3363 0 -1 4202560 342 0 0 0 4 0 0 0 16 0 13 0 2915616 1568403456 8117 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 1 0 0 0
[pid=4564/tid=4569] ppid=4562 vsize=1531644 CPUtime=0.31
/proc/4564/task/4569/stat : 4569 (java) S 4562 4564 3363 0 -1 4202560 717 0 0 0 31 0 0 0 15 0 13 0 2915617 1568403456 8117 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 0 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4570] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4570/stat : 4570 (java) S 4562 4564 3363 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2915618 1568403456 8117 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4571] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4571/stat : 4571 (java) S 4562 4564 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2915618 1568403456 8117 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4572] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4572/stat : 4572 (java) S 4562 4564 3363 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 2915622 1568403456 8117 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4573] ppid=4562 vsize=1531644 CPUtime=0.34
/proc/4564/task/4573/stat : 4573 (java) S 4562 4564 3363 0 -1 4202560 391 0 0 0 34 0 0 0 15 0 13 0 2915622 1568403456 8117 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4574] ppid=4562 vsize=1531644 CPUtime=0.69
/proc/4564/task/4574/stat : 4574 (java) S 4562 4564 3363 0 -1 4202560 2137 0 0 0 69 0 0 0 15 0 13 0 2915622 1568403456 8117 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4575] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4575/stat : 4575 (java) S 4562 4564 3363 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 2915622 1568403456 8117 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4576] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4576/stat : 4576 (java) S 4562 4564 3363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2915622 1568403456 8117 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 1 0 0 0
[pid=4564/tid=4577] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4577/stat : 4577 (java) S 4562 4564 3363 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2915646 1568403456 8117 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.47
Current children cumulated vsize (KiB) 1531644

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

[startup+12.8012 s]
/proc/loadavg: 1.25 1.25 1.12 2/119 4577
/proc/meminfo: memFree=1548724/2059040 swapFree=4192956/4192956
[pid=4564] ppid=4562 vsize=1531644 CPUtime=13.57
/proc/4564/stat : 4564 (java) S 4562 4564 3363 0 -1 4202496 9383 0 1 0 1352 5 0 0 15 0 13 0 2915612 1568403456 8117 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4564/statm: 382911 8117 1440 10 0 380213 0
[pid=4564/tid=4566] ppid=4562 vsize=1531644 CPUtime=12.1
/proc/4564/task/4566/stat : 4566 (java) R 4562 4564 3363 0 -1 4202560 4486 0 1 0 1208 2 0 0 25 0 13 0 2915614 1568403456 8117 1992294400 134512640 134550932 4288201872 18446744073709551615 4109698744 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4564/tid=4567] ppid=4562 vsize=1531644 CPUtime=0.04
/proc/4564/task/4567/stat : 4567 (java) S 4562 4564 3363 0 -1 4202560 244 0 0 0 4 0 0 0 15 0 13 0 2915616 1568403456 8117 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 1 0 0 0
[pid=4564/tid=4568] ppid=4562 vsize=1531644 CPUtime=0.04

################
# More data... #
################

/proc/4564/task/4576/stat : 4576 (java) S 4562 4564 3363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2915622 1568403456 8117 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 1 0 0 0
[pid=4564/tid=4577] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4577/stat : 4577 (java) S 4562 4564 3363 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2915646 1568403456 8117 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.57
Current children cumulated vsize (KiB) 1531644

[startup+16.0012 s]
/proc/loadavg: 1.23 1.25 1.12 2/119 4577
/proc/meminfo: memFree=1548724/2059040 swapFree=4192956/4192956
[pid=4564] ppid=4562 vsize=1531644 CPUtime=16.79
/proc/4564/stat : 4564 (java) S 4562 4564 3363 0 -1 4202496 9389 0 1 0 1673 6 0 0 15 0 13 0 2915612 1568403456 8118 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4564/statm: 382911 8118 1440 10 0 380213 0
[pid=4564/tid=4566] ppid=4562 vsize=1531644 CPUtime=15.17
/proc/4564/task/4566/stat : 4566 (java) S 4562 4564 3363 0 -1 4202560 4491 0 1 0 1515 2 0 0 25 0 13 0 2915614 1568403456 8118 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 1 0 0 0
[pid=4564/tid=4567] ppid=4562 vsize=1531644 CPUtime=0.05
/proc/4564/task/4567/stat : 4567 (java) S 4562 4564 3363 0 -1 4202560 245 0 0 0 5 0 0 0 16 0 13 0 2915616 1568403456 8118 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 1 0 0 0
[pid=4564/tid=4568] ppid=4562 vsize=1531644 CPUtime=0.05
/proc/4564/task/4568/stat : 4568 (java) S 4562 4564 3363 0 -1 4202560 342 0 0 0 5 0 0 0 15 0 13 0 2915616 1568403456 8118 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4569] ppid=4562 vsize=1531644 CPUtime=0.42
/proc/4564/task/4569/stat : 4569 (java) R 4562 4564 3363 0 -1 4202560 717 0 0 0 42 0 0 0 15 0 13 0 2915617 1568403456 8118 1992294400 134512640 134550932 4288201872 18446744073709551615 3179271 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=4564/tid=4570] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4570/stat : 4570 (java) S 4562 4564 3363 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2915618 1568403456 8118 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4571] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4571/stat : 4571 (java) S 4562 4564 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2915618 1568403456 8118 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4572] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4572/stat : 4572 (java) S 4562 4564 3363 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 2915622 1568403456 8118 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4573] ppid=4562 vsize=1531644 CPUtime=0.34
/proc/4564/task/4573/stat : 4573 (java) S 4562 4564 3363 0 -1 4202560 391 0 0 0 34 0 0 0 15 0 13 0 2915622 1568403456 8118 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4574] ppid=4562 vsize=1531644 CPUtime=0.69
/proc/4564/task/4574/stat : 4574 (java) S 4562 4564 3363 0 -1 4202560 2137 0 0 0 69 0 0 0 15 0 13 0 2915622 1568403456 8118 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4575] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4575/stat : 4575 (java) S 4562 4564 3363 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 2915622 1568403456 8118 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4576] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4576/stat : 4576 (java) S 4562 4564 3363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2915622 1568403456 8118 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 1 0 0 0
[pid=4564/tid=4577] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4577/stat : 4577 (java) S 4562 4564 3363 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2915646 1568403456 8118 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.79
Current children cumulated vsize (KiB) 1531644

[startup+19.2012 s]
/proc/loadavg: 1.21 1.24 1.12 2/119 4579
/proc/meminfo: memFree=1548724/2059040 swapFree=4192956/4192956
[pid=4564] ppid=4562 vsize=1531644 CPUtime=19.99
/proc/4564/stat : 4564 (java) S 4562 4564 3363 0 -1 4202496 9392 0 1 0 1993 6 0 0 15 0 13 0 2915612 1568403456 8118 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4564/statm: 382911 8118 1440 10 0 380213 0
[pid=4564/tid=4566] ppid=4562 vsize=1531644 CPUtime=18.29
/proc/4564/task/4566/stat : 4566 (java) R 4562 4564 3363 0 -1 4202560 4494 0 1 0 1826 3 0 0 25 0 13 0 2915614 1568403456 8118 1992294400 134512640 134550932 4288201872 18446744073709551615 4109868758 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4564/tid=4567] ppid=4562 vsize=1531644 CPUtime=0.06
/proc/4564/task/4567/stat : 4567 (java) S 4562 4564 3363 0 -1 4202560 245 0 0 0 6 0 0 0 16 0 13 0 2915616 1568403456 8118 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 1 0 0 0
[pid=4564/tid=4568] ppid=4562 vsize=1531644 CPUtime=0.05
/proc/4564/task/4568/stat : 4568 (java) S 4562 4564 3363 0 -1 4202560 342 0 0 0 5 0 0 0 15 0 13 0 2915616 1568403456 8118 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 1 0 0 0
[pid=4564/tid=4569] ppid=4562 vsize=1531644 CPUtime=0.49
/proc/4564/task/4569/stat : 4569 (java) S 4562 4564 3363 0 -1 4202560 717 0 0 0 49 0 0 0 16 0 13 0 2915617 1568403456 8118 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 0 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4570] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4570/stat : 4570 (java) S 4562 4564 3363 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2915618 1568403456 8118 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4571] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4571/stat : 4571 (java) S 4562 4564 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2915618 1568403456 8118 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4572] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4572/stat : 4572 (java) S 4562 4564 3363 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 2915622 1568403456 8118 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4573] ppid=4562 vsize=1531644 CPUtime=0.34
/proc/4564/task/4573/stat : 4573 (java) S 4562 4564 3363 0 -1 4202560 391 0 0 0 34 0 0 0 15 0 13 0 2915622 1568403456 8118 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4574] ppid=4562 vsize=1531644 CPUtime=0.69
/proc/4564/task/4574/stat : 4574 (java) S 4562 4564 3363 0 -1 4202560 2137 0 0 0 69 0 0 0 15 0 13 0 2915622 1568403456 8118 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4575] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4575/stat : 4575 (java) S 4562 4564 3363 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 2915622 1568403456 8118 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4576] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4576/stat : 4576 (java) S 4562 4564 3363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2915622 1568403456 8118 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 1 0 0 0
[pid=4564/tid=4577] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4577/stat : 4577 (java) S 4562 4564 3363 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2915646 1568403456 8118 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (KiB) 1531644

[startup+20.0012 s]
/proc/loadavg: 1.21 1.24 1.12 2/119 4579
/proc/meminfo: memFree=1548724/2059040 swapFree=4192956/4192956
[pid=4564] ppid=4562 vsize=1531644 CPUtime=20.79
/proc/4564/stat : 4564 (java) S 4562 4564 3363 0 -1 4202496 9404 0 1 0 2073 6 0 0 15 0 13 0 2915612 1568403456 8129 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4564/statm: 382911 8129 1440 10 0 380213 0
[pid=4564/tid=4566] ppid=4562 vsize=1531644 CPUtime=19.07
/proc/4564/task/4566/stat : 4566 (java) R 4562 4564 3363 0 -1 4202560 4495 0 1 0 1904 3 0 0 25 0 13 0 2915614 1568403456 8129 1992294400 134512640 134550932 4288201872 18446744073709551615 4110086723 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4564/tid=4567] ppid=4562 vsize=1531644 CPUtime=0.06
/proc/4564/task/4567/stat : 4567 (java) S 4562 4564 3363 0 -1 4202560 246 0 0 0 6 0 0 0 16 0 13 0 2915616 1568403456 8129 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 1 0 0 0
[pid=4564/tid=4568] ppid=4562 vsize=1531644 CPUtime=0.05
/proc/4564/task/4568/stat : 4568 (java) S 4562 4564 3363 0 -1 4202560 342 0 0 0 5 0 0 0 15 0 13 0 2915616 1568403456 8129 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4569] ppid=4562 vsize=1531644 CPUtime=0.51
/proc/4564/task/4569/stat : 4569 (java) S 4562 4564 3363 0 -1 4202560 727 0 0 0 51 0 0 0 16 0 13 0 2915617 1568403456 8129 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 0 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4570] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4570/stat : 4570 (java) S 4562 4564 3363 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2915618 1568403456 8129 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4571] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4571/stat : 4571 (java) S 4562 4564 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2915618 1568403456 8129 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4572] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4572/stat : 4572 (java) S 4562 4564 3363 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 2915622 1568403456 8129 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4573] ppid=4562 vsize=1531644 CPUtime=0.34
/proc/4564/task/4573/stat : 4573 (java) S 4562 4564 3363 0 -1 4202560 391 0 0 0 34 0 0 0 15 0 13 0 2915622 1568403456 8129 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4574] ppid=4562 vsize=1531644 CPUtime=0.69
/proc/4564/task/4574/stat : 4574 (java) S 4562 4564 3363 0 -1 4202560 2137 0 0 0 69 0 0 0 15 0 13 0 2915622 1568403456 8129 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4575] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4575/stat : 4575 (java) S 4562 4564 3363 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 2915622 1568403456 8129 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4576] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4576/stat : 4576 (java) S 4562 4564 3363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2915622 1568403456 8129 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 1 0 0 0
[pid=4564/tid=4577] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4577/stat : 4577 (java) S 4562 4564 3363 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2915646 1568403456 8129 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.79
Current children cumulated vsize (KiB) 1531644

[startup+20.8002 s]
/proc/loadavg: 1.21 1.24 1.12 2/119 4579
/proc/meminfo: memFree=1548724/2059040 swapFree=4192956/4192956
[pid=4564] ppid=4562 vsize=1531644 CPUtime=21.59
/proc/4564/stat : 4564 (java) S 4562 4564 3363 0 -1 4202496 9407 0 1 0 2153 6 0 0 15 0 13 0 2915612 1568403456 8130 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4564/statm: 382911 8130 1440 10 0 380213 0
[pid=4564/tid=4566] ppid=4562 vsize=1531644 CPUtime=19.83
/proc/4564/task/4566/stat : 4566 (java) R 4562 4564 3363 0 -1 4202560 4498 0 1 0 1980 3 0 0 25 0 13 0 2915614 1568403456 8130 1992294400 134512640 134550932 4288201872 18446744073709551615 4109946587 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4564/tid=4567] ppid=4562 vsize=1531644 CPUtime=0.07
/proc/4564/task/4567/stat : 4567 (java) S 4562 4564 3363 0 -1 4202560 246 0 0 0 7 0 0 0 15 0 13 0 2915616 1568403456 8130 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 1 0 0 0
[pid=4564/tid=4568] ppid=4562 vsize=1531644 CPUtime=0.06
/proc/4564/task/4568/stat : 4568 (java) S 4562 4564 3363 0 -1 4202560 342 0 0 0 6 0 0 0 15 0 13 0 2915616 1568403456 8130 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 1 0 0 0
[pid=4564/tid=4569] ppid=4562 vsize=1531644 CPUtime=0.54
/proc/4564/task/4569/stat : 4569 (java) S 4562 4564 3363 0 -1 4202560 727 0 0 0 54 0 0 0 16 0 13 0 2915617 1568403456 8130 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 0 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4570] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4570/stat : 4570 (java) S 4562 4564 3363 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2915618 1568403456 8130 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4571] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4571/stat : 4571 (java) S 4562 4564 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2915618 1568403456 8130 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4572] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4572/stat : 4572 (java) S 4562 4564 3363 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 2915622 1568403456 8130 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4573] ppid=4562 vsize=1531644 CPUtime=0.34
/proc/4564/task/4573/stat : 4573 (java) S 4562 4564 3363 0 -1 4202560 391 0 0 0 34 0 0 0 15 0 13 0 2915622 1568403456 8130 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4574] ppid=4562 vsize=1531644 CPUtime=0.69
/proc/4564/task/4574/stat : 4574 (java) S 4562 4564 3363 0 -1 4202560 2137 0 0 0 69 0 0 0 15 0 13 0 2915622 1568403456 8130 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4575] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4575/stat : 4575 (java) S 4562 4564 3363 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 2915622 1568403456 8130 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4576] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4576/stat : 4576 (java) S 4562 4564 3363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2915622 1568403456 8130 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 1 0 0 0
[pid=4564/tid=4577] ppid=4562 vsize=1531644 CPUtime=0
/proc/4564/task/4577/stat : 4577 (java) S 4562 4564 3363 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2915646 1568403456 8130 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.59
Current children cumulated vsize (KiB) 1531644

[startup+21.2012 s]
/proc/loadavg: 1.21 1.24 1.12 4/119 4579
/proc/meminfo: memFree=1548724/2059040 swapFree=4192956/4192956
[pid=4564] ppid=4562 vsize=1538924 CPUtime=22.31
/proc/4564/stat : 4564 (java) S 4562 4564 3363 0 -1 4202496 11390 0 1 0 2224 7 0 0 15 0 14 0 2915612 1575858176 9749 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4564/statm: 384731 9749 1440 10 0 382033 0
[pid=4564/tid=4566] ppid=4562 vsize=1538924 CPUtime=20.17
/proc/4564/task/4566/stat : 4566 (java) S 4562 4564 3363 0 -1 4202560 4503 0 1 0 2014 3 0 0 25 0 14 0 2915614 1575858176 9749 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4567] ppid=4562 vsize=1538924 CPUtime=0.07
/proc/4564/task/4567/stat : 4567 (java) S 4562 4564 3363 0 -1 4202560 248 0 0 0 7 0 0 0 16 0 14 0 2915616 1575858176 9749 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 1 0 0 0
[pid=4564/tid=4568] ppid=4562 vsize=1538924 CPUtime=0.06
/proc/4564/task/4568/stat : 4568 (java) S 4562 4564 3363 0 -1 4202560 342 0 0 0 6 0 0 0 15 0 14 0 2915616 1575858176 9749 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 1 0 0 0
[pid=4564/tid=4569] ppid=4562 vsize=1538924 CPUtime=0.56
/proc/4564/task/4569/stat : 4569 (java) S 4562 4564 3363 0 -1 4202560 730 0 0 0 56 0 0 0 15 0 14 0 2915617 1575858176 9749 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 0 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4570] ppid=4562 vsize=1538924 CPUtime=0
/proc/4564/task/4570/stat : 4570 (java) S 4562 4564 3363 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 2915618 1575858176 9749 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4571] ppid=4562 vsize=1538924 CPUtime=0
/proc/4564/task/4571/stat : 4571 (java) S 4562 4564 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 2915618 1575858176 9749 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4572] ppid=4562 vsize=1538924 CPUtime=0
/proc/4564/task/4572/stat : 4572 (java) S 4562 4564 3363 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 2915622 1575858176 9749 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4573] ppid=4562 vsize=1538924 CPUtime=0.65
/proc/4564/task/4573/stat : 4573 (java) R 4562 4564 3363 0 -1 4202560 2342 0 0 0 65 0 0 0 16 0 14 0 2915622 1575858176 9749 1992294400 134512640 134550932 4288201872 18446744073709551615 105496160 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4564/tid=4574] ppid=4562 vsize=1538924 CPUtime=0.71
/proc/4564/task/4574/stat : 4574 (java) R 4562 4564 3363 0 -1 4202560 2153 0 0 0 71 0 0 0 15 0 14 0 2915622 1575858176 9749 1992294400 134512640 134550932 4288201872 18446744073709551615 106811688 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4564/tid=4575] ppid=4562 vsize=1538924 CPUtime=0
/proc/4564/task/4575/stat : 4575 (java) S 4562 4564 3363 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 2915622 1575858176 9749 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
[pid=4564/tid=4576] ppid=4562 vsize=1538924 CPUtime=0
/proc/4564/task/4576/stat : 4576 (java) S 4562 4564 3363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 2915622 1575858176 9749 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 1 0 0 0
[pid=4564/tid=4577] ppid=4562 vsize=1538924 CPUtime=0
/proc/4564/task/4577/stat : 4577 (java) S 4562 4564 3363 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 2915646 1575858176 9749 1992294400 134512640 134550932 4288201872 18446744073709551615 4294960144 0 4 0 16800975 18446604437832311936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.31
Current children cumulated vsize (KiB) 1538924

Child status: 20
Real time (s): 21.2363
CPU time (s): 22.3576
CPU user time (s): 22.2816
CPU system time (s): 0.075988
CPU usage (%): 105.28
Max. virtual memory (cumulated for all children) (KiB): 1538924

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

runsolver used 0.051992 second user time and 0.132979 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-11 18:18:39
IDJOB=2659329
IDBENCH=1192
IDSOLVER=1164
FILE ID=node006/2659329-1276273119
PBS_JOBID= 11172204
Free space on /tmp= 62472 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.1111227861.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659329-1276273119/watcher-2659329-1276273119 -o /tmp/evaluation-result-2659329-1276273119/solver-2659329-1276273119 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659329-1276273119.opb

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

MD5SUM BENCH= f8885c48feecc92113d832d46f576991
RANDOM SEED=1972385793

node006.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.204
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.40
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.204
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1576936 kB
Buffers:         49192 kB
Cached:         307104 kB
SwapCached:          0 kB
Active:         164812 kB
Inactive:       250732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1576936 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             264 kB
Writeback:           0 kB
AnonPages:       59192 kB
Mapped:          15484 kB
Slab:            44596 kB
PageTables:       4060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180940 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= 62472 MiB
End job on node006 at 2010-06-11 18:19:01