Trace number 2658771

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-26? (TO) 1800.23 1797.75

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g125.18.opb
MD5SUM18a894a2ba4f3cf6bad1b497c8fca8eb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4500
Total number of constraints72413
Number of constraints which are clauses72413
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint18
Number of terms in the objective function 4500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4500
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4500
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2658771-1276462486.opb
0.23/0.21	c reading problem ... 
2.39/1.64	c ... done. Wall clock time 1.428s.
2.39/1.64	c #vars     4500
2.39/1.64	c #constraints  72413
2.39/1.64	c constraints type 
2.39/1.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125
2.39/1.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72288
7.05/5.60	c cleaning 2494 clauses out of 5003 with flag 5003/5003
11.21/9.68	c cleaning 4246 clauses out of 8506 with flag 11000/11000
16.92/15.36	c cleaning 5575 clauses out of 11260 with flag 18000/18000
23.94/22.32	c cleaning 6836 clauses out of 13686 with flag 26001/26001
32.67/31.00	c cleaning 7920 clauses out of 15850 with flag 35001/35001
42.28/40.63	c cleaning 8946 clauses out of 17929 with flag 45000/45000
53.88/52.24	c cleaning 9969 clauses out of 19983 with flag 56000/56000
66.50/64.84	c cleaning 10947 clauses out of 22014 with flag 68000/68000
83.13/81.45	c cleaning 12014 clauses out of 24067 with flag 81000/81000
101.65/99.98	c cleaning 13016 clauses out of 26054 with flag 95001/95001
124.27/122.56	c cleaning 13966 clauses out of 28039 with flag 110002/110002
144.49/142.80	c cleaning 15034 clauses out of 30074 with flag 126003/126003
171.32/169.56	c cleaning 15962 clauses out of 32041 with flag 143004/143004
204.33/202.55	c cleaning 16954 clauses out of 34078 with flag 161003/161003
233.35/231.57	c cleaning 18029 clauses out of 36121 with flag 180000/180000
267.88/266.03	c cleaning 18999 clauses out of 38094 with flag 200002/200002
309.70/307.85	c cleaning 19879 clauses out of 40094 with flag 221001/221001
351.84/349.97	c cleaning 21053 clauses out of 42214 with flag 243000/243000
394.75/392.88	c cleaning 22020 clauses out of 44162 with flag 266001/266001
438.87/436.93	c cleaning 22982 clauses out of 46144 with flag 290003/290003
500.79/498.83	c cleaning 24001 clauses out of 48159 with flag 315000/315000
566.33/564.33	c cleaning 25038 clauses out of 50162 with flag 341004/341004
628.44/626.44	c cleaning 26028 clauses out of 52121 with flag 368001/368001
690.28/688.22	c cleaning 27024 clauses out of 54092 with flag 396000/396000
754.42/752.33	c cleaning 27975 clauses out of 56068 with flag 425000/425000
820.25/818.12	c cleaning 28940 clauses out of 58095 with flag 455002/455002
893.37/891.26	c cleaning 29997 clauses out of 60153 with flag 486000/486000
996.49/994.38	c cleaning 31002 clauses out of 62156 with flag 518000/518000
1085.21/1083.04	c cleaning 32034 clauses out of 64159 with flag 551005/551005
1195.54/1193.35	c cleaning 33033 clauses out of 66120 with flag 585000/585000
1281.77/1279.57	c cleaning 33925 clauses out of 68091 with flag 620004/620004
1376.78/1374.50	c cleaning 35052 clauses out of 70163 with flag 656001/656001
1474.72/1472.45	c cleaning 35988 clauses out of 72114 with flag 693004/693004
1575.25/1572.95	c cleaning 36961 clauses out of 74124 with flag 731002/731002
1693.48/1691.12	c cleaning 38032 clauses out of 76162 with flag 770001/770001
1800.03/1797.62	c starts		: 171
1800.03/1797.62	c conflicts		: 804757
1800.03/1797.62	c decisions		: 1401736
1800.03/1797.62	c propagations		: 293357776
1800.03/1797.62	c inspects		: 3609768311
1800.03/1797.62	c learnt literals	: 0
1800.03/1797.62	c learnt binary clauses	: 0
1800.03/1797.62	c learnt ternary clauses	: 0
1800.03/1797.62	c learnt clauses	: 804757
1800.03/1797.62	c ignored clauses	: 0
1800.03/1797.62	c root simplifications	: 0
1800.03/1797.62	c removed literals (reason simplification)	: 47110177
1800.03/1797.62	c reason swapping (by a shorter reason)	: 0
1800.03/1797.62	c Calls to reduceDB	: 35
1800.03/1797.62	c number of reductions to clauses (during analyze)	: 0
1800.03/1797.62	c number of learned constraints concerned by reduction	: 0
1800.03/1797.62	c number of learning phase by resolution	: 0
1800.03/1797.62	c number of learning phase by cutting planes	: 0
1800.03/1797.62	c speed (assignments/second)	: 163341.6107221863
1800.03/1797.62	c non guided choices	0
1800.03/1797.68	c learnt constraints type 
1800.03/1797.68	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 72900
1800.03/1797.68	c constraints type 
1800.03/1797.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125
1800.03/1797.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72288
1800.03/1797.68	s UNKNOWN
1800.03/1797.68	c Total wall clock time (in seconds): 1797.468

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658771-1276462486/watcher-2658771-1276462486 -o /tmp/evaluation-result-2658771-1276462486/solver-2658771-1276462486 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658771-1276462486.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.77 1.91 1.60 3/106 27602
/proc/meminfo: memFree=1854392/2059040 swapFree=4136712/4192956
[pid=27602] ppid=27600 vsize=1832 CPUtime=0
/proc/27602/stat : 27602 (java6) S 27600 27602 27247 0 -1 4194304 250 0 0 0 0 0 0 0 19 0 1 0 21850193 1875968 153 1992294400 134512640 134550932 4292426352 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699387582 0 0 17 1 0 0 0
/proc/27602/statm: 458 153 116 10 0 63 0

[startup+0.103646 s]
/proc/loadavg: 1.77 1.91 1.60 3/106 27602
/proc/meminfo: memFree=1854392/2059040 swapFree=4136712/4192956
[pid=27602] ppid=27600 vsize=1524184 CPUtime=0.09
/proc/27602/stat : 27602 (java) S 27600 27602 27247 0 -1 4202496 3969 0 1 0 6 3 0 0 18 0 12 0 21850193 1560764416 3409 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27602/statm: 381046 3409 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.202661 s]
/proc/loadavg: 1.77 1.91 1.60 3/106 27602
/proc/meminfo: memFree=1854392/2059040 swapFree=4136712/4192956
[pid=27602] ppid=27600 vsize=1525632 CPUtime=0.23
/proc/27602/stat : 27602 (java) S 27600 27602 27247 0 -1 4202496 5028 0 1 0 19 4 0 0 18 0 12 0 21850193 1562247168 4466 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27602/statm: 381408 4466 1345 10 0 378710 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1525632

[startup+0.301681 s]
/proc/loadavg: 1.77 1.91 1.60 3/106 27602
/proc/meminfo: memFree=1854392/2059040 swapFree=4136712/4192956
[pid=27602] ppid=27600 vsize=1525792 CPUtime=0.36
/proc/27602/stat : 27602 (java) S 27600 27602 27247 0 -1 4202496 5330 0 1 0 32 4 0 0 18 0 12 0 21850193 1562411008 4766 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27602/statm: 381448 4766 1361 10 0 378750 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1525792

[startup+0.700754 s]
/proc/loadavg: 1.77 1.91 1.60 3/106 27602
/proc/meminfo: memFree=1854392/2059040 swapFree=4136712/4192956
[pid=27602] ppid=27600 vsize=1529016 CPUtime=1.11
/proc/27602/stat : 27602 (java) S 27600 27602 27247 0 -1 4202496 7680 0 1 0 106 5 0 0 18 0 12 0 21850193 1565712384 7055 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27602/statm: 382254 7055 1396 10 0 379556 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1529016

[startup+1.5019 s]
/proc/loadavg: 1.77 1.91 1.60 6/118 27614
/proc/meminfo: memFree=1803704/2059040 swapFree=4136712/4192956
[pid=27602] ppid=27600 vsize=1529152 CPUtime=2.29
/proc/27602/stat : 27602 (java) S 27600 27602 27247 0 -1 4202496 25726 0 1 0 215 14 0 0 18 0 12 0 21850193 1565851648 24844 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27602/statm: 382288 24844 1407 10 0 379590 0
[pid=27602/tid=27604] ppid=27600 vsize=1529152 CPUtime=1.46
/proc/27602/task/27604/stat : 27604 (java) R 27600 27602 27247 0 -1 4202560 23046 0 1 0 134 12 0 0 18 0 12 0 21850194 1565851648 24844 1992294400 134512640 134550932 4287555440 18446744073709551615 4109179050 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27602/tid=27605] ppid=27600 vsize=1529152 CPUtime=0
/proc/27602/task/27605/stat : 27605 (java) S 27600 27602 27247 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 21850196 1565851648 24844 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27606] ppid=27600 vsize=1529152 CPUtime=0
/proc/27602/task/27606/stat : 27606 (java) S 27600 27602 27247 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 21850196 1565851648 24844 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27607] ppid=27600 vsize=1529152 CPUtime=0
/proc/27602/task/27607/stat : 27607 (java) S 27600 27602 27247 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 21850198 1565851648 24844 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 0 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27608] ppid=27600 vsize=1529152 CPUtime=0
/proc/27602/task/27608/stat : 27608 (java) S 27600 27602 27247 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 21850198 1565851648 24844 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27609] ppid=27600 vsize=1529152 CPUtime=0
/proc/27602/task/27609/stat : 27609 (java) S 27600 27602 27247 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 21850198 1565851648 24844 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27610] ppid=27600 vsize=1529152 CPUtime=0
/proc/27602/task/27610/stat : 27610 (java) S 27600 27602 27247 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 21850202 1565851648 24844 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27611] ppid=27600 vsize=1529152 CPUtime=0.08
/proc/27602/task/27611/stat : 27611 (java) S 27600 27602 27247 0 -1 4202560 158 0 0 0 8 0 0 0 24 0 12 0 21850202 1565851648 24844 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27612] ppid=27600 vsize=1529152 CPUtime=0.72
/proc/27602/task/27612/stat : 27612 (java) S 27600 27602 27247 0 -1 4202560 1459 0 0 0 72 0 0 0 16 0 12 0 21850202 1565851648 24844 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27613] ppid=27600 vsize=1529152 CPUtime=0
/proc/27602/task/27613/stat : 27613 (java) S 27600 27602 27247 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 21850202 1565851648 24844 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27614] ppid=27600 vsize=1529152 CPUtime=0
/proc/27602/task/27614/stat : 27614 (java) S 27600 27602 27247 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 21850203 1565851648 24844 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 1529152

[startup+3.10217 s]
/proc/loadavg: 1.77 1.91 1.60 4/119 27615
/proc/meminfo: memFree=1739340/2059040 swapFree=4136712/4192956
[pid=27602] ppid=27600 vsize=1529476 CPUtime=4.61
/proc/27602/stat : 27602 (java) S 27600 27602 27247 0 -1 4202496 32075 0 1 0 442 19 0 0 18 0 13 0 21850193 1566183424 30185 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27602/statm: 382369 30185 1427 10 0 379671 0
[pid=27602/tid=27604] ppid=27600 vsize=1529476 CPUtime=2.98
/proc/27602/task/27604/stat : 27604 (java) R 27600 27602 27247 0 -1 4202560 28313 0 1 0 282 16 0 0 20 0 13 0 21850194 1566183424 30185 1992294400 134512640 134550932 4287555440 18446744073709551615 4109562643 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27602/tid=27605] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27605/stat : 27605 (java) S 27600 27602 27247 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 21850196 1566183424 30185 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27606] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27606/stat : 27606 (java) S 27600 27602 27247 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 21850196 1566183424 30185 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27607] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27607/stat : 27607 (java) S 27600 27602 27247 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 21850198 1566183424 30185 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 0 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27608] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27608/stat : 27608 (java) S 27600 27602 27247 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 21850198 1566183424 30185 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27609] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27609/stat : 27609 (java) S 27600 27602 27247 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 21850198 1566183424 30185 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27610] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27610/stat : 27610 (java) S 27600 27602 27247 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 21850202 1566183424 30185 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27611] ppid=27600 vsize=1529476 CPUtime=0.19
/proc/27602/task/27611/stat : 27611 (java) S 27600 27602 27247 0 -1 4202560 170 0 0 0 19 0 0 0 15 0 13 0 21850202 1566183424 30185 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27612] ppid=27600 vsize=1529476 CPUtime=1.41
/proc/27602/task/27612/stat : 27612 (java) S 27600 27602 27247 0 -1 4202560 2523 0 0 0 140 1 0 0 15 0 13 0 21850202 1566183424 30185 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27613] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27613/stat : 27613 (java) S 27600 27602 27247 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 21850202 1566183424 30185 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27614] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27614/stat : 27614 (java) S 27600 27602 27247 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 21850203 1566183424 30185 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27615] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27615/stat : 27615 (java) S 27600 27602 27247 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 21850382 1566183424 30185 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 1529476

[startup+6.30175 s]
/proc/loadavg: 1.71 1.89 1.60 2/119 27615
/proc/meminfo: memFree=1734008/2059040 swapFree=4136712/4192956
[pid=27602] ppid=27600 vsize=1529476 CPUtime=7.9
/proc/27602/stat : 27602 (java) S 27600 27602 27247 0 -1 4202496 36710 0 1 0 769 21 0 0 18 0 13 0 21850193 1566183424 34803 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27602/statm: 382369 34803 1445 10 0 379671 0
[pid=27602/tid=27604] ppid=27600 vsize=1529476 CPUtime=6.07
/proc/27602/task/27604/stat : 27604 (java) R 27600 27602 27247 0 -1 4202560 29383 0 1 0 590 17 0 0 25 0 13 0 21850194 1566183424 34803 1992294400 134512640 134550932 4287555440 18446744073709551615 4109454252 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27602/tid=27605] ppid=27600 vsize=1529476 CPUtime=0.02
/proc/27602/task/27605/stat : 27605 (java) S 27600 27602 27247 0 -1 4202560 808 0 0 0 2 0 0 0 18 0 13 0 21850196 1566183424 34803 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27606] ppid=27600 vsize=1529476 CPUtime=0.02
/proc/27602/task/27606/stat : 27606 (java) S 27600 27602 27247 0 -1 4202560 880 0 0 0 2 0 0 0 18 0 13 0 21850196 1566183424 34803 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27607] ppid=27600 vsize=1529476 CPUtime=0.05
/proc/27602/task/27607/stat : 27607 (java) S 27600 27602 27247 0 -1 4202560 1851 0 0 0 5 0 0 0 16 0 13 0 21850198 1566183424 34803 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 0 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27608] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27608/stat : 27608 (java) S 27600 27602 27247 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 21850198 1566183424 34803 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27609] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27609/stat : 27609 (java) S 27600 27602 27247 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 21850198 1566183424 34803 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27610] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27610/stat : 27610 (java) S 27600 27602 27247 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 21850202 1566183424 34803 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27611] ppid=27600 vsize=1529476 CPUtime=0.24
/proc/27602/task/27611/stat : 27611 (java) S 27600 27602 27247 0 -1 4202560 196 0 0 0 24 0 0 0 15 0 13 0 21850202 1566183424 34803 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27612] ppid=27600 vsize=1529476 CPUtime=1.43
/proc/27602/task/27612/stat : 27612 (java) S 27600 27602 27247 0 -1 4202560 2526 0 0 0 142 1 0 0 15 0 13 0 21850202 1566183424 34803 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27613] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27613/stat : 27613 (java) S 27600 27602 27247 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 21850202 1566183424 34803 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27614] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27614/stat : 27614 (java) S 27600 27602 27247 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 21850203 1566183424 34803 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27615] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27615/stat : 27615 (java) S 27600 27602 27247 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 21850382 1566183424 34803 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.9
Current children cumulated vsize (KiB) 1529476

[startup+12.7015 s]
/proc/loadavg: 1.65 1.88 1.59 2/119 27615
/proc/meminfo: memFree=1711936/2059040 swapFree=4136712/4192956
[pid=27602] ppid=27600 vsize=1529476 CPUtime=14.32
/proc/27602/stat : 27602 (java) S 27600 27602 27247 0 -1 4202496 38622 0 1 0 1410 22 0 0 18 0 13 0 21850193 1566183424 36711 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27602/statm: 382369 36711 1445 10 0 379671 0
[pid=27602/tid=27604] ppid=27600 vsize=1529476 CPUtime=12.36
/proc/27602/task/27604/stat : 27604 (java) R 27600 27602 27247 0 -1 4202560 29384 0 1 0 1219 17 0 0 25 0 13 0 21850194 1566183424 36711 1992294400 134512640 134550932 4287555440 18446744073709551615 4109508055 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27602/tid=27605] ppid=27600 vsize=1529476 CPUtime=0.03
/proc/27602/task/27605/stat : 27605 (java) S 27600 27602 27247 0 -1 4202560 1511 0 0 0 3 0 0 0 18 0 13 0 21850196 1566183424 36711 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27606] ppid=27600 vsize=1529476 CPUtime=0.03
/proc/27602/task/27606/stat : 27606 (java) S 27600 27602 27247 0 -1 4202560 1721 0 0 0 3 0 0 0 18 0 13 0 21850196 1566183424 36711 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27607] ppid=27600 vsize=1529476 CPUtime=0.1
/proc/27602/task/27607/stat : 27607 (java) S 27600 27602 27247 0 -1 4202560 2212 0 0 0 10 0 0 0 15 0 13 0 21850198 1566183424 36711 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 0 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27608] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27608/stat : 27608 (java) S 27600 27602 27247 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 21850198 1566183424 36711 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27609] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27609/stat : 27609 (java) S 27600 27602 27247 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 21850198 1566183424 36711 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27610] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27610/stat : 27610 (java) S 27600 27602 27247 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 21850202 1566183424 36711 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27611] ppid=27600 vsize=1529476 CPUtime=0.27
/proc/27602/task/27611/stat : 27611 (java) S 27600 27602 27247 0 -1 4202560 199 0 0 0 27 0 0 0 16 0 13 0 21850202 1566183424 36711 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27612] ppid=27600 vsize=1529476 CPUtime=1.46
/proc/27602/task/27612/stat : 27612 (java) S 27600 27602 27247 0 -1 4202560 2529 0 0 0 145 1 0 0 16 0 13 0 21850202 1566183424 36711 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27613] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27613/stat : 27613 (java) S 27600 27602 27247 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 21850202 1566183424 36711 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27614] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27614/stat : 27614 (java) S 27600 27602 27247 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 21850203 1566183424 36711 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27615] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27615/stat : 27615 (java) S 27600 27602 27247 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 21850382 1566183424 36711 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.32
Current children cumulated vsize (KiB) 1529476

[startup+25.5012 s]
/proc/loadavg: 1.51 1.83 1.58 2/119 27615
/proc/meminfo: memFree=1702388/2059040 swapFree=4136712/4192956
[pid=27602] ppid=27600 vsize=1529476 CPUtime=27.17
/proc/27602/stat : 27602 (java) S 27600 27602 27247 0 -1 4202496 41013 0 1 0 2693 24 0 0 18 0 13 0 21850193 1566183424 39099 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27602/statm: 382369 39099 1445 10 0 379671 0
[pid=27602/tid=27604] ppid=27600 vsize=1529476 CPUtime=24.99
/proc/27602/task/27604/stat : 27604 (java) R 27600 27602 27247 0 -1 4202560 29386 0 1 0 2481 18 0 0 25 0 13 0 21850194 1566183424 39099 1992294400 134512640 134550932 4287555440 18446744073709551615 4109561137 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27602/tid=27605] ppid=27600 vsize=1529476 CPUtime=0.06
/proc/27602/task/27605/stat : 27605 (java) S 27600 27602 27247 0 -1 4202560 2510 0 0 0 5 1 0 0 15 0 13 0 21850196 1566183424 39099 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27606] ppid=27600 vsize=1529476 CPUtime=0.06
/proc/27602/task/27606/stat : 27606 (java) S 27600 27602 27247 0 -1 4202560 2770 0 0 0 5 1 0 0 18 0 13 0 21850196 1566183424 39099 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27607] ppid=27600 vsize=1529476 CPUtime=0.22
/proc/27602/task/27607/stat : 27607 (java) S 27600 27602 27247 0 -1 4202560 2549 0 0 0 22 0 0 0 15 0 13 0 21850198 1566183424 39099 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 0 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27608] ppid=27600 vsize=1529476 CPUtime=0

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

[pid=27602] ppid=27600 vsize=1529476 CPUtime=1664.68
/proc/27602/stat : 27602 (java) S 27600 27602 27247 0 -1 4202496 74821 0 1 0 166414 54 0 0 18 0 13 0 21850193 1566183424 65180 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27602/statm: 382369 65180 1445 10 0 379671 0
[pid=27602/tid=27604] ppid=27600 vsize=1529476 CPUtime=1657.16
/proc/27602/task/27604/stat : 27604 (java) R 27600 27602 27247 0 -1 4202560 29416 0 1 0 165683 33 0 0 25 0 13 0 21850194 1566183424 65180 1992294400 134512640 134550932 4287555440 18446744073709551615 4109561484 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27602/tid=27605] ppid=27600 vsize=1529476 CPUtime=1.39
/proc/27602/task/27605/stat : 27605 (java) S 27600 27602 27247 0 -1 4202560 17122 0 0 0 132 7 0 0 16 0 13 0 21850196 1566183424 65180 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27606] ppid=27600 vsize=1529476 CPUtime=1.38
/proc/27602/task/27606/stat : 27606 (java) S 27600 27602 27247 0 -1 4202560 19596 0 0 0 129 9 0 0 18 0 13 0 21850196 1566183424 65180 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27607] ppid=27600 vsize=1529476 CPUtime=2.91
/proc/27602/task/27607/stat : 27607 (java) S 27600 27602 27247 0 -1 4202560 4793 0 0 0 290 1 0 0 15 0 13 0 21850198 1566183424 65180 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 0 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27608] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27608/stat : 27608 (java) S 27600 27602 27247 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 21850198 1566183424 65180 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27609] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27609/stat : 27609 (java) S 27600 27602 27247 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 21850198 1566183424 65180 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27610] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27610/stat : 27610 (java) S 27600 27602 27247 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 21850202 1566183424 65180 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27611] ppid=27600 vsize=1529476 CPUtime=0.29
/proc/27602/task/27611/stat : 27611 (java) S 27600 27602 27247 0 -1 4202560 199 0 0 0 29 0 0 0 15 0 13 0 21850202 1566183424 65180 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27612] ppid=27600 vsize=1529476 CPUtime=1.49
/proc/27602/task/27612/stat : 27612 (java) S 27600 27602 27247 0 -1 4202560 2533 0 0 0 148 1 0 0 15 0 13 0 21850202 1566183424 65180 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27613] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27613/stat : 27613 (java) S 27600 27602 27247 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 21850202 1566183424 65180 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27614] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27614/stat : 27614 (java) S 27600 27602 27247 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 21850203 1566183424 65180 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27615] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27615/stat : 27615 (java) S 27600 27602 27247 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 21850382 1566183424 65180 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1664.68
Current children cumulated vsize (KiB) 1529476

[startup+1722.3 s]
/proc/loadavg: 1.08 1.04 1.08 2/119 27673
/proc/meminfo: memFree=1595872/2059040 swapFree=4136716/4192956
[pid=27602] ppid=27600 vsize=1529476 CPUtime=1724.74
/proc/27602/stat : 27602 (java) S 27600 27602 27247 0 -1 4202496 74923 0 1 0 172419 55 0 0 18 0 13 0 21850193 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27602/statm: 382369 65248 1445 10 0 379671 0
[pid=27602/tid=27604] ppid=27600 vsize=1529476 CPUtime=1716.96
/proc/27602/task/27604/stat : 27604 (java) R 27600 27602 27247 0 -1 4202560 29417 0 1 0 171662 34 0 0 25 0 13 0 21850194 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4109508055 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27602/tid=27605] ppid=27600 vsize=1529476 CPUtime=1.46
/proc/27602/task/27605/stat : 27605 (java) S 27600 27602 27247 0 -1 4202560 17159 0 0 0 139 7 0 0 16 0 13 0 21850196 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27606] ppid=27600 vsize=1529476 CPUtime=1.45
/proc/27602/task/27606/stat : 27606 (java) S 27600 27602 27247 0 -1 4202560 19654 0 0 0 136 9 0 0 18 0 13 0 21850196 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27607] ppid=27600 vsize=1529476 CPUtime=3.02
/proc/27602/task/27607/stat : 27607 (java) S 27600 27602 27247 0 -1 4202560 4795 0 0 0 301 1 0 0 15 0 13 0 21850198 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 0 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27608] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27608/stat : 27608 (java) S 27600 27602 27247 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 21850198 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27609] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27609/stat : 27609 (java) S 27600 27602 27247 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 21850198 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27610] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27610/stat : 27610 (java) S 27600 27602 27247 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 21850202 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27611] ppid=27600 vsize=1529476 CPUtime=0.29
/proc/27602/task/27611/stat : 27611 (java) S 27600 27602 27247 0 -1 4202560 199 0 0 0 29 0 0 0 15 0 13 0 21850202 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27612] ppid=27600 vsize=1529476 CPUtime=1.49
/proc/27602/task/27612/stat : 27612 (java) S 27600 27602 27247 0 -1 4202560 2533 0 0 0 148 1 0 0 15 0 13 0 21850202 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27613] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27613/stat : 27613 (java) S 27600 27602 27247 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 21850202 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27614] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27614/stat : 27614 (java) S 27600 27602 27247 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 21850203 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27615] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27615/stat : 27615 (java) S 27600 27602 27247 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 21850382 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1724.74
Current children cumulated vsize (KiB) 1529476

[startup+1782.3 s]
/proc/loadavg: 1.08 1.04 1.08 2/119 27673
/proc/meminfo: memFree=1595624/2059040 swapFree=4136716/4192956
[pid=27602] ppid=27600 vsize=1529476 CPUtime=1784.72
/proc/27602/stat : 27602 (java) S 27600 27602 27247 0 -1 4202496 74927 0 1 0 178417 55 0 0 18 0 13 0 21850193 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27602/statm: 382369 65248 1445 10 0 379671 0
[pid=27602/tid=27604] ppid=27600 vsize=1529476 CPUtime=1776.94
/proc/27602/task/27604/stat : 27604 (java) R 27600 27602 27247 0 -1 4202560 29417 0 1 0 177660 34 0 0 25 0 13 0 21850194 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4109561194 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27602/tid=27605] ppid=27600 vsize=1529476 CPUtime=1.46
/proc/27602/task/27605/stat : 27605 (java) S 27600 27602 27247 0 -1 4202560 17159 0 0 0 139 7 0 0 16 0 13 0 21850196 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27606] ppid=27600 vsize=1529476 CPUtime=1.45
/proc/27602/task/27606/stat : 27606 (java) S 27600 27602 27247 0 -1 4202560 19654 0 0 0 136 9 0 0 18 0 13 0 21850196 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27607] ppid=27600 vsize=1529476 CPUtime=3.02
/proc/27602/task/27607/stat : 27607 (java) S 27600 27602 27247 0 -1 4202560 4795 0 0 0 301 1 0 0 15 0 13 0 21850198 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 0 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27608] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27608/stat : 27608 (java) S 27600 27602 27247 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 21850198 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27609] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27609/stat : 27609 (java) S 27600 27602 27247 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 21850198 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27610] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27610/stat : 27610 (java) S 27600 27602 27247 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 21850202 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27611] ppid=27600 vsize=1529476 CPUtime=0.29
/proc/27602/task/27611/stat : 27611 (java) S 27600 27602 27247 0 -1 4202560 199 0 0 0 29 0 0 0 15 0 13 0 21850202 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27612] ppid=27600 vsize=1529476 CPUtime=1.49
/proc/27602/task/27612/stat : 27612 (java) S 27600 27602 27247 0 -1 4202560 2533 0 0 0 148 1 0 0 15 0 13 0 21850202 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27613] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27613/stat : 27613 (java) S 27600 27602 27247 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 21850202 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27614] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27614/stat : 27614 (java) S 27600 27602 27247 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 21850203 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27615] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27615/stat : 27615 (java) S 27600 27602 27247 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 21850382 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1784.72
Current children cumulated vsize (KiB) 1529476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 1.06 1.04 1.08 2/119 27675
/proc/meminfo: memFree=1595624/2059040 swapFree=4136716/4192956
[pid=27602] ppid=27600 vsize=1529476 CPUtime=1800.03
/proc/27602/stat : 27602 (java) S 27600 27602 27247 0 -1 4202496 74927 0 1 0 179947 56 0 0 18 0 13 0 21850193 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27602/statm: 382369 65248 1445 10 0 379671 0
[pid=27602/tid=27604] ppid=27600 vsize=1529476 CPUtime=1792.24
/proc/27602/task/27604/stat : 27604 (java) R 27600 27602 27247 0 -1 4202560 29417 0 1 0 179190 34 0 0 25 0 13 0 21850194 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4109561137 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27602/tid=27605] ppid=27600 vsize=1529476 CPUtime=1.46
/proc/27602/task/27605/stat : 27605 (java) S 27600 27602 27247 0 -1 4202560 17159 0 0 0 139 7 0 0 16 0 13 0 21850196 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27606] ppid=27600 vsize=1529476 CPUtime=1.45
/proc/27602/task/27606/stat : 27606 (java) S 27600 27602 27247 0 -1 4202560 19654 0 0 0 136 9 0 0 18 0 13 0 21850196 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27607] ppid=27600 vsize=1529476 CPUtime=3.02
/proc/27602/task/27607/stat : 27607 (java) S 27600 27602 27247 0 -1 4202560 4795 0 0 0 301 1 0 0 15 0 13 0 21850198 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 0 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27608] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27608/stat : 27608 (java) S 27600 27602 27247 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 21850198 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27609] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27609/stat : 27609 (java) S 27600 27602 27247 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 21850198 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27610] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27610/stat : 27610 (java) S 27600 27602 27247 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 21850202 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27611] ppid=27600 vsize=1529476 CPUtime=0.29
/proc/27602/task/27611/stat : 27611 (java) S 27600 27602 27247 0 -1 4202560 199 0 0 0 29 0 0 0 15 0 13 0 21850202 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27612] ppid=27600 vsize=1529476 CPUtime=1.49
/proc/27602/task/27612/stat : 27612 (java) S 27600 27602 27247 0 -1 4202560 2533 0 0 0 148 1 0 0 15 0 13 0 21850202 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27613] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27613/stat : 27613 (java) S 27600 27602 27247 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 21850202 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27614] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27614/stat : 27614 (java) S 27600 27602 27247 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 21850203 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27615] ppid=27600 vsize=1529476 CPUtime=0
/proc/27602/task/27615/stat : 27615 (java) S 27600 27602 27247 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 21850382 1566183424 65248 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1529476

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1797.72 s]
/proc/loadavg: 1.06 1.04 1.08 2/119 27675
/proc/meminfo: memFree=1595624/2059040 swapFree=4136716/4192956
[pid=27602] ppid=27600 vsize=1530896 CPUtime=1800.19
/proc/27602/stat : 27602 (java) S 27600 27602 27247 0 -1 4202496 75111 0 1 0 179963 56 0 0 18 0 14 0 21850193 1567637504 65430 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27602/statm: 382724 65430 1446 10 0 380026 0
[pid=27602/tid=27604] ppid=27600 vsize=1530896 CPUtime=1792.34
/proc/27602/task/27604/stat : 27604 (java) R 27600 27602 27247 0 -1 4202560 29417 0 1 0 179200 34 0 0 25 0 14 0 21850194 1567637504 65430 1992294400 134512640 134550932 4287555440 18446744073709551615 4109562602 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27602/tid=27605] ppid=27600 vsize=1530896 CPUtime=1.46
/proc/27602/task/27605/stat : 27605 (java) S 27600 27602 27247 0 -1 4202560 17159 0 0 0 139 7 0 0 16 0 14 0 21850196 1567637504 65430 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27606] ppid=27600 vsize=1530896 CPUtime=1.45
/proc/27602/task/27606/stat : 27606 (java) S 27600 27602 27247 0 -1 4202560 19654 0 0 0 136 9 0 0 18 0 14 0 21850196 1567637504 65430 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27607] ppid=27600 vsize=1530896 CPUtime=3.02
/proc/27602/task/27607/stat : 27607 (java) S 27600 27602 27247 0 -1 4202560 4795 0 0 0 301 1 0 0 15 0 14 0 21850198 1567637504 65430 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 0 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27608] ppid=27600 vsize=1530896 CPUtime=0
/proc/27602/task/27608/stat : 27608 (java) S 27600 27602 27247 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 21850198 1567637504 65430 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27609] ppid=27600 vsize=1530896 CPUtime=0
/proc/27602/task/27609/stat : 27609 (java) S 27600 27602 27247 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 21850198 1567637504 65430 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27610] ppid=27600 vsize=1530896 CPUtime=0
/proc/27602/task/27610/stat : 27610 (java) S 27600 27602 27247 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 21850202 1567637504 65430 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27611] ppid=27600 vsize=1530896 CPUtime=0.32
/proc/27602/task/27611/stat : 27611 (java) S 27600 27602 27247 0 -1 4202560 362 0 0 0 32 0 0 0 15 0 14 0 21850202 1567637504 65430 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27612] ppid=27600 vsize=1530896 CPUtime=1.49
/proc/27602/task/27612/stat : 27612 (java) S 27600 27602 27247 0 -1 4202560 2533 0 0 0 148 1 0 0 15 0 14 0 21850202 1567637504 65430 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27613] ppid=27600 vsize=1530896 CPUtime=0
/proc/27602/task/27613/stat : 27613 (java) S 27600 27602 27247 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 21850202 1567637504 65430 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
[pid=27602/tid=27614] ppid=27600 vsize=1530896 CPUtime=0
/proc/27602/task/27614/stat : 27614 (java) S 27600 27602 27247 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 14 0 21850203 1567637504 65430 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 1 0 0 0
[pid=27602/tid=27615] ppid=27600 vsize=1530896 CPUtime=0
/proc/27602/task/27615/stat : 27615 (java) S 27600 27602 27247 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 21850382 1567637504 65430 1992294400 134512640 134550932 4287555440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830599936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 1530896

Child status: 143
Real time (s): 1797.75
CPU time (s): 1800.23
CPU user time (s): 1799.64
CPU system time (s): 0.58891
CPU usage (%): 100.138
Max. virtual memory (cumulated for all children) (KiB): 1530896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 0.58891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75112
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= 36930
involuntary context switches= 8165

runsolver used 4.07238 second user time and 9.10661 second system time

The end

Launcher Data

Begin job on node012 at 2010-06-13 22:54:46
IDJOB=2658771
IDBENCH=2173
IDSOLVER=1164
FILE ID=node012/2658771-1276462486
PBS_JOBID= 11173352
Free space on /tmp= 62408 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g125.18.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658771-1276462486/watcher-2658771-1276462486 -o /tmp/evaluation-result-2658771-1276462486/solver-2658771-1276462486 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658771-1276462486.opb

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

MD5SUM BENCH= 18a894a2ba4f3cf6bad1b497c8fca8eb
RANDOM SEED=1001057122

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1854788 kB
Buffers:         33732 kB
Cached:          93344 kB
SwapCached:       9068 kB
Active:          32268 kB
Inactive:       107036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1854788 kB
SwapTotal:     4192956 kB
SwapFree:      4136712 kB
Dirty:            2132 kB
Writeback:          48 kB
AnonPages:       10824 kB
Mapped:           9264 kB
Slab:            43052 kB
PageTables:       4116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180936 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= 62408 MiB
End job on node012 at 2010-06-13 23:24:46