Trace number 2658318

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-26OPT3 27.3788 25.4861

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=53-P1=5-P2=67-P3=53-P4=17-P5=103-P6=29-P7=71-P8=47-B.opb
MD5SUM43e5891f3de726e47642c5b88db45e69
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.616906
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables168
Total number of constraints17
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)392
Sum of products size (including duplicates)784
Number of different products392
Sum of products size784

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.08/0.20	c Pseudo Boolean Optimization
0.08/0.20	c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@161d36b
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.20	c Expensive reason simplification
0.08/0.20	c Armin Biere (Picosat) restarts strategy
0.08/0.20	c Glucose learned constraints deletion strategy
0.08/0.20	c timeout=2147483s
0.08/0.20	c DB Simplification allowed=false
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving HOME/instance-2658318-1276647242.opb
0.08/0.20	c reading problem ... 
0.38/0.36	c ... done. Wall clock time 0.158s.
0.38/0.36	c #vars     560
0.38/0.36	c #constraints  809
0.38/0.36	c constraints type 
0.38/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 392
0.38/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 417
2.64/1.66	c cleaning 2500 clauses out of 5001 with flag 5001/5001
3.93/2.70	c cleaning 4250 clauses out of 8500 with flag 11000/11000
5.37/3.96	c cleaning 5625 clauses out of 11249 with flag 18000/18000
7.06/5.37	c cleaning 6810 clauses out of 13624 with flag 26000/26000
9.10/7.36	c cleaning 7901 clauses out of 15812 with flag 35000/35000
10.73/8.92	c cleaning 8951 clauses out of 17911 with flag 45000/45000
12.34/10.58	c cleaning 9476 clauses out of 18959 with flag 55000/55000
12.66/10.86	c SATISFIABLE
12.66/10.86	c OPTIMIZING...
12.66/10.86	c Got one! Elapsed wall clock time (in seconds):10.657
12.66/10.86	o 49
13.76/11.96	c cleaning 9738 clauses out of 19484 with flag 65001/65001
15.26/13.43	c cleaning 9871 clauses out of 19746 with flag 75001/75001
16.47/14.61	c cleaning 9931 clauses out of 19874 with flag 85001/85001
17.97/16.20	c cleaning 9972 clauses out of 19943 with flag 95001/95001
19.38/17.56	c Got one! Elapsed wall clock time (in seconds):17.36
19.38/17.56	o 43
19.68/17.83	c cleaning 9969 clauses out of 19970 with flag 105001/105001
20.48/18.67	c Got one! Elapsed wall clock time (in seconds):18.471
20.48/18.67	o 3
21.08/19.23	c cleaning 9995 clauses out of 20001 with flag 115002/115002
22.89/21.05	c cleaning 9998 clauses out of 20004 with flag 125001/125001
24.78/22.98	c cleaning 9999 clauses out of 20006 with flag 135001/135001
27.09/25.27	c cleaning 10003 clauses out of 20005 with flag 145000/145000
27.30/25.45	c starts		: 103
27.30/25.45	c conflicts		: 145920
27.30/25.45	c decisions		: 156972
27.30/25.45	c propagations		: 2475099
27.30/25.45	c inspects		: 68336502
27.30/25.45	c learnt literals	: 17
27.30/25.45	c learnt binary clauses	: 73
27.30/25.45	c learnt ternary clauses	: 187
27.30/25.45	c learnt clauses	: 145902
27.30/25.45	c ignored clauses	: 0
27.30/25.45	c root simplifications	: 0
27.30/25.45	c removed literals (reason simplification)	: 3135868
27.30/25.45	c reason swapping (by a shorter reason)	: 0
27.30/25.45	c Calls to reduceDB	: 16
27.30/25.45	c number of reductions to clauses (during analyze)	: 0
27.30/25.45	c number of learned constraints concerned by reduction	: 0
27.30/25.45	c number of learning phase by resolution	: 0
27.30/25.45	c number of learning phase by cutting planes	: 0
27.30/25.45	c speed (assignments/second)	: 365058.8495575221
27.30/25.45	c non guided choices	2503
27.30/25.45	c learnt constraints type 
27.30/25.45	c constraints type 
27.30/25.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 392
27.30/25.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 417
27.30/25.46	s OPTIMUM FOUND
27.30/25.46	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 
27.30/25.46	c objective function=3
27.30/25.46	c Total wall clock time (in seconds): 25.253

Verifier Data

OK	3

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.06 1.01 1.02 3/106 12517
/proc/meminfo: memFree=1781644/2059040 swapFree=4135684/4192956
[pid=12517] ppid=12515 vsize=1832 CPUtime=0
/proc/12517/stat : 12517 (java6) S 12515 12517 12171 0 -1 4194304 252 0 0 0 0 0 0 0 19 0 1 0 40328138 1875968 153 1992294400 134512640 134550932 4287574592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699383486 0 0 17 1 0 0 0
/proc/12517/statm: 458 153 116 10 0 63 0

[startup+0.102386 s]
/proc/loadavg: 1.06 1.01 1.02 3/106 12517
/proc/meminfo: memFree=1781644/2059040 swapFree=4135684/4192956
[pid=12517] ppid=12515 vsize=1524184 CPUtime=0.08
/proc/12517/stat : 12517 (java) S 12515 12517 12171 0 -1 4202496 3966 0 1 0 6 2 0 0 18 0 12 0 40328138 1560764416 3404 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12517/statm: 381046 3404 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.205636 s]
/proc/loadavg: 1.06 1.01 1.02 3/106 12517
/proc/meminfo: memFree=1781644/2059040 swapFree=4135684/4192956
[pid=12517] ppid=12515 vsize=1526244 CPUtime=0.24
/proc/12517/stat : 12517 (java) S 12515 12517 12171 0 -1 4202496 5128 0 1 0 21 3 0 0 18 0 12 0 40328138 1562873856 4564 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12517/statm: 381561 4565 1348 10 0 378863 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1526244

[startup+0.303147 s]
/proc/loadavg: 1.06 1.01 1.02 3/106 12517
/proc/meminfo: memFree=1781644/2059040 swapFree=4135684/4192956
[pid=12517] ppid=12515 vsize=1526244 CPUtime=0.38
/proc/12517/stat : 12517 (java) S 12515 12517 12171 0 -1 4202496 5331 0 1 0 35 3 0 0 18 0 12 0 40328138 1562873856 4767 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12517/statm: 381561 4767 1363 10 0 378863 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526244

[startup+0.700141 s]
/proc/loadavg: 1.06 1.01 1.02 3/106 12517
/proc/meminfo: memFree=1781644/2059040 swapFree=4135684/4192956
[pid=12517] ppid=12515 vsize=1530020 CPUtime=1.16
/proc/12517/stat : 12517 (java) S 12515 12517 12171 0 -1 4202496 6754 0 1 0 112 4 0 0 18 0 13 0 40328138 1566740480 6128 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12517/statm: 382505 6128 1410 10 0 379807 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1530020

[startup+1.50113 s]
/proc/loadavg: 1.06 1.01 1.02 4/119 12530
/proc/meminfo: memFree=1757548/2059040 swapFree=4135684/4192956
[pid=12517] ppid=12515 vsize=1529680 CPUtime=2.49
/proc/12517/stat : 12517 (java) S 12515 12517 12171 0 -1 4202496 11178 0 1 0 243 6 0 0 18 0 13 0 40328138 1566392320 10472 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12517/statm: 382420 10473 1421 10 0 379722 0
[pid=12517/tid=12519] ppid=12515 vsize=1529680 CPUtime=1.47
/proc/12517/task/12519/stat : 12519 (java) R 12515 12517 12171 0 -1 4202560 8547 0 1 0 142 5 0 0 20 0 13 0 40328139 1566392320 10473 1992294400 134512640 134550932 4293514016 18446744073709551615 4109332018 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12517/tid=12520] ppid=12515 vsize=1529680 CPUtime=0
/proc/12517/task/12520/stat : 12520 (java) S 12515 12517 12171 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 40328140 1566392320 10473 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12521] ppid=12515 vsize=1529680 CPUtime=0
/proc/12517/task/12521/stat : 12521 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 40328141 1566392320 10474 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12522] ppid=12515 vsize=1529680 CPUtime=0
/proc/12517/task/12522/stat : 12522 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 40328142 1566392320 10474 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 0 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12523] ppid=12515 vsize=1529680 CPUtime=0
/proc/12517/task/12523/stat : 12523 (java) S 12515 12517 12171 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 40328143 1566392320 10474 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12524] ppid=12515 vsize=1529680 CPUtime=0
/proc/12517/task/12524/stat : 12524 (java) S 12515 12517 12171 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 40328143 1566392320 10474 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12525] ppid=12515 vsize=1529680 CPUtime=0
/proc/12517/task/12525/stat : 12525 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40328147 1566392320 10475 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12526] ppid=12515 vsize=1529680 CPUtime=0.49
/proc/12517/task/12526/stat : 12526 (java) S 12515 12517 12171 0 -1 4202560 694 0 0 0 49 0 0 0 24 0 13 0 40328147 1566392320 10475 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=12517/tid=12527] ppid=12515 vsize=1529680 CPUtime=0.51
/proc/12517/task/12527/stat : 12527 (java) S 12515 12517 12171 0 -1 4202560 869 0 0 0 51 0 0 0 23 0 13 0 40328147 1566392320 10475 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=12517/tid=12528] ppid=12515 vsize=1529680 CPUtime=0
/proc/12517/task/12528/stat : 12528 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40328147 1566392320 10476 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12529] ppid=12515 vsize=1529680 CPUtime=0
/proc/12517/task/12529/stat : 12529 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40328147 1566392320 10476 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=12517/tid=12530] ppid=12515 vsize=1529680 CPUtime=0
/proc/12517/task/12530/stat : 12530 (java) S 12515 12517 12171 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40328175 1566392320 10477 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 1529680

[startup+3.10111 s]
/proc/loadavg: 1.06 1.01 1.02 2/119 12530
/proc/meminfo: memFree=1738328/2059040 swapFree=4135684/4192956
[pid=12517] ppid=12515 vsize=1534044 CPUtime=4.47
/proc/12517/stat : 12517 (java) S 12515 12517 12171 0 -1 4202496 16111 0 1 0 439 8 0 0 18 0 13 0 40328138 1570861056 14795 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12517/statm: 383511 14795 1440 10 0 380813 0
[pid=12517/tid=12519] ppid=12515 vsize=1534044 CPUtime=3
/proc/12517/task/12519/stat : 12519 (java) R 12515 12517 12171 0 -1 4202560 10387 0 1 0 294 6 0 0 25 0 13 0 40328139 1570861056 14795 1992294400 134512640 134550932 4293514016 18446744073709551615 4109410379 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12517/tid=12520] ppid=12515 vsize=1534044 CPUtime=0
/proc/12517/task/12520/stat : 12520 (java) S 12515 12517 12171 0 -1 4202560 168 0 0 0 0 0 0 0 18 0 13 0 40328140 1570861056 14795 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=12517/tid=12521] ppid=12515 vsize=1534044 CPUtime=0
/proc/12517/task/12521/stat : 12521 (java) S 12515 12517 12171 0 -1 4202560 592 0 0 0 0 0 0 0 15 0 13 0 40328141 1570861056 14795 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=12517/tid=12522] ppid=12515 vsize=1534044 CPUtime=0.04
/proc/12517/task/12522/stat : 12522 (java) S 12515 12517 12171 0 -1 4202560 599 0 0 0 4 0 0 0 15 0 13 0 40328142 1570861056 14795 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 0 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=12517/tid=12523] ppid=12515 vsize=1534044 CPUtime=0
/proc/12517/task/12523/stat : 12523 (java) S 12515 12517 12171 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40328143 1570861056 14795 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12524] ppid=12515 vsize=1534044 CPUtime=0
/proc/12517/task/12524/stat : 12524 (java) S 12515 12517 12171 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40328143 1570861056 14795 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12525] ppid=12515 vsize=1534044 CPUtime=0
/proc/12517/task/12525/stat : 12525 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40328147 1570861056 14795 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12526] ppid=12515 vsize=1534044 CPUtime=0.74
/proc/12517/task/12526/stat : 12526 (java) S 12515 12517 12171 0 -1 4202560 2398 0 0 0 74 0 0 0 16 0 13 0 40328147 1570861056 14795 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12527] ppid=12515 vsize=1534044 CPUtime=0.64
/proc/12517/task/12527/stat : 12527 (java) S 12515 12517 12171 0 -1 4202560 900 0 0 0 64 0 0 0 15 0 13 0 40328147 1570861056 14795 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=12517/tid=12528] ppid=12515 vsize=1534044 CPUtime=0
/proc/12517/task/12528/stat : 12528 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40328147 1570861056 14795 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12529] ppid=12515 vsize=1534044 CPUtime=0
/proc/12517/task/12529/stat : 12529 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40328147 1570861056 14795 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=12517/tid=12530] ppid=12515 vsize=1534044 CPUtime=0
/proc/12517/task/12530/stat : 12530 (java) S 12515 12517 12171 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40328175 1570861056 14795 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 1534044

[startup+6.30201 s]
/proc/loadavg: 1.29 1.06 1.03 2/119 12530
/proc/meminfo: memFree=1706460/2059040 swapFree=4135684/4192956
[pid=12517] ppid=12515 vsize=1534992 CPUtime=8.1
/proc/12517/stat : 12517 (java) S 12515 12517 12171 0 -1 4202496 22077 0 1 0 799 11 0 0 18 0 13 0 40328138 1571831808 19937 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12517/statm: 383748 19937 1440 10 0 381050 0
[pid=12517/tid=12519] ppid=12515 vsize=1534992 CPUtime=6.07
/proc/12517/task/12519/stat : 12519 (java) R 12515 12517 12171 0 -1 4202560 15004 0 1 0 600 7 0 0 25 0 13 0 40328139 1571831808 19937 1992294400 134512640 134550932 4293514016 18446744073709551615 4109398121 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12517/tid=12520] ppid=12515 vsize=1534992 CPUtime=0.01
/proc/12517/task/12520/stat : 12520 (java) S 12515 12517 12171 0 -1 4202560 203 0 0 0 1 0 0 0 15 0 13 0 40328140 1571831808 19937 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=12517/tid=12521] ppid=12515 vsize=1534992 CPUtime=0.02
/proc/12517/task/12521/stat : 12521 (java) S 12515 12517 12171 0 -1 4202560 653 0 0 0 2 0 0 0 16 0 13 0 40328141 1571831808 19937 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12522] ppid=12515 vsize=1534992 CPUtime=0.1
/proc/12517/task/12522/stat : 12522 (java) S 12515 12517 12171 0 -1 4202560 825 0 0 0 10 0 0 0 16 0 13 0 40328142 1571831808 19937 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 0 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=12517/tid=12523] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12523/stat : 12523 (java) S 12515 12517 12171 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40328143 1571831808 19937 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12524] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12524/stat : 12524 (java) S 12515 12517 12171 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40328143 1571831808 19937 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12525] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12525/stat : 12525 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40328147 1571831808 19937 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12526] ppid=12515 vsize=1534992 CPUtime=1.18
/proc/12517/task/12526/stat : 12526 (java) S 12515 12517 12171 0 -1 4202560 3424 0 0 0 117 1 0 0 15 0 13 0 40328147 1571831808 19937 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12527] ppid=12515 vsize=1534992 CPUtime=0.67
/proc/12517/task/12527/stat : 12527 (java) S 12515 12517 12171 0 -1 4202560 901 0 0 0 67 0 0 0 16 0 13 0 40328147 1571831808 19937 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=12517/tid=12528] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12528/stat : 12528 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40328147 1571831808 19937 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12529] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12529/stat : 12529 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40328147 1571831808 19937 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=12517/tid=12530] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12530/stat : 12530 (java) S 12515 12517 12171 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40328175 1571831808 19937 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.1
Current children cumulated vsize (KiB) 1534992

[startup+12.7017 s]
/proc/loadavg: 1.27 1.06 1.03 2/119 12530
/proc/meminfo: memFree=1690960/2059040 swapFree=4135684/4192956
[pid=12517] ppid=12515 vsize=1534992 CPUtime=14.56
/proc/12517/stat : 12517 (java) S 12515 12517 12171 0 -1 4202496 26034 0 1 0 1443 13 0 0 18 0 13 0 40328138 1571831808 23834 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12517/statm: 383748 23834 1440 10 0 381050 0
[pid=12517/tid=12519] ppid=12515 vsize=1534992 CPUtime=12.31
/proc/12517/task/12519/stat : 12519 (java) R 12515 12517 12171 0 -1 4202560 18300 0 1 0 1222 9 0 0 18 0 13 0 40328139 1571831808 23834 1992294400 134512640 134550932 4293514016 18446744073709551615 4109399625 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12517/tid=12520] ppid=12515 vsize=1534992 CPUtime=0.03
/proc/12517/task/12520/stat : 12520 (java) S 12515 12517 12171 0 -1 4202560 254 0 0 0 3 0 0 0 15 0 13 0 40328140 1571831808 23834 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12521] ppid=12515 vsize=1534992 CPUtime=0.04
/proc/12517/task/12521/stat : 12521 (java) S 12515 12517 12171 0 -1 4202560 680 0 0 0 4 0 0 0 15 0 13 0 40328141 1571831808 23834 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12522] ppid=12515 vsize=1534992 CPUtime=0.23
/proc/12517/task/12522/stat : 12522 (java) S 12515 12517 12171 0 -1 4202560 1354 0 0 0 23 0 0 0 16 0 13 0 40328142 1571831808 23834 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 0 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=12517/tid=12523] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12523/stat : 12523 (java) S 12515 12517 12171 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40328143 1571831808 23834 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12524] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12524/stat : 12524 (java) S 12515 12517 12171 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40328143 1571831808 23834 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12525] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12525/stat : 12525 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40328147 1571831808 23834 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12526] ppid=12515 vsize=1534992 CPUtime=1.23
/proc/12517/task/12526/stat : 12526 (java) S 12515 12517 12171 0 -1 4202560 3478 0 0 0 122 1 0 0 15 0 13 0 40328147 1571831808 23834 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12527] ppid=12515 vsize=1534992 CPUtime=0.67
/proc/12517/task/12527/stat : 12527 (java) S 12515 12517 12171 0 -1 4202560 901 0 0 0 67 0 0 0 16 0 13 0 40328147 1571831808 23834 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=12517/tid=12528] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12528/stat : 12528 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40328147 1571831808 23834 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12529] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12529/stat : 12529 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40328147 1571831808 23834 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=12517/tid=12530] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12530/stat : 12530 (java) S 12515 12517 12171 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40328175 1571831808 23834 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.56
Current children cumulated vsize (KiB) 1534992

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

[startup+12.8027 s]
/proc/loadavg: 1.27 1.06 1.03 2/119 12530
/proc/meminfo: memFree=1690960/2059040 swapFree=4135684/4192956
[pid=12517] ppid=12515 vsize=1534992 CPUtime=14.66
/proc/12517/stat : 12517 (java) S 12515 12517 12171 0 -1 4202496 26034 0 1 0 1453 13 0 0 18 0 13 0 40328138 1571831808 23834 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12517/statm: 383748 23834 1440 10 0 381050 0
[pid=12517/tid=12519] ppid=12515 vsize=1534992 CPUtime=12.41
/proc/12517/task/12519/stat : 12519 (java) R 12515 12517 12171 0 -1 4202560 18300 0 1 0 1232 9 0 0 18 0 13 0 40328139 1571831808 23834 1992294400 134512640 134550932 4293514016 18446744073709551615 4109331207 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12517/tid=12520] ppid=12515 vsize=1534992 CPUtime=0.03
/proc/12517/task/12520/stat : 12520 (java) S 12515 12517 12171 0 -1 4202560 254 0 0 0 3 0 0 0 15 0 13 0 40328140 1571831808 23834 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12521] ppid=12515 vsize=1534992 CPUtime=0.04

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

/proc/12517/task/12529/stat : 12529 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40328147 1571831808 24389 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12530] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12530/stat : 12530 (java) S 12515 12517 12171 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40328175 1571831808 24389 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.08
Current children cumulated vsize (KiB) 1534992

[startup+22.4017 s]
/proc/loadavg: 1.23 1.06 1.03 2/119 12530
/proc/meminfo: memFree=1683644/2059040 swapFree=4135684/4192956
[pid=12517] ppid=12515 vsize=1534992 CPUtime=24.28
/proc/12517/stat : 12517 (java) S 12515 12517 12171 0 -1 4202496 27875 0 1 0 2415 13 0 0 18 0 13 0 40328138 1571831808 25668 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12517/statm: 383748 25668 1440 10 0 381050 0
[pid=12517/tid=12519] ppid=12515 vsize=1534992 CPUtime=21.77
/proc/12517/task/12519/stat : 12519 (java) R 12515 12517 12171 0 -1 4202560 19645 0 1 0 2167 10 0 0 19 0 13 0 40328139 1571831808 25668 1992294400 134512640 134550932 4293514016 18446744073709551615 4109372552 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12517/tid=12520] ppid=12515 vsize=1534992 CPUtime=0.06
/proc/12517/task/12520/stat : 12520 (java) S 12515 12517 12171 0 -1 4202560 296 0 0 0 6 0 0 0 15 0 13 0 40328140 1571831808 25668 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=12517/tid=12521] ppid=12515 vsize=1534992 CPUtime=0.08
/proc/12517/task/12521/stat : 12521 (java) S 12515 12517 12171 0 -1 4202560 787 0 0 0 8 0 0 0 16 0 13 0 40328141 1571831808 25668 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12522] ppid=12515 vsize=1534992 CPUtime=0.42
/proc/12517/task/12522/stat : 12522 (java) S 12515 12517 12171 0 -1 4202560 1701 0 0 0 42 0 0 0 15 0 13 0 40328142 1571831808 25668 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 0 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=12517/tid=12523] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12523/stat : 12523 (java) S 12515 12517 12171 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40328143 1571831808 25668 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12524] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12524/stat : 12524 (java) S 12515 12517 12171 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40328143 1571831808 25668 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12525] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12525/stat : 12525 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40328147 1571831808 25668 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12526] ppid=12515 vsize=1534992 CPUtime=1.23
/proc/12517/task/12526/stat : 12526 (java) S 12515 12517 12171 0 -1 4202560 3478 0 0 0 122 1 0 0 15 0 13 0 40328147 1571831808 25668 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12527] ppid=12515 vsize=1534992 CPUtime=0.67
/proc/12517/task/12527/stat : 12527 (java) S 12515 12517 12171 0 -1 4202560 901 0 0 0 67 0 0 0 16 0 13 0 40328147 1571831808 25668 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=12517/tid=12528] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12528/stat : 12528 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40328147 1571831808 25668 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12529] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12529/stat : 12529 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40328147 1571831808 25668 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12530] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12530/stat : 12530 (java) S 12515 12517 12171 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40328175 1571831808 25668 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.28
Current children cumulated vsize (KiB) 1534992

[startup+24.0008 s]
/proc/loadavg: 1.21 1.06 1.03 2/119 12530
/proc/meminfo: memFree=1683148/2059040 swapFree=4135684/4192956
[pid=12517] ppid=12515 vsize=1534992 CPUtime=25.89
/proc/12517/stat : 12517 (java) S 12515 12517 12171 0 -1 4202496 27998 0 1 0 2576 13 0 0 18 0 13 0 40328138 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12517/statm: 383748 25790 1440 10 0 381050 0
[pid=12517/tid=12519] ppid=12515 vsize=1534992 CPUtime=23.33
/proc/12517/task/12519/stat : 12519 (java) R 12515 12517 12171 0 -1 4202560 19646 0 1 0 2323 10 0 0 22 0 13 0 40328139 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4109399970 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12517/tid=12520] ppid=12515 vsize=1534992 CPUtime=0.07
/proc/12517/task/12520/stat : 12520 (java) S 12515 12517 12171 0 -1 4202560 299 0 0 0 7 0 0 0 15 0 13 0 40328140 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12521] ppid=12515 vsize=1534992 CPUtime=0.08
/proc/12517/task/12521/stat : 12521 (java) S 12515 12517 12171 0 -1 4202560 787 0 0 0 8 0 0 0 15 0 13 0 40328141 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12522] ppid=12515 vsize=1534992 CPUtime=0.45
/proc/12517/task/12522/stat : 12522 (java) S 12515 12517 12171 0 -1 4202560 1820 0 0 0 45 0 0 0 16 0 13 0 40328142 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 0 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=12517/tid=12523] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12523/stat : 12523 (java) S 12515 12517 12171 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40328143 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12524] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12524/stat : 12524 (java) S 12515 12517 12171 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40328143 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12525] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12525/stat : 12525 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40328147 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12526] ppid=12515 vsize=1534992 CPUtime=1.23
/proc/12517/task/12526/stat : 12526 (java) S 12515 12517 12171 0 -1 4202560 3478 0 0 0 122 1 0 0 15 0 13 0 40328147 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12527] ppid=12515 vsize=1534992 CPUtime=0.67
/proc/12517/task/12527/stat : 12527 (java) S 12515 12517 12171 0 -1 4202560 901 0 0 0 67 0 0 0 16 0 13 0 40328147 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=12517/tid=12528] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12528/stat : 12528 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40328147 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12529] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12529/stat : 12529 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40328147 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12530] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12530/stat : 12530 (java) S 12515 12517 12171 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40328175 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.89
Current children cumulated vsize (KiB) 1534992

[startup+24.8009 s]
/proc/loadavg: 1.21 1.06 1.03 2/119 12530
/proc/meminfo: memFree=1683148/2059040 swapFree=4135684/4192956
[pid=12517] ppid=12515 vsize=1534992 CPUtime=26.69
/proc/12517/stat : 12517 (java) S 12515 12517 12171 0 -1 4202496 27998 0 1 0 2656 13 0 0 18 0 13 0 40328138 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12517/statm: 383748 25790 1440 10 0 381050 0
[pid=12517/tid=12519] ppid=12515 vsize=1534992 CPUtime=24.13
/proc/12517/task/12519/stat : 12519 (java) R 12515 12517 12171 0 -1 4202560 19646 0 1 0 2403 10 0 0 25 0 13 0 40328139 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4109295520 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12517/tid=12520] ppid=12515 vsize=1534992 CPUtime=0.07
/proc/12517/task/12520/stat : 12520 (java) S 12515 12517 12171 0 -1 4202560 299 0 0 0 7 0 0 0 15 0 13 0 40328140 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12521] ppid=12515 vsize=1534992 CPUtime=0.08
/proc/12517/task/12521/stat : 12521 (java) S 12515 12517 12171 0 -1 4202560 787 0 0 0 8 0 0 0 15 0 13 0 40328141 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12522] ppid=12515 vsize=1534992 CPUtime=0.45
/proc/12517/task/12522/stat : 12522 (java) S 12515 12517 12171 0 -1 4202560 1820 0 0 0 45 0 0 0 15 0 13 0 40328142 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 0 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=12517/tid=12523] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12523/stat : 12523 (java) S 12515 12517 12171 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40328143 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12524] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12524/stat : 12524 (java) S 12515 12517 12171 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40328143 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12525] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12525/stat : 12525 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40328147 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12526] ppid=12515 vsize=1534992 CPUtime=1.23
/proc/12517/task/12526/stat : 12526 (java) S 12515 12517 12171 0 -1 4202560 3478 0 0 0 122 1 0 0 15 0 13 0 40328147 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12527] ppid=12515 vsize=1534992 CPUtime=0.67
/proc/12517/task/12527/stat : 12527 (java) S 12515 12517 12171 0 -1 4202560 901 0 0 0 67 0 0 0 16 0 13 0 40328147 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=12517/tid=12528] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12528/stat : 12528 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40328147 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12529] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12529/stat : 12529 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40328147 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12530] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12530/stat : 12530 (java) S 12515 12517 12171 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40328175 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 26.69
Current children cumulated vsize (KiB) 1534992

[startup+25.2009 s]
/proc/loadavg: 1.21 1.06 1.03 2/119 12530
/proc/meminfo: memFree=1683148/2059040 swapFree=4135684/4192956
[pid=12517] ppid=12515 vsize=1534992 CPUtime=27.09
/proc/12517/stat : 12517 (java) S 12515 12517 12171 0 -1 4202496 27998 0 1 0 2696 13 0 0 18 0 13 0 40328138 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12517/statm: 383748 25790 1440 10 0 381050 0
[pid=12517/tid=12519] ppid=12515 vsize=1534992 CPUtime=24.53
/proc/12517/task/12519/stat : 12519 (java) R 12515 12517 12171 0 -1 4202560 19646 0 1 0 2443 10 0 0 25 0 13 0 40328139 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4109589726 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12517/tid=12520] ppid=12515 vsize=1534992 CPUtime=0.07
/proc/12517/task/12520/stat : 12520 (java) S 12515 12517 12171 0 -1 4202560 299 0 0 0 7 0 0 0 15 0 13 0 40328140 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12521] ppid=12515 vsize=1534992 CPUtime=0.08
/proc/12517/task/12521/stat : 12521 (java) S 12515 12517 12171 0 -1 4202560 787 0 0 0 8 0 0 0 15 0 13 0 40328141 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12522] ppid=12515 vsize=1534992 CPUtime=0.45
/proc/12517/task/12522/stat : 12522 (java) S 12515 12517 12171 0 -1 4202560 1820 0 0 0 45 0 0 0 15 0 13 0 40328142 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 0 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=12517/tid=12523] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12523/stat : 12523 (java) S 12515 12517 12171 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40328143 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12524] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12524/stat : 12524 (java) S 12515 12517 12171 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40328143 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12525] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12525/stat : 12525 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40328147 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12526] ppid=12515 vsize=1534992 CPUtime=1.23
/proc/12517/task/12526/stat : 12526 (java) S 12515 12517 12171 0 -1 4202560 3478 0 0 0 122 1 0 0 15 0 13 0 40328147 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12527] ppid=12515 vsize=1534992 CPUtime=0.67
/proc/12517/task/12527/stat : 12527 (java) S 12515 12517 12171 0 -1 4202560 901 0 0 0 67 0 0 0 16 0 13 0 40328147 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=12517/tid=12528] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12528/stat : 12528 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40328147 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12529] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12529/stat : 12529 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40328147 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12530] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12530/stat : 12530 (java) S 12515 12517 12171 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40328175 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 27.09
Current children cumulated vsize (KiB) 1534992

[startup+25.409 s]
/proc/loadavg: 1.21 1.06 1.03 2/119 12530
/proc/meminfo: memFree=1683148/2059040 swapFree=4135684/4192956
[pid=12517] ppid=12515 vsize=1534992 CPUtime=27.3
/proc/12517/stat : 12517 (java) S 12515 12517 12171 0 -1 4202496 27999 0 1 0 2716 14 0 0 18 0 13 0 40328138 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12517/statm: 383748 25790 1440 10 0 381050 0
[pid=12517/tid=12519] ppid=12515 vsize=1534992 CPUtime=24.7
/proc/12517/task/12519/stat : 12519 (java) R 12515 12517 12171 0 -1 4202560 19647 0 1 0 2460 10 0 0 25 0 13 0 40328139 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4109363697 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12517/tid=12520] ppid=12515 vsize=1534992 CPUtime=0.07
/proc/12517/task/12520/stat : 12520 (java) S 12515 12517 12171 0 -1 4202560 299 0 0 0 7 0 0 0 15 0 13 0 40328140 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=12517/tid=12521] ppid=12515 vsize=1534992 CPUtime=0.09
/proc/12517/task/12521/stat : 12521 (java) S 12515 12517 12171 0 -1 4202560 787 0 0 0 9 0 0 0 16 0 13 0 40328141 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12522] ppid=12515 vsize=1534992 CPUtime=0.49
/proc/12517/task/12522/stat : 12522 (java) S 12515 12517 12171 0 -1 4202560 1820 0 0 0 49 0 0 0 16 0 13 0 40328142 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 0 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=12517/tid=12523] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12523/stat : 12523 (java) S 12515 12517 12171 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40328143 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12524] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12524/stat : 12524 (java) S 12515 12517 12171 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40328143 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12525] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12525/stat : 12525 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40328147 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12526] ppid=12515 vsize=1534992 CPUtime=1.23
/proc/12517/task/12526/stat : 12526 (java) S 12515 12517 12171 0 -1 4202560 3478 0 0 0 122 1 0 0 15 0 13 0 40328147 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12527] ppid=12515 vsize=1534992 CPUtime=0.67
/proc/12517/task/12527/stat : 12527 (java) S 12515 12517 12171 0 -1 4202560 901 0 0 0 67 0 0 0 16 0 13 0 40328147 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 1 0 0 0
[pid=12517/tid=12528] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12528/stat : 12528 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40328147 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12529] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12529/stat : 12529 (java) S 12515 12517 12171 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40328147 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
[pid=12517/tid=12530] ppid=12515 vsize=1534992 CPUtime=0
/proc/12517/task/12530/stat : 12530 (java) S 12515 12517 12171 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40328175 1571831808 25790 1992294400 134512640 134550932 4293514016 18446744073709551615 4294960144 0 4 0 16800975 18446604437828258560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 27.3
Current children cumulated vsize (KiB) 1534992

Child status: 30
Real time (s): 25.4861
CPU time (s): 27.3788
CPU user time (s): 27.2259
CPU system time (s): 0.152976
CPU usage (%): 107.427
Max. virtual memory (cumulated for all children) (KiB): 1536420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.2259
system time used= 0.152976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28011
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= 891
involuntary context switches= 760

runsolver used 0.056991 second user time and 0.153976 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-16 02:14:02
IDJOB=2658318
IDBENCH=47932
IDSOLVER=1164
FILE ID=node002/2658318-1276647242
PBS_JOBID= 11172437
Free space on /tmp= 62572 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=53-P1=5-P2=67-P3=53-P4=17-P5=103-P6=29-P7=71-P8=47-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658318-1276647242/watcher-2658318-1276647242 -o /tmp/evaluation-result-2658318-1276647242/solver-2658318-1276647242 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658318-1276647242.opb

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

MD5SUM BENCH= 43e5891f3de726e47642c5b88db45e69
RANDOM SEED=1244219181

node002.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1781916 kB
Buffers:         71200 kB
Cached:         112884 kB
SwapCached:      10756 kB
Active:         101276 kB
Inactive:        96220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1781916 kB
SwapTotal:     4192956 kB
SwapFree:      4135684 kB
Dirty:            1776 kB
Writeback:           0 kB
AnonPages:       11596 kB
Mapped:           9296 kB
Slab:            57652 kB
PageTables:       3980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181532 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= 62572 MiB
End job on node002 at 2010-06-16 02:14:27