Trace number 2658832

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.15 1796.1

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-scsd6.opb
MD5SUMb8af5f694536c159804fb560c7265020
Bench CategoryOPT-BIGINT (optimisation, big 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 variables40500
Total number of constraints147
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 constraints147
Minimum length of a constraint600
Maximum length of a constraint1200
Number of terms in the objective function 40500
Biggest coefficient in the objective function 240095970606448640
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 319188057892705067220
Number of bits of the sum of numbers in the objective function 69
Biggest number in a constraint 240095970606448640
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 319188057892705067220
Number of bits of the biggest sum of numbers69
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.08/0.20	c Pseudo Boolean Optimization
0.08/0.20	c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.20	c Expensive reason simplification
0.08/0.20	c Armin Biere (Picosat) restarts strategy
0.08/0.20	c Glucose learned constraints deletion strategy
0.08/0.20	c timeout=2147483s
0.08/0.20	c DB Simplification allowed=false
0.08/0.20	c --- End Solver configuration ---
0.08/0.21	c solving HOME/instance-2658832-1276557477.opb
0.08/0.21	c reading problem ... 
3.69/2.47	c ... done. Wall clock time 2.26s.
3.69/2.47	c #vars     40500
3.69/2.47	c #constraints  294
3.69/2.47	c constraints type 
3.69/2.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 294
76.80/74.27	c cleaning 2501 clauses out of 5001 with flag 5001/5001
143.72/141.04	c cleaning 4237 clauses out of 8499 with flag 11000/11000
227.70/225.03	c cleaning 5623 clauses out of 11262 with flag 18000/18000
326.83/324.12	c cleaning 6820 clauses out of 13639 with flag 26000/26000
437.95/435.28	c cleaning 7904 clauses out of 15819 with flag 35000/35000
562.06/559.39	c cleaning 8958 clauses out of 17916 with flag 45001/45001
685.36/682.60	c cleaning 9480 clauses out of 18959 with flag 55002/55002
810.36/807.69	c cleaning 9729 clauses out of 19477 with flag 65000/65000
935.07/932.33	c cleaning 9875 clauses out of 19749 with flag 75001/75001
1056.40/1053.61	c cleaning 9935 clauses out of 19874 with flag 85001/85001
1153.72/1150.98	c cleaning 9963 clauses out of 19938 with flag 95000/95000
1160.03/1157.30	c cleaning 9983 clauses out of 19975 with flag 105000/105000
1167.94/1165.16	c cleaning 9996 clauses out of 19992 with flag 115000/115000
1178.25/1175.49	c cleaning 9989 clauses out of 19997 with flag 125001/125001
1191.87/1189.01	c cleaning 9997 clauses out of 20008 with flag 135001/135001
1223.96/1221.16	c cleaning 10001 clauses out of 20010 with flag 145000/145000
1259.87/1257.02	c cleaning 10001 clauses out of 20010 with flag 155001/155001
1276.33/1273.41	c cleaning 9998 clauses out of 20008 with flag 165000/165000
1297.26/1294.22	c cleaning 10005 clauses out of 20016 with flag 175006/175006
1315.00/1311.91	c cleaning 9997 clauses out of 20006 with flag 185001/185001
1334.37/1331.21	c cleaning 10004 clauses out of 20013 with flag 195005/195005
1351.34/1348.14	c cleaning 9999 clauses out of 20005 with flag 205001/205001
1369.61/1366.38	c cleaning 10001 clauses out of 20009 with flag 215004/215004
1388.07/1384.74	c cleaning 10000 clauses out of 20005 with flag 225001/225001
1403.65/1400.26	c cleaning 10000 clauses out of 20008 with flag 235004/235004
1427.19/1423.75	c cleaning 10000 clauses out of 20004 with flag 245000/245000
1443.54/1440.00	c cleaning 9995 clauses out of 20005 with flag 255001/255001
1460.07/1456.52	c cleaning 10001 clauses out of 20010 with flag 265001/265001
1474.94/1471.31	c cleaning 9993 clauses out of 20008 with flag 275000/275000
1486.89/1483.23	c cleaning 10003 clauses out of 20016 with flag 285001/285001
1508.34/1504.63	c cleaning 10001 clauses out of 20012 with flag 295000/295000
1531.77/1528.08	c cleaning 10000 clauses out of 20012 with flag 305001/305001
1557.81/1554.06	c cleaning 9999 clauses out of 20012 with flag 315001/315001
1591.34/1587.53	c cleaning 10002 clauses out of 20013 with flag 325001/325001
1628.49/1624.60	c cleaning 10000 clauses out of 20012 with flag 335002/335002
1664.20/1660.35	c cleaning 10000 clauses out of 20011 with flag 345001/345001
1697.42/1693.57	c cleaning 9999 clauses out of 20010 with flag 355000/355000
1727.96/1724.01	c cleaning 9999 clauses out of 20011 with flag 365000/365000
1759.79/1755.89	c cleaning 10001 clauses out of 20013 with flag 375001/375001
1789.52/1785.55	c cleaning 9997 clauses out of 20012 with flag 385001/385001
1800.03/1796.01	c starts		: 136
1800.03/1796.01	c conflicts		: 388757
1800.03/1796.01	c decisions		: 836880
1800.03/1796.01	c propagations		: 4501251
1800.03/1796.02	c inspects		: 198822795
1800.03/1796.02	c learnt literals	: 0
1800.03/1796.02	c learnt binary clauses	: 0
1800.03/1796.02	c learnt ternary clauses	: 0
1800.03/1796.02	c learnt clauses	: 388756
1800.03/1796.02	c ignored clauses	: 0
1800.03/1796.02	c root simplifications	: 0
1800.03/1796.02	c removed literals (reason simplification)	: 76485187
1800.03/1796.02	c reason swapping (by a shorter reason)	: 0
1800.03/1796.02	c Calls to reduceDB	: 40
1800.03/1796.02	c number of reductions to clauses (during analyze)	: 0
1800.03/1796.02	c number of learned constraints concerned by reduction	: 0
1800.03/1796.02	c number of learning phase by resolution	: 0
1800.03/1796.02	c number of learning phase by cutting planes	: 0
1800.03/1796.02	c speed (assignments/second)	: 2509.689448127707
1800.03/1796.02	c non guided choices	94218
1800.03/1796.04	c learnt constraints type 
1800.03/1796.04	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13779
1800.03/1796.04	c constraints type 
1800.03/1796.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 294
1800.03/1796.04	s UNKNOWN
1800.03/1796.04	c Total wall clock time (in seconds): 1795.837

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-2658832-1276557477/watcher-2658832-1276557477 -o /tmp/evaluation-result-2658832-1276557477/solver-2658832-1276557477 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658832-1276557477.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.82 1.91 1.61 3/106 32511
/proc/meminfo: memFree=1841256/2059040 swapFree=4140228/4192956
[pid=32511] ppid=32509 vsize=1832 CPUtime=0
/proc/32511/stat : 32511 (java6) S 32509 32511 32417 0 -1 4194304 245 0 0 0 0 0 0 0 19 0 1 0 29404060 1875968 148 1992294400 134512640 134550932 4289648288 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/32511/statm: 458 148 111 10 0 63 0

[startup+0.0518361 s]
/proc/loadavg: 1.82 1.91 1.61 3/106 32511
/proc/meminfo: memFree=1841256/2059040 swapFree=4140228/4192956
[pid=32511] ppid=32509 vsize=1521016 CPUtime=0.03
/proc/32511/stat : 32511 (java) S 32509 32511 32417 0 -1 4202496 3498 0 1 0 2 1 0 0 18 0 5 0 29404060 1557520384 2941 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/32511/statm: 380254 2941 990 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.10184 s]
/proc/loadavg: 1.82 1.91 1.61 3/106 32511
/proc/meminfo: memFree=1841256/2059040 swapFree=4140228/4192956
[pid=32511] ppid=32509 vsize=1524184 CPUtime=0.08
/proc/32511/stat : 32511 (java) S 32509 32511 32417 0 -1 4202496 3963 0 1 0 6 2 0 0 18 0 12 0 29404060 1560764416 3402 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32511/statm: 381046 3402 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300088 s]
/proc/loadavg: 1.82 1.91 1.61 3/106 32511
/proc/meminfo: memFree=1841256/2059040 swapFree=4140228/4192956
[pid=32511] ppid=32509 vsize=1526748 CPUtime=0.38
/proc/32511/stat : 32511 (java) S 32509 32511 32417 0 -1 4202496 5608 0 1 0 35 3 0 0 18 0 12 0 29404060 1563389952 5045 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32511/statm: 381687 5045 1365 10 0 378989 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526748

[startup+0.70008 s]
/proc/loadavg: 1.82 1.91 1.61 3/106 32511
/proc/meminfo: memFree=1841256/2059040 swapFree=4140228/4192956
[pid=32511] ppid=32509 vsize=1527656 CPUtime=1.03
/proc/32511/stat : 32511 (java) S 32509 32511 32417 0 -1 4202496 9754 0 1 0 98 5 0 0 18 0 12 0 29404060 1564319744 9100 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32511/statm: 381914 9101 1400 10 0 379216 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1527656

[startup+1.50106 s]
/proc/loadavg: 1.82 1.91 1.61 4/118 32523
/proc/meminfo: memFree=1795096/2059040 swapFree=4140228/4192956
[pid=32511] ppid=32509 vsize=1542172 CPUtime=2.55
/proc/32511/stat : 32511 (java) S 32509 32511 32417 0 -1 4202496 23913 0 1 0 245 10 0 0 18 0 12 0 29404060 1579184128 22364 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32511/statm: 385543 22364 1406 10 0 382845 0
[pid=32511/tid=32513] ppid=32509 vsize=1542172 CPUtime=1.47
/proc/32511/task/32513/stat : 32513 (java) R 32509 32511 32417 0 -1 4202560 17585 0 1 0 139 8 0 0 18 0 12 0 29404062 1579184128 22364 1992294400 134512640 134550932 4293907328 18446744073709551615 4109686029 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=1542172 CPUtime=0
/proc/32511/task/32514/stat : 32514 (java) S 32509 32511 32417 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 29404063 1579184128 22364 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32515] ppid=32509 vsize=1542172 CPUtime=0
/proc/32511/task/32515/stat : 32515 (java) S 32509 32511 32417 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 29404063 1579184128 22364 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32516] ppid=32509 vsize=1542172 CPUtime=0
/proc/32511/task/32516/stat : 32516 (java) S 32509 32511 32417 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 29404065 1579184128 22364 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 0 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32517] ppid=32509 vsize=1542172 CPUtime=0
/proc/32511/task/32517/stat : 32517 (java) S 32509 32511 32417 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 29404065 1579184128 22364 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32518] ppid=32509 vsize=1542172 CPUtime=0
/proc/32511/task/32518/stat : 32518 (java) S 32509 32511 32417 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 29404065 1579184128 22364 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32519] ppid=32509 vsize=1542172 CPUtime=0
/proc/32511/task/32519/stat : 32519 (java) S 32509 32511 32417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29404070 1579184128 22364 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32520] ppid=32509 vsize=1542172 CPUtime=0.63
/proc/32511/task/32520/stat : 32520 (java) R 32509 32511 32417 0 -1 4202560 4116 0 0 0 62 1 0 0 25 0 12 0 29404070 1579184128 22366 1992294400 134512640 134550932 4293907328 18446744073709551615 106257838 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32511/tid=32521] ppid=32509 vsize=1542172 CPUtime=0.43
/proc/32511/task/32521/stat : 32521 (java) S 32509 32511 32417 0 -1 4202560 1147 0 0 0 43 0 0 0 24 0 12 0 29404070 1579184128 22369 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32522] ppid=32509 vsize=1542172 CPUtime=0
/proc/32511/task/32522/stat : 32522 (java) S 32509 32511 32417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29404070 1579184128 22372 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32523] ppid=32509 vsize=1542172 CPUtime=0
/proc/32511/task/32523/stat : 32523 (java) S 32509 32511 32417 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 29404070 1579184128 22375 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 1542172

[startup+3.10003 s]
/proc/loadavg: 1.82 1.91 1.61 2/118 32523
/proc/meminfo: memFree=1709536/2059040 swapFree=4140228/4192956
[pid=32511] ppid=32509 vsize=1541580 CPUtime=4.97
/proc/32511/stat : 32511 (java) S 32509 32511 32417 0 -1 4202496 45607 0 2 0 478 19 0 0 18 0 13 0 29404060 1578577920 42815 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32511/statm: 385395 42815 1440 10 0 382697 0
[pid=32511/tid=32513] ppid=32509 vsize=1541580 CPUtime=2.89
/proc/32511/task/32513/stat : 32513 (java) R 32509 32511 32417 0 -1 4202560 32038 0 1 0 276 13 0 0 18 0 13 0 29404062 1578577920 42815 1992294400 134512640 134550932 4293907328 18446744073709551615 4109317766 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=1541580 CPUtime=0.09
/proc/32511/task/32514/stat : 32514 (java) S 32509 32511 32417 0 -1 4202560 3321 0 0 0 8 1 0 0 18 0 13 0 29404063 1578577920 42815 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32515] ppid=32509 vsize=1541580 CPUtime=0.1
/proc/32511/task/32515/stat : 32515 (java) S 32509 32511 32417 0 -1 4202560 2817 0 0 0 9 1 0 0 18 0 13 0 29404063 1578577920 42815 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32516] ppid=32509 vsize=1541580 CPUtime=0
/proc/32511/task/32516/stat : 32516 (java) S 32509 32511 32417 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 29404065 1578577920 42815 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 0 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32517] ppid=32509 vsize=1541580 CPUtime=0
/proc/32511/task/32517/stat : 32517 (java) S 32509 32511 32417 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29404065 1578577920 42815 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32518] ppid=32509 vsize=1541580 CPUtime=0
/proc/32511/task/32518/stat : 32518 (java) S 32509 32511 32417 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29404065 1578577920 42815 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32519] ppid=32509 vsize=1541580 CPUtime=0
/proc/32511/task/32519/stat : 32519 (java) S 32509 32511 32417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29404070 1578577920 42815 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32520] ppid=32509 vsize=1541580 CPUtime=1
/proc/32511/task/32520/stat : 32520 (java) R 32509 32511 32417 0 -1 4202560 5156 0 0 0 99 1 0 0 17 0 13 0 29404070 1578577920 42815 1992294400 134512640 134550932 4293907328 18446744073709551615 103372746 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32511/tid=32521] ppid=32509 vsize=1541580 CPUtime=0.83
/proc/32511/task/32521/stat : 32521 (java) R 32509 32511 32417 0 -1 4202560 1204 0 1 0 83 0 0 0 16 0 13 0 29404070 1578577920 42815 1992294400 134512640 134550932 4293907328 18446744073709551615 104144448 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32511/tid=32522] ppid=32509 vsize=1541580 CPUtime=0
/proc/32511/task/32522/stat : 32522 (java) S 32509 32511 32417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29404070 1578577920 42815 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32523] ppid=32509 vsize=1541580 CPUtime=0
/proc/32511/task/32523/stat : 32523 (java) S 32509 32511 32417 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 29404070 1578577920 42815 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.97
Current children cumulated vsize (KiB) 1541580

[startup+6.30196 s]
/proc/loadavg: 1.99 1.94 1.62 2/119 32524
/proc/meminfo: memFree=1674376/2059040 swapFree=4140228/4192956
[pid=32511] ppid=32509 vsize=1541012 CPUtime=8.72
/proc/32511/stat : 32511 (java) S 32509 32511 32417 0 -1 4202496 45661 0 2 0 852 20 0 0 18 0 13 0 29404060 1577996288 42776 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32511/statm: 385253 42776 1443 10 0 382555 0
[pid=32511/tid=32513] ppid=32509 vsize=1541012 CPUtime=6.02
/proc/32511/task/32513/stat : 32513 (java) R 32509 32511 32417 0 -1 4202560 32046 0 1 0 588 14 0 0 25 0 13 0 29404062 1577996288 42776 1992294400 134512640 134550932 4293907328 18446744073709551615 4109995946 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=1541012 CPUtime=0.09
/proc/32511/task/32514/stat : 32514 (java) S 32509 32511 32417 0 -1 4202560 3321 0 0 0 8 1 0 0 18 0 13 0 29404063 1577996288 42776 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32515] ppid=32509 vsize=1541012 CPUtime=0.1
/proc/32511/task/32515/stat : 32515 (java) S 32509 32511 32417 0 -1 4202560 2817 0 0 0 9 1 0 0 18 0 13 0 29404063 1577996288 42776 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32516] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32516/stat : 32516 (java) S 32509 32511 32417 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 13 0 29404065 1577996288 42776 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 0 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32517] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32517/stat : 32517 (java) S 32509 32511 32417 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29404065 1577996288 42776 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32518] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32518/stat : 32518 (java) S 32509 32511 32417 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29404065 1577996288 42776 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32519] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32519/stat : 32519 (java) S 32509 32511 32417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29404070 1577996288 42776 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32520] ppid=32509 vsize=1541012 CPUtime=1.15
/proc/32511/task/32520/stat : 32520 (java) S 32509 32511 32417 0 -1 4202560 5170 0 0 0 114 1 0 0 15 0 13 0 29404070 1577996288 42776 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32521] ppid=32509 vsize=1541012 CPUtime=1.29
/proc/32511/task/32521/stat : 32521 (java) S 32509 32511 32417 0 -1 4202560 1233 0 1 0 129 0 0 0 15 0 13 0 29404070 1577996288 42776 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32522] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32522/stat : 32522 (java) S 32509 32511 32417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29404070 1577996288 42776 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32523] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32523/stat : 32523 (java) S 32509 32511 32417 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 29404070 1577996288 42776 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32524] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32524/stat : 32524 (java) S 32509 32511 32417 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 29404367 1577996288 42776 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.72
Current children cumulated vsize (KiB) 1541012

[startup+12.7018 s]
/proc/loadavg: 1.91 1.93 1.61 2/119 32524
/proc/meminfo: memFree=1674376/2059040 swapFree=4140228/4192956
[pid=32511] ppid=32509 vsize=1541012 CPUtime=15.26
/proc/32511/stat : 32511 (java) S 32509 32511 32417 0 -1 4202496 51606 0 2 0 1503 23 0 0 18 0 13 0 29404060 1577996288 48590 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32511/statm: 385253 48590 1443 10 0 382555 0
[pid=32511/tid=32513] ppid=32509 vsize=1541012 CPUtime=12.34
/proc/32511/task/32513/stat : 32513 (java) R 32509 32511 32417 0 -1 4202560 32049 0 1 0 1220 14 0 0 25 0 13 0 29404062 1577996288 48590 1992294400 134512640 134550932 4293907328 18446744073709551615 4109990694 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=1541012 CPUtime=0.17
/proc/32511/task/32514/stat : 32514 (java) S 32509 32511 32417 0 -1 4202560 6536 0 0 0 14 3 0 0 18 0 13 0 29404063 1577996288 48590 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32515] ppid=32509 vsize=1541012 CPUtime=0.18
/proc/32511/task/32515/stat : 32515 (java) S 32509 32511 32417 0 -1 4202560 5540 0 0 0 16 2 0 0 18 0 13 0 29404063 1577996288 48590 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32516] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32516/stat : 32516 (java) S 32509 32511 32417 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 29404065 1577996288 48590 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 0 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32517] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32517/stat : 32517 (java) S 32509 32511 32417 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29404065 1577996288 48590 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32518] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32518/stat : 32518 (java) S 32509 32511 32417 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29404065 1577996288 48590 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32519] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32519/stat : 32519 (java) S 32509 32511 32417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29404070 1577996288 48590 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32520] ppid=32509 vsize=1541012 CPUtime=1.15
/proc/32511/task/32520/stat : 32520 (java) S 32509 32511 32417 0 -1 4202560 5170 0 0 0 114 1 0 0 15 0 13 0 29404070 1577996288 48590 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32521] ppid=32509 vsize=1541012 CPUtime=1.36
/proc/32511/task/32521/stat : 32521 (java) S 32509 32511 32417 0 -1 4202560 1237 0 1 0 136 0 0 0 15 0 13 0 29404070 1577996288 48590 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32522] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32522/stat : 32522 (java) S 32509 32511 32417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29404070 1577996288 48590 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32523] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32523/stat : 32523 (java) S 32509 32511 32417 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 29404070 1577996288 48590 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32524] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32524/stat : 32524 (java) S 32509 32511 32417 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 29404367 1577996288 48590 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.26
Current children cumulated vsize (KiB) 1541012

[startup+25.5016 s]
/proc/loadavg: 1.71 1.88 1.60 2/119 32526
/proc/meminfo: memFree=1651188/2059040 swapFree=4140228/4192956
[pid=32511] ppid=32509 vsize=1541012 CPUtime=28.06
/proc/32511/stat : 32511 (java) S 32509 32511 32417 0 -1 4202496 51607 0 2 0 2783 23 0 0 18 0 13 0 29404060 1577996288 48590 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32511/statm: 385253 48590 1443 10 0 382555 0
[pid=32511/tid=32513] ppid=32509 vsize=1541012 CPUtime=25.13
/proc/32511/task/32513/stat : 32513 (java) R 32509 32511 32417 0 -1 4202560 32050 0 1 0 2499 14 0 0 25 0 13 0 29404062 1577996288 48590 1992294400 134512640 134550932 4293907328 18446744073709551615 4110122593 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=1541012 CPUtime=0.17
/proc/32511/task/32514/stat : 32514 (java) S 32509 32511 32417 0 -1 4202560 6536 0 0 0 14 3 0 0 18 0 13 0 29404063 1577996288 48590 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32515] ppid=32509 vsize=1541012 CPUtime=0.18
/proc/32511/task/32515/stat : 32515 (java) S 32509 32511 32417 0 -1 4202560 5540 0 0 0 16 2 0 0 18 0 13 0 29404063 1577996288 48590 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32516] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32516/stat : 32516 (java) S 32509 32511 32417 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 29404065 1577996288 48590 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 0 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32517] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32517/stat : 32517 (java) S 32509 32511 32417 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29404065 1577996288 48590 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32518] ppid=32509 vsize=1541012 CPUtime=0

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

[pid=32511] ppid=32509 vsize=1541012 CPUtime=1606.16
/proc/32511/stat : 32511 (java) S 32509 32511 32417 0 -1 4202496 83155 0 2 0 160574 42 0 0 18 0 13 0 29404060 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32511/statm: 385253 72468 1448 10 0 382555 0
[pid=32511/tid=32513] ppid=32509 vsize=1541012 CPUtime=1594.13
/proc/32511/task/32513/stat : 32513 (java) R 32509 32511 32417 0 -1 4202560 32114 0 1 0 159398 15 0 0 25 0 13 0 29404062 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4110122741 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=1541012 CPUtime=1.88
/proc/32511/task/32514/stat : 32514 (java) S 32509 32511 32417 0 -1 4202560 17402 0 0 0 178 10 0 0 16 0 13 0 29404063 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32515] ppid=32509 vsize=1541012 CPUtime=1.84
/proc/32511/task/32515/stat : 32515 (java) S 32509 32511 32417 0 -1 4202560 16293 0 0 0 176 8 0 0 16 0 13 0 29404063 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32516] ppid=32509 vsize=1541012 CPUtime=5.47
/proc/32511/task/32516/stat : 32516 (java) S 32509 32511 32417 0 -1 4202560 9741 0 0 0 543 4 0 0 15 0 13 0 29404065 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 0 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32517] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32517/stat : 32517 (java) S 32509 32511 32417 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29404065 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32518] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32518/stat : 32518 (java) S 32509 32511 32417 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29404065 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32519] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32519/stat : 32519 (java) S 32509 32511 32417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29404070 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32520] ppid=32509 vsize=1541012 CPUtime=1.31
/proc/32511/task/32520/stat : 32520 (java) S 32509 32511 32417 0 -1 4202560 5191 0 0 0 130 1 0 0 15 0 13 0 29404070 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32521] ppid=32509 vsize=1541012 CPUtime=1.45
/proc/32511/task/32521/stat : 32521 (java) S 32509 32511 32417 0 -1 4202560 1249 0 1 0 145 0 0 0 15 0 13 0 29404070 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32522] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32522/stat : 32522 (java) S 32509 32511 32417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29404070 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32523] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32523/stat : 32523 (java) S 32509 32511 32417 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 29404070 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32524] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32524/stat : 32524 (java) S 32509 32511 32417 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 29404367 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1606.16
Current children cumulated vsize (KiB) 1541012

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/119 32571
/proc/meminfo: memFree=1553600/2059040 swapFree=4140228/4192956
[pid=32511] ppid=32509 vsize=1541012 CPUtime=1666.2
/proc/32511/stat : 32511 (java) S 32509 32511 32417 0 -1 4202496 83167 0 2 0 166577 43 0 0 18 0 13 0 29404060 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32511/statm: 385253 72468 1448 10 0 382555 0
[pid=32511/tid=32513] ppid=32509 vsize=1541012 CPUtime=1653.71
/proc/32511/task/32513/stat : 32513 (java) R 32509 32511 32417 0 -1 4202560 32118 0 1 0 165355 16 0 0 25 0 13 0 29404062 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4110122700 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=1541012 CPUtime=1.93
/proc/32511/task/32514/stat : 32514 (java) S 32509 32511 32417 0 -1 4202560 17402 0 0 0 183 10 0 0 15 0 13 0 29404063 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32515] ppid=32509 vsize=1541012 CPUtime=1.89
/proc/32511/task/32515/stat : 32515 (java) S 32509 32511 32417 0 -1 4202560 16293 0 0 0 181 8 0 0 15 0 13 0 29404063 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32516] ppid=32509 vsize=1541012 CPUtime=5.82
/proc/32511/task/32516/stat : 32516 (java) S 32509 32511 32417 0 -1 4202560 9745 0 0 0 578 4 0 0 15 0 13 0 29404065 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 0 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32517] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32517/stat : 32517 (java) S 32509 32511 32417 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29404065 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32518] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32518/stat : 32518 (java) S 32509 32511 32417 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29404065 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32519] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32519/stat : 32519 (java) S 32509 32511 32417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29404070 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32520] ppid=32509 vsize=1541012 CPUtime=1.31
/proc/32511/task/32520/stat : 32520 (java) S 32509 32511 32417 0 -1 4202560 5191 0 0 0 130 1 0 0 15 0 13 0 29404070 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32521] ppid=32509 vsize=1541012 CPUtime=1.45
/proc/32511/task/32521/stat : 32521 (java) S 32509 32511 32417 0 -1 4202560 1249 0 1 0 145 0 0 0 15 0 13 0 29404070 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32522] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32522/stat : 32522 (java) S 32509 32511 32417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29404070 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32523] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32523/stat : 32523 (java) S 32509 32511 32417 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 29404070 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32524] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32524/stat : 32524 (java) S 32509 32511 32417 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 29404367 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.2
Current children cumulated vsize (KiB) 1541012

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/119 32573
/proc/meminfo: memFree=1553476/2059040 swapFree=4140228/4192956
[pid=32511] ppid=32509 vsize=1541012 CPUtime=1726.26
/proc/32511/stat : 32511 (java) S 32509 32511 32417 0 -1 4202496 83174 0 2 0 172583 43 0 0 18 0 13 0 29404060 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32511/statm: 385253 72468 1448 10 0 382555 0
[pid=32511/tid=32513] ppid=32509 vsize=1541012 CPUtime=1713.46
/proc/32511/task/32513/stat : 32513 (java) R 32509 32511 32417 0 -1 4202560 32121 0 1 0 171330 16 0 0 25 0 13 0 29404062 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4110123091 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=1541012 CPUtime=2.01
/proc/32511/task/32514/stat : 32514 (java) S 32509 32511 32417 0 -1 4202560 17402 0 0 0 191 10 0 0 16 0 13 0 29404063 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32515] ppid=32509 vsize=1541012 CPUtime=1.97
/proc/32511/task/32515/stat : 32515 (java) S 32509 32511 32417 0 -1 4202560 16293 0 0 0 189 8 0 0 16 0 13 0 29404063 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32516] ppid=32509 vsize=1541012 CPUtime=5.97
/proc/32511/task/32516/stat : 32516 (java) S 32509 32511 32417 0 -1 4202560 9747 0 0 0 593 4 0 0 15 0 13 0 29404065 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 0 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32517] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32517/stat : 32517 (java) S 32509 32511 32417 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29404065 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32518] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32518/stat : 32518 (java) S 32509 32511 32417 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29404065 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32519] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32519/stat : 32519 (java) S 32509 32511 32417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29404070 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32520] ppid=32509 vsize=1541012 CPUtime=1.31
/proc/32511/task/32520/stat : 32520 (java) S 32509 32511 32417 0 -1 4202560 5191 0 0 0 130 1 0 0 15 0 13 0 29404070 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32521] ppid=32509 vsize=1541012 CPUtime=1.45
/proc/32511/task/32521/stat : 32521 (java) S 32509 32511 32417 0 -1 4202560 1249 0 1 0 145 0 0 0 15 0 13 0 29404070 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32522] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32522/stat : 32522 (java) S 32509 32511 32417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29404070 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32523] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32523/stat : 32523 (java) S 32509 32511 32417 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 29404070 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32524] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32524/stat : 32524 (java) S 32509 32511 32417 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 29404367 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.26
Current children cumulated vsize (KiB) 1541012

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/119 32575
/proc/meminfo: memFree=1553228/2059040 swapFree=4140228/4192956
[pid=32511] ppid=32509 vsize=1541012 CPUtime=1786.32
/proc/32511/stat : 32511 (java) S 32509 32511 32417 0 -1 4202496 83186 0 2 0 178589 43 0 0 18 0 13 0 29404060 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32511/statm: 385253 72468 1448 10 0 382555 0
[pid=32511/tid=32513] ppid=32509 vsize=1541012 CPUtime=1773.05
/proc/32511/task/32513/stat : 32513 (java) R 32509 32511 32417 0 -1 4202560 32125 0 1 0 177289 16 0 0 25 0 13 0 29404062 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4110122700 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=1541012 CPUtime=2.1
/proc/32511/task/32514/stat : 32514 (java) S 32509 32511 32417 0 -1 4202560 17402 0 0 0 200 10 0 0 16 0 13 0 29404063 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32515] ppid=32509 vsize=1541012 CPUtime=2.06
/proc/32511/task/32515/stat : 32515 (java) S 32509 32511 32417 0 -1 4202560 16293 0 0 0 198 8 0 0 16 0 13 0 29404063 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32516] ppid=32509 vsize=1541012 CPUtime=6.27
/proc/32511/task/32516/stat : 32516 (java) S 32509 32511 32417 0 -1 4202560 9751 0 0 0 623 4 0 0 15 0 13 0 29404065 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 0 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32517] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32517/stat : 32517 (java) S 32509 32511 32417 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29404065 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32518] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32518/stat : 32518 (java) S 32509 32511 32417 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29404065 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32519] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32519/stat : 32519 (java) S 32509 32511 32417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29404070 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32520] ppid=32509 vsize=1541012 CPUtime=1.31
/proc/32511/task/32520/stat : 32520 (java) S 32509 32511 32417 0 -1 4202560 5191 0 0 0 130 1 0 0 15 0 13 0 29404070 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32521] ppid=32509 vsize=1541012 CPUtime=1.45
/proc/32511/task/32521/stat : 32521 (java) S 32509 32511 32417 0 -1 4202560 1249 0 1 0 145 0 0 0 15 0 13 0 29404070 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32522] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32522/stat : 32522 (java) S 32509 32511 32417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29404070 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32523] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32523/stat : 32523 (java) S 32509 32511 32417 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 29404070 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32524] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32524/stat : 32524 (java) S 32509 32511 32417 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 29404367 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.32
Current children cumulated vsize (KiB) 1541012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 1.00 1.00 1.06 2/119 32575
/proc/meminfo: memFree=1553228/2059040 swapFree=4140228/4192956
[pid=32511] ppid=32509 vsize=1541012 CPUtime=1800.03
/proc/32511/stat : 32511 (java) S 32509 32511 32417 0 -1 4202496 83187 0 2 0 179960 43 0 0 18 0 13 0 29404060 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32511/statm: 385253 72468 1448 10 0 382555 0
[pid=32511/tid=32513] ppid=32509 vsize=1541012 CPUtime=1786.55
/proc/32511/task/32513/stat : 32513 (java) R 32509 32511 32417 0 -1 4202560 32126 0 1 0 178639 16 0 0 25 0 13 0 29404062 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4110136646 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=1541012 CPUtime=2.1
/proc/32511/task/32514/stat : 32514 (java) S 32509 32511 32417 0 -1 4202560 17402 0 0 0 200 10 0 0 15 0 13 0 29404063 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32515] ppid=32509 vsize=1541012 CPUtime=2.07
/proc/32511/task/32515/stat : 32515 (java) S 32509 32511 32417 0 -1 4202560 16293 0 0 0 199 8 0 0 16 0 13 0 29404063 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32516] ppid=32509 vsize=1541012 CPUtime=6.47
/proc/32511/task/32516/stat : 32516 (java) S 32509 32511 32417 0 -1 4202560 9751 0 0 0 643 4 0 0 15 0 13 0 29404065 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 0 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32517] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32517/stat : 32517 (java) S 32509 32511 32417 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29404065 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32518] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32518/stat : 32518 (java) S 32509 32511 32417 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29404065 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32519] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32519/stat : 32519 (java) S 32509 32511 32417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29404070 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32520] ppid=32509 vsize=1541012 CPUtime=1.31
/proc/32511/task/32520/stat : 32520 (java) S 32509 32511 32417 0 -1 4202560 5191 0 0 0 130 1 0 0 15 0 13 0 29404070 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32521] ppid=32509 vsize=1541012 CPUtime=1.45
/proc/32511/task/32521/stat : 32521 (java) S 32509 32511 32417 0 -1 4202560 1249 0 1 0 145 0 0 0 15 0 13 0 29404070 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 1 0 0 0
[pid=32511/tid=32522] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32522/stat : 32522 (java) S 32509 32511 32417 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29404070 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
[pid=32511/tid=32523] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32523/stat : 32523 (java) R 32509 32511 32417 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 29404070 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32511/tid=32524] ppid=32509 vsize=1541012 CPUtime=0
/proc/32511/task/32524/stat : 32524 (java) S 32509 32511 32417 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 29404367 1577996288 72468 1992294400 134512640 134550932 4293907328 18446744073709551615 4294960144 0 4 0 16800975 18446604437858308416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1541012

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

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

Child status: 143
Real time (s): 1796.1
CPU time (s): 1800.15
CPU user time (s): 1799.68
CPU system time (s): 0.470928
CPU usage (%): 100.226
Max. virtual memory (cumulated for all children) (KiB): 1542764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.68
system time used= 0.470928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83207
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37480
involuntary context switches= 14968

runsolver used 3.74243 second user time and 9.26659 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-15 01:17:57
IDJOB=2658832
IDBENCH=2463
IDSOLVER=1164
FILE ID=node018/2658832-1276557477
PBS_JOBID= 11173498
Free space on /tmp= 62364 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-scsd6.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658832-1276557477/watcher-2658832-1276557477 -o /tmp/evaluation-result-2658832-1276557477/solver-2658832-1276557477 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658832-1276557477.opb

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

MD5SUM BENCH= b8af5f694536c159804fb560c7265020
RANDOM SEED=671885466

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1841776 kB
Buffers:         35924 kB
Cached:          94460 kB
SwapCached:       5836 kB
Active:          74672 kB
Inactive:        68140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1841776 kB
SwapTotal:     4192956 kB
SwapFree:      4140228 kB
Dirty:            3872 kB
Writeback:           0 kB
AnonPages:       10976 kB
Mapped:          13004 kB
Slab:            52440 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181300 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= 62364 MiB
End job on node018 at 2010-06-15 01:47:55