Trace number 2661834

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 RES // CP 2.2.0 2010-05-31OPT3 18.8341 10.8619

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=5-P1=53-P2=23-P3=7-P4=31-P5=59-P6=59-P7=37-P8=41-P9=67-B.opb
MD5SUMfb8239991fe60a33867ecb92496c7603
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 benchmark4.22936
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 variables162
Total number of constraints19
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 constraints19
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)324
Sum of products size (including duplicates)648
Number of different products324
Sum of products size648

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.14	c version 2.2.0.v20100531
0.08/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.14	c java.vm.version	11.2-b01
0.08/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version		1.6.0_12
0.08/0.14	c os.name		Linux
0.08/0.14	c os.version		2.6.18-164.el5
0.08/0.14	c os.arch		i386
0.08/0.14	c Free memory 		1393557488
0.08/0.14	c Max memory 		1395916800
0.08/0.14	c Total memory 		1395916800
0.08/0.14	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2661834-1276650810.opb
0.24/0.21	c reading problem ... 
0.55/0.40	c ... done. Wall clock time 0.19s.
0.55/0.40	c #vars     486
0.55/0.40	c #constraints  676
0.55/0.40	c constraints type 
0.55/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
0.55/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 352
0.55/0.40	c constraints type 
0.55/0.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
0.55/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 352
8.65/4.59	c cleaning 2501 clauses out of 5001 with flag 5001/5001
10.41/5.45	c cleaning 4243 clauses out of 8499 with flag 11002/11002
10.94/5.73	c And the winner is Resolution
11.01/6.65	c SATISFIABLE
11.01/6.65	c OPTIMIZING...
11.01/6.65	c Got one! Elapsed wall clock time (in seconds):6.443
11.01/6.65	o 3
11.89/7.14	c cleaning 5627 clauses out of 11254 with flag 18000/18000
13.63/8.08	c cleaning 6812 clauses out of 13627 with flag 26002/26002
15.95/9.26	c cleaning 7906 clauses out of 15812 with flag 35001/35001
18.46/10.57	c And the winner is Resolution
18.77/10.82	c starts		: 64
18.77/10.82	c conflicts		: 43582
18.77/10.82	c decisions		: 48365
18.77/10.82	c propagations		: 644591
18.77/10.82	c inspects		: 15753570
18.77/10.82	c learnt literals	: 15
18.77/10.82	c learnt binary clauses	: 50
18.77/10.82	c learnt ternary clauses	: 130
18.77/10.82	c learnt clauses	: 43566
18.77/10.82	c ignored clauses	: 0
18.77/10.82	c root simplifications	: 0
18.77/10.82	c removed literals (reason simplification)	: 705966
18.77/10.82	c reason swapping (by a shorter reason)	: 0
18.77/10.82	c Calls to reduceDB	: 5
18.77/10.82	c number of reductions to clauses (during analyze)	: 0
18.77/10.82	c number of learned constraints concerned by reduction	: 0
18.77/10.82	c number of learning phase by resolution	: 0
18.77/10.82	c number of learning phase by cutting planes	: 0
18.77/10.82	c speed (assignments/second)	: 154541.1172380724
18.77/10.82	c non guided choices	811
18.77/10.82	c learnt constraints type 
18.77/10.82	c constraints type 
18.77/10.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
18.77/10.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 352
18.77/10.82	c constraints type 
18.77/10.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
18.77/10.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 352
18.77/10.82	s OPTIMUM FOUND
18.77/10.83	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 
18.77/10.83	c objective function=3
18.77/10.83	c Total wall clock time (in seconds): 10.617

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-2661834-1276650810/watcher-2661834-1276650810 -o /tmp/evaluation-result-2661834-1276650810/solver-2661834-1276650810 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661834-1276650810.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.02 1.03 1.00 3/106 5908
/proc/meminfo: memFree=1825216/2059040 swapFree=4136680/4192956
[pid=5908] ppid=5906 vsize=248 CPUtime=0
/proc/5908/stat : 5908 (java) R 5906 5908 5005 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 38736398 253952 28 1992294400 134512640 134550932 4293136320 18446744073709551615 6971988 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5908/statm: 62 28 21 10 0 23 0

[startup+0.081105 s]
/proc/loadavg: 1.02 1.03 1.00 3/106 5908
/proc/meminfo: memFree=1825216/2059040 swapFree=4136680/4192956
[pid=5908] ppid=5906 vsize=1521796 CPUtime=0.06
/proc/5908/stat : 5908 (java) S 5906 5908 5005 0 -1 4202496 3813 0 1 0 4 2 0 0 18 0 7 0 38736398 1558319104 3254 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/5908/statm: 380449 3254 1044 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.102106 s]
/proc/loadavg: 1.02 1.03 1.00 3/106 5908
/proc/meminfo: memFree=1825216/2059040 swapFree=4136680/4192956
[pid=5908] ppid=5906 vsize=1524180 CPUtime=0.08
/proc/5908/stat : 5908 (java) S 5906 5908 5005 0 -1 4202496 3999 0 1 0 6 2 0 0 18 0 12 0 38736398 1560760320 3438 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5908/statm: 381045 3438 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.30112 s]
/proc/loadavg: 1.02 1.03 1.00 3/106 5908
/proc/meminfo: memFree=1825216/2059040 swapFree=4136680/4192956
[pid=5908] ppid=5906 vsize=1526132 CPUtime=0.37
/proc/5908/stat : 5908 (java) S 5906 5908 5005 0 -1 4202496 5395 0 1 0 34 3 0 0 18 0 12 0 38736398 1562759168 4832 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5908/statm: 381533 4832 1364 10 0 378836 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526132

[startup+0.70216 s]
/proc/loadavg: 1.02 1.03 1.00 3/106 5908
/proc/meminfo: memFree=1825216/2059040 swapFree=4136680/4192956
[pid=5908] ppid=5906 vsize=1535884 CPUtime=1.15
/proc/5908/stat : 5908 (java) S 5906 5908 5005 0 -1 4202496 8558 0 1 0 110 5 0 0 18 0 16 0 38736398 1572745216 7432 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5908/statm: 383971 7432 1403 10 0 381274 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1535884

[startup+1.50122 s]
/proc/loadavg: 1.02 1.03 1.00 6/122 5924
/proc/meminfo: memFree=1799048/2059040 swapFree=4136680/4192956
[pid=5908] ppid=5906 vsize=1535168 CPUtime=2.73
/proc/5908/stat : 5908 (java) S 5906 5908 5005 0 -1 4202496 11903 0 1 0 267 6 0 0 18 0 16 0 38736398 1572012032 10606 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5908/statm: 383792 10606 1423 10 0 381095 0
[pid=5908/tid=5910] ppid=5906 vsize=1535168 CPUtime=0.36
/proc/5908/task/5910/stat : 5910 (java) S 5906 5908 5005 0 -1 4202560 4018 0 1 0 34 2 0 0 18 0 16 0 38736399 1572012032 10607 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5911] ppid=5906 vsize=1535168 CPUtime=0
/proc/5908/task/5911/stat : 5911 (java) S 5906 5908 5005 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 38736400 1572012032 10607 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5912] ppid=5906 vsize=1535168 CPUtime=0
/proc/5908/task/5912/stat : 5912 (java) S 5906 5908 5005 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 38736400 1572012032 10607 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5913] ppid=5906 vsize=1535168 CPUtime=0
/proc/5908/task/5913/stat : 5913 (java) S 5906 5908 5005 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 38736402 1572012032 10608 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 0 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5914] ppid=5906 vsize=1535168 CPUtime=0
/proc/5908/task/5914/stat : 5914 (java) S 5906 5908 5005 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 38736403 1572012032 10608 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5915] ppid=5906 vsize=1535168 CPUtime=0
/proc/5908/task/5915/stat : 5915 (java) S 5906 5908 5005 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 38736403 1572012032 10608 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5916] ppid=5906 vsize=1535168 CPUtime=0
/proc/5908/task/5916/stat : 5916 (java) S 5906 5908 5005 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 38736407 1572012032 10609 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5917] ppid=5906 vsize=1535168 CPUtime=0.21
/proc/5908/task/5917/stat : 5917 (java) R 5906 5908 5005 0 -1 4202560 761 0 0 0 21 0 0 0 24 0 16 0 38736407 1572012032 10609 1992294400 134512640 134550932 4293136320 18446744073709551615 104164032 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5908/tid=5918] ppid=5906 vsize=1535168 CPUtime=1.01
/proc/5908/task/5918/stat : 5918 (java) R 5906 5908 5005 0 -1 4202560 2523 0 0 0 100 1 0 0 19 0 16 0 38736407 1572012032 10610 1992294400 134512640 134550932 4293136320 18446744073709551615 104163978 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5908/tid=5919] ppid=5906 vsize=1535168 CPUtime=0
/proc/5908/task/5919/stat : 5919 (java) S 5906 5908 5005 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38736407 1572012032 10610 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5920] ppid=5906 vsize=1535168 CPUtime=0
/proc/5908/task/5920/stat : 5920 (java) S 5906 5908 5005 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 38736407 1572012032 10610 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5921] ppid=5906 vsize=1535168 CPUtime=0.64
/proc/5908/task/5921/stat : 5921 (java) R 5906 5908 5005 0 -1 4202560 1220 0 0 0 64 0 0 0 25 0 16 0 38736438 1572012032 10610 1992294400 134512640 134550932 4293136320 18446744073709551615 4109429347 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5908/tid=5922] ppid=5906 vsize=1535168 CPUtime=0.46
/proc/5908/task/5922/stat : 5922 (java) R 5906 5908 5005 0 -1 4202560 2309 0 0 0 46 0 0 0 25 0 16 0 38736438 1572012032 10611 1992294400 134512640 134550932 4293136320 18446744073709551615 104170966 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5908/tid=5923] ppid=5906 vsize=1535168 CPUtime=0
/proc/5908/task/5923/stat : 5923 (java) S 5906 5908 5005 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 38736439 1572012032 10612 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5924] ppid=5906 vsize=1535168 CPUtime=0
/proc/5908/task/5924/stat : 5924 (java) S 5906 5908 5005 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38736440 1572012032 10613 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 1535168

[startup+3.10135 s]
/proc/loadavg: 1.41 1.11 1.03 5/122 5924
/proc/meminfo: memFree=1758004/2059040 swapFree=4136680/4192956
[pid=5908] ppid=5906 vsize=1549700 CPUtime=5.89
/proc/5908/stat : 5908 (java) S 5906 5908 5005 0 -1 4202496 39783 0 1 0 572 17 0 0 18 0 16 0 38736398 1586892800 34628 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5908/statm: 387425 34629 1430 10 0 384728 0
[pid=5908/tid=5910] ppid=5906 vsize=1549700 CPUtime=0.36
/proc/5908/task/5910/stat : 5910 (java) S 5906 5908 5005 0 -1 4202560 4018 0 1 0 34 2 0 0 18 0 16 0 38736399 1586892800 34630 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5911] ppid=5906 vsize=1549700 CPUtime=0
/proc/5908/task/5911/stat : 5911 (java) S 5906 5908 5005 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 38736400 1586892800 34630 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5912] ppid=5906 vsize=1549700 CPUtime=0
/proc/5908/task/5912/stat : 5912 (java) S 5906 5908 5005 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 38736400 1586892800 34631 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5913] ppid=5906 vsize=1549700 CPUtime=0
/proc/5908/task/5913/stat : 5913 (java) S 5906 5908 5005 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 38736402 1586892800 34632 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 0 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5914] ppid=5906 vsize=1549700 CPUtime=0
/proc/5908/task/5914/stat : 5914 (java) S 5906 5908 5005 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 38736403 1586892800 34633 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5915] ppid=5906 vsize=1549700 CPUtime=0
/proc/5908/task/5915/stat : 5915 (java) S 5906 5908 5005 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 38736403 1586892800 34634 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5916] ppid=5906 vsize=1549700 CPUtime=0
/proc/5908/task/5916/stat : 5916 (java) S 5906 5908 5005 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 38736407 1586892800 34635 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5917] ppid=5906 vsize=1549700 CPUtime=0.88
/proc/5908/task/5917/stat : 5917 (java) R 5906 5908 5005 0 -1 4202560 3644 0 0 0 87 1 0 0 18 0 16 0 38736407 1586892800 34636 1992294400 134512640 134550932 4293136320 18446744073709551615 105578290 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5908/tid=5918] ppid=5906 vsize=1549700 CPUtime=2.1
/proc/5908/task/5918/stat : 5918 (java) R 5906 5908 5005 0 -1 4202560 7247 0 0 0 207 3 0 0 18 0 16 0 38736407 1586892800 34636 1992294400 134512640 134550932 4293136320 18446744073709551615 105580342 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5908/tid=5919] ppid=5906 vsize=1549700 CPUtime=0
/proc/5908/task/5919/stat : 5919 (java) S 5906 5908 5005 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38736407 1586892800 34638 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5920] ppid=5906 vsize=1549700 CPUtime=0
/proc/5908/task/5920/stat : 5920 (java) S 5906 5908 5005 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 38736407 1586892800 34639 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5921] ppid=5906 vsize=1549700 CPUtime=1.07
/proc/5908/task/5921/stat : 5921 (java) R 5906 5908 5005 0 -1 4202560 4329 0 0 0 105 2 0 0 25 0 16 0 38736438 1586892800 34640 1992294400 134512640 134550932 4293136320 18446744073709551615 4109358302 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5908/tid=5922] ppid=5906 vsize=1549700 CPUtime=1.43
/proc/5908/task/5922/stat : 5922 (java) R 5906 5908 5005 0 -1 4202560 19480 0 0 0 136 7 0 0 18 0 16 0 38736438 1586892800 34640 1992294400 134512640 134550932 4293136320 18446744073709551615 4109330834 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5908/tid=5923] ppid=5906 vsize=1549700 CPUtime=0
/proc/5908/task/5923/stat : 5923 (java) S 5906 5908 5005 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 38736439 1586892800 34641 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5924] ppid=5906 vsize=1549700 CPUtime=0
/proc/5908/task/5924/stat : 5924 (java) S 5906 5908 5005 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38736440 1586892800 34642 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 1549700

[startup+6.30159 s]
/proc/loadavg: 1.41 1.11 1.03 3/122 5924
/proc/meminfo: memFree=1659176/2059040 swapFree=4136680/4192956
[pid=5908] ppid=5906 vsize=1553000 CPUtime=11.01
/proc/5908/stat : 5908 (java) S 5906 5908 5005 0 -1 4202496 50166 0 1 0 1079 22 0 0 18 0 14 0 38736398 1590272000 43265 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5908/statm: 388250 43265 1449 10 0 385553 0
[pid=5908/tid=5910] ppid=5906 vsize=1553000 CPUtime=0.36
/proc/5908/task/5910/stat : 5910 (java) S 5906 5908 5005 0 -1 4202560 4019 0 1 0 34 2 0 0 15 0 14 0 38736399 1590272000 43265 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5911] ppid=5906 vsize=1553000 CPUtime=0.05
/proc/5908/task/5911/stat : 5911 (java) S 5906 5908 5005 0 -1 4202560 1239 0 0 0 5 0 0 0 16 0 14 0 38736400 1590272000 43265 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5912] ppid=5906 vsize=1553000 CPUtime=0.03
/proc/5908/task/5912/stat : 5912 (java) S 5906 5908 5005 0 -1 4202560 672 0 0 0 3 0 0 0 15 0 14 0 38736400 1590272000 43265 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5913] ppid=5906 vsize=1553000 CPUtime=0.09
/proc/5908/task/5913/stat : 5913 (java) S 5906 5908 5005 0 -1 4202560 1585 0 0 0 9 0 0 0 16 0 14 0 38736402 1590272000 43265 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 0 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5914] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5914/stat : 5914 (java) S 5906 5908 5005 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 38736403 1590272000 43265 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5915] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5915/stat : 5915 (java) S 5906 5908 5005 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 38736403 1590272000 43265 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5916] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5916/stat : 5916 (java) S 5906 5908 5005 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 38736407 1590272000 43265 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5917] ppid=5906 vsize=1553000 CPUtime=1.55
/proc/5908/task/5917/stat : 5917 (java) S 5906 5908 5005 0 -1 4202560 4474 0 0 0 153 2 0 0 18 0 14 0 38736407 1590272000 43265 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5918] ppid=5906 vsize=1553000 CPUtime=2.95
/proc/5908/task/5918/stat : 5918 (java) S 5906 5908 5005 0 -1 4202560 9010 0 0 0 291 4 0 0 15 0 14 0 38736407 1590272000 43265 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5919] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5919/stat : 5919 (java) S 5906 5908 5005 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 38736407 1590272000 43265 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5920] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5920/stat : 5920 (java) S 5906 5908 5005 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 38736407 1590272000 43265 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5923] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5923/stat : 5923 (java) S 5906 5908 5005 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 38736439 1590272000 43265 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5924] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5924/stat : 5924 (java) S 5906 5908 5005 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 38736440 1590272000 43265 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.01
Current children cumulated vsize (KiB) 1553000

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

[startup+7.90273 s]
/proc/loadavg: 1.30 1.09 1.02 3/122 5926
/proc/meminfo: memFree=1654960/2059040 swapFree=4136680/4192956
[pid=5908] ppid=5906 vsize=1553000 CPUtime=13.44
/proc/5908/stat : 5908 (java) S 5906 5908 5005 0 -1 4202496 50650 0 1 0 1321 23 0 0 18 0 16 0 38736398 1590272000 43745 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5908/statm: 388250 43745 1449 10 0 385553 0
[pid=5908/tid=5910] ppid=5906 vsize=1553000 CPUtime=0.36
/proc/5908/task/5910/stat : 5910 (java) S 5906 5908 5005 0 -1 4202560 4020 0 1 0 34 2 0 0 15 0 16 0 38736399 1590272000 43745 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5911] ppid=5906 vsize=1553000 CPUtime=0.07
/proc/5908/task/5911/stat : 5911 (java) S 5906 5908 5005 0 -1 4202560 1239 0 0 0 7 0 0 0 16 0 16 0 38736400 1590272000 43745 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5912] ppid=5906 vsize=1553000 CPUtime=0.05
/proc/5908/task/5912/stat : 5912 (java) S 5906 5908 5005 0 -1 4202560 672 0 0 0 5 0 0 0 16 0 16 0 38736400 1590272000 43745 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5913] ppid=5906 vsize=1553000 CPUtime=0.14
/proc/5908/task/5913/stat : 5913 (java) S 5906 5908 5005 0 -1 4202560 2063 0 0 0 14 0 0 0 15 0 16 0 38736402 1590272000 43745 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 0 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5914] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5914/stat : 5914 (java) S 5906 5908 5005 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38736403 1590272000 43745 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5915] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5915/stat : 5915 (java) S 5906 5908 5005 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 38736403 1590272000 43745 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5916] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5916/stat : 5916 (java) S 5906 5908 5005 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 38736407 1590272000 43745 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5917] ppid=5906 vsize=1553000 CPUtime=1.55
/proc/5908/task/5917/stat : 5917 (java) S 5906 5908 5005 0 -1 4202560 4474 0 0 0 153 2 0 0 17 0 16 0 38736407 1590272000 43745 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5918] ppid=5906 vsize=1553000 CPUtime=2.97
/proc/5908/task/5918/stat : 5918 (java) S 5906 5908 5005 0 -1 4202560 9012 0 0 0 293 4 0 0 15 0 16 0 38736407 1590272000 43745 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5919] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5919/stat : 5919 (java) S 5906 5908 5005 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38736407 1590272000 43745 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5920] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5920/stat : 5920 (java) S 5906 5908 5005 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 38736407 1590272000 43745 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5923] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5923/stat : 5923 (java) S 5906 5908 5005 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 38736439 1590272000 43745 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5924] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5924/stat : 5924 (java) S 5906 5908 5005 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38736440 1590272000 43745 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5925] ppid=5906 vsize=1553000 CPUtime=1.15
/proc/5908/task/5925/stat : 5925 (java) R 5906 5908 5005 0 -1 4202560 1 0 0 0 115 0 0 0 17 0 16 0 38737063 1590272000 43745 1992294400 134512640 134550932 4293136320 18446744073709551615 4109519503 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5908/tid=5926] ppid=5906 vsize=1553000 CPUtime=1.15
/proc/5908/task/5926/stat : 5926 (java) R 5906 5908 5005 0 -1 4202560 2 0 0 0 115 0 0 0 18 0 16 0 38737063 1590272000 43745 1992294400 134512640 134550932 4293136320 18446744073709551615 4109338949 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.44
Current children cumulated vsize (KiB) 1553000

[startup+9.50285 s]
/proc/loadavg: 1.30 1.09 1.02 3/122 5926
/proc/meminfo: memFree=1640452/2059040 swapFree=4136680/4192956
[pid=5908] ppid=5906 vsize=1553000 CPUtime=16.48
/proc/5908/stat : 5908 (java) S 5906 5908 5005 0 -1 4202496 58016 0 1 0 1623 25 0 0 18 0 16 0 38736398 1590272000 51099 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5908/statm: 388250 51099 1449 10 0 385553 0
[pid=5908/tid=5910] ppid=5906 vsize=1553000 CPUtime=0.36
/proc/5908/task/5910/stat : 5910 (java) S 5906 5908 5005 0 -1 4202560 4020 0 1 0 34 2 0 0 15 0 16 0 38736399 1590272000 51099 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5911] ppid=5906 vsize=1553000 CPUtime=0.11
/proc/5908/task/5911/stat : 5911 (java) S 5906 5908 5005 0 -1 4202560 2161 0 0 0 11 0 0 0 16 0 16 0 38736400 1590272000 51099 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5912] ppid=5906 vsize=1553000 CPUtime=0.09
/proc/5908/task/5912/stat : 5912 (java) S 5906 5908 5005 0 -1 4202560 1517 0 0 0 9 0 0 0 15 0 16 0 38736400 1590272000 51099 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5913] ppid=5906 vsize=1553000 CPUtime=0.27
/proc/5908/task/5913/stat : 5913 (java) S 5906 5908 5005 0 -1 4202560 2655 0 0 0 27 0 0 0 16 0 16 0 38736402 1590272000 51099 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 0 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5914] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5914/stat : 5914 (java) S 5906 5908 5005 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38736403 1590272000 51099 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5915] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5915/stat : 5915 (java) S 5906 5908 5005 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 38736403 1590272000 51099 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5916] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5916/stat : 5916 (java) S 5906 5908 5005 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 38736407 1590272000 51099 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5917] ppid=5906 vsize=1553000 CPUtime=1.61
/proc/5908/task/5917/stat : 5917 (java) S 5906 5908 5005 0 -1 4202560 4481 0 0 0 159 2 0 0 15 0 16 0 38736407 1590272000 51099 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5918] ppid=5906 vsize=1553000 CPUtime=2.97
/proc/5908/task/5918/stat : 5918 (java) S 5906 5908 5005 0 -1 4202560 9012 0 0 0 293 4 0 0 15 0 16 0 38736407 1590272000 51099 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5919] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5919/stat : 5919 (java) S 5906 5908 5005 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38736407 1590272000 51099 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5920] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5920/stat : 5920 (java) S 5906 5908 5005 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 38736407 1590272000 51099 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5923] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5923/stat : 5923 (java) S 5906 5908 5005 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 38736439 1590272000 51099 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5924] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5924/stat : 5924 (java) S 5906 5908 5005 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38736440 1590272000 51099 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5925] ppid=5906 vsize=1553000 CPUtime=2.51
/proc/5908/task/5925/stat : 5925 (java) R 5906 5908 5005 0 -1 4202560 536 0 0 0 251 0 0 0 17 0 16 0 38737063 1590272000 51099 1992294400 134512640 134550932 4293136320 18446744073709551615 4109366348 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5908/tid=5926] ppid=5906 vsize=1553000 CPUtime=2.57
/proc/5908/task/5926/stat : 5926 (java) R 5906 5908 5005 0 -1 4202560 4467 0 0 0 256 1 0 0 19 0 16 0 38737063 1590272000 51099 1992294400 134512640 134550932 4293136320 18446744073709551615 4109335424 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.48
Current children cumulated vsize (KiB) 1553000

[startup+10.3019 s]
/proc/loadavg: 1.30 1.09 1.02 4/122 5926
/proc/meminfo: memFree=1625448/2059040 swapFree=4136680/4192956
[pid=5908] ppid=5906 vsize=1553000 CPUtime=18.07
/proc/5908/stat : 5908 (java) S 5906 5908 5005 0 -1 4202496 58020 0 1 0 1781 26 0 0 18 0 16 0 38736398 1590272000 51102 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5908/statm: 388250 51102 1449 10 0 385553 0
[pid=5908/tid=5910] ppid=5906 vsize=1553000 CPUtime=0.36
/proc/5908/task/5910/stat : 5910 (java) S 5906 5908 5005 0 -1 4202560 4020 0 1 0 34 2 0 0 15 0 16 0 38736399 1590272000 51102 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5911] ppid=5906 vsize=1553000 CPUtime=0.11
/proc/5908/task/5911/stat : 5911 (java) S 5906 5908 5005 0 -1 4202560 2163 0 0 0 11 0 0 0 16 0 16 0 38736400 1590272000 51102 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5912] ppid=5906 vsize=1553000 CPUtime=0.1
/proc/5908/task/5912/stat : 5912 (java) S 5906 5908 5005 0 -1 4202560 1518 0 0 0 10 0 0 0 15 0 16 0 38736400 1590272000 51102 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5913] ppid=5906 vsize=1553000 CPUtime=0.27
/proc/5908/task/5913/stat : 5913 (java) S 5906 5908 5005 0 -1 4202560 2655 0 0 0 27 0 0 0 16 0 16 0 38736402 1590272000 51102 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 0 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5914] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5914/stat : 5914 (java) S 5906 5908 5005 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 38736403 1590272000 51102 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5915] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5915/stat : 5915 (java) S 5906 5908 5005 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 38736403 1590272000 51102 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5916] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5916/stat : 5916 (java) S 5906 5908 5005 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 38736407 1590272000 51102 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5917] ppid=5906 vsize=1553000 CPUtime=1.61
/proc/5908/task/5917/stat : 5917 (java) S 5906 5908 5005 0 -1 4202560 4481 0 0 0 159 2 0 0 15 0 16 0 38736407 1590272000 51102 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5918] ppid=5906 vsize=1553000 CPUtime=2.97
/proc/5908/task/5918/stat : 5918 (java) S 5906 5908 5005 0 -1 4202560 9012 0 0 0 293 4 0 0 15 0 16 0 38736407 1590272000 51102 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5919] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5919/stat : 5919 (java) S 5906 5908 5005 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38736407 1590272000 51102 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5920] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5920/stat : 5920 (java) S 5906 5908 5005 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 38736407 1590272000 51102 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5923] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5923/stat : 5923 (java) S 5906 5908 5005 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 38736439 1590272000 51102 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5924] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5924/stat : 5924 (java) S 5906 5908 5005 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 38736440 1590272000 51102 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5925] ppid=5906 vsize=1553000 CPUtime=3.29
/proc/5908/task/5925/stat : 5925 (java) R 5906 5908 5005 0 -1 4202560 536 0 0 0 329 0 0 0 18 0 16 0 38737063 1590272000 51102 1992294400 134512640 134550932 4293136320 18446744073709551615 4109339991 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5908/tid=5926] ppid=5906 vsize=1553000 CPUtime=3.36
/proc/5908/task/5926/stat : 5926 (java) R 5906 5908 5005 0 -1 4202560 4468 0 0 0 335 1 0 0 20 0 16 0 38737063 1590272000 51102 1992294400 134512640 134550932 4293136320 18446744073709551615 4109360107 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18.07
Current children cumulated vsize (KiB) 1553000

[startup+10.7019 s]
/proc/loadavg: 1.30 1.09 1.02 4/122 5926
/proc/meminfo: memFree=1625448/2059040 swapFree=4136680/4192956
[pid=5908] ppid=5906 vsize=1553000 CPUtime=18.65
/proc/5908/stat : 5908 (java) S 5906 5908 5005 0 -1 4202496 58335 0 1 0 1839 26 0 0 18 0 14 0 38736398 1590272000 51385 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5908/statm: 388250 51385 1449 10 0 385553 0
[pid=5908/tid=5910] ppid=5906 vsize=1553000 CPUtime=0.4
/proc/5908/task/5910/stat : 5910 (java) R 5906 5908 5005 0 -1 4202560 4020 0 1 0 38 2 0 0 16 0 14 0 38736399 1590272000 51385 1992294400 134512640 134550932 4293136320 18446744073709551615 4110151616 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5908/tid=5911] ppid=5906 vsize=1553000 CPUtime=0.12
/proc/5908/task/5911/stat : 5911 (java) S 5906 5908 5005 0 -1 4202560 2316 0 0 0 12 0 0 0 16 0 14 0 38736400 1590272000 51385 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5912] ppid=5906 vsize=1553000 CPUtime=0.11
/proc/5908/task/5912/stat : 5912 (java) S 5906 5908 5005 0 -1 4202560 1679 0 0 0 11 0 0 0 15 0 14 0 38736400 1590272000 51385 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5913] ppid=5906 vsize=1553000 CPUtime=0.27
/proc/5908/task/5913/stat : 5913 (java) S 5906 5908 5005 0 -1 4202560 2655 0 0 0 27 0 0 0 16 0 14 0 38736402 1590272000 51385 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 0 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5914] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5914/stat : 5914 (java) S 5906 5908 5005 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 38736403 1590272000 51385 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5915] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5915/stat : 5915 (java) S 5906 5908 5005 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 38736403 1590272000 51385 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5916] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5916/stat : 5916 (java) S 5906 5908 5005 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 38736407 1590272000 51385 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5917] ppid=5906 vsize=1553000 CPUtime=1.62
/proc/5908/task/5917/stat : 5917 (java) S 5906 5908 5005 0 -1 4202560 4481 0 0 0 160 2 0 0 15 0 14 0 38736407 1590272000 51385 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5918] ppid=5906 vsize=1553000 CPUtime=2.97
/proc/5908/task/5918/stat : 5918 (java) S 5906 5908 5005 0 -1 4202560 9012 0 0 0 293 4 0 0 15 0 14 0 38736407 1590272000 51385 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5919] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5919/stat : 5919 (java) S 5906 5908 5005 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 38736407 1590272000 51385 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5920] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5920/stat : 5920 (java) S 5906 5908 5005 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 38736407 1590272000 51385 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5923] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5923/stat : 5923 (java) S 5906 5908 5005 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 38736439 1590272000 51385 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5924] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5924/stat : 5924 (java) S 5906 5908 5005 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 38736440 1590272000 51385 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.65
Current children cumulated vsize (KiB) 1553000

[startup+10.801 s]
/proc/loadavg: 1.30 1.09 1.02 4/122 5926
/proc/meminfo: memFree=1625448/2059040 swapFree=4136680/4192956
[pid=5908] ppid=5906 vsize=1553000 CPUtime=18.77
/proc/5908/stat : 5908 (java) S 5906 5908 5005 0 -1 4202496 58335 0 1 0 1851 26 0 0 18 0 14 0 38736398 1590272000 51385 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5908/statm: 388250 51385 1449 10 0 385553 0
[pid=5908/tid=5910] ppid=5906 vsize=1553000 CPUtime=0.5
/proc/5908/task/5910/stat : 5910 (java) R 5906 5908 5005 0 -1 4202560 4020 0 1 0 48 2 0 0 16 0 14 0 38736399 1590272000 51385 1992294400 134512640 134550932 4293136320 18446744073709551615 4109137619 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5908/tid=5911] ppid=5906 vsize=1553000 CPUtime=0.12
/proc/5908/task/5911/stat : 5911 (java) S 5906 5908 5005 0 -1 4202560 2316 0 0 0 12 0 0 0 16 0 14 0 38736400 1590272000 51385 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5912] ppid=5906 vsize=1553000 CPUtime=0.11
/proc/5908/task/5912/stat : 5912 (java) S 5906 5908 5005 0 -1 4202560 1679 0 0 0 11 0 0 0 15 0 14 0 38736400 1590272000 51385 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5913] ppid=5906 vsize=1553000 CPUtime=0.27
/proc/5908/task/5913/stat : 5913 (java) S 5906 5908 5005 0 -1 4202560 2655 0 0 0 27 0 0 0 16 0 14 0 38736402 1590272000 51385 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 0 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5914] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5914/stat : 5914 (java) S 5906 5908 5005 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 38736403 1590272000 51385 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5915] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5915/stat : 5915 (java) S 5906 5908 5005 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 38736403 1590272000 51385 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5916] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5916/stat : 5916 (java) S 5906 5908 5005 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 38736407 1590272000 51385 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5917] ppid=5906 vsize=1553000 CPUtime=1.64
/proc/5908/task/5917/stat : 5917 (java) S 5906 5908 5005 0 -1 4202560 4481 0 0 0 162 2 0 0 15 0 14 0 38736407 1590272000 51385 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5918] ppid=5906 vsize=1553000 CPUtime=2.97
/proc/5908/task/5918/stat : 5918 (java) S 5906 5908 5005 0 -1 4202560 9012 0 0 0 293 4 0 0 15 0 14 0 38736407 1590272000 51385 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5919] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5919/stat : 5919 (java) S 5906 5908 5005 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 38736407 1590272000 51385 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5920] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5920/stat : 5920 (java) S 5906 5908 5005 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 38736407 1590272000 51385 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
[pid=5908/tid=5923] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5923/stat : 5923 (java) S 5906 5908 5005 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 38736439 1590272000 51385 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 1 0 0 0
[pid=5908/tid=5924] ppid=5906 vsize=1553000 CPUtime=0
/proc/5908/task/5924/stat : 5924 (java) S 5906 5908 5005 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 38736440 1590272000 51385 1992294400 134512640 134550932 4293136320 18446744073709551615 4294960144 0 4 0 16800975 18446604437822094016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.77
Current children cumulated vsize (KiB) 1553000

Child status: 30
Real time (s): 10.8619
CPU time (s): 18.8341
CPU user time (s): 18.5492
CPU system time (s): 0.284956
CPU usage (%): 173.396
Max. virtual memory (cumulated for all children) (KiB): 1554024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.5492
system time used= 0.284956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58339
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= 861
involuntary context switches= 842

runsolver used 0.054991 second user time and 0.107983 second system time

The end

Launcher Data

Begin job on node026 at 2010-06-16 03:13:30
IDJOB=2661834
IDBENCH=48089
IDSOLVER=1166
FILE ID=node026/2661834-1276650810
PBS_JOBID= 11172409
Free space on /tmp= 62560 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=5-P1=53-P2=23-P3=7-P4=31-P5=59-P6=59-P7=37-P8=41-P9=67-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661834-1276650810/watcher-2661834-1276650810 -o /tmp/evaluation-result-2661834-1276650810/solver-2661834-1276650810 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661834-1276650810.opb

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

MD5SUM BENCH= fb8239991fe60a33867ecb92496c7603
RANDOM SEED=1459615742

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1825596 kB
Buffers:         34724 kB
Cached:         106960 kB
SwapCached:       9808 kB
Active:          84420 kB
Inactive:        70696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1825596 kB
SwapTotal:     4192956 kB
SwapFree:      4136680 kB
Dirty:             452 kB
Writeback:           4 kB
AnonPages:       11656 kB
Mapped:           9396 kB
Slab:            56488 kB
PageTables:       4116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181348 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= 62560 MiB
End job on node026 at 2010-06-16 03:13:41