Trace number 2658674

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26OPT8034 21.8717 19.7253

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
poldner/PB/testset/normalized-10_20.opb
MD5SUMdfa433e4e6a88cd1c776cef0a80ce991
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8034
Best CPU time to get the best result obtained on this benchmark0.012997
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 8034
Optimality of the best value was proved YES
Number of variables210
Total number of constraints220
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint10
Number of terms in the objective function 210
Biggest coefficient in the objective function 2937
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 109101
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 2937
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 109101
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.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-2658674-1276629899.opb
0.23/0.20	c reading problem ... 
0.35/0.30	c ... done. Wall clock time 0.096s.
0.35/0.30	c #vars     210
0.35/0.30	c #constraints  240
0.35/0.30	c constraints type 
0.35/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20
0.35/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.35/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
0.35/0.33	c SATISFIABLE
0.35/0.33	c OPTIMIZING...
0.35/0.33	c Got one! Elapsed wall clock time (in seconds):0.122
0.35/0.33	o 10101
0.35/0.35	c Got one! Elapsed wall clock time (in seconds):0.15
0.35/0.35	o 9443
0.35/0.39	c Got one! Elapsed wall clock time (in seconds):0.182
0.35/0.39	o 8034
1.86/1.21	c cleaning 2495 clauses out of 5001 with flag 5001/5001
2.30/1.66	c cleaning 4247 clauses out of 8505 with flag 11000/11000
2.81/2.15	c cleaning 5623 clauses out of 11258 with flag 18000/18000
3.41/2.74	c cleaning 6814 clauses out of 13636 with flag 26001/26001
4.04/3.35	c cleaning 7906 clauses out of 15821 with flag 35000/35000
4.64/3.99	c cleaning 8954 clauses out of 17916 with flag 45001/45001
5.44/4.70	c cleaning 9473 clauses out of 18961 with flag 55000/55000
6.05/5.36	c cleaning 9742 clauses out of 19489 with flag 65001/65001
6.74/6.09	c cleaning 9872 clauses out of 19747 with flag 75001/75001
7.45/6.78	c cleaning 9937 clauses out of 19874 with flag 85000/85000
8.15/7.44	c cleaning 9969 clauses out of 19938 with flag 95001/95001
9.09/8.22	c cleaning 9978 clauses out of 19968 with flag 105000/105000
10.35/9.13	c cleaning 9990 clauses out of 19990 with flag 115001/115001
11.46/9.93	c cleaning 9994 clauses out of 20000 with flag 125001/125001
12.61/10.75	c cleaning 9996 clauses out of 20005 with flag 135000/135000
13.54/11.48	c cleaning 10003 clauses out of 20009 with flag 145000/145000
14.45/12.34	c cleaning 9999 clauses out of 20007 with flag 155002/155002
15.35/13.22	c cleaning 9998 clauses out of 20007 with flag 165001/165001
16.25/14.16	c cleaning 10003 clauses out of 20011 with flag 175003/175003
17.25/15.10	c cleaning 9997 clauses out of 20006 with flag 185001/185001
18.15/16.01	c cleaning 10001 clauses out of 20008 with flag 195000/195000
19.05/16.92	c cleaning 10004 clauses out of 20007 with flag 205000/205000
19.97/17.82	c cleaning 9996 clauses out of 20002 with flag 215000/215000
20.88/18.75	c cleaning 10003 clauses out of 20010 with flag 225004/225004
21.79/19.66	c starts		: 122
21.79/19.66	c conflicts		: 234645
21.79/19.66	c decisions		: 300061
21.79/19.66	c propagations		: 4171393
21.79/19.66	c inspects		: 38923909
21.79/19.66	c learnt literals	: 20
21.79/19.66	c learnt binary clauses	: 74
21.79/19.66	c learnt ternary clauses	: 269
21.79/19.66	c learnt clauses	: 234624
21.79/19.66	c ignored clauses	: 0
21.79/19.66	c root simplifications	: 0
21.79/19.66	c removed literals (reason simplification)	: 1494215
21.79/19.66	c reason swapping (by a shorter reason)	: 0
21.79/19.66	c Calls to reduceDB	: 24
21.79/19.66	c number of reductions to clauses (during analyze)	: 0
21.79/19.66	c number of learned constraints concerned by reduction	: 0
21.79/19.66	c number of learning phase by resolution	: 0
21.79/19.66	c number of learning phase by cutting planes	: 0
21.79/19.66	c speed (assignments/second)	: 216482.0696455447
21.79/19.66	c non guided choices	0
21.79/19.66	c learnt constraints type 
21.79/19.66	c constraints type 
21.79/19.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20
21.79/19.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
21.79/19.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
21.79/19.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 0
21.79/19.67	s OPTIMUM FOUND
21.79/19.67	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 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 x178 -x179 -x180 x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210 
21.79/19.67	c objective function=8034
21.79/19.67	c Total wall clock time (in seconds): 19.463

Verifier Data

OK	8034

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658674-1276629899/watcher-2658674-1276629899 -o /tmp/evaluation-result-2658674-1276629899/solver-2658674-1276629899 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658674-1276629899.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.01 1.42 1.67 3/105 11110
/proc/meminfo: memFree=1837876/2059040 swapFree=4192956/4192956
[pid=11110] ppid=11108 vsize=1832 CPUtime=0
/proc/11110/stat : 11110 (java6) S 11108 11110 10844 0 -1 4194304 252 0 0 0 0 0 0 0 25 0 1 0 4283464 1875968 154 1992294400 134512640 134550932 4290875088 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699326142 0 0 17 1 0 0 0
/proc/11110/statm: 458 154 116 10 0 63 0

[startup+0.0787569 s]
/proc/loadavg: 1.01 1.42 1.67 3/105 11110
/proc/meminfo: memFree=1837876/2059040 swapFree=4192956/4192956
[pid=11110] ppid=11108 vsize=1521796 CPUtime=0.06
/proc/11110/stat : 11110 (java) S 11108 11110 10844 0 -1 4202496 3773 0 1 0 4 2 0 0 25 0 7 0 4283464 1558319104 3213 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/11110/statm: 380449 3214 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.100753 s]
/proc/loadavg: 1.01 1.42 1.67 3/105 11110
/proc/meminfo: memFree=1837876/2059040 swapFree=4192956/4192956
[pid=11110] ppid=11108 vsize=1524184 CPUtime=0.08
/proc/11110/stat : 11110 (java) S 11108 11110 10844 0 -1 4202496 3965 0 1 0 6 2 0 0 25 0 12 0 4283464 1560764416 3403 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11110/statm: 381046 3403 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300782 s]
/proc/loadavg: 1.01 1.42 1.67 3/105 11110
/proc/meminfo: memFree=1837876/2059040 swapFree=4192956/4192956
[pid=11110] ppid=11108 vsize=1526088 CPUtime=0.35
/proc/11110/stat : 11110 (java) S 11108 11110 10844 0 -1 4202496 5307 0 1 0 32 3 0 0 25 0 12 0 4283464 1562714112 4743 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11110/statm: 381522 4743 1361 10 0 378824 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526088

[startup+0.700835 s]
/proc/loadavg: 1.01 1.42 1.67 3/105 11110
/proc/meminfo: memFree=1837876/2059040 swapFree=4192956/4192956
[pid=11110] ppid=11108 vsize=1528472 CPUtime=1.07
/proc/11110/stat : 11110 (java) S 11108 11110 10844 0 -1 4202496 6513 0 1 0 103 4 0 0 25 0 13 0 4283464 1565155328 5801 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11110/statm: 382118 5801 1416 10 0 379420 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1528472

[startup+1.50192 s]
/proc/loadavg: 1.17 1.44 1.68 2/118 11123
/proc/meminfo: memFree=1818188/2059040 swapFree=4192956/4192956
[pid=11110] ppid=11108 vsize=1528620 CPUtime=2.19
/proc/11110/stat : 11110 (java) S 11108 11110 10844 0 -1 4202496 7752 0 1 0 215 4 0 0 25 0 13 0 4283464 1565306880 7036 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11110/statm: 382155 7036 1440 10 0 379457 0
[pid=11110/tid=11112] ppid=11108 vsize=1528620 CPUtime=1.29
/proc/11110/task/11112/stat : 11112 (java) R 11108 11110 10844 0 -1 4202560 4936 0 1 0 127 2 0 0 25 0 13 0 4283465 1565306880 7036 1992294400 134512640 134550932 4294422128 18446744073709551615 4109325703 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11110/tid=11113] ppid=11108 vsize=1528620 CPUtime=0
/proc/11110/task/11113/stat : 11113 (java) S 11108 11110 10844 0 -1 4202560 117 0 0 0 0 0 0 0 18 0 13 0 4283467 1565306880 7036 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11114] ppid=11108 vsize=1528620 CPUtime=0
/proc/11110/task/11114/stat : 11114 (java) S 11108 11110 10844 0 -1 4202560 91 0 0 0 0 0 0 0 18 0 13 0 4283467 1565306880 7036 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11115] ppid=11108 vsize=1528620 CPUtime=0.01
/proc/11110/task/11115/stat : 11115 (java) S 11108 11110 10844 0 -1 4202560 207 0 0 0 1 0 0 0 16 0 13 0 4283468 1565306880 7036 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 0 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11116] ppid=11108 vsize=1528620 CPUtime=0
/proc/11110/task/11116/stat : 11116 (java) S 11108 11110 10844 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4283469 1565306880 7036 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11117] ppid=11108 vsize=1528620 CPUtime=0
/proc/11110/task/11117/stat : 11117 (java) S 11108 11110 10844 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4283469 1565306880 7036 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11118] ppid=11108 vsize=1528620 CPUtime=0
/proc/11110/task/11118/stat : 11118 (java) S 11108 11110 10844 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4283473 1565306880 7036 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11119] ppid=11108 vsize=1528620 CPUtime=0.36
/proc/11110/task/11119/stat : 11119 (java) S 11108 11110 10844 0 -1 4202560 555 0 0 0 36 0 0 0 23 0 13 0 4283473 1565306880 7036 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11120] ppid=11108 vsize=1528620 CPUtime=0.47
/proc/11110/task/11120/stat : 11120 (java) S 11108 11110 10844 0 -1 4202560 776 0 0 0 47 0 0 0 23 0 13 0 4283473 1565306880 7036 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11121] ppid=11108 vsize=1528620 CPUtime=0
/proc/11110/task/11121/stat : 11121 (java) S 11108 11110 10844 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4283473 1565306880 7036 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11122] ppid=11108 vsize=1528620 CPUtime=0
/proc/11110/task/11122/stat : 11122 (java) R 11108 11110 10844 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4283473 1565306880 7036 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11110/tid=11123] ppid=11108 vsize=1528620 CPUtime=0
/proc/11110/task/11123/stat : 11123 (java) S 11108 11110 10844 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4283496 1565306880 7036 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 1528620

[startup+3.10209 s]
/proc/loadavg: 1.17 1.44 1.68 2/118 11123
/proc/meminfo: memFree=1813352/2059040 swapFree=4192956/4192956
[pid=11110] ppid=11108 vsize=1528620 CPUtime=3.83
/proc/11110/stat : 11110 (java) S 11108 11110 10844 0 -1 4202496 8375 0 1 0 379 4 0 0 25 0 13 0 4283464 1565306880 7656 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11110/statm: 382155 7656 1440 10 0 379457 0
[pid=11110/tid=11112] ppid=11108 vsize=1528620 CPUtime=2.76
/proc/11110/task/11112/stat : 11112 (java) R 11108 11110 10844 0 -1 4202560 4938 0 1 0 274 2 0 0 25 0 13 0 4283465 1565306880 7656 1992294400 134512640 134550932 4294422128 18446744073709551615 4109417215 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11110/tid=11113] ppid=11108 vsize=1528620 CPUtime=0
/proc/11110/task/11113/stat : 11113 (java) S 11108 11110 10844 0 -1 4202560 245 0 0 0 0 0 0 0 16 0 13 0 4283467 1565306880 7656 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11114] ppid=11108 vsize=1528620 CPUtime=0.01
/proc/11110/task/11114/stat : 11114 (java) S 11108 11110 10844 0 -1 4202560 372 0 0 0 1 0 0 0 15 0 13 0 4283467 1565306880 7656 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11115] ppid=11108 vsize=1528620 CPUtime=0.08
/proc/11110/task/11115/stat : 11115 (java) S 11108 11110 10844 0 -1 4202560 409 0 0 0 8 0 0 0 16 0 13 0 4283468 1565306880 7656 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 0 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11116] ppid=11108 vsize=1528620 CPUtime=0
/proc/11110/task/11116/stat : 11116 (java) S 11108 11110 10844 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4283469 1565306880 7656 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11117] ppid=11108 vsize=1528620 CPUtime=0
/proc/11110/task/11117/stat : 11117 (java) S 11108 11110 10844 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4283469 1565306880 7656 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11118] ppid=11108 vsize=1528620 CPUtime=0
/proc/11110/task/11118/stat : 11118 (java) S 11108 11110 10844 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4283473 1565306880 7656 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11119] ppid=11108 vsize=1528620 CPUtime=0.42
/proc/11110/task/11119/stat : 11119 (java) S 11108 11110 10844 0 -1 4202560 561 0 0 0 42 0 0 0 15 0 13 0 4283473 1565306880 7656 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11120] ppid=11108 vsize=1528620 CPUtime=0.51
/proc/11110/task/11120/stat : 11120 (java) S 11108 11110 10844 0 -1 4202560 780 0 0 0 51 0 0 0 17 0 13 0 4283473 1565306880 7656 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11121] ppid=11108 vsize=1528620 CPUtime=0
/proc/11110/task/11121/stat : 11121 (java) S 11108 11110 10844 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4283473 1565306880 7656 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11122] ppid=11108 vsize=1528620 CPUtime=0
/proc/11110/task/11122/stat : 11122 (java) S 11108 11110 10844 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4283473 1565306880 7656 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11123] ppid=11108 vsize=1528620 CPUtime=0
/proc/11110/task/11123/stat : 11123 (java) S 11108 11110 10844 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4283496 1565306880 7656 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 1528620

[startup+6.30145 s]
/proc/loadavg: 1.16 1.44 1.67 2/118 11123
/proc/meminfo: memFree=1811120/2059040 swapFree=4192956/4192956
[pid=11110] ppid=11108 vsize=1528620 CPUtime=7.05
/proc/11110/stat : 11110 (java) S 11108 11110 10844 0 -1 4202496 8660 0 1 0 700 5 0 0 25 0 13 0 4283464 1565306880 7934 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11110/statm: 382155 7934 1440 10 0 379457 0
[pid=11110/tid=11112] ppid=11108 vsize=1528620 CPUtime=5.82
/proc/11110/task/11112/stat : 11112 (java) R 11108 11110 10844 0 -1 4202560 4944 0 1 0 580 2 0 0 25 0 13 0 4283465 1565306880 7934 1992294400 134512640 134550932 4294422128 18446744073709551615 4109417264 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11110/tid=11113] ppid=11108 vsize=1528620 CPUtime=0.02
/proc/11110/task/11113/stat : 11113 (java) S 11108 11110 10844 0 -1 4202560 249 0 0 0 2 0 0 0 16 0 13 0 4283467 1565306880 7934 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11114] ppid=11108 vsize=1528620 CPUtime=0.02
/proc/11110/task/11114/stat : 11114 (java) S 11108 11110 10844 0 -1 4202560 383 0 0 0 2 0 0 0 15 0 13 0 4283467 1565306880 7934 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11115] ppid=11108 vsize=1528620 CPUtime=0.2
/proc/11110/task/11115/stat : 11115 (java) S 11108 11110 10844 0 -1 4202560 673 0 0 0 20 0 0 0 16 0 13 0 4283468 1565306880 7934 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 0 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11116] ppid=11108 vsize=1528620 CPUtime=0
/proc/11110/task/11116/stat : 11116 (java) S 11108 11110 10844 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4283469 1565306880 7934 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11117] ppid=11108 vsize=1528620 CPUtime=0
/proc/11110/task/11117/stat : 11117 (java) S 11108 11110 10844 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4283469 1565306880 7934 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11118] ppid=11108 vsize=1528620 CPUtime=0
/proc/11110/task/11118/stat : 11118 (java) S 11108 11110 10844 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4283473 1565306880 7934 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11119] ppid=11108 vsize=1528620 CPUtime=0.42
/proc/11110/task/11119/stat : 11119 (java) S 11108 11110 10844 0 -1 4202560 561 0 0 0 42 0 0 0 15 0 13 0 4283473 1565306880 7934 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11120] ppid=11108 vsize=1528620 CPUtime=0.51
/proc/11110/task/11120/stat : 11120 (java) S 11108 11110 10844 0 -1 4202560 780 0 0 0 51 0 0 0 17 0 13 0 4283473 1565306880 7934 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11121] ppid=11108 vsize=1528620 CPUtime=0
/proc/11110/task/11121/stat : 11121 (java) S 11108 11110 10844 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4283473 1565306880 7934 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11122] ppid=11108 vsize=1528620 CPUtime=0
/proc/11110/task/11122/stat : 11122 (java) S 11108 11110 10844 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4283473 1565306880 7934 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11123] ppid=11108 vsize=1528620 CPUtime=0
/proc/11110/task/11123/stat : 11123 (java) S 11108 11110 10844 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4283496 1565306880 7934 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 1528620

[startup+12.7022 s]
/proc/loadavg: 1.14 1.43 1.67 2/118 11123
/proc/meminfo: memFree=1798224/2059040 swapFree=4192956/4192956
[pid=11110] ppid=11108 vsize=1540908 CPUtime=14.85
/proc/11110/stat : 11110 (java) S 11108 11110 10844 0 -1 4202496 14771 0 1 0 1478 7 0 0 25 0 13 0 4283464 1577889792 11108 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11110/statm: 385227 11108 1440 10 0 382529 0
[pid=11110/tid=11112] ppid=11108 vsize=1540908 CPUtime=11.91
/proc/11110/task/11112/stat : 11112 (java) R 11108 11110 10844 0 -1 4202560 4954 0 1 0 1189 2 0 0 25 0 13 0 4283465 1577889792 11108 1992294400 134512640 134550932 4294422128 18446744073709551615 4109355915 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11110/tid=11113] ppid=11108 vsize=1540908 CPUtime=0.04
/proc/11110/task/11113/stat : 11113 (java) S 11108 11110 10844 0 -1 4202560 284 0 0 0 4 0 0 0 15 0 13 0 4283467 1577889792 11108 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11114] ppid=11108 vsize=1540908 CPUtime=0.04
/proc/11110/task/11114/stat : 11114 (java) S 11108 11110 10844 0 -1 4202560 417 0 0 0 4 0 0 0 15 0 13 0 4283467 1577889792 11108 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11115] ppid=11108 vsize=1540908 CPUtime=0.4
/proc/11110/task/11115/stat : 11115 (java) S 11108 11110 10844 0 -1 4202560 723 0 0 0 40 0 0 0 16 0 13 0 4283468 1577889792 11108 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 0 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11116] ppid=11108 vsize=1540908 CPUtime=0
/proc/11110/task/11116/stat : 11116 (java) S 11108 11110 10844 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4283469 1577889792 11108 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11117] ppid=11108 vsize=1540908 CPUtime=0
/proc/11110/task/11117/stat : 11117 (java) S 11108 11110 10844 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4283469 1577889792 11108 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11118] ppid=11108 vsize=1540908 CPUtime=0
/proc/11110/task/11118/stat : 11118 (java) S 11108 11110 10844 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4283473 1577889792 11108 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11119] ppid=11108 vsize=1540908 CPUtime=0.5
/proc/11110/task/11119/stat : 11119 (java) S 11108 11110 10844 0 -1 4202560 562 0 0 0 50 0 0 0 15 0 13 0 4283473 1577889792 11108 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11120] ppid=11108 vsize=1540908 CPUtime=1.9
/proc/11110/task/11120/stat : 11120 (java) S 11108 11110 10844 0 -1 4202560 6761 0 0 0 188 2 0 0 15 0 13 0 4283473 1577889792 11108 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11121] ppid=11108 vsize=1540908 CPUtime=0
/proc/11110/task/11121/stat : 11121 (java) S 11108 11110 10844 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4283473 1577889792 11108 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11122] ppid=11108 vsize=1540908 CPUtime=0
/proc/11110/task/11122/stat : 11122 (java) S 11108 11110 10844 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4283473 1577889792 11108 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11123] ppid=11108 vsize=1540908 CPUtime=0
/proc/11110/task/11123/stat : 11123 (java) S 11108 11110 10844 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4283496 1577889792 11108 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.85
Current children cumulated vsize (KiB) 1540908

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

[startup+15.9015 s]
/proc/loadavg: 1.13 1.42 1.67 2/118 11123
/proc/meminfo: memFree=1798100/2059040 swapFree=4192956/4192956
[pid=11110] ppid=11108 vsize=1535788 CPUtime=18.05
/proc/11110/stat : 11110 (java) S 11108 11110 10844 0 -1 4202496 14796 0 1 0 1798 7 0 0 25 0 13 0 4283464 1572646912 9905 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11110/statm: 383947 9905 1440 10 0 381249 0
[pid=11110/tid=11112] ppid=11108 vsize=1535788 CPUtime=15.01
/proc/11110/task/11112/stat : 11112 (java) R 11108 11110 10844 0 -1 4202560 4957 0 1 0 1499 2 0 0 25 0 13 0 4283465 1572646912 9905 1992294400 134512640 134550932 4294422128 18446744073709551615 4109376172 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11110/tid=11113] ppid=11108 vsize=1535788 CPUtime=0.05
/proc/11110/task/11113/stat : 11113 (java) S 11108 11110 10844 0 -1 4202560 284 0 0 0 5 0 0 0 15 0 13 0 4283467 1572646912 9905 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11114] ppid=11108 vsize=1535788 CPUtime=0.05
/proc/11110/task/11114/stat : 11114 (java) S 11108 11110 10844 0 -1 4202560 418 0 0 0 5 0 0 0 15 0 13 0 4283467 1572646912 9905 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11115] ppid=11108 vsize=1535788 CPUtime=0.48
/proc/11110/task/11115/stat : 11115 (java) S 11108 11110 10844 0 -1 4202560 744 0 0 0 48 0 0 0 16 0 13 0 4283468 1572646912 9905 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 0 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11116] ppid=11108 vsize=1535788 CPUtime=0
/proc/11110/task/11116/stat : 11116 (java) S 11108 11110 10844 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4283469 1572646912 9905 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11117] ppid=11108 vsize=1535788 CPUtime=0
/proc/11110/task/11117/stat : 11117 (java) S 11108 11110 10844 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4283469 1572646912 9905 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11118] ppid=11108 vsize=1535788 CPUtime=0
/proc/11110/task/11118/stat : 11118 (java) S 11108 11110 10844 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4283473 1572646912 9905 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11119] ppid=11108 vsize=1535788 CPUtime=0.5
/proc/11110/task/11119/stat : 11119 (java) S 11108 11110 10844 0 -1 4202560 562 0 0 0 50 0 0 0 15 0 13 0 4283473 1572646912 9905 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11120] ppid=11108 vsize=1535788 CPUtime=1.9
/proc/11110/task/11120/stat : 11120 (java) S 11108 11110 10844 0 -1 4202560 6761 0 0 0 188 2 0 0 15 0 13 0 4283473 1572646912 9905 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11121] ppid=11108 vsize=1535788 CPUtime=0
/proc/11110/task/11121/stat : 11121 (java) S 11108 11110 10844 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4283473 1572646912 9905 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11122] ppid=11108 vsize=1535788 CPUtime=0
/proc/11110/task/11122/stat : 11122 (java) S 11108 11110 10844 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4283473 1572646912 9905 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11123] ppid=11108 vsize=1535788 CPUtime=0
/proc/11110/task/11123/stat : 11123 (java) S 11108 11110 10844 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4283496 1572646912 9905 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.05
Current children cumulated vsize (KiB) 1535788

[startup+17.5017 s]
/proc/loadavg: 1.13 1.42 1.67 2/118 11123
/proc/meminfo: memFree=1802440/2059040 swapFree=4192956/4192956
[pid=11110] ppid=11108 vsize=1535788 CPUtime=19.66
/proc/11110/stat : 11110 (java) S 11108 11110 10844 0 -1 4202496 14799 0 1 0 1959 7 0 0 25 0 13 0 4283464 1572646912 9906 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11110/statm: 383947 9906 1440 10 0 381249 0
[pid=11110/tid=11112] ppid=11108 vsize=1535788 CPUtime=16.56
/proc/11110/task/11112/stat : 11112 (java) R 11108 11110 10844 0 -1 4202560 4959 0 1 0 1654 2 0 0 25 0 13 0 4283465 1572646912 9906 1992294400 134512640 134550932 4294422128 18446744073709551615 4109159181 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11110/tid=11113] ppid=11108 vsize=1535788 CPUtime=0.05
/proc/11110/task/11113/stat : 11113 (java) S 11108 11110 10844 0 -1 4202560 284 0 0 0 5 0 0 0 15 0 13 0 4283467 1572646912 9906 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11114] ppid=11108 vsize=1535788 CPUtime=0.06
/proc/11110/task/11114/stat : 11114 (java) S 11108 11110 10844 0 -1 4202560 419 0 0 0 6 0 0 0 16 0 13 0 4283467 1572646912 9906 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11115] ppid=11108 vsize=1535788 CPUtime=0.53
/proc/11110/task/11115/stat : 11115 (java) S 11108 11110 10844 0 -1 4202560 744 0 0 0 53 0 0 0 16 0 13 0 4283468 1572646912 9906 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 0 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11116] ppid=11108 vsize=1535788 CPUtime=0
/proc/11110/task/11116/stat : 11116 (java) S 11108 11110 10844 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4283469 1572646912 9906 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11117] ppid=11108 vsize=1535788 CPUtime=0
/proc/11110/task/11117/stat : 11117 (java) S 11108 11110 10844 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4283469 1572646912 9906 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11118] ppid=11108 vsize=1535788 CPUtime=0
/proc/11110/task/11118/stat : 11118 (java) S 11108 11110 10844 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4283473 1572646912 9906 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11119] ppid=11108 vsize=1535788 CPUtime=0.5
/proc/11110/task/11119/stat : 11119 (java) S 11108 11110 10844 0 -1 4202560 562 0 0 0 50 0 0 0 15 0 13 0 4283473 1572646912 9906 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11120] ppid=11108 vsize=1535788 CPUtime=1.9
/proc/11110/task/11120/stat : 11120 (java) S 11108 11110 10844 0 -1 4202560 6761 0 0 0 188 2 0 0 15 0 13 0 4283473 1572646912 9906 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11121] ppid=11108 vsize=1535788 CPUtime=0
/proc/11110/task/11121/stat : 11121 (java) S 11108 11110 10844 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4283473 1572646912 9906 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11122] ppid=11108 vsize=1535788 CPUtime=0
/proc/11110/task/11122/stat : 11122 (java) S 11108 11110 10844 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4283473 1572646912 9906 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11123] ppid=11108 vsize=1535788 CPUtime=0
/proc/11110/task/11123/stat : 11123 (java) S 11108 11110 10844 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4283496 1572646912 9906 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.66
Current children cumulated vsize (KiB) 1535788

[startup+19.1019 s]
/proc/loadavg: 1.13 1.42 1.67 2/118 11123
/proc/meminfo: memFree=1802440/2059040 swapFree=4192956/4192956
[pid=11110] ppid=11108 vsize=1535788 CPUtime=21.29
/proc/11110/stat : 11110 (java) S 11108 11110 10844 0 -1 4202496 14803 0 1 0 2121 8 0 0 25 0 13 0 4283464 1572646912 9908 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11110/statm: 383947 9908 1440 10 0 381249 0
[pid=11110/tid=11112] ppid=11108 vsize=1535788 CPUtime=18.1
/proc/11110/task/11112/stat : 11112 (java) R 11108 11110 10844 0 -1 4202560 4961 0 1 0 1807 3 0 0 25 0 13 0 4283465 1572646912 9908 1992294400 134512640 134550932 4294422128 18446744073709551615 4109366036 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11110/tid=11113] ppid=11108 vsize=1535788 CPUtime=0.05
/proc/11110/task/11113/stat : 11113 (java) S 11108 11110 10844 0 -1 4202560 285 0 0 0 5 0 0 0 15 0 13 0 4283467 1572646912 9908 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11114] ppid=11108 vsize=1535788 CPUtime=0.06
/proc/11110/task/11114/stat : 11114 (java) S 11108 11110 10844 0 -1 4202560 420 0 0 0 6 0 0 0 16 0 13 0 4283467 1572646912 9908 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11115] ppid=11108 vsize=1535788 CPUtime=0.58
/proc/11110/task/11115/stat : 11115 (java) S 11108 11110 10844 0 -1 4202560 744 0 0 0 58 0 0 0 16 0 13 0 4283468 1572646912 9908 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 0 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11116] ppid=11108 vsize=1535788 CPUtime=0
/proc/11110/task/11116/stat : 11116 (java) S 11108 11110 10844 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4283469 1572646912 9908 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11117] ppid=11108 vsize=1535788 CPUtime=0
/proc/11110/task/11117/stat : 11117 (java) S 11108 11110 10844 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4283469 1572646912 9908 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11118] ppid=11108 vsize=1535788 CPUtime=0
/proc/11110/task/11118/stat : 11118 (java) S 11108 11110 10844 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4283473 1572646912 9908 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11119] ppid=11108 vsize=1535788 CPUtime=0.5
/proc/11110/task/11119/stat : 11119 (java) S 11108 11110 10844 0 -1 4202560 562 0 0 0 50 0 0 0 15 0 13 0 4283473 1572646912 9908 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11120] ppid=11108 vsize=1535788 CPUtime=1.93
/proc/11110/task/11120/stat : 11120 (java) S 11108 11110 10844 0 -1 4202560 6761 0 0 0 191 2 0 0 15 0 13 0 4283473 1572646912 9908 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11121] ppid=11108 vsize=1535788 CPUtime=0
/proc/11110/task/11121/stat : 11121 (java) S 11108 11110 10844 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4283473 1572646912 9908 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11122] ppid=11108 vsize=1535788 CPUtime=0
/proc/11110/task/11122/stat : 11122 (java) S 11108 11110 10844 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4283473 1572646912 9908 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11123] ppid=11108 vsize=1535788 CPUtime=0
/proc/11110/task/11123/stat : 11123 (java) S 11108 11110 10844 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4283496 1572646912 9908 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.29
Current children cumulated vsize (KiB) 1535788

[startup+19.5019 s]
/proc/loadavg: 1.13 1.42 1.67 2/118 11123
/proc/meminfo: memFree=1802440/2059040 swapFree=4192956/4192956
[pid=11110] ppid=11108 vsize=1535788 CPUtime=21.69
/proc/11110/stat : 11110 (java) S 11108 11110 10844 0 -1 4202496 14803 0 1 0 2161 8 0 0 25 0 13 0 4283464 1572646912 9908 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11110/statm: 383947 9908 1440 10 0 381249 0
[pid=11110/tid=11112] ppid=11108 vsize=1535788 CPUtime=18.5
/proc/11110/task/11112/stat : 11112 (java) R 11108 11110 10844 0 -1 4202560 4961 0 1 0 1847 3 0 0 25 0 13 0 4283465 1572646912 9908 1992294400 134512640 134550932 4294422128 18446744073709551615 4109366054 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11110/tid=11113] ppid=11108 vsize=1535788 CPUtime=0.05
/proc/11110/task/11113/stat : 11113 (java) S 11108 11110 10844 0 -1 4202560 285 0 0 0 5 0 0 0 15 0 13 0 4283467 1572646912 9908 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11114] ppid=11108 vsize=1535788 CPUtime=0.06
/proc/11110/task/11114/stat : 11114 (java) S 11108 11110 10844 0 -1 4202560 420 0 0 0 6 0 0 0 16 0 13 0 4283467 1572646912 9908 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11115] ppid=11108 vsize=1535788 CPUtime=0.58
/proc/11110/task/11115/stat : 11115 (java) S 11108 11110 10844 0 -1 4202560 744 0 0 0 58 0 0 0 16 0 13 0 4283468 1572646912 9908 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 0 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11116] ppid=11108 vsize=1535788 CPUtime=0
/proc/11110/task/11116/stat : 11116 (java) S 11108 11110 10844 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4283469 1572646912 9908 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11117] ppid=11108 vsize=1535788 CPUtime=0
/proc/11110/task/11117/stat : 11117 (java) S 11108 11110 10844 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4283469 1572646912 9908 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11118] ppid=11108 vsize=1535788 CPUtime=0
/proc/11110/task/11118/stat : 11118 (java) S 11108 11110 10844 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4283473 1572646912 9908 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11119] ppid=11108 vsize=1535788 CPUtime=0.5
/proc/11110/task/11119/stat : 11119 (java) S 11108 11110 10844 0 -1 4202560 562 0 0 0 50 0 0 0 15 0 13 0 4283473 1572646912 9908 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11120] ppid=11108 vsize=1535788 CPUtime=1.93
/proc/11110/task/11120/stat : 11120 (java) S 11108 11110 10844 0 -1 4202560 6761 0 0 0 191 2 0 0 15 0 13 0 4283473 1572646912 9908 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11121] ppid=11108 vsize=1535788 CPUtime=0
/proc/11110/task/11121/stat : 11121 (java) S 11108 11110 10844 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4283473 1572646912 9908 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11122] ppid=11108 vsize=1535788 CPUtime=0
/proc/11110/task/11122/stat : 11122 (java) S 11108 11110 10844 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4283473 1572646912 9908 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11123] ppid=11108 vsize=1535788 CPUtime=0
/proc/11110/task/11123/stat : 11123 (java) S 11108 11110 10844 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4283496 1572646912 9908 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.69
Current children cumulated vsize (KiB) 1535788

[startup+19.702 s]
/proc/loadavg: 1.13 1.42 1.67 1/118 11124
/proc/meminfo: memFree=1802440/2059040 swapFree=4192956/4192956
[pid=11110] ppid=11108 vsize=1536112 CPUtime=21.86
/proc/11110/stat : 11110 (java) S 11108 11110 10844 0 -1 4202496 14815 0 1 0 2178 8 0 0 25 0 13 0 4283464 1572978688 9920 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11110/statm: 384028 9920 1441 10 0 381330 0
[pid=11110/tid=11112] ppid=11108 vsize=1536112 CPUtime=18.66
/proc/11110/task/11112/stat : 11112 (java) S 11108 11110 10844 0 -1 4202560 4966 0 1 0 1863 3 0 0 25 0 13 0 4283465 1572978688 9920 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11113] ppid=11108 vsize=1536112 CPUtime=0.05
/proc/11110/task/11113/stat : 11113 (java) S 11108 11110 10844 0 -1 4202560 285 0 0 0 5 0 0 0 15 0 13 0 4283467 1572978688 9920 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11114] ppid=11108 vsize=1536112 CPUtime=0.06
/proc/11110/task/11114/stat : 11114 (java) S 11108 11110 10844 0 -1 4202560 420 0 0 0 6 0 0 0 16 0 13 0 4283467 1572978688 9920 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11115] ppid=11108 vsize=1536112 CPUtime=0.58
/proc/11110/task/11115/stat : 11115 (java) S 11108 11110 10844 0 -1 4202560 744 0 0 0 58 0 0 0 16 0 13 0 4283468 1572978688 9920 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 0 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11116] ppid=11108 vsize=1536112 CPUtime=0
/proc/11110/task/11116/stat : 11116 (java) S 11108 11110 10844 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4283469 1572978688 9920 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11117] ppid=11108 vsize=1536112 CPUtime=0
/proc/11110/task/11117/stat : 11117 (java) S 11108 11110 10844 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4283469 1572978688 9920 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11118] ppid=11108 vsize=1536112 CPUtime=0
/proc/11110/task/11118/stat : 11118 (java) S 11108 11110 10844 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4283473 1572978688 9920 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11119] ppid=11108 vsize=1536112 CPUtime=0.5
/proc/11110/task/11119/stat : 11119 (java) S 11108 11110 10844 0 -1 4202560 562 0 0 0 50 0 0 0 15 0 13 0 4283473 1572978688 9920 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11120] ppid=11108 vsize=1536112 CPUtime=1.93
/proc/11110/task/11120/stat : 11120 (java) S 11108 11110 10844 0 -1 4202560 6761 0 0 0 191 2 0 0 15 0 13 0 4283473 1572978688 9920 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11121] ppid=11108 vsize=1536112 CPUtime=0
/proc/11110/task/11121/stat : 11121 (java) S 11108 11110 10844 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4283473 1572978688 9920 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
[pid=11110/tid=11122] ppid=11108 vsize=1536112 CPUtime=0
/proc/11110/task/11122/stat : 11122 (java) S 11108 11110 10844 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4283473 1572978688 9920 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 1 0 0 0
[pid=11110/tid=11123] ppid=11108 vsize=1536112 CPUtime=0
/proc/11110/task/11123/stat : 11123 (java) S 11108 11110 10844 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4283496 1572978688 9920 1992294400 134512640 134550932 4294422128 18446744073709551615 4294960144 0 4 0 16800975 18446604437245556672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.86
Current children cumulated vsize (KiB) 1536112

Child status: 30
Real time (s): 19.7253
CPU time (s): 21.8717
CPU user time (s): 21.7857
CPU system time (s): 0.085986
CPU usage (%): 110.881
Max. virtual memory (cumulated for all children) (KiB): 1540908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.7857
system time used= 0.085986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14816
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= 943
involuntary context switches= 745

runsolver used 0.050992 second user time and 0.121981 second system time

The end

Launcher Data

Begin job on node088 at 2010-06-15 21:24:59
IDJOB=2658674
IDBENCH=24970
IDSOLVER=1164
FILE ID=node088/2658674-1276629899
PBS_JOBID= 11172357
Free space on /tmp= 62564 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/poldner/PB/testset/normalized-10_20.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658674-1276629899/watcher-2658674-1276629899 -o /tmp/evaluation-result-2658674-1276629899/solver-2658674-1276629899 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658674-1276629899.opb

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

MD5SUM BENCH= dfa433e4e6a88cd1c776cef0a80ce991
RANDOM SEED=1340069919

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1838156 kB
Buffers:          5480 kB
Cached:          90940 kB
SwapCached:          0 kB
Active:          14176 kB
Inactive:       142140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1838156 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             264 kB
Writeback:           0 kB
AnonPages:       59892 kB
Mapped:          15592 kB
Slab:            42540 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180532 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= 62564 MiB
End job on node088 at 2010-06-15 21:25:19