Trace number 2659327

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 21.8447 20.6788

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110971697.opb
MD5SUMc9a87792271871ea771a066925b39a9d
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.138978
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 1238
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.25/0.20	c Pseudo Boolean Optimization
0.25/0.20	c --- Begin Solver configuration ---
0.25/0.20	c Stops conflict analysis at the first Unique Implication Point
0.25/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@17f1ba3
0.25/0.20	c Learn all clauses as in MiniSAT
0.25/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.20	c Expensive reason simplification
0.25/0.20	c Armin Biere (Picosat) restarts strategy
0.25/0.20	c Glucose learned constraints deletion strategy
0.25/0.20	c timeout=2147483s
0.25/0.20	c DB Simplification allowed=false
0.25/0.20	c --- End Solver configuration ---
0.25/0.20	c solving HOME/instance-2659327-1276273026.opb
0.25/0.20	c reading problem ... 
0.37/0.33	c ... done. Wall clock time 0.122s.
0.37/0.33	c #vars     169
0.37/0.33	c #constraints  101
0.37/0.33	c constraints type 
0.37/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.37/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.37/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.37/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.06/1.30	c cleaning 2496 clauses out of 5000 with flag 5000/5000
2.61/1.88	c cleaning 4250 clauses out of 8506 with flag 11002/11002
3.21/2.48	c cleaning 5624 clauses out of 11255 with flag 18001/18001
4.03/3.28	c cleaning 6814 clauses out of 13631 with flag 26001/26001
4.95/4.18	c cleaning 7907 clauses out of 15819 with flag 35003/35003
6.05/5.24	c cleaning 8951 clauses out of 17909 with flag 45000/45000
7.05/6.29	c cleaning 9475 clauses out of 18958 with flag 55000/55000
8.05/7.26	c cleaning 9739 clauses out of 19486 with flag 65003/65003
9.05/8.23	c cleaning 9870 clauses out of 19744 with flag 75000/75000
10.26/9.40	c cleaning 9932 clauses out of 19874 with flag 85000/85000
11.16/10.32	c cleaning 9967 clauses out of 19942 with flag 95000/95000
12.06/11.23	c cleaning 9982 clauses out of 19975 with flag 105000/105000
12.97/12.11	c cleaning 9995 clauses out of 19993 with flag 115000/115000
13.97/13.12	c cleaning 9995 clauses out of 19998 with flag 125000/125000
14.77/13.91	c cleaning 9998 clauses out of 20006 with flag 135003/135003
15.67/14.81	c cleaning 9997 clauses out of 20006 with flag 145001/145001
16.58/15.72	c cleaning 10001 clauses out of 20009 with flag 155001/155001
17.48/16.62	c cleaning 10001 clauses out of 20008 with flag 165001/165001
18.39/17.54	c cleaning 10001 clauses out of 20007 with flag 175001/175001
19.38/18.51	c cleaning 9998 clauses out of 20006 with flag 185001/185001
20.28/19.45	c cleaning 10002 clauses out of 20008 with flag 195001/195001
21.36/20.48	c cleaning 10002 clauses out of 20005 with flag 205001/205001
21.57/20.58	c starts		: 118
21.57/20.58	c conflicts		: 205894
21.57/20.58	c decisions		: 302748
21.57/20.58	c propagations		: 4489119
21.57/20.58	c inspects		: 64730621
21.57/20.58	c learnt literals	: 7
21.57/20.58	c learnt binary clauses	: 16
21.57/20.58	c learnt ternary clauses	: 156
21.57/20.58	c learnt clauses	: 205886
21.57/20.58	c ignored clauses	: 0
21.57/20.58	c root simplifications	: 0
21.57/20.58	c removed literals (reason simplification)	: 1924210
21.57/20.58	c reason swapping (by a shorter reason)	: 0
21.57/20.58	c Calls to reduceDB	: 22
21.57/20.58	c number of reductions to clauses (during analyze)	: 0
21.57/20.58	c number of learned constraints concerned by reduction	: 0
21.57/20.58	c number of learning phase by resolution	: 0
21.57/20.58	c number of learning phase by cutting planes	: 0
21.57/20.58	c speed (assignments/second)	: 221641.1079292979
21.57/20.58	c non guided choices	42
21.75/20.61	c learnt constraints type 
21.75/20.61	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10873
21.75/20.61	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
21.75/20.61	c constraints type 
21.75/20.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
21.75/20.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
21.75/20.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
21.75/20.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
21.75/20.61	s UNSATISFIABLE
21.75/20.61	c Total wall clock time (in seconds): 20.404

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-2659327-1276273026/watcher-2659327-1276273026 -o /tmp/evaluation-result-2659327-1276273026/solver-2659327-1276273026 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659327-1276273026.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.06 1.18 1.08 3/106 4425
/proc/meminfo: memFree=1577096/2059040 swapFree=4192956/4192956
[pid=4425] ppid=4423 vsize=248 CPUtime=0
/proc/4425/stat : 4425 (java) R 4423 4425 3363 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 2906288 253952 28 1992294400 134512640 134550932 4287389600 18446744073709551615 2679262 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4425/statm: 62 28 21 10 0 23 0

[startup+0.05942 s]
/proc/loadavg: 1.06 1.18 1.08 3/106 4425
/proc/meminfo: memFree=1577096/2059040 swapFree=4192956/4192956
[pid=4425] ppid=4423 vsize=1521664 CPUtime=0.04
/proc/4425/stat : 4425 (java) S 4423 4425 3363 0 -1 4202496 3617 0 1 0 3 1 0 0 18 0 7 0 2906288 1558183936 3058 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/4425/statm: 380416 3058 1023 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.101422 s]
/proc/loadavg: 1.06 1.18 1.08 3/106 4425
/proc/meminfo: memFree=1577096/2059040 swapFree=4192956/4192956
[pid=4425] ppid=4423 vsize=1524184 CPUtime=0.08
/proc/4425/stat : 4425 (java) S 4423 4425 3363 0 -1 4202496 3964 0 1 0 6 2 0 0 18 0 12 0 2906288 1560764416 3403 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4425/statm: 381046 3403 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300653 s]
/proc/loadavg: 1.06 1.18 1.08 3/106 4425
/proc/meminfo: memFree=1577096/2059040 swapFree=4192956/4192956
[pid=4425] ppid=4423 vsize=1526116 CPUtime=0.37
/proc/4425/stat : 4425 (java) S 4423 4425 3363 0 -1 4202496 5340 0 1 0 34 3 0 0 18 0 12 0 2906288 1562742784 4777 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4425/statm: 381529 4777 1361 10 0 378831 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526116

[startup+0.701652 s]
/proc/loadavg: 1.06 1.18 1.08 3/106 4425
/proc/meminfo: memFree=1577096/2059040 swapFree=4192956/4192956
[pid=4425] ppid=4423 vsize=1528924 CPUtime=1.11
/proc/4425/stat : 4425 (java) S 4423 4425 3363 0 -1 4202496 6525 0 1 0 108 3 0 0 18 0 13 0 2906288 1565618176 5633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4425/statm: 382231 5633 1416 10 0 379533 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1528924

[startup+1.50165 s]
/proc/loadavg: 1.06 1.18 1.08 3/119 4438
/proc/meminfo: memFree=1558332/2059040 swapFree=4192956/4192956
[pid=4425] ppid=4423 vsize=1529060 CPUtime=2.26
/proc/4425/stat : 4425 (java) S 4423 4425 3363 0 -1 4202496 7750 0 1 0 222 4 0 0 18 0 13 0 2906288 1565757440 6699 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4425/statm: 382265 6699 1440 10 0 379567 0
[pid=4425/tid=4427] ppid=4423 vsize=1529060 CPUtime=1.31
/proc/4425/task/4427/stat : 4427 (java) R 4423 4425 3363 0 -1 4202560 4527 0 1 0 129 2 0 0 20 0 13 0 2906289 1565757440 6699 1992294400 134512640 134550932 4287389600 18446744073709551615 4109763779 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4425/tid=4428] ppid=4423 vsize=1529060 CPUtime=0
/proc/4425/task/4428/stat : 4428 (java) S 4423 4425 3363 0 -1 4202560 116 0 0 0 0 0 0 0 17 0 13 0 2906291 1565757440 6699 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4429] ppid=4423 vsize=1529060 CPUtime=0
/proc/4425/task/4429/stat : 4429 (java) S 4423 4425 3363 0 -1 4202560 82 0 0 0 0 0 0 0 18 0 13 0 2906291 1565757440 6699 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4430] ppid=4423 vsize=1529060 CPUtime=0.01
/proc/4425/task/4430/stat : 4430 (java) S 4423 4425 3363 0 -1 4202560 196 0 0 0 1 0 0 0 16 0 13 0 2906292 1565757440 6699 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 0 0 16800975 18446604437829880576 0 0 -1 1 0 0 0
[pid=4425/tid=4431] ppid=4423 vsize=1529060 CPUtime=0
/proc/4425/task/4431/stat : 4431 (java) S 4423 4425 3363 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2906293 1565757440 6699 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4432] ppid=4423 vsize=1529060 CPUtime=0
/proc/4425/task/4432/stat : 4432 (java) S 4423 4425 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2906293 1565757440 6699 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4433] ppid=4423 vsize=1529060 CPUtime=0
/proc/4425/task/4433/stat : 4433 (java) S 4423 4425 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2906297 1565757440 6699 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4434] ppid=4423 vsize=1529060 CPUtime=0.63
/proc/4425/task/4434/stat : 4434 (java) S 4423 4425 3363 0 -1 4202560 1050 0 0 0 63 0 0 0 15 0 13 0 2906297 1565757440 6699 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4435] ppid=4423 vsize=1529060 CPUtime=0.26
/proc/4425/task/4435/stat : 4435 (java) S 4423 4425 3363 0 -1 4202560 715 0 0 0 26 0 0 0 22 0 13 0 2906297 1565757440 6699 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4436] ppid=4423 vsize=1529060 CPUtime=0
/proc/4425/task/4436/stat : 4436 (java) S 4423 4425 3363 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 2906297 1565757440 6699 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4437] ppid=4423 vsize=1529060 CPUtime=0
/proc/4425/task/4437/stat : 4437 (java) S 4423 4425 3363 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2906297 1565757440 6699 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4438] ppid=4423 vsize=1529060 CPUtime=0
/proc/4425/task/4438/stat : 4438 (java) S 4423 4425 3363 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2906321 1565757440 6699 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 1529060

[startup+3.10176 s]
/proc/loadavg: 1.06 1.18 1.08 3/119 4438
/proc/meminfo: memFree=1553992/2059040 swapFree=4192956/4192956
[pid=4425] ppid=4423 vsize=1529060 CPUtime=3.92
/proc/4425/stat : 4425 (java) S 4423 4425 3363 0 -1 4202496 8171 0 1 0 388 4 0 0 18 0 13 0 2906288 1565757440 7118 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4425/statm: 382265 7118 1440 10 0 379567 0
[pid=4425/tid=4427] ppid=4423 vsize=1529060 CPUtime=2.86
/proc/4425/task/4427/stat : 4427 (java) R 4423 4425 3363 0 -1 4202560 4530 0 1 0 284 2 0 0 23 0 13 0 2906289 1565757440 7118 1992294400 134512640 134550932 4287389600 18446744073709551615 4109806351 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4425/tid=4428] ppid=4423 vsize=1529060 CPUtime=0.01
/proc/4425/task/4428/stat : 4428 (java) S 4423 4425 3363 0 -1 4202560 260 0 0 0 1 0 0 0 15 0 13 0 2906291 1565757440 7118 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4429] ppid=4423 vsize=1529060 CPUtime=0
/proc/4425/task/4429/stat : 4429 (java) S 4423 4425 3363 0 -1 4202560 170 0 0 0 0 0 0 0 16 0 13 0 2906291 1565757440 7118 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4430] ppid=4423 vsize=1529060 CPUtime=0.05
/proc/4425/task/4430/stat : 4430 (java) S 4423 4425 3363 0 -1 4202560 377 0 0 0 5 0 0 0 16 0 13 0 2906292 1565757440 7118 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 0 0 16800975 18446604437829880576 0 0 -1 1 0 0 0
[pid=4425/tid=4431] ppid=4423 vsize=1529060 CPUtime=0
/proc/4425/task/4431/stat : 4431 (java) S 4423 4425 3363 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2906293 1565757440 7118 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4432] ppid=4423 vsize=1529060 CPUtime=0
/proc/4425/task/4432/stat : 4432 (java) S 4423 4425 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2906293 1565757440 7118 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4433] ppid=4423 vsize=1529060 CPUtime=0
/proc/4425/task/4433/stat : 4433 (java) S 4423 4425 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2906297 1565757440 7118 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4434] ppid=4423 vsize=1529060 CPUtime=0.68
/proc/4425/task/4434/stat : 4434 (java) S 4423 4425 3363 0 -1 4202560 1053 0 0 0 68 0 0 0 15 0 13 0 2906297 1565757440 7118 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4435] ppid=4423 vsize=1529060 CPUtime=0.27
/proc/4425/task/4435/stat : 4435 (java) S 4423 4425 3363 0 -1 4202560 717 0 0 0 27 0 0 0 15 0 13 0 2906297 1565757440 7118 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4436] ppid=4423 vsize=1529060 CPUtime=0
/proc/4425/task/4436/stat : 4436 (java) S 4423 4425 3363 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 2906297 1565757440 7118 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4437] ppid=4423 vsize=1529060 CPUtime=0
/proc/4425/task/4437/stat : 4437 (java) S 4423 4425 3363 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2906297 1565757440 7118 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4438] ppid=4423 vsize=1529060 CPUtime=0
/proc/4425/task/4438/stat : 4438 (java) S 4423 4425 3363 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2906321 1565757440 7118 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 1529060

[startup+6.30212 s]
/proc/loadavg: 1.06 1.18 1.08 2/119 4438
/proc/meminfo: memFree=1552008/2059040 swapFree=4192956/4192956
[pid=4425] ppid=4423 vsize=1528796 CPUtime=7.15
/proc/4425/stat : 4425 (java) S 4423 4425 3363 0 -1 4202496 8554 0 1 0 711 4 0 0 18 0 13 0 2906288 1565487104 7439 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4425/statm: 382199 7439 1440 10 0 379501 0
[pid=4425/tid=4427] ppid=4423 vsize=1528796 CPUtime=5.96
/proc/4425/task/4427/stat : 4427 (java) S 4423 4425 3363 0 -1 4202560 4535 0 1 0 594 2 0 0 25 0 13 0 2906289 1565487104 7439 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 1 0 0 0
[pid=4425/tid=4428] ppid=4423 vsize=1528796 CPUtime=0.02
/proc/4425/task/4428/stat : 4428 (java) S 4423 4425 3363 0 -1 4202560 366 0 0 0 2 0 0 0 15 0 13 0 2906291 1565487104 7439 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4429] ppid=4423 vsize=1528796 CPUtime=0.01
/proc/4425/task/4429/stat : 4429 (java) S 4423 4425 3363 0 -1 4202560 225 0 0 0 1 0 0 0 15 0 13 0 2906291 1565487104 7439 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4430] ppid=4423 vsize=1528796 CPUtime=0.13
/proc/4425/task/4430/stat : 4430 (java) R 4423 4425 3363 0 -1 4202560 567 0 0 0 13 0 0 0 15 0 13 0 2906292 1565487104 7439 1992294400 134512640 134550932 4287389600 18446744073709551615 105697158 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=4425/tid=4431] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4431/stat : 4431 (java) S 4423 4425 3363 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2906293 1565487104 7439 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4432] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4432/stat : 4432 (java) S 4423 4425 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2906293 1565487104 7439 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4433] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4433/stat : 4433 (java) S 4423 4425 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2906297 1565487104 7439 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4434] ppid=4423 vsize=1528796 CPUtime=0.69
/proc/4425/task/4434/stat : 4434 (java) S 4423 4425 3363 0 -1 4202560 1053 0 0 0 69 0 0 0 15 0 13 0 2906297 1565487104 7439 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4435] ppid=4423 vsize=1528796 CPUtime=0.29
/proc/4425/task/4435/stat : 4435 (java) S 4423 4425 3363 0 -1 4202560 744 0 0 0 29 0 0 0 15 0 13 0 2906297 1565487104 7439 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 1 0 0 0
[pid=4425/tid=4436] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4436/stat : 4436 (java) S 4423 4425 3363 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 2906297 1565487104 7439 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4437] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4437/stat : 4437 (java) S 4423 4425 3363 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2906297 1565487104 7439 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4438] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4438/stat : 4438 (java) S 4423 4425 3363 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2906321 1565487104 7439 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.15
Current children cumulated vsize (KiB) 1528796

[startup+12.7019 s]
/proc/loadavg: 1.05 1.17 1.08 3/119 4438
/proc/meminfo: memFree=1551388/2059040 swapFree=4192956/4192956
[pid=4425] ppid=4423 vsize=1528796 CPUtime=13.56
/proc/4425/stat : 4425 (java) S 4423 4425 3363 0 -1 4202496 8706 0 1 0 1352 4 0 0 18 0 13 0 2906288 1565487104 7584 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4425/statm: 382199 7584 1440 10 0 379501 0
[pid=4425/tid=4427] ppid=4423 vsize=1528796 CPUtime=12.17
/proc/4425/task/4427/stat : 4427 (java) R 4423 4425 3363 0 -1 4202560 4541 0 1 0 1215 2 0 0 25 0 13 0 2906289 1565487104 7584 1992294400 134512640 134550932 4287389600 18446744073709551615 4109804650 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4425/tid=4428] ppid=4423 vsize=1528796 CPUtime=0.03
/proc/4425/task/4428/stat : 4428 (java) S 4423 4425 3363 0 -1 4202560 378 0 0 0 3 0 0 0 15 0 13 0 2906291 1565487104 7584 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 1 0 0 0
[pid=4425/tid=4429] ppid=4423 vsize=1528796 CPUtime=0.04
/proc/4425/task/4429/stat : 4429 (java) S 4423 4425 3363 0 -1 4202560 226 0 0 0 4 0 0 0 16 0 13 0 2906291 1565487104 7584 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4430] ppid=4423 vsize=1528796 CPUtime=0.3
/proc/4425/task/4430/stat : 4430 (java) S 4423 4425 3363 0 -1 4202560 700 0 0 0 30 0 0 0 16 0 13 0 2906292 1565487104 7584 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 0 0 16800975 18446604437829880576 0 0 -1 1 0 0 0
[pid=4425/tid=4431] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4431/stat : 4431 (java) S 4423 4425 3363 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2906293 1565487104 7584 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4432] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4432/stat : 4432 (java) S 4423 4425 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2906293 1565487104 7584 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4433] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4433/stat : 4433 (java) S 4423 4425 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2906297 1565487104 7584 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4434] ppid=4423 vsize=1528796 CPUtime=0.69
/proc/4425/task/4434/stat : 4434 (java) S 4423 4425 3363 0 -1 4202560 1053 0 0 0 69 0 0 0 15 0 13 0 2906297 1565487104 7584 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4435] ppid=4423 vsize=1528796 CPUtime=0.29
/proc/4425/task/4435/stat : 4435 (java) S 4423 4425 3363 0 -1 4202560 744 0 0 0 29 0 0 0 15 0 13 0 2906297 1565487104 7584 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 1 0 0 0
[pid=4425/tid=4436] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4436/stat : 4436 (java) S 4423 4425 3363 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 2906297 1565487104 7584 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4437] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4437/stat : 4437 (java) S 4423 4425 3363 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2906297 1565487104 7584 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4438] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4438/stat : 4438 (java) S 4423 4425 3363 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2906321 1565487104 7584 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.56
Current children cumulated vsize (KiB) 1528796

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

[startup+15.9023 s]
/proc/loadavg: 1.05 1.17 1.08 2/119 4438
/proc/meminfo: memFree=1551264/2059040 swapFree=4192956/4192956
[pid=4425] ppid=4423 vsize=1528796 CPUtime=16.78
/proc/4425/stat : 4425 (java) S 4423 4425 3363 0 -1 4202496 8731 0 1 0 1673 5 0 0 18 0 13 0 2906288 1565487104 7605 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4425/statm: 382199 7605 1440 10 0 379501 0
[pid=4425/tid=4427] ppid=4423 vsize=1528796 CPUtime=15.25
/proc/4425/task/4427/stat : 4427 (java) R 4423 4425 3363 0 -1 4202560 4545 0 1 0 1523 2 0 0 21 0 13 0 2906289 1565487104 7605 1992294400 134512640 134550932 4287389600 18446744073709551615 4109790439 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4425/tid=4428] ppid=4423 vsize=1528796 CPUtime=0.05
/proc/4425/task/4428/stat : 4428 (java) S 4423 4425 3363 0 -1 4202560 379 0 0 0 5 0 0 0 15 0 13 0 2906291 1565487104 7605 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 1 0 0 0
[pid=4425/tid=4429] ppid=4423 vsize=1528796 CPUtime=0.05

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

/proc/4425/task/4437/stat : 4437 (java) S 4423 4425 3363 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2906297 1565487104 7605 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4438] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4438/stat : 4438 (java) S 4423 4425 3363 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2906321 1565487104 7605 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.78
Current children cumulated vsize (KiB) 1528796

[startup+19.1017 s]
/proc/loadavg: 1.05 1.17 1.08 2/119 4438
/proc/meminfo: memFree=1551264/2059040 swapFree=4192956/4192956
[pid=4425] ppid=4423 vsize=1528796 CPUtime=19.98
/proc/4425/stat : 4425 (java) S 4423 4425 3363 0 -1 4202496 8762 0 1 0 1993 5 0 0 18 0 13 0 2906288 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4425/statm: 382199 7633 1440 10 0 379501 0
[pid=4425/tid=4427] ppid=4423 vsize=1528796 CPUtime=18.37
/proc/4425/task/4427/stat : 4427 (java) R 4423 4425 3363 0 -1 4202560 4548 0 1 0 1835 2 0 0 25 0 13 0 2906289 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4109725907 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4425/tid=4428] ppid=4423 vsize=1528796 CPUtime=0.05
/proc/4425/task/4428/stat : 4428 (java) S 4423 4425 3363 0 -1 4202560 380 0 0 0 5 0 0 0 15 0 13 0 2906291 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 1 0 0 0
[pid=4425/tid=4429] ppid=4423 vsize=1528796 CPUtime=0.06
/proc/4425/task/4429/stat : 4429 (java) S 4423 4425 3363 0 -1 4202560 227 0 0 0 6 0 0 0 16 0 13 0 2906291 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4430] ppid=4423 vsize=1528796 CPUtime=0.46
/proc/4425/task/4430/stat : 4430 (java) S 4423 4425 3363 0 -1 4202560 746 0 0 0 46 0 0 0 16 0 13 0 2906292 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 0 0 16800975 18446604437829880576 0 0 -1 1 0 0 0
[pid=4425/tid=4431] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4431/stat : 4431 (java) S 4423 4425 3363 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2906293 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4432] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4432/stat : 4432 (java) S 4423 4425 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2906293 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4433] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4433/stat : 4433 (java) S 4423 4425 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2906297 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4434] ppid=4423 vsize=1528796 CPUtime=0.69
/proc/4425/task/4434/stat : 4434 (java) S 4423 4425 3363 0 -1 4202560 1053 0 0 0 69 0 0 0 15 0 13 0 2906297 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4435] ppid=4423 vsize=1528796 CPUtime=0.29
/proc/4425/task/4435/stat : 4435 (java) S 4423 4425 3363 0 -1 4202560 744 0 0 0 29 0 0 0 15 0 13 0 2906297 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 1 0 0 0
[pid=4425/tid=4436] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4436/stat : 4436 (java) S 4423 4425 3363 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 2906297 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4437] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4437/stat : 4437 (java) S 4423 4425 3363 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2906297 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4438] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4438/stat : 4438 (java) S 4423 4425 3363 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2906321 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.98
Current children cumulated vsize (KiB) 1528796

[startup+19.9008 s]
/proc/loadavg: 1.05 1.17 1.08 2/119 4438
/proc/meminfo: memFree=1551264/2059040 swapFree=4192956/4192956
[pid=4425] ppid=4423 vsize=1528796 CPUtime=20.79
/proc/4425/stat : 4425 (java) S 4423 4425 3363 0 -1 4202496 8763 0 1 0 2074 5 0 0 18 0 13 0 2906288 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4425/statm: 382199 7633 1440 10 0 379501 0
[pid=4425/tid=4427] ppid=4423 vsize=1528796 CPUtime=19.12
/proc/4425/task/4427/stat : 4427 (java) R 4423 4425 3363 0 -1 4202560 4549 0 1 0 1910 2 0 0 25 0 13 0 2906289 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4109805992 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4425/tid=4428] ppid=4423 vsize=1528796 CPUtime=0.05
/proc/4425/task/4428/stat : 4428 (java) S 4423 4425 3363 0 -1 4202560 380 0 0 0 5 0 0 0 15 0 13 0 2906291 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 1 0 0 0
[pid=4425/tid=4429] ppid=4423 vsize=1528796 CPUtime=0.06
/proc/4425/task/4429/stat : 4429 (java) S 4423 4425 3363 0 -1 4202560 227 0 0 0 6 0 0 0 16 0 13 0 2906291 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4430] ppid=4423 vsize=1528796 CPUtime=0.49
/proc/4425/task/4430/stat : 4430 (java) S 4423 4425 3363 0 -1 4202560 746 0 0 0 49 0 0 0 16 0 13 0 2906292 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 0 0 16800975 18446604437829880576 0 0 -1 1 0 0 0
[pid=4425/tid=4431] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4431/stat : 4431 (java) S 4423 4425 3363 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2906293 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4432] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4432/stat : 4432 (java) S 4423 4425 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2906293 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4433] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4433/stat : 4433 (java) S 4423 4425 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2906297 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4434] ppid=4423 vsize=1528796 CPUtime=0.7
/proc/4425/task/4434/stat : 4434 (java) S 4423 4425 3363 0 -1 4202560 1053 0 0 0 70 0 0 0 15 0 13 0 2906297 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4435] ppid=4423 vsize=1528796 CPUtime=0.3
/proc/4425/task/4435/stat : 4435 (java) S 4423 4425 3363 0 -1 4202560 744 0 0 0 30 0 0 0 15 0 13 0 2906297 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 1 0 0 0
[pid=4425/tid=4436] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4436/stat : 4436 (java) S 4423 4425 3363 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 2906297 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4437] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4437/stat : 4437 (java) S 4423 4425 3363 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2906297 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4438] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4438/stat : 4438 (java) S 4423 4425 3363 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2906321 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.79
Current children cumulated vsize (KiB) 1528796

[startup+20.3019 s]
/proc/loadavg: 1.05 1.17 1.08 2/119 4438
/proc/meminfo: memFree=1551264/2059040 swapFree=4192956/4192956
[pid=4425] ppid=4423 vsize=1528796 CPUtime=21.2
/proc/4425/stat : 4425 (java) S 4423 4425 3363 0 -1 4202496 8763 0 1 0 2115 5 0 0 18 0 13 0 2906288 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4425/statm: 382199 7633 1440 10 0 379501 0
[pid=4425/tid=4427] ppid=4423 vsize=1528796 CPUtime=19.52
/proc/4425/task/4427/stat : 4427 (java) R 4423 4425 3363 0 -1 4202560 4549 0 1 0 1950 2 0 0 25 0 13 0 2906289 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4109790260 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4425/tid=4428] ppid=4423 vsize=1528796 CPUtime=0.05
/proc/4425/task/4428/stat : 4428 (java) S 4423 4425 3363 0 -1 4202560 380 0 0 0 5 0 0 0 15 0 13 0 2906291 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 1 0 0 0
[pid=4425/tid=4429] ppid=4423 vsize=1528796 CPUtime=0.06
/proc/4425/task/4429/stat : 4429 (java) S 4423 4425 3363 0 -1 4202560 227 0 0 0 6 0 0 0 16 0 13 0 2906291 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4430] ppid=4423 vsize=1528796 CPUtime=0.49
/proc/4425/task/4430/stat : 4430 (java) S 4423 4425 3363 0 -1 4202560 746 0 0 0 49 0 0 0 16 0 13 0 2906292 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 0 0 16800975 18446604437829880576 0 0 -1 1 0 0 0
[pid=4425/tid=4431] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4431/stat : 4431 (java) S 4423 4425 3363 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2906293 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4432] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4432/stat : 4432 (java) S 4423 4425 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2906293 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4433] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4433/stat : 4433 (java) S 4423 4425 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2906297 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4434] ppid=4423 vsize=1528796 CPUtime=0.7
/proc/4425/task/4434/stat : 4434 (java) S 4423 4425 3363 0 -1 4202560 1053 0 0 0 70 0 0 0 15 0 13 0 2906297 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4435] ppid=4423 vsize=1528796 CPUtime=0.31
/proc/4425/task/4435/stat : 4435 (java) S 4423 4425 3363 0 -1 4202560 744 0 0 0 31 0 0 0 15 0 13 0 2906297 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 1 0 0 0
[pid=4425/tid=4436] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4436/stat : 4436 (java) S 4423 4425 3363 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 2906297 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4437] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4437/stat : 4437 (java) S 4423 4425 3363 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2906297 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4438] ppid=4423 vsize=1528796 CPUtime=0
/proc/4425/task/4438/stat : 4438 (java) S 4423 4425 3363 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2906321 1565487104 7633 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.2
Current children cumulated vsize (KiB) 1528796

[startup+20.5116 s]
/proc/loadavg: 1.05 1.17 1.08 2/119 4438
/proc/meminfo: memFree=1551264/2059040 swapFree=4192956/4192956
[pid=4425] ppid=4423 vsize=1533156 CPUtime=21.57
/proc/4425/stat : 4425 (java) S 4423 4425 3363 0 -1 4202496 9710 0 1 0 2152 5 0 0 18 0 13 0 2906288 1569951744 8366 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4425/statm: 383289 8366 1440 10 0 380591 0
[pid=4425/tid=4427] ppid=4423 vsize=1533156 CPUtime=19.69
/proc/4425/task/4427/stat : 4427 (java) R 4423 4425 3363 0 -1 4202560 4551 0 1 0 1967 2 0 0 17 0 13 0 2906289 1569951744 8366 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4425/tid=4428] ppid=4423 vsize=1533156 CPUtime=0.06
/proc/4425/task/4428/stat : 4428 (java) S 4423 4425 3363 0 -1 4202560 380 0 0 0 6 0 0 0 15 0 13 0 2906291 1569951744 8366 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 1 0 0 0
[pid=4425/tid=4429] ppid=4423 vsize=1533156 CPUtime=0.06
/proc/4425/task/4429/stat : 4429 (java) S 4423 4425 3363 0 -1 4202560 227 0 0 0 6 0 0 0 15 0 13 0 2906291 1569951744 8366 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4430] ppid=4423 vsize=1533156 CPUtime=0.51
/proc/4425/task/4430/stat : 4430 (java) S 4423 4425 3363 0 -1 4202560 746 0 0 0 51 0 0 0 15 0 13 0 2906292 1569951744 8366 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 0 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4431] ppid=4423 vsize=1533156 CPUtime=0
/proc/4425/task/4431/stat : 4431 (java) S 4423 4425 3363 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2906293 1569951744 8366 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4432] ppid=4423 vsize=1533156 CPUtime=0
/proc/4425/task/4432/stat : 4432 (java) S 4423 4425 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2906293 1569951744 8366 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4433] ppid=4423 vsize=1533156 CPUtime=0
/proc/4425/task/4433/stat : 4433 (java) S 4423 4425 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2906297 1569951744 8366 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4434] ppid=4423 vsize=1533156 CPUtime=0.71
/proc/4425/task/4434/stat : 4434 (java) S 4423 4425 3363 0 -1 4202560 1053 0 0 0 71 0 0 0 15 0 13 0 2906297 1569951744 8366 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4435] ppid=4423 vsize=1533156 CPUtime=0.48
/proc/4425/task/4435/stat : 4435 (java) R 4423 4425 3363 0 -1 4202560 1689 0 0 0 48 0 0 0 16 0 13 0 2906297 1569951744 8366 1992294400 134512640 134550932 4287389600 18446744073709551615 103371455 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4425/tid=4436] ppid=4423 vsize=1533156 CPUtime=0
/proc/4425/task/4436/stat : 4436 (java) S 4423 4425 3363 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 2906297 1569951744 8366 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4437] ppid=4423 vsize=1533156 CPUtime=0
/proc/4425/task/4437/stat : 4437 (java) S 4423 4425 3363 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2906297 1569951744 8366 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4438] ppid=4423 vsize=1533156 CPUtime=0
/proc/4425/task/4438/stat : 4438 (java) S 4423 4425 3363 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2906321 1569951744 8366 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.57
Current children cumulated vsize (KiB) 1533156

[startup+20.6019 s]
/proc/loadavg: 1.05 1.17 1.08 2/119 4438
/proc/meminfo: memFree=1551264/2059040 swapFree=4192956/4192956
[pid=4425] ppid=4423 vsize=1535936 CPUtime=21.75
/proc/4425/stat : 4425 (java) S 4423 4425 3363 0 -1 4202496 10561 0 1 0 2170 5 0 0 18 0 14 0 2906288 1572798464 9006 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4425/statm: 383984 9006 1440 10 0 381286 0
[pid=4425/tid=4427] ppid=4423 vsize=1535936 CPUtime=19.74
/proc/4425/task/4427/stat : 4427 (java) S 4423 4425 3363 0 -1 4202560 4555 0 1 0 1972 2 0 0 18 0 14 0 2906289 1572798464 9006 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4428] ppid=4423 vsize=1535936 CPUtime=0.06
/proc/4425/task/4428/stat : 4428 (java) S 4423 4425 3363 0 -1 4202560 380 0 0 0 6 0 0 0 15 0 14 0 2906291 1572798464 9006 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 1 0 0 0
[pid=4425/tid=4429] ppid=4423 vsize=1535936 CPUtime=0.06
/proc/4425/task/4429/stat : 4429 (java) S 4423 4425 3363 0 -1 4202560 227 0 0 0 6 0 0 0 15 0 14 0 2906291 1572798464 9006 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4430] ppid=4423 vsize=1535936 CPUtime=0.51
/proc/4425/task/4430/stat : 4430 (java) S 4423 4425 3363 0 -1 4202560 746 0 0 0 51 0 0 0 16 0 14 0 2906292 1572798464 9006 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 0 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4431] ppid=4423 vsize=1535936 CPUtime=0
/proc/4425/task/4431/stat : 4431 (java) S 4423 4425 3363 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 2906293 1572798464 9006 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4432] ppid=4423 vsize=1535936 CPUtime=0
/proc/4425/task/4432/stat : 4432 (java) S 4423 4425 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 2906293 1572798464 9006 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4433] ppid=4423 vsize=1535936 CPUtime=0
/proc/4425/task/4433/stat : 4433 (java) S 4423 4425 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 2906297 1572798464 9006 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4434] ppid=4423 vsize=1535936 CPUtime=0.74
/proc/4425/task/4434/stat : 4434 (java) S 4423 4425 3363 0 -1 4202560 1197 0 0 0 73 1 0 0 16 0 14 0 2906297 1572798464 9006 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4435] ppid=4423 vsize=1535936 CPUtime=0.56
/proc/4425/task/4435/stat : 4435 (java) R 4423 4425 3363 0 -1 4202560 2386 0 0 0 56 0 0 0 16 0 14 0 2906297 1572798464 9006 1992294400 134512640 134550932 4287389600 18446744073709551615 103828696 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4425/tid=4436] ppid=4423 vsize=1535936 CPUtime=0
/proc/4425/task/4436/stat : 4436 (java) S 4423 4425 3363 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 2906297 1572798464 9006 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4437] ppid=4423 vsize=1535936 CPUtime=0
/proc/4425/task/4437/stat : 4437 (java) S 4423 4425 3363 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 2906297 1572798464 9006 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
[pid=4425/tid=4438] ppid=4423 vsize=1535936 CPUtime=0
/proc/4425/task/4438/stat : 4438 (java) S 4423 4425 3363 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 2906321 1572798464 9006 1992294400 134512640 134550932 4287389600 18446744073709551615 4294960144 0 4 0 16800975 18446604437829880576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.75
Current children cumulated vsize (KiB) 1535936

Child status: 20
Real time (s): 20.6788
CPU time (s): 21.8447
CPU user time (s): 21.7807
CPU system time (s): 0.06399
CPU usage (%): 105.638
Max. virtual memory (cumulated for all children) (KiB): 1535936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.7807
system time used= 0.06399
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11120
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= 879
involuntary context switches= 533

runsolver used 0.043993 second user time and 0.123981 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= c9a87792271871ea771a066925b39a9d
RANDOM SEED=2025476518

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:       1577492 kB
Buffers:         48892 kB
Cached:         307044 kB
SwapCached:          0 kB
Active:         160052 kB
Inactive:       255120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1577492 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             384 kB
Writeback:           0 kB
AnonPages:       59264 kB
Mapped:          15392 kB
Slab:            44580 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180320 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:17:27