Trace number 2658489

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 22.6546 20.9264

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=71-P1=131-P2=37-P3=29-P4=71-P5=79-P6=47-P7=41-B.opb
MD5SUM3dcbc29326e863fba53ed8c8a10116ce
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.581911
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 variables147
Total number of constraints15
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 constraints15
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)343
Sum of products size (including duplicates)686
Number of different products343
Sum of products size686

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.24/0.21	c Pseudo Boolean Optimization
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@1ac1fe4
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 solving HOME/instance-2658489-1276651018.opb
0.24/0.21	c reading problem ... 
0.43/0.37	c ... done. Wall clock time 0.158s.
0.43/0.37	c #vars     490
0.43/0.37	c #constraints  708
0.43/0.37	c constraints type 
0.43/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 343
0.43/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 365
2.51/1.60	c cleaning 2496 clauses out of 5000 with flag 5000/5000
3.56/2.68	c cleaning 4249 clauses out of 8505 with flag 11001/11001
5.20/4.07	c cleaning 5628 clauses out of 11256 with flag 18002/18002
7.03/5.57	c cleaning 6814 clauses out of 13628 with flag 26002/26002
8.51/6.90	c cleaning 7902 clauses out of 15811 with flag 35000/35000
10.03/8.49	c cleaning 8955 clauses out of 17910 with flag 45001/45001
11.55/9.92	c cleaning 9473 clauses out of 18952 with flag 55000/55000
13.07/11.41	c SATISFIABLE
13.07/11.41	c OPTIMIZING...
13.07/11.42	c Got one! Elapsed wall clock time (in seconds):11.203
13.07/11.42	o 11
13.29/11.65	c cleaning 9728 clauses out of 19480 with flag 65001/65001
14.91/13.24	c cleaning 9871 clauses out of 19752 with flag 75001/75001
15.31/13.60	c Got one! Elapsed wall clock time (in seconds):13.388
15.31/13.60	o 7
16.21/14.55	c cleaning 9928 clauses out of 19881 with flag 85001/85001
16.71/15.09	c Got one! Elapsed wall clock time (in seconds):14.88
16.71/15.09	o 3
17.71/16.07	c cleaning 9974 clauses out of 19954 with flag 95003/95003
19.22/17.51	c cleaning 9986 clauses out of 19975 with flag 105000/105000
21.42/19.77	c cleaning 9994 clauses out of 19989 with flag 115000/115000
22.63/20.91	c starts		: 94
22.63/20.91	c conflicts		: 121255
22.63/20.91	c decisions		: 129110
22.63/20.91	c propagations		: 2163955
22.63/20.91	c inspects		: 63395261
22.63/20.91	c learnt literals	: 17
22.63/20.91	c learnt binary clauses	: 77
22.63/20.91	c learnt ternary clauses	: 232
22.63/20.91	c learnt clauses	: 121237
22.63/20.91	c ignored clauses	: 0
22.63/20.91	c root simplifications	: 0
22.63/20.91	c removed literals (reason simplification)	: 3002579
22.63/20.91	c reason swapping (by a shorter reason)	: 0
22.63/20.91	c Calls to reduceDB	: 13
22.63/20.91	c number of reductions to clauses (during analyze)	: 0
22.63/20.91	c number of learned constraints concerned by reduction	: 0
22.63/20.91	c number of learning phase by resolution	: 0
22.63/20.91	c number of learning phase by cutting planes	: 0
22.63/20.91	c speed (assignments/second)	: 372197.28242174065
22.63/20.91	c non guided choices	1852
22.63/20.91	c learnt constraints type 
22.63/20.91	c constraints type 
22.63/20.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 343
22.63/20.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 365
22.63/20.91	s OPTIMUM FOUND
22.63/20.91	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 
22.63/20.91	c objective function=3
22.63/20.91	c Total wall clock time (in seconds): 20.696

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-2658489-1276651018/watcher-2658489-1276651018 -o /tmp/evaluation-result-2658489-1276651018/solver-2658489-1276651018 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658489-1276651018.opb 

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


[startup+0 s]
/proc/loadavg: 1.04 1.06 1.24 3/106 7129
/proc/meminfo: memFree=1800348/2059040 swapFree=4134608/4192956
[pid=7129] ppid=7127 vsize=1752 CPUtime=0
/proc/7129/stat : 7129 (java6) R 7127 7129 5885 0 -1 4194304 160 0 0 0 0 0 0 0 19 0 1 0 40688240 1794048 79 1992294400 134512640 134550932 4292906032 18446744073709551615 1800624 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7129/statm: 438 80 64 10 0 30 0

[startup+0.0626999 s]
/proc/loadavg: 1.04 1.06 1.24 3/106 7129
/proc/meminfo: memFree=1800348/2059040 swapFree=4134608/4192956
[pid=7129] ppid=7127 vsize=1521664 CPUtime=0.04
/proc/7129/stat : 7129 (java) S 7127 7129 5885 0 -1 4202496 3621 0 1 0 3 1 0 0 15 0 7 0 40688240 1558183936 3063 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/7129/statm: 380416 3063 1023 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.100704 s]
/proc/loadavg: 1.04 1.06 1.24 3/106 7129
/proc/meminfo: memFree=1800348/2059040 swapFree=4134608/4192956
[pid=7129] ppid=7127 vsize=1524024 CPUtime=0.08
/proc/7129/stat : 7129 (java) S 7127 7129 5885 0 -1 4202496 3935 0 1 0 7 1 0 0 15 0 12 0 40688240 1560600576 3375 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7129/statm: 381006 3375 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.338766 s]
/proc/loadavg: 1.04 1.06 1.24 3/106 7129
/proc/meminfo: memFree=1800348/2059040 swapFree=4134608/4192956
[pid=7129] ppid=7127 vsize=1526820 CPUtime=0.43
/proc/7129/stat : 7129 (java) S 7127 7129 5885 0 -1 4202496 5469 0 1 0 41 2 0 0 15 0 12 0 40688240 1563463680 4907 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7129/statm: 381705 4908 1365 10 0 379007 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 1526820

[startup+0.700498 s]
/proc/loadavg: 1.04 1.06 1.24 3/106 7129
/proc/meminfo: memFree=1800348/2059040 swapFree=4134608/4192956
[pid=7129] ppid=7127 vsize=1529748 CPUtime=1.14
/proc/7129/stat : 7129 (java) S 7127 7129 5885 0 -1 4202496 6646 0 1 0 111 3 0 0 15 0 13 0 40688240 1566461952 6024 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7129/statm: 382437 6024 1410 10 0 379739 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1529748

[startup+1.50148 s]
/proc/loadavg: 1.20 1.09 1.25 2/119 7142
/proc/meminfo: memFree=1773152/2059040 swapFree=4134608/4192956
[pid=7129] ppid=7127 vsize=1529748 CPUtime=2.37
/proc/7129/stat : 7129 (java) S 7127 7129 5885 0 -1 4202496 11550 0 1 0 232 5 0 0 15 0 13 0 40688240 1566461952 10927 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7129/statm: 382437 10927 1425 10 0 379739 0
[pid=7129/tid=7131] ppid=7127 vsize=1529748 CPUtime=1.46
/proc/7129/task/7131/stat : 7131 (java) R 7127 7129 5885 0 -1 4202560 9012 0 1 0 143 3 0 0 25 0 13 0 40688242 1566461952 10927 1992294400 134512640 134550932 4288330672 18446744073709551615 4109092834 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7129/tid=7132] ppid=7127 vsize=1529748 CPUtime=0
/proc/7129/task/7132/stat : 7132 (java) S 7127 7129 5885 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 13 0 40688243 1566461952 10927 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7133] ppid=7127 vsize=1529748 CPUtime=0
/proc/7129/task/7133/stat : 7133 (java) S 7127 7129 5885 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 40688243 1566461952 10927 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7134] ppid=7127 vsize=1529748 CPUtime=0
/proc/7129/task/7134/stat : 7134 (java) S 7127 7129 5885 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 40688245 1566461952 10927 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 0 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7135] ppid=7127 vsize=1529748 CPUtime=0
/proc/7129/task/7135/stat : 7135 (java) S 7127 7129 5885 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 40688245 1566461952 10927 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7136] ppid=7127 vsize=1529748 CPUtime=0
/proc/7129/task/7136/stat : 7136 (java) S 7127 7129 5885 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 40688246 1566461952 10927 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7137] ppid=7127 vsize=1529748 CPUtime=0
/proc/7129/task/7137/stat : 7137 (java) S 7127 7129 5885 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 40688250 1566461952 10927 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7138] ppid=7127 vsize=1529748 CPUtime=0.24
/proc/7129/task/7138/stat : 7138 (java) S 7127 7129 5885 0 -1 4202560 227 0 0 0 24 0 0 0 15 0 13 0 40688250 1566461952 10927 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7139] ppid=7127 vsize=1529748 CPUtime=0.63
/proc/7129/task/7139/stat : 7139 (java) R 7127 7129 5885 0 -1 4202560 1247 0 0 0 63 0 0 0 15 0 13 0 40688250 1566461952 10927 1992294400 134512640 134550932 4288330672 18446744073709551615 104139874 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7129/tid=7140] ppid=7127 vsize=1529748 CPUtime=0
/proc/7129/task/7140/stat : 7140 (java) S 7127 7129 5885 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 40688250 1566461952 10927 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7141] ppid=7127 vsize=1529748 CPUtime=0
/proc/7129/task/7141/stat : 7141 (java) S 7127 7129 5885 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 40688250 1566461952 10927 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7142] ppid=7127 vsize=1529748 CPUtime=0
/proc/7129/task/7142/stat : 7142 (java) S 7127 7129 5885 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 40688279 1566461952 10927 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 1529748

[startup+3.10146 s]
/proc/loadavg: 1.20 1.09 1.25 2/119 7142
/proc/meminfo: memFree=1757032/2059040 swapFree=4134608/4192956
[pid=7129] ppid=7127 vsize=1532004 CPUtime=4.24
/proc/7129/stat : 7129 (java) S 7127 7129 5885 0 -1 4202496 16042 0 1 0 417 7 0 0 15 0 13 0 40688240 1568772096 14885 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7129/statm: 383001 14885 1440 10 0 380303 0
[pid=7129/tid=7131] ppid=7127 vsize=1532004 CPUtime=2.98
/proc/7129/task/7131/stat : 7131 (java) R 7127 7129 5885 0 -1 4202560 11089 0 1 0 294 4 0 0 25 0 13 0 40688242 1568772096 14885 1992294400 134512640 134550932 4288330672 18446744073709551615 4109105784 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7129/tid=7132] ppid=7127 vsize=1532004 CPUtime=0
/proc/7129/task/7132/stat : 7132 (java) S 7127 7129 5885 0 -1 4202560 495 0 0 0 0 0 0 0 16 0 13 0 40688243 1568772096 14885 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7133] ppid=7127 vsize=1532004 CPUtime=0
/proc/7129/task/7133/stat : 7133 (java) S 7127 7129 5885 0 -1 4202560 236 0 0 0 0 0 0 0 18 0 13 0 40688243 1568772096 14885 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7134] ppid=7127 vsize=1532004 CPUtime=0.04
/proc/7129/task/7134/stat : 7134 (java) S 7127 7129 5885 0 -1 4202560 552 0 0 0 4 0 0 0 15 0 13 0 40688245 1568772096 14885 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 0 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7135] ppid=7127 vsize=1532004 CPUtime=0
/proc/7129/task/7135/stat : 7135 (java) S 7127 7129 5885 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 40688245 1568772096 14885 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7136] ppid=7127 vsize=1532004 CPUtime=0
/proc/7129/task/7136/stat : 7136 (java) S 7127 7129 5885 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 40688246 1568772096 14885 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7137] ppid=7127 vsize=1532004 CPUtime=0
/proc/7129/task/7137/stat : 7137 (java) S 7127 7129 5885 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 40688250 1568772096 14885 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7138] ppid=7127 vsize=1532004 CPUtime=0.31
/proc/7129/task/7138/stat : 7138 (java) S 7127 7129 5885 0 -1 4202560 246 0 0 0 31 0 0 0 16 0 13 0 40688250 1568772096 14885 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7139] ppid=7127 vsize=1532004 CPUtime=0.86
/proc/7129/task/7139/stat : 7139 (java) S 7127 7129 5885 0 -1 4202560 2360 0 0 0 85 1 0 0 16 0 13 0 40688250 1568772096 14885 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7140] ppid=7127 vsize=1532004 CPUtime=0
/proc/7129/task/7140/stat : 7140 (java) S 7127 7129 5885 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 40688250 1568772096 14885 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7141] ppid=7127 vsize=1532004 CPUtime=0
/proc/7129/task/7141/stat : 7141 (java) S 7127 7129 5885 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 40688250 1568772096 14885 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7142] ppid=7127 vsize=1532004 CPUtime=0
/proc/7129/task/7142/stat : 7142 (java) S 7127 7129 5885 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 40688279 1568772096 14885 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 1532004

[startup+6.30141 s]
/proc/loadavg: 1.20 1.09 1.25 2/119 7142
/proc/meminfo: memFree=1716980/2059040 swapFree=4134608/4192956
[pid=7129] ppid=7127 vsize=1535152 CPUtime=7.91
/proc/7129/stat : 7129 (java) S 7127 7129 5885 0 -1 4202496 23704 0 1 0 780 11 0 0 15 0 13 0 40688240 1571995648 21910 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7129/statm: 383788 21910 1440 10 0 381090 0
[pid=7129/tid=7131] ppid=7127 vsize=1535152 CPUtime=6.11
/proc/7129/task/7131/stat : 7131 (java) R 7127 7129 5885 0 -1 4202560 17114 0 1 0 603 8 0 0 25 0 13 0 40688242 1571995648 21910 1992294400 134512640 134550932 4288330672 18446744073709551615 4109132321 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7129/tid=7132] ppid=7127 vsize=1535152 CPUtime=0.01
/proc/7129/task/7132/stat : 7132 (java) S 7127 7129 5885 0 -1 4202560 517 0 0 0 1 0 0 0 15 0 13 0 40688243 1571995648 21910 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7133] ppid=7127 vsize=1535152 CPUtime=0.01
/proc/7129/task/7133/stat : 7133 (java) S 7127 7129 5885 0 -1 4202560 257 0 0 0 1 0 0 0 18 0 13 0 40688243 1571995648 21910 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7134] ppid=7127 vsize=1535152 CPUtime=0.09
/proc/7129/task/7134/stat : 7134 (java) S 7127 7129 5885 0 -1 4202560 739 0 0 0 9 0 0 0 16 0 13 0 40688245 1571995648 21910 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 0 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7135] ppid=7127 vsize=1535152 CPUtime=0
/proc/7129/task/7135/stat : 7135 (java) S 7127 7129 5885 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 40688245 1571995648 21910 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7136] ppid=7127 vsize=1535152 CPUtime=0
/proc/7129/task/7136/stat : 7136 (java) S 7127 7129 5885 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 40688246 1571995648 21910 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7137] ppid=7127 vsize=1535152 CPUtime=0
/proc/7129/task/7137/stat : 7137 (java) S 7127 7129 5885 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 40688250 1571995648 21910 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7138] ppid=7127 vsize=1535152 CPUtime=0.32
/proc/7129/task/7138/stat : 7138 (java) S 7127 7129 5885 0 -1 4202560 247 0 0 0 32 0 0 0 16 0 13 0 40688250 1571995648 21910 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7139] ppid=7127 vsize=1535152 CPUtime=1.32
/proc/7129/task/7139/stat : 7139 (java) S 7127 7129 5885 0 -1 4202560 3766 0 0 0 130 2 0 0 16 0 13 0 40688250 1571995648 21910 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7140] ppid=7127 vsize=1535152 CPUtime=0
/proc/7129/task/7140/stat : 7140 (java) S 7127 7129 5885 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 40688250 1571995648 21910 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7141] ppid=7127 vsize=1535152 CPUtime=0
/proc/7129/task/7141/stat : 7141 (java) S 7127 7129 5885 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 40688250 1571995648 21910 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7142] ppid=7127 vsize=1535152 CPUtime=0
/proc/7129/task/7142/stat : 7142 (java) S 7127 7129 5885 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 40688279 1571995648 21910 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.91
Current children cumulated vsize (KiB) 1535152

[startup+12.7013 s]
/proc/loadavg: 1.16 1.09 1.24 2/119 7142
/proc/meminfo: memFree=1708796/2059040 swapFree=4134608/4192956
[pid=7129] ppid=7127 vsize=1532320 CPUtime=14.4
/proc/7129/stat : 7129 (java) S 7127 7129 5885 0 -1 4202496 26311 0 1 0 1427 13 0 0 15 0 13 0 40688240 1569095680 23856 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7129/statm: 383080 23856 1440 10 0 380382 0
[pid=7129/tid=7131] ppid=7127 vsize=1532320 CPUtime=12.37
/proc/7129/task/7131/stat : 7131 (java) R 7127 7129 5885 0 -1 4202560 19027 0 1 0 1228 9 0 0 25 0 13 0 40688242 1569095680 23856 1992294400 134512640 134550932 4288330672 18446744073709551615 4109056210 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7129/tid=7132] ppid=7127 vsize=1532320 CPUtime=0.04
/proc/7129/task/7132/stat : 7132 (java) S 7127 7129 5885 0 -1 4202560 566 0 0 0 4 0 0 0 15 0 13 0 40688243 1569095680 23856 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7133] ppid=7127 vsize=1532320 CPUtime=0.03
/proc/7129/task/7133/stat : 7133 (java) S 7127 7129 5885 0 -1 4202560 301 0 0 0 3 0 0 0 18 0 13 0 40688243 1569095680 23856 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7134] ppid=7127 vsize=1532320 CPUtime=0.21
/proc/7129/task/7134/stat : 7134 (java) S 7127 7129 5885 0 -1 4202560 1335 0 0 0 21 0 0 0 15 0 13 0 40688245 1569095680 23856 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 0 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7135] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7135/stat : 7135 (java) S 7127 7129 5885 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 40688245 1569095680 23856 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7136] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7136/stat : 7136 (java) S 7127 7129 5885 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 40688246 1569095680 23856 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7137] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7137/stat : 7137 (java) S 7127 7129 5885 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 40688250 1569095680 23856 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7138] ppid=7127 vsize=1532320 CPUtime=0.32
/proc/7129/task/7138/stat : 7138 (java) S 7127 7129 5885 0 -1 4202560 247 0 0 0 32 0 0 0 16 0 13 0 40688250 1569095680 23856 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7139] ppid=7127 vsize=1532320 CPUtime=1.39
/proc/7129/task/7139/stat : 7139 (java) S 7127 7129 5885 0 -1 4202560 3771 0 0 0 137 2 0 0 15 0 13 0 40688250 1569095680 23856 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7140] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7140/stat : 7140 (java) S 7127 7129 5885 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 40688250 1569095680 23856 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7141] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7141/stat : 7141 (java) S 7127 7129 5885 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 40688250 1569095680 23856 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7142] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7142/stat : 7142 (java) S 7127 7129 5885 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 40688279 1569095680 23856 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.4
Current children cumulated vsize (KiB) 1532320

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

[startup+12.8013 s]
/proc/loadavg: 1.16 1.09 1.24 2/119 7142
/proc/meminfo: memFree=1708796/2059040 swapFree=4134608/4192956
[pid=7129] ppid=7127 vsize=1532320 CPUtime=14.5
/proc/7129/stat : 7129 (java) S 7127 7129 5885 0 -1 4202496 26311 0 1 0 1437 13 0 0 15 0 13 0 40688240 1569095680 23856 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7129/statm: 383080 23856 1440 10 0 380382 0
[pid=7129/tid=7131] ppid=7127 vsize=1532320 CPUtime=12.47
/proc/7129/task/7131/stat : 7131 (java) R 7127 7129 5885 0 -1 4202560 19027 0 1 0 1238 9 0 0 25 0 13 0 40688242 1569095680 23856 1992294400 134512640 134550932 4288330672 18446744073709551615 4109070502 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7129/tid=7132] ppid=7127 vsize=1532320 CPUtime=0.04
/proc/7129/task/7132/stat : 7132 (java) S 7127 7129 5885 0 -1 4202560 566 0 0 0 4 0 0 0 15 0 13 0 40688243 1569095680 23856 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7133] ppid=7127 vsize=1532320 CPUtime=0.03

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

/proc/7129/task/7142/stat : 7142 (java) S 7127 7129 5885 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 40688279 1569095680 24053 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 17.71
Current children cumulated vsize (KiB) 1532320

[startup+19.2012 s]
/proc/loadavg: 1.15 1.09 1.24 2/119 7142
/proc/meminfo: memFree=1707556/2059040 swapFree=4134608/4192956
[pid=7129] ppid=7127 vsize=1532320 CPUtime=20.92
/proc/7129/stat : 7129 (java) S 7127 7129 5885 0 -1 4202496 26699 0 1 0 2079 13 0 0 15 0 13 0 40688240 1569095680 24240 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7129/statm: 383080 24240 1440 10 0 380382 0
[pid=7129/tid=7131] ppid=7127 vsize=1532320 CPUtime=18.71
/proc/7129/task/7131/stat : 7131 (java) R 7127 7129 5885 0 -1 4202560 19110 0 1 0 1862 9 0 0 25 0 13 0 40688242 1569095680 24240 1992294400 134512640 134550932 4288330672 18446744073709551615 4108875443 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7129/tid=7132] ppid=7127 vsize=1532320 CPUtime=0.06
/proc/7129/task/7132/stat : 7132 (java) S 7127 7129 5885 0 -1 4202560 584 0 0 0 6 0 0 0 15 0 13 0 40688243 1569095680 24240 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7133] ppid=7127 vsize=1532320 CPUtime=0.05
/proc/7129/task/7133/stat : 7133 (java) S 7127 7129 5885 0 -1 4202560 331 0 0 0 5 0 0 0 18 0 13 0 40688243 1569095680 24240 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7134] ppid=7127 vsize=1532320 CPUtime=0.33
/proc/7129/task/7134/stat : 7134 (java) S 7127 7129 5885 0 -1 4202560 1592 0 0 0 33 0 0 0 15 0 13 0 40688245 1569095680 24240 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 0 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7135] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7135/stat : 7135 (java) S 7127 7129 5885 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 40688245 1569095680 24240 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7136] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7136/stat : 7136 (java) S 7127 7129 5885 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 40688246 1569095680 24240 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7137] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7137/stat : 7137 (java) S 7127 7129 5885 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 40688250 1569095680 24240 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7138] ppid=7127 vsize=1532320 CPUtime=0.32
/proc/7129/task/7138/stat : 7138 (java) S 7127 7129 5885 0 -1 4202560 247 0 0 0 32 0 0 0 16 0 13 0 40688250 1569095680 24240 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7139] ppid=7127 vsize=1532320 CPUtime=1.39
/proc/7129/task/7139/stat : 7139 (java) S 7127 7129 5885 0 -1 4202560 3771 0 0 0 137 2 0 0 15 0 13 0 40688250 1569095680 24240 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7140] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7140/stat : 7140 (java) S 7127 7129 5885 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 40688250 1569095680 24240 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7141] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7141/stat : 7141 (java) S 7127 7129 5885 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 40688250 1569095680 24240 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7142] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7142/stat : 7142 (java) S 7127 7129 5885 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 40688279 1569095680 24240 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.92
Current children cumulated vsize (KiB) 1532320

[startup+20.0012 s]
/proc/loadavg: 1.15 1.09 1.24 2/119 7142
/proc/meminfo: memFree=1707556/2059040 swapFree=4134608/4192956
[pid=7129] ppid=7127 vsize=1532320 CPUtime=21.72
/proc/7129/stat : 7129 (java) S 7127 7129 5885 0 -1 4202496 26701 0 1 0 2159 13 0 0 15 0 13 0 40688240 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7129/statm: 383080 24241 1440 10 0 380382 0
[pid=7129/tid=7131] ppid=7127 vsize=1532320 CPUtime=19.48
/proc/7129/task/7131/stat : 7131 (java) R 7127 7129 5885 0 -1 4202560 19111 0 1 0 1939 9 0 0 25 0 13 0 40688242 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4109057203 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7129/tid=7132] ppid=7127 vsize=1532320 CPUtime=0.07
/proc/7129/task/7132/stat : 7132 (java) S 7127 7129 5885 0 -1 4202560 585 0 0 0 7 0 0 0 15 0 13 0 40688243 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7133] ppid=7127 vsize=1532320 CPUtime=0.05
/proc/7129/task/7133/stat : 7133 (java) S 7127 7129 5885 0 -1 4202560 331 0 0 0 5 0 0 0 18 0 13 0 40688243 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7134] ppid=7127 vsize=1532320 CPUtime=0.36
/proc/7129/task/7134/stat : 7134 (java) S 7127 7129 5885 0 -1 4202560 1592 0 0 0 36 0 0 0 16 0 13 0 40688245 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 0 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7135] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7135/stat : 7135 (java) S 7127 7129 5885 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 40688245 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7136] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7136/stat : 7136 (java) S 7127 7129 5885 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 40688246 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7137] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7137/stat : 7137 (java) S 7127 7129 5885 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 40688250 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7138] ppid=7127 vsize=1532320 CPUtime=0.32
/proc/7129/task/7138/stat : 7138 (java) S 7127 7129 5885 0 -1 4202560 247 0 0 0 32 0 0 0 16 0 13 0 40688250 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7139] ppid=7127 vsize=1532320 CPUtime=1.39
/proc/7129/task/7139/stat : 7139 (java) S 7127 7129 5885 0 -1 4202560 3771 0 0 0 137 2 0 0 15 0 13 0 40688250 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7140] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7140/stat : 7140 (java) S 7127 7129 5885 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 40688250 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7141] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7141/stat : 7141 (java) S 7127 7129 5885 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 40688250 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7142] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7142/stat : 7142 (java) S 7127 7129 5885 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 40688279 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.72
Current children cumulated vsize (KiB) 1532320

[startup+20.4012 s]
/proc/loadavg: 1.15 1.09 1.24 2/119 7142
/proc/meminfo: memFree=1707556/2059040 swapFree=4134608/4192956
[pid=7129] ppid=7127 vsize=1532320 CPUtime=22.12
/proc/7129/stat : 7129 (java) S 7127 7129 5885 0 -1 4202496 26701 0 1 0 2199 13 0 0 15 0 13 0 40688240 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7129/statm: 383080 24241 1440 10 0 380382 0
[pid=7129/tid=7131] ppid=7127 vsize=1532320 CPUtime=19.87
/proc/7129/task/7131/stat : 7131 (java) R 7127 7129 5885 0 -1 4202560 19111 0 1 0 1978 9 0 0 25 0 13 0 40688242 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4109132235 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7129/tid=7132] ppid=7127 vsize=1532320 CPUtime=0.07
/proc/7129/task/7132/stat : 7132 (java) S 7127 7129 5885 0 -1 4202560 585 0 0 0 7 0 0 0 15 0 13 0 40688243 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7133] ppid=7127 vsize=1532320 CPUtime=0.05
/proc/7129/task/7133/stat : 7133 (java) S 7127 7129 5885 0 -1 4202560 331 0 0 0 5 0 0 0 18 0 13 0 40688243 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7134] ppid=7127 vsize=1532320 CPUtime=0.36
/proc/7129/task/7134/stat : 7134 (java) S 7127 7129 5885 0 -1 4202560 1592 0 0 0 36 0 0 0 16 0 13 0 40688245 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 0 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7135] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7135/stat : 7135 (java) S 7127 7129 5885 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 40688245 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7136] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7136/stat : 7136 (java) S 7127 7129 5885 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 40688246 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7137] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7137/stat : 7137 (java) S 7127 7129 5885 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 40688250 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7138] ppid=7127 vsize=1532320 CPUtime=0.32
/proc/7129/task/7138/stat : 7138 (java) S 7127 7129 5885 0 -1 4202560 247 0 0 0 32 0 0 0 16 0 13 0 40688250 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7139] ppid=7127 vsize=1532320 CPUtime=1.39
/proc/7129/task/7139/stat : 7139 (java) S 7127 7129 5885 0 -1 4202560 3771 0 0 0 137 2 0 0 15 0 13 0 40688250 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7140] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7140/stat : 7140 (java) S 7127 7129 5885 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 40688250 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7141] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7141/stat : 7141 (java) S 7127 7129 5885 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 40688250 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7142] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7142/stat : 7142 (java) S 7127 7129 5885 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 40688279 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.12
Current children cumulated vsize (KiB) 1532320

[startup+20.8012 s]
/proc/loadavg: 1.15 1.09 1.24 2/119 7142
/proc/meminfo: memFree=1707556/2059040 swapFree=4134608/4192956
[pid=7129] ppid=7127 vsize=1532320 CPUtime=22.52
/proc/7129/stat : 7129 (java) S 7127 7129 5885 0 -1 4202496 26701 0 1 0 2239 13 0 0 15 0 13 0 40688240 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7129/statm: 383080 24241 1440 10 0 380382 0
[pid=7129/tid=7131] ppid=7127 vsize=1532320 CPUtime=20.27
/proc/7129/task/7131/stat : 7131 (java) R 7127 7129 5885 0 -1 4202560 19111 0 1 0 2018 9 0 0 25 0 13 0 40688242 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4109057358 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7129/tid=7132] ppid=7127 vsize=1532320 CPUtime=0.07
/proc/7129/task/7132/stat : 7132 (java) S 7127 7129 5885 0 -1 4202560 585 0 0 0 7 0 0 0 15 0 13 0 40688243 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7133] ppid=7127 vsize=1532320 CPUtime=0.05
/proc/7129/task/7133/stat : 7133 (java) S 7127 7129 5885 0 -1 4202560 331 0 0 0 5 0 0 0 18 0 13 0 40688243 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7134] ppid=7127 vsize=1532320 CPUtime=0.36
/proc/7129/task/7134/stat : 7134 (java) S 7127 7129 5885 0 -1 4202560 1592 0 0 0 36 0 0 0 16 0 13 0 40688245 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 0 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7135] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7135/stat : 7135 (java) S 7127 7129 5885 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 40688245 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7136] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7136/stat : 7136 (java) S 7127 7129 5885 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 40688246 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7137] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7137/stat : 7137 (java) S 7127 7129 5885 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 40688250 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7138] ppid=7127 vsize=1532320 CPUtime=0.32
/proc/7129/task/7138/stat : 7138 (java) S 7127 7129 5885 0 -1 4202560 247 0 0 0 32 0 0 0 16 0 13 0 40688250 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7139] ppid=7127 vsize=1532320 CPUtime=1.39
/proc/7129/task/7139/stat : 7139 (java) S 7127 7129 5885 0 -1 4202560 3771 0 0 0 137 2 0 0 15 0 13 0 40688250 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7140] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7140/stat : 7140 (java) S 7127 7129 5885 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 40688250 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7141] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7141/stat : 7141 (java) S 7127 7129 5885 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 40688250 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7142] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7142/stat : 7142 (java) S 7127 7129 5885 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 40688279 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.52
Current children cumulated vsize (KiB) 1532320

[startup+20.9012 s]
/proc/loadavg: 1.14 1.09 1.24 3/119 7142
/proc/meminfo: memFree=1707556/2059040 swapFree=4134608/4192956
[pid=7129] ppid=7127 vsize=1532320 CPUtime=22.63
/proc/7129/stat : 7129 (java) S 7127 7129 5885 0 -1 4202496 26701 0 1 0 2250 13 0 0 15 0 13 0 40688240 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7129/statm: 383080 24241 1440 10 0 380382 0
[pid=7129/tid=7131] ppid=7127 vsize=1532320 CPUtime=20.37
/proc/7129/task/7131/stat : 7131 (java) R 7127 7129 5885 0 -1 4202560 19111 0 1 0 2028 9 0 0 25 0 13 0 40688242 1569095680 24241 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7129/tid=7132] ppid=7127 vsize=1532320 CPUtime=0.07
/proc/7129/task/7132/stat : 7132 (java) S 7127 7129 5885 0 -1 4202560 585 0 0 0 7 0 0 0 15 0 13 0 40688243 1569095680 24242 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7133] ppid=7127 vsize=1532320 CPUtime=0.05
/proc/7129/task/7133/stat : 7133 (java) S 7127 7129 5885 0 -1 4202560 331 0 0 0 5 0 0 0 18 0 13 0 40688243 1569095680 24242 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7134] ppid=7127 vsize=1532320 CPUtime=0.36
/proc/7129/task/7134/stat : 7134 (java) S 7127 7129 5885 0 -1 4202560 1592 0 0 0 36 0 0 0 15 0 13 0 40688245 1569095680 24242 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 0 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7135] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7135/stat : 7135 (java) S 7127 7129 5885 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 40688245 1569095680 24242 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7136] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7136/stat : 7136 (java) S 7127 7129 5885 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 40688246 1569095680 24243 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7137] ppid=7127 vsize=1532320 CPUtime=0
/proc/7129/task/7137/stat : 7137 (java) S 7127 7129 5885 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 40688250 1569095680 24243 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7138] ppid=7127 vsize=1532320 CPUtime=0.33
/proc/7129/task/7138/stat : 7138 (java) S 7127 7129 5885 0 -1 4202560 247 0 0 0 33 0 0 0 15 0 13 0 40688250 1569095680 24243 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7139] ppid=7127 vsize=1532644 CPUtime=1.39
/proc/7129/task/7139/stat : 7139 (java) S 7127 7129 5885 0 -1 4202560 3771 0 0 0 137 2 0 0 15 0 13 0 40688250 1569427456 24244 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7140] ppid=7127 vsize=1532644 CPUtime=0
/proc/7129/task/7140/stat : 7140 (java) S 7127 7129 5885 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 40688250 1569427456 24245 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7129/tid=7141] ppid=7127 vsize=1532644 CPUtime=0
/proc/7129/task/7141/stat : 7141 (java) S 7127 7129 5885 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 40688250 1569427456 24245 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7142] ppid=7127 vsize=1532644 CPUtime=0
/proc/7129/task/7142/stat : 7142 (java) S 7127 7129 5885 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 40688279 1569427456 24249 1992294400 134512640 134550932 4288330672 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7129/tid=7143] ppid=7127 vsize=1532644 CPUtime=0
/proc/7129/task/7143/stat : 7143 (java) R 7127 7129 5885 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 40690331 1569427456 24249 1992294400 134512640 134550932 4288330672 18446744073709551615 4108707114 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.63
Current children cumulated vsize (KiB) 1532320

Child status: 30
Real time (s): 20.9264
CPU time (s): 22.6546
CPU user time (s): 22.5076
CPU system time (s): 0.146977
CPU usage (%): 108.258
Max. virtual memory (cumulated for all children) (KiB): 1537084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.5076
system time used= 0.146977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26717
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= 775
involuntary context switches= 481

runsolver used 0.049992 second user time and 0.134979 second system time

The end

Launcher Data

Begin job on node017 at 2010-06-16 03:16:58
IDJOB=2658489
IDBENCH=48103
IDSOLVER=1164
FILE ID=node017/2658489-1276651018
PBS_JOBID= 11172446
Free space on /tmp= 62540 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=71-P1=131-P2=37-P3=29-P4=71-P5=79-P6=47-P7=41-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658489-1276651018/watcher-2658489-1276651018 -o /tmp/evaluation-result-2658489-1276651018/solver-2658489-1276651018 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658489-1276651018.opb

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

MD5SUM BENCH= 3dcbc29326e863fba53ed8c8a10116ce
RANDOM SEED=1094421557

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1800620 kB
Buffers:         70964 kB
Cached:         105296 kB
SwapCached:      11752 kB
Active:          94468 kB
Inactive:        96416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1800620 kB
SwapTotal:     4192956 kB
SwapFree:      4134608 kB
Dirty:            2048 kB
Writeback:           4 kB
AnonPages:       13092 kB
Mapped:           9308 kB
Slab:            45692 kB
PageTables:       3888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184636 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62540 MiB
End job on node017 at 2010-06-16 03:17:19