Trace number 2659316

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-26SAT 20.9688 20.2987

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110971766.opb
MD5SUM4ce656c7025396ed91a180996d592d66
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.168973
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
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 1210
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-2659316-1276272292.opb
0.23/0.21	c reading problem ... 
0.35/0.34	c ... done. Wall clock time 0.126s.
0.35/0.34	c #vars     169
0.35/0.34	c #constraints  101
0.35/0.34	c constraints type 
0.35/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.35/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.35/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.35/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.70/1.29	c cleaning 2497 clauses out of 5001 with flag 5001/5001
2.35/1.88	c cleaning 4248 clauses out of 8504 with flag 11001/11001
3.05/2.60	c cleaning 5623 clauses out of 11255 with flag 18000/18000
3.96/3.46	c cleaning 6814 clauses out of 13633 with flag 26001/26001
4.89/4.31	c cleaning 7907 clauses out of 15818 with flag 35000/35000
5.88/5.38	c cleaning 8951 clauses out of 17911 with flag 45000/45000
6.90/6.36	c cleaning 9478 clauses out of 18962 with flag 55002/55002
7.90/7.39	c cleaning 9738 clauses out of 19482 with flag 65000/65000
8.90/8.31	c cleaning 9870 clauses out of 19744 with flag 75000/75000
9.90/9.33	c cleaning 9935 clauses out of 19875 with flag 85001/85001
10.90/10.34	c cleaning 9966 clauses out of 19939 with flag 95000/95000
11.81/11.22	c cleaning 9985 clauses out of 19973 with flag 105000/105000
12.72/12.15	c cleaning 9991 clauses out of 19990 with flag 115002/115002
13.73/13.14	c cleaning 9998 clauses out of 19999 with flag 125002/125002
14.65/14.05	c cleaning 9998 clauses out of 20005 with flag 135006/135006
15.64/15.04	c cleaning 9996 clauses out of 20001 with flag 145000/145000
16.64/16.01	c cleaning 9997 clauses out of 20006 with flag 155001/155001
17.44/16.88	c cleaning 10002 clauses out of 20009 with flag 165001/165001
18.35/17.80	c cleaning 10001 clauses out of 20008 with flag 175002/175002
19.37/18.75	c cleaning 9997 clauses out of 20005 with flag 185000/185000
20.27/19.62	c cleaning 10001 clauses out of 20008 with flag 195000/195000
20.87/20.23	c starts		: 118
20.87/20.23	c conflicts		: 202962
20.87/20.23	c decisions		: 294433
20.87/20.23	c propagations		: 4562789
20.87/20.23	c inspects		: 64864028
20.87/20.23	c learnt literals	: 0
20.87/20.23	c learnt binary clauses	: 0
20.87/20.23	c learnt ternary clauses	: 67
20.87/20.23	c learnt clauses	: 202962
20.87/20.24	c ignored clauses	: 0
20.87/20.24	c root simplifications	: 0
20.87/20.24	c removed literals (reason simplification)	: 1900293
20.87/20.24	c reason swapping (by a shorter reason)	: 0
20.87/20.24	c Calls to reduceDB	: 21
20.87/20.24	c number of reductions to clauses (during analyze)	: 0
20.87/20.24	c number of learned constraints concerned by reduction	: 0
20.87/20.24	c number of learning phase by resolution	: 0
20.87/20.24	c number of learning phase by cutting planes	: 0
20.87/20.24	c speed (assignments/second)	: 229308.92552015278
20.87/20.24	c non guided choices	38
20.87/20.27	c learnt constraints type 
20.87/20.27	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17969
20.87/20.27	c constraints type 
20.87/20.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
20.87/20.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
20.87/20.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
20.87/20.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
20.87/20.27	s SATISFIABLE
20.87/20.27	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 x50 -x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 
20.87/20.27	c Total wall clock time (in seconds): 20.058

Verifier Data

OK	0

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2659316-1276272292/watcher-2659316-1276272292 -o /tmp/evaluation-result-2659316-1276272292/solver-2659316-1276272292 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659316-1276272292.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.04 1.10 1.25 3/106 4841
/proc/meminfo: memFree=1574352/2059040 swapFree=4192956/4192956
[pid=4841] ppid=4839 vsize=1832 CPUtime=0
/proc/4841/stat : 4841 (java6) S 4839 4841 3449 0 -1 4194304 254 0 0 0 0 0 0 0 23 0 1 0 2830536 1875968 156 1992294400 134512640 134550932 4292843136 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699383486 0 0 17 1 0 0 0
/proc/4841/statm: 458 156 119 10 0 63 0

[startup+0.051949 s]
/proc/loadavg: 1.04 1.10 1.25 3/106 4841
/proc/meminfo: memFree=1574352/2059040 swapFree=4192956/4192956
[pid=4841] ppid=4839 vsize=1521664 CPUtime=0.04
/proc/4841/stat : 4841 (java) S 4839 4841 3449 0 -1 4202496 3502 0 1 0 2 2 0 0 18 0 7 0 2830536 1558183936 2945 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/4841/statm: 380416 2945 990 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.101256 s]
/proc/loadavg: 1.04 1.10 1.25 3/106 4841
/proc/meminfo: memFree=1574352/2059040 swapFree=4192956/4192956
[pid=4841] ppid=4839 vsize=1524184 CPUtime=0.08
/proc/4841/stat : 4841 (java) S 4839 4841 3449 0 -1 4202496 3959 0 1 0 6 2 0 0 18 0 12 0 2830536 1560764416 3398 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4841/statm: 381046 3398 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301275 s]
/proc/loadavg: 1.04 1.10 1.25 3/106 4841
/proc/meminfo: memFree=1574352/2059040 swapFree=4192956/4192956
[pid=4841] ppid=4839 vsize=1526196 CPUtime=0.35
/proc/4841/stat : 4841 (java) S 4839 4841 3449 0 -1 4202496 5313 0 1 0 32 3 0 0 18 0 12 0 2830536 1562824704 4750 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4841/statm: 381549 4750 1361 10 0 378851 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526196

[startup+0.714413 s]
/proc/loadavg: 1.04 1.10 1.25 3/106 4841
/proc/meminfo: memFree=1574352/2059040 swapFree=4192956/4192956
[pid=4841] ppid=4839 vsize=1529380 CPUtime=1.06
/proc/4841/stat : 4841 (java) S 4839 4841 3449 0 -1 4202496 6481 0 1 0 102 4 0 0 18 0 13 0 2830536 1566085120 5873 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4841/statm: 382345 5873 1416 10 0 379647 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 1529380

[startup+1.5014 s]
/proc/loadavg: 1.04 1.10 1.25 2/119 4854
/proc/meminfo: memFree=1554844/2059040 swapFree=4192956/4192956
[pid=4841] ppid=4839 vsize=1529380 CPUtime=2.03
/proc/4841/stat : 4841 (java) S 4839 4841 3449 0 -1 4202496 7485 0 1 0 199 4 0 0 18 0 13 0 2830536 1566085120 6875 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4841/statm: 382345 6875 1440 10 0 379647 0
[pid=4841/tid=4843] ppid=4839 vsize=1529380 CPUtime=1.16
/proc/4841/task/4843/stat : 4843 (java) R 4839 4841 3449 0 -1 4202560 4514 0 1 0 113 3 0 0 25 0 13 0 2830537 1566085120 6875 1992294400 134512640 134550932 4294317120 18446744073709551615 4109727690 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4841/tid=4844] ppid=4839 vsize=1529380 CPUtime=0
/proc/4841/task/4844/stat : 4844 (java) S 4839 4841 3449 0 -1 4202560 117 0 0 0 0 0 0 0 17 0 13 0 2830539 1566085120 6875 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4845] ppid=4839 vsize=1529380 CPUtime=0
/proc/4841/task/4845/stat : 4845 (java) S 4839 4841 3449 0 -1 4202560 73 0 0 0 0 0 0 0 18 0 13 0 2830539 1566085120 6875 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4846] ppid=4839 vsize=1529380 CPUtime=0.01
/proc/4841/task/4846/stat : 4846 (java) S 4839 4841 3449 0 -1 4202560 192 0 0 0 1 0 0 0 15 0 13 0 2830541 1566085120 6875 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 0 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4847] ppid=4839 vsize=1529380 CPUtime=0
/proc/4841/task/4847/stat : 4847 (java) S 4839 4841 3449 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2830541 1566085120 6875 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4848] ppid=4839 vsize=1529380 CPUtime=0
/proc/4841/task/4848/stat : 4848 (java) S 4839 4841 3449 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2830541 1566085120 6875 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4849] ppid=4839 vsize=1529380 CPUtime=0
/proc/4841/task/4849/stat : 4849 (java) S 4839 4841 3449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2830545 1566085120 6875 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4850] ppid=4839 vsize=1529380 CPUtime=0.41
/proc/4841/task/4850/stat : 4850 (java) S 4839 4841 3449 0 -1 4202560 754 0 0 0 41 0 0 0 15 0 13 0 2830545 1566085120 6875 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4851] ppid=4839 vsize=1529380 CPUtime=0.41
/proc/4841/task/4851/stat : 4851 (java) S 4839 4841 3449 0 -1 4202560 771 0 0 0 41 0 0 0 15 0 13 0 2830545 1566085120 6875 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4852] ppid=4839 vsize=1529380 CPUtime=0
/proc/4841/task/4852/stat : 4852 (java) S 4839 4841 3449 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 2830545 1566085120 6875 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4853] ppid=4839 vsize=1529380 CPUtime=0
/proc/4841/task/4853/stat : 4853 (java) S 4839 4841 3449 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2830545 1566085120 6875 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4854] ppid=4839 vsize=1529380 CPUtime=0
/proc/4841/task/4854/stat : 4854 (java) S 4839 4841 3449 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2830571 1566085120 6875 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 1529380

[startup+3.10157 s]
/proc/loadavg: 1.04 1.10 1.25 2/119 4854
/proc/meminfo: memFree=1550504/2059040 swapFree=4192956/4192956
[pid=4841] ppid=4839 vsize=1529380 CPUtime=3.66
/proc/4841/stat : 4841 (java) S 4839 4841 3449 0 -1 4202496 8055 0 1 0 362 4 0 0 18 0 13 0 2830536 1566085120 7442 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4841/statm: 382345 7442 1440 10 0 379647 0
[pid=4841/tid=4843] ppid=4839 vsize=1529380 CPUtime=2.68
/proc/4841/task/4843/stat : 4843 (java) R 4839 4841 3449 0 -1 4202560 4517 0 1 0 265 3 0 0 25 0 13 0 2830537 1566085120 7442 1992294400 134512640 134550932 4294317120 18446744073709551615 4109723112 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4841/tid=4844] ppid=4839 vsize=1529380 CPUtime=0.01
/proc/4841/task/4844/stat : 4844 (java) S 4839 4841 3449 0 -1 4202560 389 0 0 0 1 0 0 0 15 0 13 0 2830539 1566085120 7442 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4845] ppid=4839 vsize=1529380 CPUtime=0
/proc/4841/task/4845/stat : 4845 (java) S 4839 4841 3449 0 -1 4202560 147 0 0 0 0 0 0 0 15 0 13 0 2830539 1566085120 7442 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4846] ppid=4839 vsize=1529380 CPUtime=0.05
/proc/4841/task/4846/stat : 4846 (java) S 4839 4841 3449 0 -1 4202560 407 0 0 0 5 0 0 0 16 0 13 0 2830541 1566085120 7442 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 0 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4847] ppid=4839 vsize=1529380 CPUtime=0
/proc/4841/task/4847/stat : 4847 (java) S 4839 4841 3449 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2830541 1566085120 7442 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4848] ppid=4839 vsize=1529380 CPUtime=0
/proc/4841/task/4848/stat : 4848 (java) S 4839 4841 3449 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2830541 1566085120 7442 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4849] ppid=4839 vsize=1529380 CPUtime=0
/proc/4841/task/4849/stat : 4849 (java) S 4839 4841 3449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2830545 1566085120 7442 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4850] ppid=4839 vsize=1529380 CPUtime=0.45
/proc/4841/task/4850/stat : 4850 (java) S 4839 4841 3449 0 -1 4202560 759 0 0 0 45 0 0 0 15 0 13 0 2830545 1566085120 7442 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4851] ppid=4839 vsize=1529380 CPUtime=0.43
/proc/4841/task/4851/stat : 4851 (java) S 4839 4841 3449 0 -1 4202560 772 0 0 0 43 0 0 0 15 0 13 0 2830545 1566085120 7442 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4852] ppid=4839 vsize=1529380 CPUtime=0
/proc/4841/task/4852/stat : 4852 (java) S 4839 4841 3449 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 2830545 1566085120 7442 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4853] ppid=4839 vsize=1529380 CPUtime=0
/proc/4841/task/4853/stat : 4853 (java) S 4839 4841 3449 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2830545 1566085120 7442 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4854] ppid=4839 vsize=1529380 CPUtime=0
/proc/4841/task/4854/stat : 4854 (java) S 4839 4841 3449 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2830571 1566085120 7442 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 1529380

[startup+6.30092 s]
/proc/loadavg: 1.04 1.10 1.25 2/119 4854
/proc/meminfo: memFree=1549140/2059040 swapFree=4192956/4192956
[pid=4841] ppid=4839 vsize=1528508 CPUtime=6.9
/proc/4841/stat : 4841 (java) S 4839 4841 3449 0 -1 4202496 8305 0 1 0 685 5 0 0 18 0 13 0 2830536 1565192192 7463 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4841/statm: 382127 7463 1440 10 0 379429 0
[pid=4841/tid=4843] ppid=4839 vsize=1528508 CPUtime=5.78
/proc/4841/task/4843/stat : 4843 (java) R 4839 4841 3449 0 -1 4202560 4519 0 1 0 575 3 0 0 25 0 13 0 2830537 1565192192 7463 1992294400 134512640 134550932 4294317120 18446744073709551615 4159799074 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4841/tid=4844] ppid=4839 vsize=1528508 CPUtime=0.02
/proc/4841/task/4844/stat : 4844 (java) S 4839 4841 3449 0 -1 4202560 419 0 0 0 2 0 0 0 15 0 13 0 2830539 1565192192 7463 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4845] ppid=4839 vsize=1528508 CPUtime=0.01
/proc/4841/task/4845/stat : 4845 (java) S 4839 4841 3449 0 -1 4202560 191 0 0 0 1 0 0 0 16 0 13 0 2830539 1565192192 7463 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4846] ppid=4839 vsize=1528508 CPUtime=0.13
/proc/4841/task/4846/stat : 4846 (java) S 4839 4841 3449 0 -1 4202560 576 0 0 0 13 0 0 0 16 0 13 0 2830541 1565192192 7463 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 0 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4847] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4847/stat : 4847 (java) S 4839 4841 3449 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2830541 1565192192 7463 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4848] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4848/stat : 4848 (java) S 4839 4841 3449 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2830541 1565192192 7463 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4849] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4849/stat : 4849 (java) S 4839 4841 3449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2830545 1565192192 7463 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4850] ppid=4839 vsize=1528508 CPUtime=0.47
/proc/4841/task/4850/stat : 4850 (java) S 4839 4841 3449 0 -1 4202560 763 0 0 0 47 0 0 0 15 0 13 0 2830545 1565192192 7463 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4851] ppid=4839 vsize=1528508 CPUtime=0.45
/proc/4841/task/4851/stat : 4851 (java) S 4839 4841 3449 0 -1 4202560 773 0 0 0 45 0 0 0 15 0 13 0 2830545 1565192192 7463 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4852] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4852/stat : 4852 (java) S 4839 4841 3449 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 2830545 1565192192 7463 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4853] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4853/stat : 4853 (java) S 4839 4841 3449 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2830545 1565192192 7463 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4854] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4854/stat : 4854 (java) S 4839 4841 3449 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2830571 1565192192 7463 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 1528508

[startup+12.7026 s]
/proc/loadavg: 1.04 1.09 1.25 2/119 4854
/proc/meminfo: memFree=1548396/2059040 swapFree=4192956/4192956
[pid=4841] ppid=4839 vsize=1528508 CPUtime=13.33
/proc/4841/stat : 4841 (java) S 4839 4841 3449 0 -1 4202496 8446 0 1 0 1328 5 0 0 18 0 13 0 2830536 1565192192 7597 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4841/statm: 382127 7597 1440 10 0 379429 0
[pid=4841/tid=4843] ppid=4839 vsize=1528508 CPUtime=11.97
/proc/4841/task/4843/stat : 4843 (java) R 4839 4841 3449 0 -1 4202560 4525 0 1 0 1194 3 0 0 25 0 13 0 2830537 1565192192 7597 1992294400 134512640 134550932 4294317120 18446744073709551615 4109722568 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4841/tid=4844] ppid=4839 vsize=1528508 CPUtime=0.04
/proc/4841/task/4844/stat : 4844 (java) S 4839 4841 3449 0 -1 4202560 421 0 0 0 4 0 0 0 16 0 13 0 2830539 1565192192 7597 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4845] ppid=4839 vsize=1528508 CPUtime=0.04
/proc/4841/task/4845/stat : 4845 (java) S 4839 4841 3449 0 -1 4202560 192 0 0 0 4 0 0 0 15 0 13 0 2830539 1565192192 7597 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4846] ppid=4839 vsize=1528508 CPUtime=0.3
/proc/4841/task/4846/stat : 4846 (java) S 4839 4841 3449 0 -1 4202560 703 0 0 0 30 0 0 0 15 0 13 0 2830541 1565192192 7597 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 0 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4847] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4847/stat : 4847 (java) S 4839 4841 3449 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2830541 1565192192 7597 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4848] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4848/stat : 4848 (java) S 4839 4841 3449 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2830541 1565192192 7597 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4849] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4849/stat : 4849 (java) S 4839 4841 3449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2830545 1565192192 7597 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4850] ppid=4839 vsize=1528508 CPUtime=0.47
/proc/4841/task/4850/stat : 4850 (java) S 4839 4841 3449 0 -1 4202560 763 0 0 0 47 0 0 0 15 0 13 0 2830545 1565192192 7597 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4851] ppid=4839 vsize=1528508 CPUtime=0.47
/proc/4841/task/4851/stat : 4851 (java) S 4839 4841 3449 0 -1 4202560 778 0 0 0 47 0 0 0 15 0 13 0 2830545 1565192192 7597 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4852] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4852/stat : 4852 (java) S 4839 4841 3449 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 2830545 1565192192 7597 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4853] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4853/stat : 4853 (java) S 4839 4841 3449 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2830545 1565192192 7597 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4854] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4854/stat : 4854 (java) S 4839 4841 3449 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2830571 1565192192 7597 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.33
Current children cumulated vsize (KiB) 1528508

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

[startup+15.9009 s]
/proc/loadavg: 1.03 1.09 1.25 2/119 4854
/proc/meminfo: memFree=1548396/2059040 swapFree=4192956/4192956
[pid=4841] ppid=4839 vsize=1528508 CPUtime=16.54
/proc/4841/stat : 4841 (java) S 4839 4841 3449 0 -1 4202496 8467 0 1 0 1649 5 0 0 18 0 13 0 2830536 1565192192 7615 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4841/statm: 382127 7615 1440 10 0 379429 0
[pid=4841/tid=4843] ppid=4839 vsize=1528508 CPUtime=15.07
/proc/4841/task/4843/stat : 4843 (java) R 4839 4841 3449 0 -1 4202560 4528 0 1 0 1504 3 0 0 25 0 13 0 2830537 1565192192 7615 1992294400 134512640 134550932 4294317120 18446744073709551615 4109722981 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4841/tid=4844] ppid=4839 vsize=1528508 CPUtime=0.05
/proc/4841/task/4844/stat : 4844 (java) S 4839 4841 3449 0 -1 4202560 422 0 0 0 5 0 0 0 16 0 13 0 2830539 1565192192 7615 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4845] ppid=4839 vsize=1528508 CPUtime=0.05

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

/proc/4841/task/4853/stat : 4853 (java) S 4839 4841 3449 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2830545 1565192192 7615 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4854] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4854/stat : 4854 (java) S 4839 4841 3449 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2830571 1565192192 7615 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.54
Current children cumulated vsize (KiB) 1528508

[startup+17.5018 s]
/proc/loadavg: 1.03 1.09 1.25 2/119 4854
/proc/meminfo: memFree=1548396/2059040 swapFree=4192956/4192956
[pid=4841] ppid=4839 vsize=1528508 CPUtime=18.16
/proc/4841/stat : 4841 (java) S 4839 4841 3449 0 -1 4202496 8487 0 1 0 1810 6 0 0 18 0 13 0 2830536 1565192192 7633 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4841/statm: 382127 7633 1440 10 0 379429 0
[pid=4841/tid=4843] ppid=4839 vsize=1528508 CPUtime=16.62
/proc/4841/task/4843/stat : 4843 (java) R 4839 4841 3449 0 -1 4202560 4530 0 1 0 1659 3 0 0 25 0 13 0 2830537 1565192192 7633 1992294400 134512640 134550932 4294317120 18446744073709551615 4109727679 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4841/tid=4844] ppid=4839 vsize=1528508 CPUtime=0.05
/proc/4841/task/4844/stat : 4844 (java) S 4839 4841 3449 0 -1 4202560 422 0 0 0 5 0 0 0 15 0 13 0 2830539 1565192192 7633 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4845] ppid=4839 vsize=1528508 CPUtime=0.06
/proc/4841/task/4845/stat : 4845 (java) S 4839 4841 3449 0 -1 4202560 192 0 0 0 6 0 0 0 16 0 13 0 2830539 1565192192 7633 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4846] ppid=4839 vsize=1528508 CPUtime=0.41
/proc/4841/task/4846/stat : 4846 (java) S 4839 4841 3449 0 -1 4202560 736 0 0 0 41 0 0 0 15 0 13 0 2830541 1565192192 7633 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 0 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4847] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4847/stat : 4847 (java) S 4839 4841 3449 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2830541 1565192192 7633 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4848] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4848/stat : 4848 (java) S 4839 4841 3449 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2830541 1565192192 7633 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4849] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4849/stat : 4849 (java) S 4839 4841 3449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2830545 1565192192 7633 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4850] ppid=4839 vsize=1528508 CPUtime=0.47
/proc/4841/task/4850/stat : 4850 (java) S 4839 4841 3449 0 -1 4202560 763 0 0 0 47 0 0 0 15 0 13 0 2830545 1565192192 7633 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4851] ppid=4839 vsize=1528508 CPUtime=0.49
/proc/4841/task/4851/stat : 4851 (java) S 4839 4841 3449 0 -1 4202560 780 0 0 0 49 0 0 0 15 0 13 0 2830545 1565192192 7633 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4852] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4852/stat : 4852 (java) S 4839 4841 3449 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 2830545 1565192192 7633 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4853] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4853/stat : 4853 (java) S 4839 4841 3449 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2830545 1565192192 7633 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4854] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4854/stat : 4854 (java) S 4839 4841 3449 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2830571 1565192192 7633 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18.16
Current children cumulated vsize (KiB) 1528508

[startup+19.1018 s]
/proc/loadavg: 1.03 1.09 1.25 2/119 4854
/proc/meminfo: memFree=1548396/2059040 swapFree=4192956/4192956
[pid=4841] ppid=4839 vsize=1528508 CPUtime=19.77
/proc/4841/stat : 4841 (java) S 4839 4841 3449 0 -1 4202496 8523 0 1 0 1971 6 0 0 18 0 13 0 2830536 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4841/statm: 382127 7667 1440 10 0 379429 0
[pid=4841/tid=4843] ppid=4839 vsize=1528508 CPUtime=18.16
/proc/4841/task/4843/stat : 4843 (java) R 4839 4841 3449 0 -1 4202560 4532 0 1 0 1813 3 0 0 25 0 13 0 2830537 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4109792446 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4841/tid=4844] ppid=4839 vsize=1528508 CPUtime=0.06
/proc/4841/task/4844/stat : 4844 (java) S 4839 4841 3449 0 -1 4202560 423 0 0 0 6 0 0 0 15 0 13 0 2830539 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4845] ppid=4839 vsize=1528508 CPUtime=0.06
/proc/4841/task/4845/stat : 4845 (java) S 4839 4841 3449 0 -1 4202560 192 0 0 0 6 0 0 0 16 0 13 0 2830539 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4846] ppid=4839 vsize=1528508 CPUtime=0.46
/proc/4841/task/4846/stat : 4846 (java) S 4839 4841 3449 0 -1 4202560 769 0 0 0 46 0 0 0 16 0 13 0 2830541 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 0 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4847] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4847/stat : 4847 (java) S 4839 4841 3449 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2830541 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4848] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4848/stat : 4848 (java) S 4839 4841 3449 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2830541 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4849] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4849/stat : 4849 (java) S 4839 4841 3449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2830545 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4850] ppid=4839 vsize=1528508 CPUtime=0.47
/proc/4841/task/4850/stat : 4850 (java) S 4839 4841 3449 0 -1 4202560 763 0 0 0 47 0 0 0 15 0 13 0 2830545 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4851] ppid=4839 vsize=1528508 CPUtime=0.5
/proc/4841/task/4851/stat : 4851 (java) S 4839 4841 3449 0 -1 4202560 780 0 0 0 50 0 0 0 15 0 13 0 2830545 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4852] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4852/stat : 4852 (java) S 4839 4841 3449 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 2830545 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4853] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4853/stat : 4853 (java) S 4839 4841 3449 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2830545 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4854] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4854/stat : 4854 (java) S 4839 4841 3449 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2830571 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19.77
Current children cumulated vsize (KiB) 1528508

[startup+19.9018 s]
/proc/loadavg: 1.03 1.09 1.25 2/119 4854
/proc/meminfo: memFree=1548272/2059040 swapFree=4192956/4192956
[pid=4841] ppid=4839 vsize=1528508 CPUtime=20.57
/proc/4841/stat : 4841 (java) S 4839 4841 3449 0 -1 4202496 8524 0 1 0 2051 6 0 0 18 0 13 0 2830536 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4841/statm: 382127 7667 1440 10 0 379429 0
[pid=4841/tid=4843] ppid=4839 vsize=1528508 CPUtime=18.93
/proc/4841/task/4843/stat : 4843 (java) R 4839 4841 3449 0 -1 4202560 4533 0 1 0 1890 3 0 0 25 0 13 0 2830537 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4109661277 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4841/tid=4844] ppid=4839 vsize=1528508 CPUtime=0.06
/proc/4841/task/4844/stat : 4844 (java) S 4839 4841 3449 0 -1 4202560 423 0 0 0 6 0 0 0 16 0 13 0 2830539 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4845] ppid=4839 vsize=1528508 CPUtime=0.07
/proc/4841/task/4845/stat : 4845 (java) S 4839 4841 3449 0 -1 4202560 192 0 0 0 7 0 0 0 16 0 13 0 2830539 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4846] ppid=4839 vsize=1528508 CPUtime=0.48
/proc/4841/task/4846/stat : 4846 (java) S 4839 4841 3449 0 -1 4202560 769 0 0 0 48 0 0 0 16 0 13 0 2830541 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 0 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4847] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4847/stat : 4847 (java) S 4839 4841 3449 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2830541 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4848] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4848/stat : 4848 (java) S 4839 4841 3449 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2830541 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4849] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4849/stat : 4849 (java) S 4839 4841 3449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2830545 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4850] ppid=4839 vsize=1528508 CPUtime=0.47
/proc/4841/task/4850/stat : 4850 (java) S 4839 4841 3449 0 -1 4202560 763 0 0 0 47 0 0 0 15 0 13 0 2830545 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4851] ppid=4839 vsize=1528508 CPUtime=0.5
/proc/4841/task/4851/stat : 4851 (java) S 4839 4841 3449 0 -1 4202560 780 0 0 0 50 0 0 0 15 0 13 0 2830545 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4852] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4852/stat : 4852 (java) S 4839 4841 3449 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 2830545 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4853] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4853/stat : 4853 (java) S 4839 4841 3449 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2830545 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4854] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4854/stat : 4854 (java) S 4839 4841 3449 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2830571 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.57
Current children cumulated vsize (KiB) 1528508

[startup+20.1017 s]
/proc/loadavg: 1.03 1.09 1.25 2/119 4854
/proc/meminfo: memFree=1548272/2059040 swapFree=4192956/4192956
[pid=4841] ppid=4839 vsize=1528508 CPUtime=20.77
/proc/4841/stat : 4841 (java) S 4839 4841 3449 0 -1 4202496 8524 0 1 0 2071 6 0 0 18 0 13 0 2830536 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4841/statm: 382127 7667 1440 10 0 379429 0
[pid=4841/tid=4843] ppid=4839 vsize=1528508 CPUtime=19.13
/proc/4841/task/4843/stat : 4843 (java) R 4839 4841 3449 0 -1 4202560 4533 0 1 0 1910 3 0 0 25 0 13 0 2830537 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4109711010 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4841/tid=4844] ppid=4839 vsize=1528508 CPUtime=0.06
/proc/4841/task/4844/stat : 4844 (java) S 4839 4841 3449 0 -1 4202560 423 0 0 0 6 0 0 0 16 0 13 0 2830539 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4845] ppid=4839 vsize=1528508 CPUtime=0.07
/proc/4841/task/4845/stat : 4845 (java) S 4839 4841 3449 0 -1 4202560 192 0 0 0 7 0 0 0 16 0 13 0 2830539 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4846] ppid=4839 vsize=1528508 CPUtime=0.48
/proc/4841/task/4846/stat : 4846 (java) S 4839 4841 3449 0 -1 4202560 769 0 0 0 48 0 0 0 16 0 13 0 2830541 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 0 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4847] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4847/stat : 4847 (java) S 4839 4841 3449 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2830541 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4848] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4848/stat : 4848 (java) S 4839 4841 3449 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2830541 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4849] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4849/stat : 4849 (java) S 4839 4841 3449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2830545 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4850] ppid=4839 vsize=1528508 CPUtime=0.47
/proc/4841/task/4850/stat : 4850 (java) S 4839 4841 3449 0 -1 4202560 763 0 0 0 47 0 0 0 15 0 13 0 2830545 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4851] ppid=4839 vsize=1528508 CPUtime=0.5
/proc/4841/task/4851/stat : 4851 (java) S 4839 4841 3449 0 -1 4202560 780 0 0 0 50 0 0 0 15 0 13 0 2830545 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4852] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4852/stat : 4852 (java) S 4839 4841 3449 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 2830545 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4853] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4853/stat : 4853 (java) S 4839 4841 3449 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2830545 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4854] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4854/stat : 4854 (java) S 4839 4841 3449 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2830571 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.77
Current children cumulated vsize (KiB) 1528508

[startup+20.2017 s]
/proc/loadavg: 1.03 1.09 1.25 2/119 4854
/proc/meminfo: memFree=1548272/2059040 swapFree=4192956/4192956
[pid=4841] ppid=4839 vsize=1528508 CPUtime=20.87
/proc/4841/stat : 4841 (java) S 4839 4841 3449 0 -1 4202496 8524 0 1 0 2081 6 0 0 18 0 13 0 2830536 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4841/statm: 382127 7667 1440 10 0 379429 0
[pid=4841/tid=4843] ppid=4839 vsize=1528508 CPUtime=19.23
/proc/4841/task/4843/stat : 4843 (java) R 4839 4841 3449 0 -1 4202560 4533 0 1 0 1920 3 0 0 25 0 13 0 2830537 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4109657850 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4841/tid=4844] ppid=4839 vsize=1528508 CPUtime=0.06
/proc/4841/task/4844/stat : 4844 (java) S 4839 4841 3449 0 -1 4202560 423 0 0 0 6 0 0 0 16 0 13 0 2830539 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4845] ppid=4839 vsize=1528508 CPUtime=0.07
/proc/4841/task/4845/stat : 4845 (java) S 4839 4841 3449 0 -1 4202560 192 0 0 0 7 0 0 0 16 0 13 0 2830539 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4846] ppid=4839 vsize=1528508 CPUtime=0.48
/proc/4841/task/4846/stat : 4846 (java) S 4839 4841 3449 0 -1 4202560 769 0 0 0 48 0 0 0 16 0 13 0 2830541 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 0 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4847] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4847/stat : 4847 (java) S 4839 4841 3449 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2830541 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4848] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4848/stat : 4848 (java) S 4839 4841 3449 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2830541 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4849] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4849/stat : 4849 (java) S 4839 4841 3449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2830545 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4850] ppid=4839 vsize=1528508 CPUtime=0.47
/proc/4841/task/4850/stat : 4850 (java) S 4839 4841 3449 0 -1 4202560 763 0 0 0 47 0 0 0 15 0 13 0 2830545 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4851] ppid=4839 vsize=1528508 CPUtime=0.5
/proc/4841/task/4851/stat : 4851 (java) S 4839 4841 3449 0 -1 4202560 780 0 0 0 50 0 0 0 15 0 13 0 2830545 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4852] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4852/stat : 4852 (java) S 4839 4841 3449 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 2830545 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 0 0 0 0
[pid=4841/tid=4853] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4853/stat : 4853 (java) S 4839 4841 3449 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2830545 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
[pid=4841/tid=4854] ppid=4839 vsize=1528508 CPUtime=0
/proc/4841/task/4854/stat : 4854 (java) S 4839 4841 3449 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2830571 1565192192 7667 1992294400 134512640 134550932 4294317120 18446744073709551615 4294960144 0 4 0 16800975 18446604437836397248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.87
Current children cumulated vsize (KiB) 1528508

Child status: 10
Real time (s): 20.2987
CPU time (s): 20.9688
CPU user time (s): 20.9008
CPU system time (s): 0.067989
CPU usage (%): 103.301
Max. virtual memory (cumulated for all children) (KiB): 1529380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.9008
system time used= 0.067989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8541
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= 961
involuntary context switches= 762

runsolver used 0.046992 second user time and 0.12598 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-11 18:04:52
IDJOB=2659316
IDBENCH=1179
IDSOLVER=1164
FILE ID=node015/2659316-1276272292
PBS_JOBID= 11172196
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.1110971766.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659316-1276272292/watcher-2659316-1276272292 -o /tmp/evaluation-result-2659316-1276272292/solver-2659316-1276272292 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659316-1276272292.opb

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

MD5SUM BENCH= 4ce656c7025396ed91a180996d592d66
RANDOM SEED=2110022118

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1574624 kB
Buffers:         50020 kB
Cached:         307612 kB
SwapCached:          0 kB
Active:         167960 kB
Inactive:       249368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1574624 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             400 kB
Writeback:           0 kB
AnonPages:       59668 kB
Mapped:          15476 kB
Slab:            45092 kB
PageTables:       4080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180704 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 node015 at 2010-06-11 18:05:12