Trace number 2659340

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 26.076 24.8285

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110978334.opb
MD5SUM1e6e6790cf8a5ba3b1d9fbc270ba474b
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.113981
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 1247
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@161d36b
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2659340-1276274401.opb
0.23/0.21	c reading problem ... 
0.35/0.33	c ... done. Wall clock time 0.123s.
0.35/0.33	c #vars     169
0.35/0.33	c #constraints  101
0.35/0.33	c constraints type 
0.35/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.35/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.35/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.35/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.92/1.28	c cleaning 2497 clauses out of 5000 with flag 5000/5000
2.57/1.87	c cleaning 4250 clauses out of 8505 with flag 11002/11002
3.16/2.47	c cleaning 5621 clauses out of 11253 with flag 18000/18000
3.97/3.23	c cleaning 6812 clauses out of 13632 with flag 26000/26000
4.79/4.08	c cleaning 7906 clauses out of 15821 with flag 35001/35001
5.79/5.05	c cleaning 8952 clauses out of 17915 with flag 45001/45001
6.82/6.03	c cleaning 9478 clauses out of 18964 with flag 55002/55002
7.74/6.96	c cleaning 9736 clauses out of 19485 with flag 65001/65001
8.64/7.82	c cleaning 9873 clauses out of 19749 with flag 75001/75001
9.74/8.92	c cleaning 9931 clauses out of 19875 with flag 85000/85000
10.65/9.82	c cleaning 9970 clauses out of 19945 with flag 95001/95001
11.55/10.70	c cleaning 9984 clauses out of 19976 with flag 105002/105002
12.35/11.51	c cleaning 9992 clauses out of 19990 with flag 115000/115000
13.25/12.49	c cleaning 9997 clauses out of 19999 with flag 125001/125001
14.15/13.37	c cleaning 9995 clauses out of 20003 with flag 135002/135002
15.07/14.28	c cleaning 10002 clauses out of 20009 with flag 145003/145003
15.97/15.11	c cleaning 9999 clauses out of 20005 with flag 155001/155001
16.77/15.92	c cleaning 9997 clauses out of 20005 with flag 165000/165000
17.67/16.80	c cleaning 9998 clauses out of 20008 with flag 175000/175000
18.57/17.79	c cleaning 10000 clauses out of 20010 with flag 185000/185000
19.48/18.64	c cleaning 9997 clauses out of 20010 with flag 195000/195000
20.27/19.47	c cleaning 10005 clauses out of 20016 with flag 205003/205003
21.07/20.25	c cleaning 9995 clauses out of 20008 with flag 215000/215000
21.87/21.09	c cleaning 10002 clauses out of 20013 with flag 225000/225000
22.78/21.91	c cleaning 10000 clauses out of 20011 with flag 235000/235000
23.47/22.67	c cleaning 10004 clauses out of 20012 with flag 245001/245001
24.37/23.53	c cleaning 9999 clauses out of 20007 with flag 255000/255000
25.48/24.60	c cleaning 10001 clauses out of 20007 with flag 265000/265000
25.89/24.76	c starts		: 129
25.89/24.76	c conflicts		: 267023
25.89/24.76	c decisions		: 396014
25.89/24.76	c propagations		: 5570801
25.89/24.78	c inspects		: 75936489
25.89/24.78	c learnt literals	: 7
25.89/24.78	c learnt binary clauses	: 18
25.89/24.78	c learnt ternary clauses	: 173
25.89/24.78	c learnt clauses	: 267015
25.89/24.78	c ignored clauses	: 0
25.89/24.78	c root simplifications	: 0
25.89/24.78	c removed literals (reason simplification)	: 2550731
25.89/24.78	c reason swapping (by a shorter reason)	: 0
25.89/24.78	c Calls to reduceDB	: 28
25.89/24.78	c number of reductions to clauses (during analyze)	: 0
25.89/24.78	c number of learned constraints concerned by reduction	: 0
25.89/24.78	c number of learning phase by resolution	: 0
25.89/24.78	c number of learning phase by cutting planes	: 0
25.89/24.78	c speed (assignments/second)	: 228031.15022513302
25.89/24.78	c non guided choices	38
25.89/24.79	c learnt constraints type 
25.89/24.79	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12004
25.89/24.79	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
25.89/24.79	c constraints type 
25.89/24.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
25.89/24.79	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
25.89/24.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
25.89/24.79	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
25.89/24.79	s UNSATISFIABLE
25.89/24.79	c Total wall clock time (in seconds): 24.581

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-2659340-1276274401/watcher-2659340-1276274401 -o /tmp/evaluation-result-2659340-1276274401/solver-2659340-1276274401 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659340-1276274401.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: 0.97 0.98 0.99 3/107 3579
/proc/meminfo: memFree=1546872/2059040 swapFree=4192956/4192956
[pid=3579] ppid=3577 vsize=1752 CPUtime=0
/proc/3579/stat : 3579 (java6) R 3577 3579 2330 0 -1 4194304 162 0 0 0 0 0 0 0 19 0 1 0 1095877 1794048 80 1992294400 134512640 134550932 4290662208 18446744073709551615 8354224 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3579/statm: 438 81 64 10 0 30 0

[startup+0.012619 s]
/proc/loadavg: 0.97 0.98 0.99 3/107 3579
/proc/meminfo: memFree=1546872/2059040 swapFree=4192956/4192956
[pid=3579] ppid=3577 vsize=392 CPUtime=0
/proc/3579/stat : 3579 (java) S 3577 3579 2330 0 -1 4194304 296 0 0 0 0 0 0 0 18 0 1 0 1095877 401408 41 1992294400 134512640 134550932 4289016992 18446744073709551615 8401492 0 2147483391 4096 0 18446744071699379390 0 0 17 0 0 0 0
/proc/3579/statm: 458 148 111 10 0 63 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 392

[startup+0.102968 s]
/proc/loadavg: 0.97 0.98 0.99 3/107 3579
/proc/meminfo: memFree=1546872/2059040 swapFree=4192956/4192956
[pid=3579] ppid=3577 vsize=1524184 CPUtime=0.08
/proc/3579/stat : 3579 (java) S 3577 3579 2330 0 -1 4202496 3965 0 1 0 6 2 0 0 18 0 12 0 1095877 1560764416 3403 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3579/statm: 381046 3403 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301982 s]
/proc/loadavg: 0.97 0.98 0.99 3/107 3579
/proc/meminfo: memFree=1546872/2059040 swapFree=4192956/4192956
[pid=3579] ppid=3577 vsize=1527116 CPUtime=0.35
/proc/3579/stat : 3579 (java) S 3577 3579 2330 0 -1 4202496 5344 0 1 0 32 3 0 0 18 0 12 0 1095877 1563766784 4780 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3579/statm: 381779 4780 1361 10 0 379081 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1527116

[startup+0.702022 s]
/proc/loadavg: 0.97 0.98 0.99 3/107 3579
/proc/meminfo: memFree=1546872/2059040 swapFree=4192956/4192956
[pid=3579] ppid=3577 vsize=1530840 CPUtime=1.1
/proc/3579/stat : 3579 (java) S 3577 3579 2330 0 -1 4202496 7412 0 1 0 106 4 0 0 18 0 13 0 1095877 1567580160 5879 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3579/statm: 382710 5879 1416 10 0 380012 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1530840

[startup+1.5011 s]
/proc/loadavg: 1.13 1.02 1.01 3/120 3592
/proc/meminfo: memFree=1527364/2059040 swapFree=4192956/4192956
[pid=3579] ppid=3577 vsize=1530840 CPUtime=2.24
/proc/3579/stat : 3579 (java) S 3577 3579 2330 0 -1 4202496 8448 0 1 0 219 5 0 0 18 0 13 0 1095877 1567580160 6883 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3579/statm: 382710 6883 1440 10 0 380012 0
[pid=3579/tid=3581] ppid=3577 vsize=1530840 CPUtime=1.24
/proc/3579/task/3581/stat : 3581 (java) R 3577 3579 2330 0 -1 4202560 4504 0 1 0 121 3 0 0 18 0 13 0 1095879 1567580160 6883 1992294400 134512640 134550932 4289016992 18446744073709551615 4109768076 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3579/tid=3582] ppid=3577 vsize=1530840 CPUtime=0
/proc/3579/task/3582/stat : 3582 (java) S 3577 3579 2330 0 -1 4202560 90 0 0 0 0 0 0 0 17 0 13 0 1095880 1567580160 6883 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3583] ppid=3577 vsize=1530840 CPUtime=0
/proc/3579/task/3583/stat : 3583 (java) S 3577 3579 2330 0 -1 4202560 97 0 0 0 0 0 0 0 18 0 13 0 1095880 1567580160 6883 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3584] ppid=3577 vsize=1530840 CPUtime=0.01
/proc/3579/task/3584/stat : 3584 (java) S 3577 3579 2330 0 -1 4202560 186 0 0 0 1 0 0 0 15 0 13 0 1095882 1567580160 6883 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 0 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3585] ppid=3577 vsize=1530840 CPUtime=0
/proc/3579/task/3585/stat : 3585 (java) S 3577 3579 2330 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1095883 1567580160 6883 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3586] ppid=3577 vsize=1530840 CPUtime=0
/proc/3579/task/3586/stat : 3586 (java) S 3577 3579 2330 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 1095883 1567580160 6883 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3587] ppid=3577 vsize=1530840 CPUtime=0
/proc/3579/task/3587/stat : 3587 (java) S 3577 3579 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1095887 1567580160 6883 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3588] ppid=3577 vsize=1530840 CPUtime=0.54
/proc/3579/task/3588/stat : 3588 (java) S 3577 3579 2330 0 -1 4202560 901 0 0 0 54 0 0 0 15 0 13 0 1095887 1567580160 6883 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3589] ppid=3577 vsize=1530840 CPUtime=0.41
/proc/3579/task/3589/stat : 3589 (java) S 3577 3579 2330 0 -1 4202560 1603 0 0 0 41 0 0 0 16 0 13 0 1095887 1567580160 6883 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3590] ppid=3577 vsize=1530840 CPUtime=0
/proc/3579/task/3590/stat : 3590 (java) S 3577 3579 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1095887 1567580160 6883 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3591] ppid=3577 vsize=1530840 CPUtime=0
/proc/3579/task/3591/stat : 3591 (java) R 3577 3579 2330 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 1095887 1567580160 6883 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3579/tid=3592] ppid=3577 vsize=1530840 CPUtime=0
/proc/3579/task/3592/stat : 3592 (java) S 3577 3579 2330 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 1095911 1567580160 6883 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 1530840

[startup+3.10125 s]
/proc/loadavg: 1.13 1.02 1.01 2/120 3592
/proc/meminfo: memFree=1522900/2059040 swapFree=4192956/4192956
[pid=3579] ppid=3577 vsize=1530840 CPUtime=3.87
/proc/3579/stat : 3579 (java) S 3577 3579 2330 0 -1 4202496 8959 0 1 0 382 5 0 0 18 0 13 0 1095877 1567580160 7392 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3579/statm: 382710 7392 1440 10 0 380012 0
[pid=3579/tid=3581] ppid=3577 vsize=1530840 CPUtime=2.75
/proc/3579/task/3581/stat : 3581 (java) R 3577 3579 2330 0 -1 4202560 4506 0 1 0 272 3 0 0 20 0 13 0 1095879 1567580160 7392 1992294400 134512640 134550932 4289016992 18446744073709551615 4109764756 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3579/tid=3582] ppid=3577 vsize=1530840 CPUtime=0.01
/proc/3579/task/3582/stat : 3582 (java) S 3577 3579 2330 0 -1 4202560 341 0 0 0 1 0 0 0 15 0 13 0 1095880 1567580160 7392 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3583] ppid=3577 vsize=1530840 CPUtime=0
/proc/3579/task/3583/stat : 3583 (java) S 3577 3579 2330 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 13 0 1095880 1567580160 7392 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3584] ppid=3577 vsize=1530840 CPUtime=0.06
/proc/3579/task/3584/stat : 3584 (java) S 3577 3579 2330 0 -1 4202560 398 0 0 0 6 0 0 0 15 0 13 0 1095882 1567580160 7392 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 0 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3585] ppid=3577 vsize=1530840 CPUtime=0
/proc/3579/task/3585/stat : 3585 (java) S 3577 3579 2330 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1095883 1567580160 7392 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3586] ppid=3577 vsize=1530840 CPUtime=0
/proc/3579/task/3586/stat : 3586 (java) S 3577 3579 2330 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 1095883 1567580160 7392 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3587] ppid=3577 vsize=1530840 CPUtime=0
/proc/3579/task/3587/stat : 3587 (java) S 3577 3579 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1095887 1567580160 7392 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3588] ppid=3577 vsize=1530840 CPUtime=0.58
/proc/3579/task/3588/stat : 3588 (java) S 3577 3579 2330 0 -1 4202560 904 0 0 0 58 0 0 0 15 0 13 0 1095887 1567580160 7392 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3589] ppid=3577 vsize=1530840 CPUtime=0.43
/proc/3579/task/3589/stat : 3589 (java) S 3577 3579 2330 0 -1 4202560 1607 0 0 0 43 0 0 0 16 0 13 0 1095887 1567580160 7392 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3590] ppid=3577 vsize=1530840 CPUtime=0
/proc/3579/task/3590/stat : 3590 (java) S 3577 3579 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1095887 1567580160 7392 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3591] ppid=3577 vsize=1530840 CPUtime=0
/proc/3579/task/3591/stat : 3591 (java) S 3577 3579 2330 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 1095887 1567580160 7392 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3592] ppid=3577 vsize=1530840 CPUtime=0
/proc/3579/task/3592/stat : 3592 (java) S 3577 3579 2330 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 1095911 1567580160 7392 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 1530840

[startup+6.30153 s]
/proc/loadavg: 1.13 1.02 1.01 2/120 3592
/proc/meminfo: memFree=1520916/2059040 swapFree=4192956/4192956
[pid=3579] ppid=3577 vsize=1531004 CPUtime=7.14
/proc/3579/stat : 3579 (java) S 3577 3579 2330 0 -1 4202496 9338 0 1 0 709 5 0 0 18 0 13 0 1095877 1567748096 7677 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3579/statm: 382751 7677 1440 10 0 380053 0
[pid=3579/tid=3581] ppid=3577 vsize=1531004 CPUtime=5.82
/proc/3579/task/3581/stat : 3581 (java) R 3577 3579 2330 0 -1 4202560 4511 0 1 0 579 3 0 0 25 0 13 0 1095879 1567748096 7677 1992294400 134512640 134550932 4289016992 18446744073709551615 4109745566 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3579/tid=3582] ppid=3577 vsize=1531004 CPUtime=0.02
/proc/3579/task/3582/stat : 3582 (java) S 3577 3579 2330 0 -1 4202560 402 0 0 0 2 0 0 0 16 0 13 0 1095880 1567748096 7677 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3583] ppid=3577 vsize=1531004 CPUtime=0.01
/proc/3579/task/3583/stat : 3583 (java) S 3577 3579 2330 0 -1 4202560 193 0 0 0 1 0 0 0 15 0 13 0 1095880 1567748096 7677 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3584] ppid=3577 vsize=1531004 CPUtime=0.15
/proc/3579/task/3584/stat : 3584 (java) S 3577 3579 2330 0 -1 4202560 634 0 0 0 15 0 0 0 16 0 13 0 1095882 1567748096 7677 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 0 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3585] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3585/stat : 3585 (java) S 3577 3579 2330 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1095883 1567748096 7677 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3586] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3586/stat : 3586 (java) S 3577 3579 2330 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 1095883 1567748096 7677 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3587] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3587/stat : 3587 (java) S 3577 3579 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1095887 1567748096 7677 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3588] ppid=3577 vsize=1531004 CPUtime=0.6
/proc/3579/task/3588/stat : 3588 (java) S 3577 3579 2330 0 -1 4202560 908 0 0 0 60 0 0 0 15 0 13 0 1095887 1567748096 7677 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3589] ppid=3577 vsize=1531004 CPUtime=0.48
/proc/3579/task/3589/stat : 3589 (java) S 3577 3579 2330 0 -1 4202560 1623 0 0 0 48 0 0 0 15 0 13 0 1095887 1567748096 7677 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3590] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3590/stat : 3590 (java) S 3577 3579 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1095887 1567748096 7677 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3591] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3591/stat : 3591 (java) S 3577 3579 2330 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 1095887 1567748096 7677 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3592] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3592/stat : 3592 (java) S 3577 3579 2330 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 1095911 1567748096 7677 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.14
Current children cumulated vsize (KiB) 1531004

[startup+12.7011 s]
/proc/loadavg: 1.11 1.02 1.00 2/120 3592
/proc/meminfo: memFree=1520296/2059040 swapFree=4192956/4192956
[pid=3579] ppid=3577 vsize=1531004 CPUtime=13.55
/proc/3579/stat : 3579 (java) S 3577 3579 2330 0 -1 4202496 9421 0 1 0 1350 5 0 0 18 0 13 0 1095877 1567748096 7753 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3579/statm: 382751 7753 1440 10 0 380053 0
[pid=3579/tid=3581] ppid=3577 vsize=1531004 CPUtime=12.02
/proc/3579/task/3581/stat : 3581 (java) R 3577 3579 2330 0 -1 4202560 4518 0 1 0 1199 3 0 0 19 0 13 0 1095879 1567748096 7753 1992294400 134512640 134550932 4289016992 18446744073709551615 4109744266 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3579/tid=3582] ppid=3577 vsize=1531004 CPUtime=0.05
/proc/3579/task/3582/stat : 3582 (java) S 3577 3579 2330 0 -1 4202560 403 0 0 0 5 0 0 0 15 0 13 0 1095880 1567748096 7753 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3583] ppid=3577 vsize=1531004 CPUtime=0.04
/proc/3579/task/3583/stat : 3583 (java) S 3577 3579 2330 0 -1 4202560 193 0 0 0 4 0 0 0 16 0 13 0 1095880 1567748096 7753 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3584] ppid=3577 vsize=1531004 CPUtime=0.32
/proc/3579/task/3584/stat : 3584 (java) S 3577 3579 2330 0 -1 4202560 709 0 0 0 32 0 0 0 16 0 13 0 1095882 1567748096 7753 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 0 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3585] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3585/stat : 3585 (java) S 3577 3579 2330 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1095883 1567748096 7753 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3586] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3586/stat : 3586 (java) S 3577 3579 2330 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 1095883 1567748096 7753 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3587] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3587/stat : 3587 (java) S 3577 3579 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1095887 1567748096 7753 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3588] ppid=3577 vsize=1531004 CPUtime=0.6
/proc/3579/task/3588/stat : 3588 (java) S 3577 3579 2330 0 -1 4202560 908 0 0 0 60 0 0 0 15 0 13 0 1095887 1567748096 7753 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3589] ppid=3577 vsize=1531004 CPUtime=0.48
/proc/3579/task/3589/stat : 3589 (java) S 3577 3579 2330 0 -1 4202560 1623 0 0 0 48 0 0 0 15 0 13 0 1095887 1567748096 7753 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3590] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3590/stat : 3590 (java) S 3577 3579 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1095887 1567748096 7753 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3591] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3591/stat : 3591 (java) S 3577 3579 2330 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 1095887 1567748096 7753 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3592] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3592/stat : 3592 (java) S 3577 3579 2330 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 1095911 1567748096 7753 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.55
Current children cumulated vsize (KiB) 1531004

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

[startup+19.1017 s]
/proc/loadavg: 1.10 1.02 1.00 2/120 3592
/proc/meminfo: memFree=1520296/2059040 swapFree=4192956/4192956
[pid=3579] ppid=3577 vsize=1531004 CPUtime=19.97
/proc/3579/stat : 3579 (java) S 3577 3579 2330 0 -1 4202496 9457 0 1 0 1991 6 0 0 18 0 13 0 1095877 1567748096 7782 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3579/statm: 382751 7782 1440 10 0 380053 0
[pid=3579/tid=3581] ppid=3577 vsize=1531004 CPUtime=18.22
/proc/3579/task/3581/stat : 3581 (java) R 3577 3579 2330 0 -1 4202560 4525 0 1 0 1819 3 0 0 22 0 13 0 1095879 1567748096 7782 1992294400 134512640 134550932 4289016992 18446744073709551615 4109654580 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3579/tid=3582] ppid=3577 vsize=1531004 CPUtime=0.06
/proc/3579/task/3582/stat : 3582 (java) S 3577 3579 2330 0 -1 4202560 404 0 0 0 6 0 0 0 15 0 13 0 1095880 1567748096 7782 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3583] ppid=3577 vsize=1531004 CPUtime=0.06

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

/proc/3579/task/3591/stat : 3591 (java) S 3577 3579 2330 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 1095887 1567748096 7782 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3592] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3592/stat : 3592 (java) S 3577 3579 2330 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 1095911 1567748096 7782 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.97
Current children cumulated vsize (KiB) 1531004

[startup+22.302 s]
/proc/loadavg: 1.09 1.01 1.00 2/120 3592
/proc/meminfo: memFree=1520296/2059040 swapFree=4192956/4192956
[pid=3579] ppid=3577 vsize=1531004 CPUtime=23.17
/proc/3579/stat : 3579 (java) S 3577 3579 2330 0 -1 4202496 9461 0 1 0 2311 6 0 0 18 0 13 0 1095877 1567748096 7782 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3579/statm: 382751 7782 1440 10 0 380053 0
[pid=3579/tid=3581] ppid=3577 vsize=1531004 CPUtime=21.31
/proc/3579/task/3581/stat : 3581 (java) R 3577 3579 2330 0 -1 4202560 4529 0 1 0 2128 3 0 0 18 0 13 0 1095879 1567748096 7782 1992294400 134512640 134550932 4289016992 18446744073709551615 4109654619 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3579/tid=3582] ppid=3577 vsize=1531004 CPUtime=0.07
/proc/3579/task/3582/stat : 3582 (java) S 3577 3579 2330 0 -1 4202560 404 0 0 0 7 0 0 0 15 0 13 0 1095880 1567748096 7782 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3583] ppid=3577 vsize=1531004 CPUtime=0.07
/proc/3579/task/3583/stat : 3583 (java) S 3577 3579 2330 0 -1 4202560 194 0 0 0 7 0 0 0 16 0 13 0 1095880 1567748096 7782 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3584] ppid=3577 vsize=1531004 CPUtime=0.58
/proc/3579/task/3584/stat : 3584 (java) S 3577 3579 2330 0 -1 4202560 736 0 0 0 58 0 0 0 16 0 13 0 1095882 1567748096 7782 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 0 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3585] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3585/stat : 3585 (java) S 3577 3579 2330 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1095883 1567748096 7782 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3586] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3586/stat : 3586 (java) S 3577 3579 2330 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 1095883 1567748096 7782 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3587] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3587/stat : 3587 (java) S 3577 3579 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1095887 1567748096 7782 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3588] ppid=3577 vsize=1531004 CPUtime=0.6
/proc/3579/task/3588/stat : 3588 (java) S 3577 3579 2330 0 -1 4202560 908 0 0 0 60 0 0 0 15 0 13 0 1095887 1567748096 7782 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3589] ppid=3577 vsize=1531004 CPUtime=0.49
/proc/3579/task/3589/stat : 3589 (java) S 3577 3579 2330 0 -1 4202560 1623 0 0 0 49 0 0 0 15 0 13 0 1095887 1567748096 7782 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3590] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3590/stat : 3590 (java) S 3577 3579 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1095887 1567748096 7782 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3591] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3591/stat : 3591 (java) S 3577 3579 2330 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 1095887 1567748096 7782 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3592] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3592/stat : 3592 (java) S 3577 3579 2330 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 1095911 1567748096 7782 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.17
Current children cumulated vsize (KiB) 1531004

[startup+23.9022 s]
/proc/loadavg: 1.09 1.01 1.00 3/120 3592
/proc/meminfo: memFree=1520296/2059040 swapFree=4192956/4192956
[pid=3579] ppid=3577 vsize=1531004 CPUtime=24.77
/proc/3579/stat : 3579 (java) S 3577 3579 2330 0 -1 4202496 9477 0 1 0 2471 6 0 0 18 0 13 0 1095877 1567748096 7796 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3579/statm: 382751 7796 1440 10 0 380053 0
[pid=3579/tid=3581] ppid=3577 vsize=1531004 CPUtime=22.85
/proc/3579/task/3581/stat : 3581 (java) R 3577 3579 2330 0 -1 4202560 4531 0 1 0 2282 3 0 0 18 0 13 0 1095879 1567748096 7796 1992294400 134512640 134550932 4289016992 18446744073709551615 4109724717 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3579/tid=3582] ppid=3577 vsize=1531004 CPUtime=0.07
/proc/3579/task/3582/stat : 3582 (java) S 3577 3579 2330 0 -1 4202560 404 0 0 0 7 0 0 0 15 0 13 0 1095880 1567748096 7796 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3583] ppid=3577 vsize=1531004 CPUtime=0.07
/proc/3579/task/3583/stat : 3583 (java) S 3577 3579 2330 0 -1 4202560 194 0 0 0 7 0 0 0 16 0 13 0 1095880 1567748096 7796 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3584] ppid=3577 vsize=1531004 CPUtime=0.63
/proc/3579/task/3584/stat : 3584 (java) S 3577 3579 2330 0 -1 4202560 750 0 0 0 63 0 0 0 16 0 13 0 1095882 1567748096 7796 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 0 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3585] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3585/stat : 3585 (java) S 3577 3579 2330 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1095883 1567748096 7796 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3586] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3586/stat : 3586 (java) S 3577 3579 2330 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 1095883 1567748096 7796 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3587] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3587/stat : 3587 (java) S 3577 3579 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1095887 1567748096 7796 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3588] ppid=3577 vsize=1531004 CPUtime=0.6
/proc/3579/task/3588/stat : 3588 (java) S 3577 3579 2330 0 -1 4202560 908 0 0 0 60 0 0 0 15 0 13 0 1095887 1567748096 7796 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3589] ppid=3577 vsize=1531004 CPUtime=0.49
/proc/3579/task/3589/stat : 3589 (java) S 3577 3579 2330 0 -1 4202560 1623 0 0 0 49 0 0 0 15 0 13 0 1095887 1567748096 7796 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3590] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3590/stat : 3590 (java) S 3577 3579 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1095887 1567748096 7796 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3591] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3591/stat : 3591 (java) S 3577 3579 2330 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 1095887 1567748096 7796 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3592] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3592/stat : 3592 (java) S 3577 3579 2330 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 1095911 1567748096 7796 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.77
Current children cumulated vsize (KiB) 1531004

[startup+24.3022 s]
/proc/loadavg: 1.09 1.01 1.00 2/120 3592
/proc/meminfo: memFree=1520172/2059040 swapFree=4192956/4192956
[pid=3579] ppid=3577 vsize=1531004 CPUtime=25.22
/proc/3579/stat : 3579 (java) S 3577 3579 2330 0 -1 4202496 9480 0 1 0 2516 6 0 0 18 0 13 0 1095877 1567748096 7798 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3579/statm: 382751 7798 1440 10 0 380053 0
[pid=3579/tid=3581] ppid=3577 vsize=1531004 CPUtime=23.24
/proc/3579/task/3581/stat : 3581 (java) R 3577 3579 2330 0 -1 4202560 4534 0 1 0 2321 3 0 0 18 0 13 0 1095879 1567748096 7798 1992294400 134512640 134550932 4289016992 18446744073709551615 4109768153 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3579/tid=3582] ppid=3577 vsize=1531004 CPUtime=0.07
/proc/3579/task/3582/stat : 3582 (java) S 3577 3579 2330 0 -1 4202560 404 0 0 0 7 0 0 0 15 0 13 0 1095880 1567748096 7798 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3583] ppid=3577 vsize=1531004 CPUtime=0.07
/proc/3579/task/3583/stat : 3583 (java) S 3577 3579 2330 0 -1 4202560 194 0 0 0 7 0 0 0 16 0 13 0 1095880 1567748096 7798 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3584] ppid=3577 vsize=1531004 CPUtime=0.63
/proc/3579/task/3584/stat : 3584 (java) S 3577 3579 2330 0 -1 4202560 750 0 0 0 63 0 0 0 15 0 13 0 1095882 1567748096 7798 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 0 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3585] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3585/stat : 3585 (java) S 3577 3579 2330 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1095883 1567748096 7798 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3586] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3586/stat : 3586 (java) S 3577 3579 2330 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 1095883 1567748096 7798 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3587] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3587/stat : 3587 (java) S 3577 3579 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1095887 1567748096 7798 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3588] ppid=3577 vsize=1531004 CPUtime=0.61
/proc/3579/task/3588/stat : 3588 (java) S 3577 3579 2330 0 -1 4202560 908 0 0 0 61 0 0 0 15 0 13 0 1095887 1567748096 7798 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3589] ppid=3577 vsize=1531004 CPUtime=0.54
/proc/3579/task/3589/stat : 3589 (java) S 3577 3579 2330 0 -1 4202560 1623 0 0 0 54 0 0 0 16 0 13 0 1095887 1567748096 7798 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3590] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3590/stat : 3590 (java) S 3577 3579 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1095887 1567748096 7798 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3591] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3591/stat : 3591 (java) S 3577 3579 2330 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 1095887 1567748096 7798 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3592] ppid=3577 vsize=1531004 CPUtime=0
/proc/3579/task/3592/stat : 3592 (java) S 3577 3579 2330 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 1095911 1567748096 7798 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 1531004

[startup+24.7022 s]
/proc/loadavg: 1.09 1.01 1.00 2/120 3592
/proc/meminfo: memFree=1520172/2059040 swapFree=4192956/4192956
[pid=3579] ppid=3577 vsize=1538448 CPUtime=25.89
/proc/3579/stat : 3579 (java) S 3577 3579 2330 0 -1 4202496 11585 0 1 0 2581 8 0 0 18 0 13 0 1095877 1575370752 9469 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3579/statm: 384612 9469 1440 10 0 381914 0
[pid=3579/tid=3581] ppid=3577 vsize=1538448 CPUtime=23.57
/proc/3579/task/3581/stat : 3581 (java) R 3577 3579 2330 0 -1 4202560 4535 0 1 0 2354 3 0 0 19 0 13 0 1095879 1575370752 9469 1992294400 134512640 134550932 4289016992 18446744073709551615 4109770377 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3579/tid=3582] ppid=3577 vsize=1538448 CPUtime=0.07
/proc/3579/task/3582/stat : 3582 (java) S 3577 3579 2330 0 -1 4202560 404 0 0 0 7 0 0 0 15 0 13 0 1095880 1575370752 9469 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3583] ppid=3577 vsize=1538448 CPUtime=0.07
/proc/3579/task/3583/stat : 3583 (java) S 3577 3579 2330 0 -1 4202560 194 0 0 0 7 0 0 0 16 0 13 0 1095880 1575370752 9469 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3584] ppid=3577 vsize=1538448 CPUtime=0.66
/proc/3579/task/3584/stat : 3584 (java) S 3577 3579 2330 0 -1 4202560 750 0 0 0 66 0 0 0 16 0 13 0 1095882 1575370752 9469 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 0 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3585] ppid=3577 vsize=1538448 CPUtime=0
/proc/3579/task/3585/stat : 3585 (java) S 3577 3579 2330 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1095883 1575370752 9469 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3586] ppid=3577 vsize=1538448 CPUtime=0
/proc/3579/task/3586/stat : 3586 (java) S 3577 3579 2330 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 1095883 1575370752 9469 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3587] ppid=3577 vsize=1538448 CPUtime=0
/proc/3579/task/3587/stat : 3587 (java) S 3577 3579 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1095887 1575370752 9469 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3588] ppid=3577 vsize=1538448 CPUtime=0.65
/proc/3579/task/3588/stat : 3588 (java) S 3577 3579 2330 0 -1 4202560 910 0 0 0 65 0 0 0 15 0 13 0 1095887 1575370752 9469 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3589] ppid=3577 vsize=1538448 CPUtime=0.8
/proc/3579/task/3589/stat : 3589 (java) R 3577 3579 2330 0 -1 4202560 3725 0 0 0 78 2 0 0 16 0 13 0 1095887 1575370752 9469 1992294400 134512640 134550932 4289016992 18446744073709551615 104163840 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3579/tid=3590] ppid=3577 vsize=1538448 CPUtime=0
/proc/3579/task/3590/stat : 3590 (java) S 3577 3579 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1095887 1575370752 9469 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3591] ppid=3577 vsize=1538448 CPUtime=0
/proc/3579/task/3591/stat : 3591 (java) S 3577 3579 2330 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 1095887 1575370752 9469 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3592] ppid=3577 vsize=1538448 CPUtime=0
/proc/3579/task/3592/stat : 3592 (java) S 3577 3579 2330 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 1095911 1575370752 9469 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.89
Current children cumulated vsize (KiB) 1538448

[startup+24.8022 s]
/proc/loadavg: 1.09 1.01 1.00 2/120 3592
/proc/meminfo: memFree=1520172/2059040 swapFree=4192956/4192956
[pid=3579] ppid=3577 vsize=1538148 CPUtime=26.06
/proc/3579/stat : 3579 (java) S 3577 3579 2330 0 -1 4202496 11985 0 1 0 2598 8 0 0 18 0 13 0 1095877 1575063552 9532 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3579/statm: 384537 9532 1443 10 0 381839 0
[pid=3579/tid=3581] ppid=3577 vsize=1538148 CPUtime=23.63
/proc/3579/task/3581/stat : 3581 (java) S 3577 3579 2330 0 -1 4202560 4540 0 1 0 2360 3 0 0 19 0 13 0 1095879 1575063552 9532 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3582] ppid=3577 vsize=1538148 CPUtime=0.07
/proc/3579/task/3582/stat : 3582 (java) S 3577 3579 2330 0 -1 4202560 404 0 0 0 7 0 0 0 15 0 13 0 1095880 1575063552 9532 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3583] ppid=3577 vsize=1538148 CPUtime=0.07
/proc/3579/task/3583/stat : 3583 (java) S 3577 3579 2330 0 -1 4202560 194 0 0 0 7 0 0 0 16 0 13 0 1095880 1575063552 9532 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3584] ppid=3577 vsize=1538148 CPUtime=0.66
/proc/3579/task/3584/stat : 3584 (java) S 3577 3579 2330 0 -1 4202560 750 0 0 0 66 0 0 0 16 0 13 0 1095882 1575063552 9532 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 0 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3585] ppid=3577 vsize=1538148 CPUtime=0
/proc/3579/task/3585/stat : 3585 (java) S 3577 3579 2330 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1095883 1575063552 9532 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3586] ppid=3577 vsize=1538148 CPUtime=0
/proc/3579/task/3586/stat : 3586 (java) S 3577 3579 2330 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 1095883 1575063552 9532 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3587] ppid=3577 vsize=1538148 CPUtime=0
/proc/3579/task/3587/stat : 3587 (java) S 3577 3579 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1095887 1575063552 9532 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3588] ppid=3577 vsize=1538148 CPUtime=0.66
/proc/3579/task/3588/stat : 3588 (java) S 3577 3579 2330 0 -1 4202560 912 0 0 0 66 0 0 0 16 0 13 0 1095887 1575063552 9532 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 1 0 0 0
[pid=3579/tid=3589] ppid=3577 vsize=1538148 CPUtime=0.89
/proc/3579/task/3589/stat : 3589 (java) S 3577 3579 2330 0 -1 4202560 4111 0 0 0 87 2 0 0 16 0 13 0 1095887 1575063552 9532 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3590] ppid=3577 vsize=1538148 CPUtime=0
/proc/3579/task/3590/stat : 3590 (java) S 3577 3579 2330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1095887 1575063552 9532 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3591] ppid=3577 vsize=1538148 CPUtime=0
/proc/3579/task/3591/stat : 3591 (java) S 3577 3579 2330 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 1095887 1575063552 9532 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
[pid=3579/tid=3592] ppid=3577 vsize=1538148 CPUtime=0
/proc/3579/task/3592/stat : 3592 (java) S 3577 3579 2330 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 1095911 1575063552 9532 1992294400 134512640 134550932 4289016992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824711744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 26.06
Current children cumulated vsize (KiB) 1538148

Child status: 20
Real time (s): 24.8285
CPU time (s): 26.076
CPU user time (s): 25.989
CPU system time (s): 0.086986
CPU usage (%): 105.025
Max. virtual memory (cumulated for all children) (KiB): 1538448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.989
system time used= 0.086986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11986
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= 1081
involuntary context switches= 644

runsolver used 0.057991 second user time and 0.144977 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-11 18:40:01
IDJOB=2659340
IDBENCH=1203
IDSOLVER=1164
FILE ID=node025/2659340-1276274401
PBS_JOBID= 11172192
Free space on /tmp= 62540 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.1110978334.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659340-1276274401/watcher-2659340-1276274401 -o /tmp/evaluation-result-2659340-1276274401/solver-2659340-1276274401 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659340-1276274401.opb

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

MD5SUM BENCH= 1e6e6790cf8a5ba3b1d9fbc270ba474b
RANDOM SEED=45018764

node025.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.242
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.48
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.242
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1547144 kB
Buffers:         46116 kB
Cached:         327588 kB
SwapCached:          0 kB
Active:         152628 kB
Inactive:       280316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1547144 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             260 kB
Writeback:           0 kB
AnonPages:       59296 kB
Mapped:          15480 kB
Slab:            56968 kB
PageTables:       4120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181252 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= 62540 MiB
End job on node025 at 2010-06-11 18:40:26