Trace number 2659451

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 35.0157 32.9276

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900570242.opb
MD5SUM490d573a1d39845890b306c349815f34
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 benchmark9.75252
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 749
Number of bits of the biggest sum of numbers10
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.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.23/0.20	c Pseudo Boolean Optimization
0.23/0.20	c --- Begin Solver configuration ---
0.23/0.20	c Stops conflict analysis at the first Unique Implication Point
0.23/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.20	c Learn all clauses as in MiniSAT
0.23/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.20	c Expensive reason simplification
0.23/0.20	c Armin Biere (Picosat) restarts strategy
0.23/0.20	c Glucose learned constraints deletion strategy
0.23/0.20	c timeout=2147483s
0.23/0.20	c DB Simplification allowed=false
0.23/0.20	c --- End Solver configuration ---
0.23/0.20	c solving HOME/instance-2659451-1276299745.opb
0.23/0.20	c reading problem ... 
0.94/0.63	c ... done. Wall clock time 0.416s.
0.94/0.63	c #vars     231
0.94/0.63	c #constraints  2707
0.94/0.63	c constraints type 
0.94/0.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.94/0.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.94/0.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.94/0.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
3.33/1.92	c cleaning 2498 clauses out of 5001 with flag 5001/5001
4.10/2.61	c cleaning 4247 clauses out of 8502 with flag 11000/11000
4.90/3.47	c cleaning 5625 clauses out of 11256 with flag 18001/18001
5.93/4.43	c cleaning 6811 clauses out of 13632 with flag 26002/26002
7.11/5.59	c cleaning 7904 clauses out of 15819 with flag 35000/35000
8.41/6.90	c cleaning 8952 clauses out of 17916 with flag 45001/45001
9.71/8.17	c cleaning 9478 clauses out of 18964 with flag 55001/55001
10.91/9.37	c cleaning 9737 clauses out of 19486 with flag 65001/65001
12.31/10.71	c cleaning 9870 clauses out of 19749 with flag 75001/75001
13.62/12.10	c cleaning 9931 clauses out of 19879 with flag 85001/85001
15.01/13.41	c cleaning 9967 clauses out of 19949 with flag 95002/95002
16.13/14.58	c cleaning 9978 clauses out of 19981 with flag 105001/105001
17.24/15.70	c cleaning 9995 clauses out of 20004 with flag 115002/115002
18.64/17.00	c cleaning 10003 clauses out of 20009 with flag 125002/125002
19.84/18.22	c cleaning 9988 clauses out of 20006 with flag 135002/135002
20.84/19.23	c cleaning 10002 clauses out of 20016 with flag 145000/145000
21.94/20.39	c cleaning 9996 clauses out of 20014 with flag 155000/155000
23.04/21.45	c cleaning 10004 clauses out of 20018 with flag 165000/165000
24.32/22.69	c cleaning 10000 clauses out of 20016 with flag 175002/175002
25.92/23.91	c cleaning 10002 clauses out of 20015 with flag 185001/185001
27.03/25.01	c cleaning 9999 clauses out of 20012 with flag 195000/195000
28.13/26.14	c cleaning 9999 clauses out of 20013 with flag 205000/205000
29.13/27.18	c cleaning 10002 clauses out of 20014 with flag 215000/215000
30.24/28.20	c cleaning 9999 clauses out of 20013 with flag 225001/225001
31.25/29.30	c cleaning 10004 clauses out of 20015 with flag 235002/235002
32.36/30.33	c cleaning 10001 clauses out of 20009 with flag 245000/245000
33.46/31.43	c cleaning 10000 clauses out of 20009 with flag 255001/255001
34.68/32.65	c cleaning 10000 clauses out of 20008 with flag 265000/265000
34.89/32.89	c starts		: 130
34.89/32.89	c conflicts		: 267596
34.89/32.89	c decisions		: 470188
34.89/32.89	c propagations		: 11307921
34.89/32.89	c inspects		: 131120606
34.89/32.89	c learnt literals	: 4
34.89/32.89	c learnt binary clauses	: 17
34.89/32.89	c learnt ternary clauses	: 218
34.89/32.89	c learnt clauses	: 267591
34.89/32.89	c ignored clauses	: 0
34.89/32.89	c root simplifications	: 0
34.89/32.89	c removed literals (reason simplification)	: 1100351
34.89/32.89	c reason swapping (by a shorter reason)	: 0
34.89/32.89	c Calls to reduceDB	: 28
34.89/32.89	c number of reductions to clauses (during analyze)	: 0
34.89/32.89	c number of learned constraints concerned by reduction	: 0
34.89/32.89	c number of learning phase by resolution	: 0
34.89/32.89	c number of learning phase by cutting planes	: 0
34.89/32.89	c speed (assignments/second)	: 350470.19990701997
34.89/32.89	c non guided choices	143
34.99/32.91	c learnt constraints type 
34.99/32.91	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12582
34.99/32.91	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
34.99/32.91	c constraints type 
34.99/32.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
34.99/32.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
34.99/32.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
34.99/32.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
34.99/32.91	s UNSATISFIABLE
34.99/32.91	c Total wall clock time (in seconds): 32.709

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-2659451-1276299745/watcher-2659451-1276299745 -o /tmp/evaluation-result-2659451-1276299745/solver-2659451-1276299745 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659451-1276299745.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.94 1.21 1.14 2/106 6622
/proc/meminfo: memFree=1539344/2059040 swapFree=4192956/4192956
[pid=6622] ppid=6620 vsize=1832 CPUtime=0
/proc/6622/stat : 6622 (java6) S 6620 6622 5972 0 -1 4194304 240 0 0 0 0 0 0 0 25 0 1 0 5578561 1875968 143 1992294400 134512640 134550932 4288212048 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699387582 0 0 17 1 0 0 0
/proc/6622/statm: 458 147 110 10 0 63 0

[startup+0.0920599 s]
/proc/loadavg: 0.94 1.21 1.14 2/106 6622
/proc/meminfo: memFree=1539344/2059040 swapFree=4192956/4192956
[pid=6622] ppid=6620 vsize=1521796 CPUtime=0.08
/proc/6622/stat : 6622 (java) S 6620 6622 5972 0 -1 4202496 3859 0 1 0 5 3 0 0 18 0 7 0 5578561 1558319104 3300 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/6622/statm: 380449 3300 1046 10 0 377759 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1521796

[startup+0.10106 s]
/proc/loadavg: 0.94 1.21 1.14 2/106 6622
/proc/meminfo: memFree=1539344/2059040 swapFree=4192956/4192956
[pid=6622] ppid=6620 vsize=1524184 CPUtime=0.08
/proc/6622/stat : 6622 (java) S 6620 6622 5972 0 -1 4202496 3962 0 1 0 5 3 0 0 18 0 12 0 5578561 1560764416 3401 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6622/statm: 381046 3401 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.30106 s]
/proc/loadavg: 0.94 1.21 1.14 2/106 6622
/proc/meminfo: memFree=1539344/2059040 swapFree=4192956/4192956
[pid=6622] ppid=6620 vsize=1525744 CPUtime=0.36
/proc/6622/stat : 6622 (java) S 6620 6622 5972 0 -1 4202496 5368 0 1 0 32 4 0 0 18 0 12 0 5578561 1562361856 4803 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6622/statm: 381436 4803 1361 10 0 378738 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1525744

[startup+0.70006 s]
/proc/loadavg: 0.94 1.21 1.14 2/106 6622
/proc/meminfo: memFree=1539344/2059040 swapFree=4192956/4192956
[pid=6622] ppid=6620 vsize=1527788 CPUtime=1.13
/proc/6622/stat : 6622 (java) S 6620 6622 5972 0 -1 4202496 7216 0 1 0 108 5 0 0 18 0 13 0 5578561 1564454912 6509 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6622/statm: 381947 6509 1410 10 0 379249 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1527788

[startup+1.50106 s]
/proc/loadavg: 0.94 1.21 1.14 4/119 6635
/proc/meminfo: memFree=1512828/2059040 swapFree=4192956/4192956
[pid=6622] ppid=6620 vsize=1534120 CPUtime=2.72
/proc/6622/stat : 6622 (java) S 6620 6622 5972 0 -1 4202496 10259 0 1 0 266 6 0 0 18 0 13 0 5578561 1570938880 8213 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6622/statm: 383530 8213 1423 10 0 380832 0
[pid=6622/tid=6624] ppid=6620 vsize=1534120 CPUtime=1.47
/proc/6622/task/6624/stat : 6624 (java) R 6620 6622 5972 0 -1 4202560 5119 0 1 0 143 4 0 0 20 0 13 0 5578563 1570938880 8213 1992294400 134512640 134550932 4288856192 18446744073709551615 4109274187 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6622/tid=6625] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6625/stat : 6625 (java) S 6620 6622 5972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 5578564 1570938880 8213 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6626] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6626/stat : 6626 (java) S 6620 6622 5972 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 5578564 1570938880 8213 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6627] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6627/stat : 6627 (java) S 6620 6622 5972 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 5578566 1570938880 8213 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6628] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6628/stat : 6628 (java) S 6620 6622 5972 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 5578566 1570938880 8213 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6629] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6629/stat : 6629 (java) S 6620 6622 5972 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 5578567 1570938880 8213 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6630] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6630/stat : 6630 (java) S 6620 6622 5972 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 5578571 1570938880 8213 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6631] ppid=6620 vsize=1534120 CPUtime=0.62
/proc/6622/task/6631/stat : 6631 (java) R 6620 6622 5972 0 -1 4202560 2557 0 0 0 62 0 0 0 25 0 13 0 5578571 1570938880 8213 1992294400 134512640 134550932 4288856192 18446744073709551615 104139979 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6622/tid=6632] ppid=6620 vsize=1534120 CPUtime=0.6
/proc/6622/task/6632/stat : 6632 (java) R 6620 6622 5972 0 -1 4202560 1514 0 0 0 60 0 0 0 25 0 13 0 5578571 1570938880 8213 1992294400 134512640 134550932 4288856192 18446744073709551615 105576397 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6622/tid=6633] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6633/stat : 6633 (java) S 6620 6622 5972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5578571 1570938880 8213 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6634] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6634/stat : 6634 (java) S 6620 6622 5972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 5578571 1570938880 8213 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6635] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6635/stat : 6635 (java) S 6620 6622 5972 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 5578624 1570938880 8213 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 1534120

[startup+3.10106 s]
/proc/loadavg: 0.94 1.21 1.14 2/119 6635
/proc/meminfo: memFree=1508116/2059040 swapFree=4192956/4192956
[pid=6622] ppid=6620 vsize=1534120 CPUtime=4.6
/proc/6622/stat : 6622 (java) S 6620 6622 5972 0 -1 4202496 11528 0 1 0 453 7 0 0 18 0 13 0 5578561 1570938880 9479 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6622/statm: 383530 9479 1442 10 0 380832 0
[pid=6622/tid=6624] ppid=6620 vsize=1534120 CPUtime=3.02
/proc/6622/task/6624/stat : 6624 (java) R 6620 6622 5972 0 -1 4202560 5518 0 1 0 298 4 0 0 25 0 13 0 5578563 1570938880 9479 1992294400 134512640 134550932 4288856192 18446744073709551615 4109319231 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6622/tid=6625] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6625/stat : 6625 (java) S 6620 6622 5972 0 -1 4202560 259 0 0 0 0 0 0 0 15 0 13 0 5578564 1570938880 9479 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6626] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6626/stat : 6626 (java) S 6620 6622 5972 0 -1 4202560 243 0 0 0 0 0 0 0 15 0 13 0 5578564 1570938880 9479 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6627] ppid=6620 vsize=1534120 CPUtime=0.04
/proc/6622/task/6627/stat : 6627 (java) S 6620 6622 5972 0 -1 4202560 342 0 0 0 4 0 0 0 16 0 13 0 5578566 1570938880 9479 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6628] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6628/stat : 6628 (java) S 6620 6622 5972 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5578566 1570938880 9479 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6629] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6629/stat : 6629 (java) S 6620 6622 5972 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5578567 1570938880 9479 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6630] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6630/stat : 6630 (java) S 6620 6622 5972 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 5578571 1570938880 9479 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6631] ppid=6620 vsize=1534120 CPUtime=0.74
/proc/6622/task/6631/stat : 6631 (java) S 6620 6622 5972 0 -1 4202560 2572 0 0 0 74 0 0 0 19 0 13 0 5578571 1570938880 9479 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6632] ppid=6620 vsize=1534120 CPUtime=0.75
/proc/6622/task/6632/stat : 6632 (java) S 6620 6622 5972 0 -1 4202560 1526 0 0 0 75 0 0 0 19 0 13 0 5578571 1570938880 9479 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6633] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6633/stat : 6633 (java) S 6620 6622 5972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5578571 1570938880 9479 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6634] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6634/stat : 6634 (java) S 6620 6622 5972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 5578571 1570938880 9479 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6635] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6635/stat : 6635 (java) S 6620 6622 5972 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 5578624 1570938880 9479 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 1534120

[startup+6.30106 s]
/proc/loadavg: 0.95 1.21 1.14 2/119 6635
/proc/meminfo: memFree=1505388/2059040 swapFree=4192956/4192956
[pid=6622] ppid=6620 vsize=1534120 CPUtime=7.91
/proc/6622/stat : 6622 (java) S 6620 6622 5972 0 -1 4202496 11899 0 1 0 783 8 0 0 18 0 13 0 5578561 1570938880 9846 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6622/statm: 383530 9846 1442 10 0 380832 0
[pid=6622/tid=6624] ppid=6620 vsize=1534120 CPUtime=6.12
/proc/6622/task/6624/stat : 6624 (java) R 6620 6622 5972 0 -1 4202560 5522 0 1 0 608 4 0 0 25 0 13 0 5578563 1570938880 9846 1992294400 134512640 134550932 4288856192 18446744073709551615 4109357181 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6622/tid=6625] ppid=6620 vsize=1534120 CPUtime=0.01
/proc/6622/task/6625/stat : 6625 (java) S 6620 6622 5972 0 -1 4202560 339 0 0 0 1 0 0 0 15 0 13 0 5578564 1570938880 9846 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6626] ppid=6620 vsize=1534120 CPUtime=0.01
/proc/6622/task/6626/stat : 6626 (java) S 6620 6622 5972 0 -1 4202560 314 0 0 0 1 0 0 0 16 0 13 0 5578564 1570938880 9846 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6627] ppid=6620 vsize=1534120 CPUtime=0.11
/proc/6622/task/6627/stat : 6627 (java) S 6620 6622 5972 0 -1 4202560 541 0 0 0 11 0 0 0 16 0 13 0 5578566 1570938880 9846 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6628] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6628/stat : 6628 (java) S 6620 6622 5972 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5578566 1570938880 9846 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6629] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6629/stat : 6629 (java) S 6620 6622 5972 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5578567 1570938880 9846 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6630] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6630/stat : 6630 (java) S 6620 6622 5972 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 5578571 1570938880 9846 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6631] ppid=6620 vsize=1534120 CPUtime=0.83
/proc/6622/task/6631/stat : 6631 (java) S 6620 6622 5972 0 -1 4202560 2589 0 0 0 83 0 0 0 15 0 13 0 5578571 1570938880 9846 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6632] ppid=6620 vsize=1534120 CPUtime=0.76
/proc/6622/task/6632/stat : 6632 (java) S 6620 6622 5972 0 -1 4202560 1526 0 0 0 76 0 0 0 16 0 13 0 5578571 1570938880 9846 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6633] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6633/stat : 6633 (java) S 6620 6622 5972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5578571 1570938880 9846 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6634] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6634/stat : 6634 (java) S 6620 6622 5972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 5578571 1570938880 9846 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6635] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6635/stat : 6635 (java) S 6620 6622 5972 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 5578624 1570938880 9846 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.91
Current children cumulated vsize (KiB) 1534120

[startup+12.7011 s]
/proc/loadavg: 0.95 1.21 1.14 2/119 6635
/proc/meminfo: memFree=1503908/2059040 swapFree=4192956/4192956
[pid=6622] ppid=6620 vsize=1534120 CPUtime=14.31
/proc/6622/stat : 6622 (java) S 6620 6622 5972 0 -1 4202496 12073 0 1 0 1423 8 0 0 18 0 13 0 5578561 1570938880 10015 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6622/statm: 383530 10015 1442 10 0 380832 0
[pid=6622/tid=6624] ppid=6620 vsize=1534120 CPUtime=12.36
/proc/6622/task/6624/stat : 6624 (java) R 6620 6622 5972 0 -1 4202560 5527 0 1 0 1232 4 0 0 25 0 13 0 5578563 1570938880 10015 1992294400 134512640 134550932 4288856192 18446744073709551615 4109357062 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6622/tid=6625] ppid=6620 vsize=1534120 CPUtime=0.03
/proc/6622/task/6625/stat : 6625 (java) S 6620 6622 5972 0 -1 4202560 341 0 0 0 3 0 0 0 15 0 13 0 5578564 1570938880 10015 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6626] ppid=6620 vsize=1534120 CPUtime=0.03
/proc/6622/task/6626/stat : 6626 (java) S 6620 6622 5972 0 -1 4202560 316 0 0 0 3 0 0 0 15 0 13 0 5578564 1570938880 10015 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6627] ppid=6620 vsize=1534120 CPUtime=0.23
/proc/6622/task/6627/stat : 6627 (java) S 6620 6622 5972 0 -1 4202560 706 0 0 0 23 0 0 0 16 0 13 0 5578566 1570938880 10015 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6628] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6628/stat : 6628 (java) S 6620 6622 5972 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5578566 1570938880 10015 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6629] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6629/stat : 6629 (java) S 6620 6622 5972 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5578567 1570938880 10015 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6630] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6630/stat : 6630 (java) S 6620 6622 5972 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 5578571 1570938880 10015 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6631] ppid=6620 vsize=1534120 CPUtime=0.83
/proc/6622/task/6631/stat : 6631 (java) S 6620 6622 5972 0 -1 4202560 2589 0 0 0 83 0 0 0 15 0 13 0 5578571 1570938880 10015 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6632] ppid=6620 vsize=1534120 CPUtime=0.76
/proc/6622/task/6632/stat : 6632 (java) S 6620 6622 5972 0 -1 4202560 1526 0 0 0 76 0 0 0 16 0 13 0 5578571 1570938880 10015 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6633] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6633/stat : 6633 (java) S 6620 6622 5972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5578571 1570938880 10015 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6634] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6634/stat : 6634 (java) S 6620 6622 5972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 5578571 1570938880 10015 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6635] ppid=6620 vsize=1534120 CPUtime=0
/proc/6622/task/6635/stat : 6635 (java) S 6620 6622 5972 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 5578624 1570938880 10015 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.31
Current children cumulated vsize (KiB) 1534120

[startup+25.5011 s]
/proc/loadavg: 0.96 1.20 1.13 2/119 6635
/proc/meminfo: memFree=1496716/2059040 swapFree=4192956/4192956
[pid=6622] ppid=6620 vsize=1542312 CPUtime=27.53
/proc/6622/stat : 6622 (java) S 6620 6622 5972 0 -1 4202496 14518 0 1 0 2743 10 0 0 18 0 13 0 5578561 1579327488 11730 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6622/statm: 385578 11730 1442 10 0 382880 0
[pid=6622/tid=6624] ppid=6620 vsize=1542312 CPUtime=24.78
/proc/6622/task/6624/stat : 6624 (java) R 6620 6622 5972 0 -1 4202560 5539 0 1 0 2473 5 0 0 25 0 13 0 5578563 1579327488 11730 1992294400 134512640 134550932 4288856192 18446744073709551615 4109292310 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6622/tid=6625] ppid=6620 vsize=1542312 CPUtime=0.07
/proc/6622/task/6625/stat : 6625 (java) S 6620 6622 5972 0 -1 4202560 342 0 0 0 7 0 0 0 16 0 13 0 5578564 1579327488 11730 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6626] ppid=6620 vsize=1542312 CPUtime=0.07
/proc/6622/task/6626/stat : 6626 (java) S 6620 6622 5972 0 -1 4202560 316 0 0 0 7 0 0 0 15 0 13 0 5578564 1579327488 11730 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6627] ppid=6620 vsize=1542312 CPUtime=0.51

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

Current children cumulated vsize (KiB) 1542312

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

[startup+28.7011 s]
/proc/loadavg: 0.96 1.20 1.13 2/119 6635
/proc/meminfo: memFree=1497584/2059040 swapFree=4192956/4192956
[pid=6622] ppid=6620 vsize=1540264 CPUtime=30.74
/proc/6622/stat : 6622 (java) S 6620 6622 5972 0 -1 4202496 14562 0 1 0 3064 10 0 0 18 0 13 0 5578561 1577230336 11494 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6622/statm: 385066 11494 1442 10 0 382368 0
[pid=6622/tid=6624] ppid=6620 vsize=1540264 CPUtime=27.89
/proc/6622/task/6624/stat : 6624 (java) R 6620 6622 5972 0 -1 4202560 5542 0 1 0 2784 5 0 0 25 0 13 0 5578563 1577230336 11494 1992294400 134512640 134550932 4288856192 18446744073709551615 4109359217 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6622/tid=6625] ppid=6620 vsize=1540264 CPUtime=0.08
/proc/6622/task/6625/stat : 6625 (java) S 6620 6622 5972 0 -1 4202560 344 0 0 0 8 0 0 0 15 0 13 0 5578564 1577230336 11494 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6626] ppid=6620 vsize=1540264 CPUtime=0.08
/proc/6622/task/6626/stat : 6626 (java) S 6620 6622 5972 0 -1 4202560 316 0 0 0 8 0 0 0 15 0 13 0 5578564 1577230336 11494 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6627] ppid=6620 vsize=1540264 CPUtime=0.59
/proc/6622/task/6627/stat : 6627 (java) S 6620 6622 5972 0 -1 4202560 879 0 0 0 59 0 0 0 16 0 13 0 5578566 1577230336 11494 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6628] ppid=6620 vsize=1540264 CPUtime=0
/proc/6622/task/6628/stat : 6628 (java) S 6620 6622 5972 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5578566 1577230336 11494 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6629] ppid=6620 vsize=1540264 CPUtime=0
/proc/6622/task/6629/stat : 6629 (java) S 6620 6622 5972 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5578567 1577230336 11494 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6630] ppid=6620 vsize=1540264 CPUtime=0
/proc/6622/task/6630/stat : 6630 (java) S 6620 6622 5972 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 5578571 1577230336 11494 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6631] ppid=6620 vsize=1540264 CPUtime=0.9
/proc/6622/task/6631/stat : 6631 (java) S 6620 6622 5972 0 -1 4202560 2591 0 0 0 90 0 0 0 15 0 13 0 5578571 1577230336 11494 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6632] ppid=6620 vsize=1540264 CPUtime=1.12
/proc/6622/task/6632/stat : 6632 (java) S 6620 6622 5972 0 -1 4202560 3822 0 0 0 111 1 0 0 15 0 13 0 5578571 1577230336 11494 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6633] ppid=6620 vsize=1540264 CPUtime=0
/proc/6622/task/6633/stat : 6633 (java) S 6620 6622 5972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5578571 1577230336 11494 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6634] ppid=6620 vsize=1540264 CPUtime=0
/proc/6622/task/6634/stat : 6634 (java) S 6620 6622 5972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 5578571 1577230336 11494 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6635] ppid=6620 vsize=1540264 CPUtime=0
/proc/6622/task/6635/stat : 6635 (java) S 6620 6622 5972 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 5578624 1577230336 11494 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 30.74
Current children cumulated vsize (KiB) 1540264

[startup+30.3016 s]
/proc/loadavg: 0.96 1.19 1.13 2/119 6635
/proc/meminfo: memFree=1497460/2059040 swapFree=4192956/4192956
[pid=6622] ppid=6620 vsize=1540264 CPUtime=32.36
/proc/6622/stat : 6622 (java) S 6620 6622 5972 0 -1 4202496 14569 0 1 0 3225 11 0 0 18 0 13 0 5578561 1577230336 11500 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6622/statm: 385066 11500 1442 10 0 382368 0
[pid=6622/tid=6624] ppid=6620 vsize=1540264 CPUtime=29.46
/proc/6622/task/6624/stat : 6624 (java) R 6620 6622 5972 0 -1 4202560 5543 0 1 0 2941 5 0 0 25 0 13 0 5578563 1577230336 11500 1992294400 134512640 134550932 4288856192 18446744073709551615 4108981985 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6622/tid=6625] ppid=6620 vsize=1540264 CPUtime=0.08
/proc/6622/task/6625/stat : 6625 (java) S 6620 6622 5972 0 -1 4202560 345 0 0 0 8 0 0 0 15 0 13 0 5578564 1577230336 11500 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6626] ppid=6620 vsize=1540264 CPUtime=0.08
/proc/6622/task/6626/stat : 6626 (java) S 6620 6622 5972 0 -1 4202560 316 0 0 0 8 0 0 0 15 0 13 0 5578564 1577230336 11500 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6627] ppid=6620 vsize=1540264 CPUtime=0.61
/proc/6622/task/6627/stat : 6627 (java) S 6620 6622 5972 0 -1 4202560 879 0 0 0 61 0 0 0 16 0 13 0 5578566 1577230336 11500 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6628] ppid=6620 vsize=1540264 CPUtime=0
/proc/6622/task/6628/stat : 6628 (java) S 6620 6622 5972 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5578566 1577230336 11500 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6629] ppid=6620 vsize=1540264 CPUtime=0
/proc/6622/task/6629/stat : 6629 (java) S 6620 6622 5972 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5578567 1577230336 11500 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6630] ppid=6620 vsize=1540264 CPUtime=0
/proc/6622/task/6630/stat : 6630 (java) S 6620 6622 5972 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 5578571 1577230336 11500 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6631] ppid=6620 vsize=1540264 CPUtime=0.9
/proc/6622/task/6631/stat : 6631 (java) S 6620 6622 5972 0 -1 4202560 2591 0 0 0 90 0 0 0 15 0 13 0 5578571 1577230336 11500 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6632] ppid=6620 vsize=1540264 CPUtime=1.13
/proc/6622/task/6632/stat : 6632 (java) S 6620 6622 5972 0 -1 4202560 3827 0 0 0 112 1 0 0 15 0 13 0 5578571 1577230336 11500 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6633] ppid=6620 vsize=1540264 CPUtime=0
/proc/6622/task/6633/stat : 6633 (java) S 6620 6622 5972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5578571 1577230336 11500 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6634] ppid=6620 vsize=1540264 CPUtime=0
/proc/6622/task/6634/stat : 6634 (java) S 6620 6622 5972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 5578571 1577230336 11500 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6635] ppid=6620 vsize=1540264 CPUtime=0
/proc/6622/task/6635/stat : 6635 (java) S 6620 6622 5972 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 5578624 1577230336 11500 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 32.36
Current children cumulated vsize (KiB) 1540264

[startup+31.9098 s]
/proc/loadavg: 0.96 1.19 1.13 2/119 6635
/proc/meminfo: memFree=1497460/2059040 swapFree=4192956/4192956
[pid=6622] ppid=6620 vsize=1540264 CPUtime=33.98
/proc/6622/stat : 6622 (java) S 6620 6622 5972 0 -1 4202496 14599 0 1 0 3387 11 0 0 18 0 13 0 5578561 1577230336 11528 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6622/statm: 385066 11528 1442 10 0 382368 0
[pid=6622/tid=6624] ppid=6620 vsize=1540264 CPUtime=31
/proc/6622/task/6624/stat : 6624 (java) R 6620 6622 5972 0 -1 4202560 5545 0 1 0 3095 5 0 0 25 0 13 0 5578563 1577230336 11528 1992294400 134512640 134550932 4288856192 18446744073709551615 4109357004 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6622/tid=6625] ppid=6620 vsize=1540264 CPUtime=0.09
/proc/6622/task/6625/stat : 6625 (java) S 6620 6622 5972 0 -1 4202560 345 0 0 0 9 0 0 0 15 0 13 0 5578564 1577230336 11528 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6626] ppid=6620 vsize=1540264 CPUtime=0.09
/proc/6622/task/6626/stat : 6626 (java) S 6620 6622 5972 0 -1 4202560 316 0 0 0 9 0 0 0 15 0 13 0 5578564 1577230336 11528 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6627] ppid=6620 vsize=1540264 CPUtime=0.66
/proc/6622/task/6627/stat : 6627 (java) S 6620 6622 5972 0 -1 4202560 907 0 0 0 66 0 0 0 15 0 13 0 5578566 1577230336 11528 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6628] ppid=6620 vsize=1540264 CPUtime=0
/proc/6622/task/6628/stat : 6628 (java) S 6620 6622 5972 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5578566 1577230336 11528 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6629] ppid=6620 vsize=1540264 CPUtime=0
/proc/6622/task/6629/stat : 6629 (java) S 6620 6622 5972 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5578567 1577230336 11528 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6630] ppid=6620 vsize=1540264 CPUtime=0
/proc/6622/task/6630/stat : 6630 (java) S 6620 6622 5972 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 5578571 1577230336 11528 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6631] ppid=6620 vsize=1540264 CPUtime=0.9
/proc/6622/task/6631/stat : 6631 (java) S 6620 6622 5972 0 -1 4202560 2591 0 0 0 90 0 0 0 15 0 13 0 5578571 1577230336 11528 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6632] ppid=6620 vsize=1540264 CPUtime=1.15
/proc/6622/task/6632/stat : 6632 (java) S 6620 6622 5972 0 -1 4202560 3827 0 0 0 114 1 0 0 15 0 13 0 5578571 1577230336 11528 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6633] ppid=6620 vsize=1540264 CPUtime=0
/proc/6622/task/6633/stat : 6633 (java) S 6620 6622 5972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5578571 1577230336 11528 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6634] ppid=6620 vsize=1540264 CPUtime=0
/proc/6622/task/6634/stat : 6634 (java) S 6620 6622 5972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 5578571 1577230336 11528 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6635] ppid=6620 vsize=1540264 CPUtime=0
/proc/6622/task/6635/stat : 6635 (java) S 6620 6622 5972 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 5578624 1577230336 11528 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 33.98
Current children cumulated vsize (KiB) 1540264

[startup+32.7019 s]
/proc/loadavg: 0.96 1.19 1.13 2/119 6635
/proc/meminfo: memFree=1497460/2059040 swapFree=4192956/4192956
[pid=6622] ppid=6620 vsize=1540264 CPUtime=34.79
/proc/6622/stat : 6622 (java) S 6620 6622 5972 0 -1 4202496 14601 0 1 0 3468 11 0 0 18 0 13 0 5578561 1577230336 11528 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6622/statm: 385066 11528 1442 10 0 382368 0
[pid=6622/tid=6624] ppid=6620 vsize=1540264 CPUtime=31.77
/proc/6622/task/6624/stat : 6624 (java) R 6620 6622 5972 0 -1 4202560 5547 0 1 0 3171 6 0 0 25 0 13 0 5578563 1577230336 11528 1992294400 134512640 134550932 4288856192 18446744073709551615 4109360022 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6622/tid=6625] ppid=6620 vsize=1540264 CPUtime=0.09
/proc/6622/task/6625/stat : 6625 (java) S 6620 6622 5972 0 -1 4202560 345 0 0 0 9 0 0 0 15 0 13 0 5578564 1577230336 11528 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6626] ppid=6620 vsize=1540264 CPUtime=0.09
/proc/6622/task/6626/stat : 6626 (java) S 6620 6622 5972 0 -1 4202560 316 0 0 0 9 0 0 0 15 0 13 0 5578564 1577230336 11528 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6627] ppid=6620 vsize=1540264 CPUtime=0.69
/proc/6622/task/6627/stat : 6627 (java) S 6620 6622 5972 0 -1 4202560 907 0 0 0 69 0 0 0 16 0 13 0 5578566 1577230336 11528 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6628] ppid=6620 vsize=1540264 CPUtime=0
/proc/6622/task/6628/stat : 6628 (java) S 6620 6622 5972 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5578566 1577230336 11528 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6629] ppid=6620 vsize=1540264 CPUtime=0
/proc/6622/task/6629/stat : 6629 (java) S 6620 6622 5972 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5578567 1577230336 11528 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6630] ppid=6620 vsize=1540264 CPUtime=0
/proc/6622/task/6630/stat : 6630 (java) S 6620 6622 5972 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 5578571 1577230336 11528 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6631] ppid=6620 vsize=1540264 CPUtime=0.9
/proc/6622/task/6631/stat : 6631 (java) S 6620 6622 5972 0 -1 4202560 2591 0 0 0 90 0 0 0 15 0 13 0 5578571 1577230336 11528 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6632] ppid=6620 vsize=1540264 CPUtime=1.17
/proc/6622/task/6632/stat : 6632 (java) S 6620 6622 5972 0 -1 4202560 3827 0 0 0 116 1 0 0 15 0 13 0 5578571 1577230336 11528 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6633] ppid=6620 vsize=1540264 CPUtime=0
/proc/6622/task/6633/stat : 6633 (java) S 6620 6622 5972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5578571 1577230336 11528 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6634] ppid=6620 vsize=1540264 CPUtime=0
/proc/6622/task/6634/stat : 6634 (java) S 6620 6622 5972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 5578571 1577230336 11528 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6635] ppid=6620 vsize=1540264 CPUtime=0
/proc/6622/task/6635/stat : 6635 (java) S 6620 6622 5972 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 5578624 1577230336 11528 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 34.79
Current children cumulated vsize (KiB) 1540264

[startup+32.9019 s]
/proc/loadavg: 0.96 1.19 1.13 2/120 6636
/proc/meminfo: memFree=1497452/2059040 swapFree=4192956/4192956
[pid=6622] ppid=6620 vsize=1540588 CPUtime=34.99
/proc/6622/stat : 6622 (java) S 6620 6622 5972 0 -1 4202496 14610 0 1 0 3488 11 0 0 18 0 14 0 5578561 1577562112 11537 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6622/statm: 385147 11537 1442 10 0 382449 0
[pid=6622/tid=6624] ppid=6620 vsize=1540588 CPUtime=31.95
/proc/6622/task/6624/stat : 6624 (java) S 6620 6622 5972 0 -1 4202560 5552 0 1 0 3189 6 0 0 25 0 14 0 5578563 1577562112 11537 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6625] ppid=6620 vsize=1540588 CPUtime=0.09
/proc/6622/task/6625/stat : 6625 (java) S 6620 6622 5972 0 -1 4202560 345 0 0 0 9 0 0 0 15 0 14 0 5578564 1577562112 11537 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6626] ppid=6620 vsize=1540588 CPUtime=0.09
/proc/6622/task/6626/stat : 6626 (java) S 6620 6622 5972 0 -1 4202560 316 0 0 0 9 0 0 0 15 0 14 0 5578564 1577562112 11537 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6627] ppid=6620 vsize=1540588 CPUtime=0.69
/proc/6622/task/6627/stat : 6627 (java) S 6620 6622 5972 0 -1 4202560 907 0 0 0 69 0 0 0 16 0 14 0 5578566 1577562112 11537 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6628] ppid=6620 vsize=1540588 CPUtime=0
/proc/6622/task/6628/stat : 6628 (java) S 6620 6622 5972 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 5578566 1577562112 11537 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6629] ppid=6620 vsize=1540588 CPUtime=0
/proc/6622/task/6629/stat : 6629 (java) S 6620 6622 5972 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 5578567 1577562112 11537 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6630] ppid=6620 vsize=1540588 CPUtime=0
/proc/6622/task/6630/stat : 6630 (java) S 6620 6622 5972 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 5578571 1577562112 11537 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6631] ppid=6620 vsize=1540588 CPUtime=0.9
/proc/6622/task/6631/stat : 6631 (java) S 6620 6622 5972 0 -1 4202560 2591 0 0 0 90 0 0 0 15 0 14 0 5578571 1577562112 11537 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6632] ppid=6620 vsize=1540588 CPUtime=1.17
/proc/6622/task/6632/stat : 6632 (java) R 6620 6622 5972 0 -1 4202560 3827 0 0 0 116 1 0 0 15 0 14 0 5578571 1577562112 11537 1992294400 134512640 134550932 4288856192 18446744073709551615 106811688 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6622/tid=6633] ppid=6620 vsize=1540588 CPUtime=0
/proc/6622/task/6633/stat : 6633 (java) S 6620 6622 5972 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 5578571 1577562112 11537 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6634] ppid=6620 vsize=1540588 CPUtime=0
/proc/6622/task/6634/stat : 6634 (java) S 6620 6622 5972 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 5578571 1577562112 11537 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=6622/tid=6635] ppid=6620 vsize=1540588 CPUtime=0
/proc/6622/task/6635/stat : 6635 (java) S 6620 6622 5972 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 5578624 1577562112 11537 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=6622/tid=6636] ppid=6620 vsize=1540588 CPUtime=0.01
/proc/6622/task/6636/stat : 6636 (java) R 6620 6622 5972 0 -1 4202560 4 0 0 0 1 0 0 0 25 0 14 0 5581850 1577562112 11537 1992294400 134512640 134550932 4288856192 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 34.99
Current children cumulated vsize (KiB) 1540588

Child status: 20
Real time (s): 32.9276
CPU time (s): 35.0157
CPU user time (s): 34.8967
CPU system time (s): 0.118981
CPU usage (%): 106.342
Max. virtual memory (cumulated for all children) (KiB): 1542960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.8967
system time used= 0.118981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14620
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= 1182
involuntary context switches= 968

runsolver used 0.081987 second user time and 0.203968 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-12 01:42:25
IDJOB=2659451
IDBENCH=1324
IDSOLVER=1164
FILE ID=node001/2659451-1276299745
PBS_JOBID= 11173120
Free space on /tmp= 62364 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900570242.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659451-1276299745/watcher-2659451-1276299745 -o /tmp/evaluation-result-2659451-1276299745/solver-2659451-1276299745 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659451-1276299745.opb

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

MD5SUM BENCH= 490d573a1d39845890b306c349815f34
RANDOM SEED=458522688

node001.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.202
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.202
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1539740 kB
Buffers:         78804 kB
Cached:         312056 kB
SwapCached:          0 kB
Active:         174176 kB
Inactive:       276152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1539740 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             388 kB
Writeback:           0 kB
AnonPages:       59416 kB
Mapped:          15392 kB
Slab:            47144 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181812 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= 62364 MiB
End job on node001 at 2010-06-12 01:42:58