Trace number 2685063

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 NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.29 1796.04

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12036_3-sat.opb
MD5SUMcf899369697891a2aa5256c136e26408
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables55660
Total number of constraints186884
Number of constraints which are clauses185968
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints916
Minimum length of a constraint1
Maximum length of a constraint120
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
Number of bits of the biggest sum of numbers10
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.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-2685063-1278439096.opb
0.23/0.21	c reading problem ... 
5.52/4.03	c ... done. Wall clock time 3.82s.
5.52/4.03	c #vars     55660
5.52/4.03	c #constraints  176296
5.52/4.03	c constraints type 
5.52/4.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24246
5.52/4.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 146919
5.52/4.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 916
13.86/11.63	c cleaning 2481 clauses out of 5002 with flag 5002/5002
21.84/19.56	c cleaning 4256 clauses out of 8519 with flag 11000/11000
31.59/29.25	c cleaning 5619 clauses out of 11263 with flag 18000/18000
41.83/39.44	c cleaning 6811 clauses out of 13643 with flag 26000/26000
55.44/52.98	c cleaning 7914 clauses out of 15832 with flag 35000/35000
67.47/64.92	c cleaning 8948 clauses out of 17918 with flag 45000/45000
81.78/79.24	c cleaning 9965 clauses out of 19970 with flag 56000/56000
96.81/94.23	c cleaning 10986 clauses out of 22005 with flag 68000/68000
110.63/108.05	c cleaning 11985 clauses out of 24020 with flag 81001/81001
129.56/126.94	c cleaning 13003 clauses out of 26034 with flag 95000/95000
155.29/152.63	c cleaning 14011 clauses out of 28033 with flag 110002/110002
181.32/178.69	c cleaning 15000 clauses out of 30020 with flag 126000/126000
207.94/205.29	c cleaning 16000 clauses out of 32022 with flag 143002/143002
231.08/228.40	c cleaning 16984 clauses out of 34020 with flag 161000/161000
253.20/250.48	c cleaning 18015 clauses out of 36035 with flag 180000/180000
284.34/281.55	c cleaning 19000 clauses out of 38020 with flag 200000/200000
315.96/313.13	c cleaning 19979 clauses out of 40019 with flag 221000/221000
351.18/348.32	c cleaning 20991 clauses out of 42040 with flag 243000/243000
379.90/377.10	c cleaning 21993 clauses out of 44049 with flag 266000/266000
411.44/408.51	c cleaning 23014 clauses out of 46056 with flag 290000/290000
455.78/452.86	c cleaning 23982 clauses out of 48042 with flag 315000/315000
495.83/492.83	c cleaning 25017 clauses out of 50063 with flag 341003/341003
542.15/539.13	c cleaning 25995 clauses out of 52044 with flag 368001/368001
584.00/580.94	c cleaning 26993 clauses out of 54048 with flag 396000/396000
623.76/620.64	c cleaning 28009 clauses out of 56054 with flag 425000/425000
674.72/671.57	c cleaning 29010 clauses out of 58045 with flag 455000/455000
728.87/725.67	c cleaning 29970 clauses out of 60034 with flag 486000/486000
799.92/796.68	c cleaning 31012 clauses out of 62065 with flag 518001/518001
882.86/879.55	c cleaning 31997 clauses out of 64052 with flag 551000/551000
960.62/957.24	c cleaning 32978 clauses out of 66056 with flag 585001/585001
1036.86/1033.42	c cleaning 34023 clauses out of 68077 with flag 620000/620000
1083.24/1079.73	c cleaning 34990 clauses out of 70056 with flag 656002/656002
1142.01/1138.48	c cleaning 36022 clauses out of 72064 with flag 693000/693000
1202.46/1198.84	c cleaning 36970 clauses out of 74042 with flag 731000/731000
1261.51/1257.88	c cleaning 38026 clauses out of 76073 with flag 770001/770001
1324.66/1320.95	c cleaning 39012 clauses out of 78047 with flag 810001/810001
1386.50/1382.75	c cleaning 39970 clauses out of 80034 with flag 851000/851000
1454.43/1450.67	c cleaning 40977 clauses out of 82064 with flag 893000/893000
1520.82/1516.92	c cleaning 42006 clauses out of 84088 with flag 936001/936001
1583.67/1579.70	c cleaning 43001 clauses out of 86081 with flag 980000/980000
1660.85/1656.80	c cleaning 44029 clauses out of 88080 with flag 1025000/1025000
1742.73/1738.67	c cleaning 44985 clauses out of 90051 with flag 1071000/1071000
1800.08/1795.91	c starts		: 189
1800.08/1795.91	c conflicts		: 1115138
1800.08/1795.91	c decisions		: 1469379
1800.08/1795.91	c propagations		: 1097309163
1800.08/1795.91	c inspects		: 3210897136
1800.08/1795.91	c learnt literals	: 5
1800.08/1795.91	c learnt binary clauses	: 28
1800.08/1795.91	c learnt ternary clauses	: 814
1800.08/1795.91	c learnt clauses	: 1115133
1800.08/1795.91	c ignored clauses	: 0
1800.08/1795.91	c root simplifications	: 0
1800.08/1795.91	c removed literals (reason simplification)	: 17223793
1800.08/1795.91	c reason swapping (by a shorter reason)	: 0
1800.08/1795.91	c Calls to reduceDB	: 42
1800.08/1795.91	c number of reductions to clauses (during analyze)	: 0
1800.08/1795.91	c number of learned constraints concerned by reduction	: 0
1800.08/1795.91	c number of learning phase by resolution	: 0
1800.08/1795.91	c number of learning phase by cutting planes	: 0
1800.08/1795.91	c speed (assignments/second)	: 612376.8431697106
1800.08/1795.91	c non guided choices	9400
1800.08/1795.96	c learnt constraints type 
1800.08/1795.96	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 89203
1800.08/1795.96	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 28
1800.08/1795.96	c constraints type 
1800.08/1795.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24246
1800.08/1795.96	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 146919
1800.08/1795.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 916
1800.08/1795.96	s UNKNOWN
1800.08/1795.97	c Total wall clock time (in seconds): 1795.759

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-2685063-1278439096/watcher-2685063-1278439096 -o /tmp/evaluation-result-2685063-1278439096/solver-2685063-1278439096 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2685063-1278439096.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.07 1.02 1.00 3/106 24212
/proc/meminfo: memFree=1860100/2059040 swapFree=4141732/4192956
[pid=24212] ppid=24210 vsize=1832 CPUtime=0
/proc/24212/stat : 24212 (java6) R 24210 24212 23691 0 -1 4194304 211 0 0 0 0 0 0 0 21 0 1 0 12118065 1875968 116 1992294400 134512640 134550932 4287799104 18446744073709551615 4159822820 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24212/statm: 458 126 90 10 0 63 0

[startup+0.094712 s]
/proc/loadavg: 1.07 1.02 1.00 3/106 24212
/proc/meminfo: memFree=1860100/2059040 swapFree=4141732/4192956
[pid=24212] ppid=24210 vsize=1521796 CPUtime=0.07
/proc/24212/stat : 24212 (java) S 24210 24212 23691 0 -1 4202496 3870 0 1 0 5 2 0 0 21 0 7 0 12118065 1558319104 3311 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/24212/statm: 380449 3311 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.100709 s]
/proc/loadavg: 1.07 1.02 1.00 3/106 24212
/proc/meminfo: memFree=1860100/2059040 swapFree=4141732/4192956
[pid=24212] ppid=24210 vsize=1524184 CPUtime=0.08
/proc/24212/stat : 24212 (java) S 24210 24212 23691 0 -1 4202496 3958 0 1 0 6 2 0 0 21 0 12 0 12118065 1560764416 3397 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24212/statm: 381046 3397 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300734 s]
/proc/loadavg: 1.07 1.02 1.00 3/106 24212
/proc/meminfo: memFree=1860100/2059040 swapFree=4141732/4192956
[pid=24212] ppid=24210 vsize=1526412 CPUtime=0.34
/proc/24212/stat : 24212 (java) S 24210 24212 23691 0 -1 4202496 5652 0 1 0 31 3 0 0 21 0 12 0 12118065 1563045888 5089 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24212/statm: 381603 5089 1361 10 0 378905 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526412

[startup+0.700775 s]
/proc/loadavg: 1.07 1.02 1.00 3/106 24212
/proc/meminfo: memFree=1860100/2059040 swapFree=4141732/4192956
[pid=24212] ppid=24210 vsize=1528316 CPUtime=1
/proc/24212/stat : 24212 (java) S 24210 24212 23691 0 -1 4202496 7703 0 1 0 95 5 0 0 21 0 12 0 12118065 1564995584 7068 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24212/statm: 382079 7068 1395 10 0 379381 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1528316

[startup+1.50186 s]
/proc/loadavg: 1.07 1.02 1.00 3/118 24224
/proc/meminfo: memFree=1817916/2059040 swapFree=4141732/4192956
[pid=24212] ppid=24210 vsize=1533312 CPUtime=2.25
/proc/24212/stat : 24212 (java) S 24210 24212 23691 0 -1 4202496 21813 0 1 0 214 11 0 0 21 0 12 0 12118065 1570111488 20592 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24212/statm: 383328 20592 1414 10 0 380630 0
[pid=24212/tid=24214] ppid=24210 vsize=1533312 CPUtime=1.24
/proc/24212/task/24214/stat : 24214 (java) R 24210 24212 23691 0 -1 4202560 17763 0 1 0 115 9 0 0 18 0 12 0 12118066 1570111488 20592 1992294400 134512640 134550932 4286979232 18446744073709551615 4109230635 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24212/tid=24215] ppid=24210 vsize=1533312 CPUtime=0
/proc/24212/task/24215/stat : 24215 (java) S 24210 24212 23691 0 -1 4202560 3 0 0 0 0 0 0 0 24 0 12 0 12118068 1570111488 20592 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24216] ppid=24210 vsize=1533312 CPUtime=0
/proc/24212/task/24216/stat : 24216 (java) S 24210 24212 23691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 12118068 1570111488 20592 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=24212/tid=24217] ppid=24210 vsize=1533312 CPUtime=0
/proc/24212/task/24217/stat : 24217 (java) S 24210 24212 23691 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 12118069 1570111488 20592 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 0 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24218] ppid=24210 vsize=1533312 CPUtime=0
/proc/24212/task/24218/stat : 24218 (java) S 24210 24212 23691 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 12118070 1570111488 20592 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24219] ppid=24210 vsize=1533312 CPUtime=0
/proc/24212/task/24219/stat : 24219 (java) S 24210 24212 23691 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 12118070 1570111488 20592 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24220] ppid=24210 vsize=1533312 CPUtime=0
/proc/24212/task/24220/stat : 24220 (java) S 24210 24212 23691 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 12118074 1570111488 20592 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24221] ppid=24210 vsize=1533312 CPUtime=0.28
/proc/24212/task/24221/stat : 24221 (java) S 24210 24212 23691 0 -1 4202560 621 0 0 0 28 0 0 0 16 0 12 0 12118074 1570111488 20592 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=24212/tid=24222] ppid=24210 vsize=1533312 CPUtime=0.69
/proc/24212/task/24222/stat : 24222 (java) S 24210 24212 23691 0 -1 4202560 2362 0 0 0 69 0 0 0 16 0 12 0 12118074 1570111488 20592 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24223] ppid=24210 vsize=1533312 CPUtime=0
/proc/24212/task/24223/stat : 24223 (java) S 24210 24212 23691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 12118074 1570111488 20592 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24224] ppid=24210 vsize=1533312 CPUtime=0
/proc/24212/task/24224/stat : 24224 (java) S 24210 24212 23691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 12118074 1570111488 20592 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 1533312

[startup+3.10202 s]
/proc/loadavg: 1.07 1.02 1.00 2/118 24224
/proc/meminfo: memFree=1717104/2059040 swapFree=4141732/4192956
[pid=24212] ppid=24210 vsize=1533312 CPUtime=3.99
/proc/24212/stat : 24212 (java) S 24210 24212 23691 0 -1 4202496 41956 0 1 0 377 22 0 0 21 0 12 0 12118065 1570111488 40705 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24212/statm: 383328 40705 1423 10 0 380630 0
[pid=24212/tid=24214] ppid=24210 vsize=1533312 CPUtime=2.7
/proc/24212/task/24214/stat : 24214 (java) R 24210 24212 23691 0 -1 4202560 32004 0 1 0 253 17 0 0 20 0 12 0 12118066 1570111488 40705 1992294400 134512640 134550932 4286979232 18446744073709551615 4109213541 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24212/tid=24215] ppid=24210 vsize=1533312 CPUtime=0.11
/proc/24212/task/24215/stat : 24215 (java) S 24210 24212 23691 0 -1 4202560 3242 0 0 0 10 1 0 0 18 0 12 0 12118068 1570111488 40705 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24216] ppid=24210 vsize=1533312 CPUtime=0.11
/proc/24212/task/24216/stat : 24216 (java) S 24210 24212 23691 0 -1 4202560 2650 0 0 0 10 1 0 0 18 0 12 0 12118068 1570111488 40705 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=24212/tid=24217] ppid=24210 vsize=1533312 CPUtime=0
/proc/24212/task/24217/stat : 24217 (java) S 24210 24212 23691 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 12 0 12118069 1570111488 40705 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 0 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24218] ppid=24210 vsize=1533312 CPUtime=0
/proc/24212/task/24218/stat : 24218 (java) S 24210 24212 23691 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 12118070 1570111488 40705 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24219] ppid=24210 vsize=1533312 CPUtime=0
/proc/24212/task/24219/stat : 24219 (java) S 24210 24212 23691 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 12118070 1570111488 40705 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24220] ppid=24210 vsize=1533312 CPUtime=0
/proc/24212/task/24220/stat : 24220 (java) S 24210 24212 23691 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 12118074 1570111488 40705 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24221] ppid=24210 vsize=1533312 CPUtime=0.29
/proc/24212/task/24221/stat : 24221 (java) S 24210 24212 23691 0 -1 4202560 622 0 0 0 29 0 0 0 15 0 12 0 12118074 1570111488 40705 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=24212/tid=24222] ppid=24210 vsize=1533312 CPUtime=0.72
/proc/24212/task/24222/stat : 24222 (java) S 24210 24212 23691 0 -1 4202560 2364 0 0 0 72 0 0 0 16 0 12 0 12118074 1570111488 40705 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24223] ppid=24210 vsize=1533312 CPUtime=0
/proc/24212/task/24223/stat : 24223 (java) S 24210 24212 23691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 12118074 1570111488 40705 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24224] ppid=24210 vsize=1533312 CPUtime=0
/proc/24212/task/24224/stat : 24224 (java) S 24210 24212 23691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 12118074 1570111488 40705 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 1533312

[startup+6.30234 s]
/proc/loadavg: 1.07 1.02 1.00 2/119 24225
/proc/meminfo: memFree=1692420/2059040 swapFree=4141732/4192956
[pid=24212] ppid=24210 vsize=1542356 CPUtime=8.36
/proc/24212/stat : 24212 (java) S 24210 24212 23691 0 -1 4202496 46190 0 1 0 812 24 0 0 21 0 13 0 12118065 1579372544 43005 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24212/statm: 385589 43005 1435 10 0 382891 0
[pid=24212/tid=24214] ppid=24210 vsize=1542356 CPUtime=5.57
/proc/24212/task/24214/stat : 24214 (java) R 24210 24212 23691 0 -1 4202560 32038 0 1 0 540 17 0 0 25 0 13 0 12118066 1579372544 43005 1992294400 134512640 134550932 4286979232 18446744073709551615 4109654963 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24212/tid=24215] ppid=24210 vsize=1542356 CPUtime=0.11
/proc/24212/task/24215/stat : 24215 (java) S 24210 24212 23691 0 -1 4202560 3242 0 0 0 10 1 0 0 18 0 13 0 12118068 1579372544 43005 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24216] ppid=24210 vsize=1542356 CPUtime=0.11
/proc/24212/task/24216/stat : 24216 (java) S 24210 24212 23691 0 -1 4202560 2650 0 0 0 10 1 0 0 18 0 13 0 12118068 1579372544 43005 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=24212/tid=24217] ppid=24210 vsize=1542356 CPUtime=0
/proc/24212/task/24217/stat : 24217 (java) S 24210 24212 23691 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 13 0 12118069 1579372544 43005 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 0 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24218] ppid=24210 vsize=1542356 CPUtime=0
/proc/24212/task/24218/stat : 24218 (java) S 24210 24212 23691 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12118070 1579372544 43005 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24219] ppid=24210 vsize=1542356 CPUtime=0
/proc/24212/task/24219/stat : 24219 (java) S 24210 24212 23691 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12118070 1579372544 43005 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24220] ppid=24210 vsize=1542356 CPUtime=0
/proc/24212/task/24220/stat : 24220 (java) S 24210 24212 23691 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 12118074 1579372544 43005 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24221] ppid=24210 vsize=1542356 CPUtime=0.82
/proc/24212/task/24221/stat : 24221 (java) S 24210 24212 23691 0 -1 4202560 707 0 0 0 82 0 0 0 15 0 13 0 12118074 1579372544 43005 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=24212/tid=24222] ppid=24210 vsize=1542356 CPUtime=1.69
/proc/24212/task/24222/stat : 24222 (java) S 24210 24212 23691 0 -1 4202560 6475 0 0 0 167 2 0 0 15 0 13 0 12118074 1579372544 43005 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24223] ppid=24210 vsize=1542356 CPUtime=0
/proc/24212/task/24223/stat : 24223 (java) S 24210 24212 23691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12118074 1579372544 43005 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24224] ppid=24210 vsize=1542356 CPUtime=0
/proc/24212/task/24224/stat : 24224 (java) S 24210 24212 23691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 12118074 1579372544 43005 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=24212/tid=24225] ppid=24210 vsize=1542356 CPUtime=0
/proc/24212/task/24225/stat : 24225 (java) S 24210 24212 23691 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 13 0 12118484 1579372544 43005 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.36
Current children cumulated vsize (KiB) 1542356

[startup+12.702 s]
/proc/loadavg: 1.22 1.05 1.01 2/119 24225
/proc/meminfo: memFree=1651376/2059040 swapFree=4141732/4192956
[pid=24212] ppid=24210 vsize=1541468 CPUtime=15.02
/proc/24212/stat : 24212 (java) S 24210 24212 23691 0 -1 4202496 57284 0 1 0 1474 28 0 0 21 0 13 0 12118065 1578463232 53274 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24212/statm: 385367 53274 1444 10 0 382669 0
[pid=24212/tid=24214] ppid=24210 vsize=1541468 CPUtime=11.56
/proc/24212/task/24214/stat : 24214 (java) R 24210 24212 23691 0 -1 4202560 32042 0 1 0 1139 17 0 0 25 0 13 0 12118066 1578463232 53274 1992294400 134512640 134550932 4286979232 18446744073709551615 4109734102 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24212/tid=24215] ppid=24210 vsize=1541468 CPUtime=0.29
/proc/24212/task/24215/stat : 24215 (java) S 24210 24212 23691 0 -1 4202560 5654 0 0 0 27 2 0 0 18 0 13 0 12118068 1578463232 53274 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=24212/tid=24216] ppid=24210 vsize=1541468 CPUtime=0.3
/proc/24212/task/24216/stat : 24216 (java) S 24210 24212 23691 0 -1 4202560 6578 0 0 0 27 3 0 0 18 0 13 0 12118068 1578463232 53274 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=24212/tid=24217] ppid=24210 vsize=1541468 CPUtime=0.2
/proc/24212/task/24217/stat : 24217 (java) S 24210 24212 23691 0 -1 4202560 4742 0 0 0 19 1 0 0 16 0 13 0 12118069 1578463232 53274 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 0 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24218] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24218/stat : 24218 (java) S 24210 24212 23691 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12118070 1578463232 53274 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24219] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24219/stat : 24219 (java) S 24210 24212 23691 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12118070 1578463232 53274 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24220] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24220/stat : 24220 (java) S 24210 24212 23691 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 12118074 1578463232 53274 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24221] ppid=24210 vsize=1541468 CPUtime=0.83
/proc/24212/task/24221/stat : 24221 (java) S 24210 24212 23691 0 -1 4202560 712 0 0 0 83 0 0 0 16 0 13 0 12118074 1578463232 53274 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=24212/tid=24222] ppid=24210 vsize=1541468 CPUtime=1.78
/proc/24212/task/24222/stat : 24222 (java) S 24210 24212 23691 0 -1 4202560 6488 0 0 0 176 2 0 0 15 0 13 0 12118074 1578463232 53274 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24223] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24223/stat : 24223 (java) S 24210 24212 23691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12118074 1578463232 53274 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24224] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24224/stat : 24224 (java) S 24210 24212 23691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 12118074 1578463232 53274 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=24212/tid=24225] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24225/stat : 24225 (java) S 24210 24212 23691 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 13 0 12118484 1578463232 53274 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.02
Current children cumulated vsize (KiB) 1541468

[startup+25.5013 s]
/proc/loadavg: 1.31 1.08 1.02 2/119 24225
/proc/meminfo: memFree=1650392/2059040 swapFree=4141732/4192956
[pid=24212] ppid=24210 vsize=1541468 CPUtime=27.88
/proc/24212/stat : 24212 (java) S 24210 24212 23691 0 -1 4202496 57540 0 1 0 2759 29 0 0 21 0 13 0 12118065 1578463232 53527 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24212/statm: 385367 53527 1444 10 0 382669 0
[pid=24212/tid=24214] ppid=24210 vsize=1541468 CPUtime=24.15
/proc/24212/task/24214/stat : 24214 (java) R 24210 24212 23691 0 -1 4202560 32046 0 1 0 2397 18 0 0 25 0 13 0 12118066 1578463232 53527 1992294400 134512640 134550932 4286979232 18446744073709551615 4109762913 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24212/tid=24215] ppid=24210 vsize=1541468 CPUtime=0.3
/proc/24212/task/24215/stat : 24215 (java) S 24210 24212 23691 0 -1 4202560 5655 0 0 0 28 2 0 0 18 0 13 0 12118068 1578463232 53527 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=24212/tid=24216] ppid=24210 vsize=1541468 CPUtime=0.31
/proc/24212/task/24216/stat : 24216 (java) S 24210 24212 23691 0 -1 4202560 6578 0 0 0 28 3 0 0 18 0 13 0 12118068 1578463232 53527 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=24212/tid=24217] ppid=24210 vsize=1541468 CPUtime=0.36
/proc/24212/task/24217/stat : 24217 (java) S 24210 24212 23691 0 -1 4202560 4903 0 0 0 35 1 0 0 15 0 13 0 12118069 1578463232 53527 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 0 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24218] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24218/stat : 24218 (java) S 24210 24212 23691 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12118070 1578463232 53527 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24219] ppid=24210 vsize=1541468 CPUtime=0

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

[pid=24212] ppid=24210 vsize=1541468 CPUtime=1666.36
/proc/24212/stat : 24212 (java) S 24210 24212 23691 0 -1 4202496 70201 0 1 0 166589 47 0 0 21 0 13 0 12118065 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24212/statm: 385367 64985 1444 10 0 382669 0
[pid=24212/tid=24214] ppid=24210 vsize=1541468 CPUtime=1649.65
/proc/24212/task/24214/stat : 24214 (java) R 24210 24212 23691 0 -1 4202560 32205 0 1 0 164943 22 0 0 25 0 13 0 12118066 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4109680118 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24212/tid=24215] ppid=24210 vsize=1541468 CPUtime=2.52
/proc/24212/task/24215/stat : 24215 (java) S 24210 24212 23691 0 -1 4202560 11694 0 0 0 244 8 0 0 15 0 13 0 12118068 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24216] ppid=24210 vsize=1541468 CPUtime=2.56
/proc/24212/task/24216/stat : 24216 (java) S 24210 24212 23691 0 -1 4202560 12193 0 0 0 246 10 0 0 16 0 13 0 12118068 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24217] ppid=24210 vsize=1541468 CPUtime=8.73
/proc/24212/task/24217/stat : 24217 (java) S 24210 24212 23691 0 -1 4202560 5640 0 0 0 872 1 0 0 15 0 13 0 12118069 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 0 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=24212/tid=24218] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24218/stat : 24218 (java) S 24210 24212 23691 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12118070 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24219] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24219/stat : 24219 (java) S 24210 24212 23691 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12118070 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24220] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24220/stat : 24220 (java) S 24210 24212 23691 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 12118074 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24221] ppid=24210 vsize=1541468 CPUtime=0.89
/proc/24212/task/24221/stat : 24221 (java) S 24210 24212 23691 0 -1 4202560 810 0 0 0 89 0 0 0 16 0 13 0 12118074 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=24212/tid=24222] ppid=24210 vsize=1541468 CPUtime=1.95
/proc/24212/task/24222/stat : 24222 (java) S 24210 24212 23691 0 -1 4202560 6495 0 0 0 193 2 0 0 15 0 13 0 12118074 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24223] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24223/stat : 24223 (java) S 24210 24212 23691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12118074 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24224] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24224/stat : 24224 (java) S 24210 24212 23691 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 12118074 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24225] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24225/stat : 24225 (java) S 24210 24212 23691 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 13 0 12118484 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1666.36
Current children cumulated vsize (KiB) 1541468

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 24283
/proc/meminfo: memFree=1595168/2059040 swapFree=4141732/4192956
[pid=24212] ppid=24210 vsize=1541468 CPUtime=1726.41
/proc/24212/stat : 24212 (java) S 24210 24212 23691 0 -1 4202496 70211 0 1 0 172594 47 0 0 21 0 13 0 12118065 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24212/statm: 385367 64985 1444 10 0 382669 0
[pid=24212/tid=24214] ppid=24210 vsize=1541468 CPUtime=1709.56
/proc/24212/task/24214/stat : 24214 (java) R 24210 24212 23691 0 -1 4202560 32209 0 1 0 170934 22 0 0 25 0 13 0 12118066 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4109680010 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24212/tid=24215] ppid=24210 vsize=1541468 CPUtime=2.59
/proc/24212/task/24215/stat : 24215 (java) S 24210 24212 23691 0 -1 4202560 11694 0 0 0 251 8 0 0 16 0 13 0 12118068 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24216] ppid=24210 vsize=1541468 CPUtime=2.62
/proc/24212/task/24216/stat : 24216 (java) S 24210 24212 23691 0 -1 4202560 12193 0 0 0 252 10 0 0 15 0 13 0 12118068 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=24212/tid=24217] ppid=24210 vsize=1541468 CPUtime=8.73
/proc/24212/task/24217/stat : 24217 (java) S 24210 24212 23691 0 -1 4202560 5642 0 0 0 872 1 0 0 15 0 13 0 12118069 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 0 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=24212/tid=24218] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24218/stat : 24218 (java) S 24210 24212 23691 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12118070 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24219] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24219/stat : 24219 (java) S 24210 24212 23691 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12118070 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24220] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24220/stat : 24220 (java) S 24210 24212 23691 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 12118074 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24221] ppid=24210 vsize=1541468 CPUtime=0.89
/proc/24212/task/24221/stat : 24221 (java) S 24210 24212 23691 0 -1 4202560 810 0 0 0 89 0 0 0 16 0 13 0 12118074 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=24212/tid=24222] ppid=24210 vsize=1541468 CPUtime=1.95
/proc/24212/task/24222/stat : 24222 (java) S 24210 24212 23691 0 -1 4202560 6495 0 0 0 193 2 0 0 15 0 13 0 12118074 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24223] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24223/stat : 24223 (java) S 24210 24212 23691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12118074 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24224] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24224/stat : 24224 (java) S 24210 24212 23691 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 12118074 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24225] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24225/stat : 24225 (java) S 24210 24212 23691 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 13 0 12118484 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.41
Current children cumulated vsize (KiB) 1541468

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 24283
/proc/meminfo: memFree=1594928/2059040 swapFree=4141732/4192956
[pid=24212] ppid=24210 vsize=1541468 CPUtime=1786.46
/proc/24212/stat : 24212 (java) S 24210 24212 23691 0 -1 4202496 70222 0 1 0 178599 47 0 0 21 0 13 0 12118065 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24212/statm: 385367 64985 1444 10 0 382669 0
[pid=24212/tid=24214] ppid=24210 vsize=1541468 CPUtime=1769.21
/proc/24212/task/24214/stat : 24214 (java) R 24210 24212 23691 0 -1 4202560 32214 0 1 0 176899 22 0 0 25 0 13 0 12118066 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4109655353 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24212/tid=24215] ppid=24210 vsize=1541468 CPUtime=2.67
/proc/24212/task/24215/stat : 24215 (java) S 24210 24212 23691 0 -1 4202560 11694 0 0 0 259 8 0 0 16 0 13 0 12118068 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24216] ppid=24210 vsize=1541468 CPUtime=2.7
/proc/24212/task/24216/stat : 24216 (java) S 24210 24212 23691 0 -1 4202560 12193 0 0 0 260 10 0 0 16 0 13 0 12118068 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=24212/tid=24217] ppid=24210 vsize=1541468 CPUtime=8.97
/proc/24212/task/24217/stat : 24217 (java) S 24210 24212 23691 0 -1 4202560 5646 0 0 0 896 1 0 0 15 0 13 0 12118069 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 0 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=24212/tid=24218] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24218/stat : 24218 (java) S 24210 24212 23691 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12118070 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24219] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24219/stat : 24219 (java) S 24210 24212 23691 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12118070 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24220] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24220/stat : 24220 (java) S 24210 24212 23691 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 12118074 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24221] ppid=24210 vsize=1541468 CPUtime=0.89
/proc/24212/task/24221/stat : 24221 (java) S 24210 24212 23691 0 -1 4202560 810 0 0 0 89 0 0 0 16 0 13 0 12118074 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=24212/tid=24222] ppid=24210 vsize=1541468 CPUtime=1.95
/proc/24212/task/24222/stat : 24222 (java) S 24210 24212 23691 0 -1 4202560 6495 0 0 0 193 2 0 0 15 0 13 0 12118074 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24223] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24223/stat : 24223 (java) S 24210 24212 23691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12118074 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24224] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24224/stat : 24224 (java) S 24210 24212 23691 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 12118074 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24225] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24225/stat : 24225 (java) S 24210 24212 23691 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 13 0 12118484 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.46
Current children cumulated vsize (KiB) 1541468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 24285
/proc/meminfo: memFree=1594928/2059040 swapFree=4141732/4192956
[pid=24212] ppid=24210 vsize=1541468 CPUtime=1800.08
/proc/24212/stat : 24212 (java) S 24210 24212 23691 0 -1 4202496 70225 0 1 0 179961 47 0 0 21 0 13 0 12118065 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24212/statm: 385367 64985 1444 10 0 382669 0
[pid=24212/tid=24214] ppid=24210 vsize=1541468 CPUtime=1782.8
/proc/24212/task/24214/stat : 24214 (java) R 24210 24212 23691 0 -1 4202560 32215 0 1 0 178258 22 0 0 25 0 13 0 12118066 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4109735738 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24212/tid=24215] ppid=24210 vsize=1541468 CPUtime=2.68
/proc/24212/task/24215/stat : 24215 (java) S 24210 24212 23691 0 -1 4202560 11694 0 0 0 260 8 0 0 15 0 13 0 12118068 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24216] ppid=24210 vsize=1541468 CPUtime=2.72
/proc/24212/task/24216/stat : 24216 (java) S 24210 24212 23691 0 -1 4202560 12193 0 0 0 262 10 0 0 15 0 13 0 12118068 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=24212/tid=24217] ppid=24210 vsize=1541468 CPUtime=8.97
/proc/24212/task/24217/stat : 24217 (java) S 24210 24212 23691 0 -1 4202560 5646 0 0 0 896 1 0 0 15 0 13 0 12118069 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 0 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=24212/tid=24218] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24218/stat : 24218 (java) S 24210 24212 23691 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12118070 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24219] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24219/stat : 24219 (java) S 24210 24212 23691 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12118070 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24220] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24220/stat : 24220 (java) S 24210 24212 23691 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 12118074 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24221] ppid=24210 vsize=1541468 CPUtime=0.89
/proc/24212/task/24221/stat : 24221 (java) S 24210 24212 23691 0 -1 4202560 810 0 0 0 89 0 0 0 16 0 13 0 12118074 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=24212/tid=24222] ppid=24210 vsize=1541468 CPUtime=1.95
/proc/24212/task/24222/stat : 24222 (java) S 24210 24212 23691 0 -1 4202560 6495 0 0 0 193 2 0 0 15 0 13 0 12118074 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24223] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24223/stat : 24223 (java) S 24210 24212 23691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12118074 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24224] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24224/stat : 24224 (java) R 24210 24212 23691 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 12118074 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24212/tid=24225] ppid=24210 vsize=1541468 CPUtime=0
/proc/24212/task/24225/stat : 24225 (java) S 24210 24212 23691 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 13 0 12118484 1578463232 64985 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1541468

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

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

[startup+1796.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 24285
/proc/meminfo: memFree=1594928/2059040 swapFree=4141732/4192956
[pid=24212] ppid=24210 vsize=1542116 CPUtime=1800.24
/proc/24212/stat : 24212 (java) S 24210 24212 23691 0 -1 4202496 70248 0 1 0 179977 47 0 0 18 0 14 0 12118065 1579126784 65006 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24212/statm: 385529 65006 1445 10 0 382831 0
[pid=24212/tid=24214] ppid=24210 vsize=1542116 CPUtime=1782.9
/proc/24212/task/24214/stat : 24214 (java) R 24210 24212 23691 0 -1 4202560 32215 0 1 0 178268 22 0 0 25 0 14 0 12118066 1579126784 65006 1992294400 134512640 134550932 4286979232 18446744073709551615 4109724655 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24212/tid=24215] ppid=24210 vsize=1542116 CPUtime=2.68
/proc/24212/task/24215/stat : 24215 (java) S 24210 24212 23691 0 -1 4202560 11694 0 0 0 260 8 0 0 15 0 14 0 12118068 1579126784 65006 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24216] ppid=24210 vsize=1542116 CPUtime=2.72
/proc/24212/task/24216/stat : 24216 (java) S 24210 24212 23691 0 -1 4202560 12193 0 0 0 262 10 0 0 15 0 14 0 12118068 1579126784 65006 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=24212/tid=24217] ppid=24210 vsize=1542116 CPUtime=8.97
/proc/24212/task/24217/stat : 24217 (java) S 24210 24212 23691 0 -1 4202560 5646 0 0 0 896 1 0 0 15 0 14 0 12118069 1579126784 65006 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 0 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=24212/tid=24218] ppid=24210 vsize=1542116 CPUtime=0
/proc/24212/task/24218/stat : 24218 (java) S 24210 24212 23691 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 12118070 1579126784 65006 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24219] ppid=24210 vsize=1542116 CPUtime=0
/proc/24212/task/24219/stat : 24219 (java) S 24210 24212 23691 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 12118070 1579126784 65006 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24220] ppid=24210 vsize=1542116 CPUtime=0
/proc/24212/task/24220/stat : 24220 (java) S 24210 24212 23691 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 14 0 12118074 1579126784 65006 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24221] ppid=24210 vsize=1542116 CPUtime=0.89
/proc/24212/task/24221/stat : 24221 (java) S 24210 24212 23691 0 -1 4202560 810 0 0 0 89 0 0 0 16 0 14 0 12118074 1579126784 65006 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
[pid=24212/tid=24222] ppid=24210 vsize=1542116 CPUtime=1.98
/proc/24212/task/24222/stat : 24222 (java) S 24210 24212 23691 0 -1 4202560 6496 0 0 0 196 2 0 0 15 0 14 0 12118074 1579126784 65006 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24223] ppid=24210 vsize=1542116 CPUtime=0
/proc/24212/task/24223/stat : 24223 (java) S 24210 24212 23691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 12118074 1579126784 65006 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 0 0 0 0
[pid=24212/tid=24224] ppid=24210 vsize=1542116 CPUtime=0
/proc/24212/task/24224/stat : 24224 (java) R 24210 24212 23691 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 14 0 12118074 1579126784 65006 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24212/tid=24225] ppid=24210 vsize=1542116 CPUtime=0
/proc/24212/task/24225/stat : 24225 (java) S 24210 24212 23691 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 14 0 12118484 1579126784 65006 1992294400 134512640 134550932 4286979232 18446744073709551615 4294960144 0 4 0 16800975 18446604437808945088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 1542116

Child status: 143
Real time (s): 1796.04
CPU time (s): 1800.29
CPU user time (s): 1799.78
CPU system time (s): 0.507922
CPU usage (%): 100.236
Max. virtual memory (cumulated for all children) (KiB): 1542772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.507922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70248
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= 38712
involuntary context switches= 15390

runsolver used 3.57346 second user time and 9.54955 second system time

The end

Launcher Data

Begin job on node083 at 2010-07-06 19:58:17
IDJOB=2685063
IDBENCH=74391
IDSOLVER=1164
FILE ID=node083/2685063-1278439096
PBS_JOBID= 11233483
Free space on /tmp= 62536 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12036_3-sat.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2685063-1278439096/watcher-2685063-1278439096 -o /tmp/evaluation-result-2685063-1278439096/solver-2685063-1278439096 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2685063-1278439096.opb

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

MD5SUM BENCH= cf899369697891a2aa5256c136e26408
RANDOM SEED=1435200994

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1860380 kB
Buffers:          3904 kB
Cached:          74592 kB
SwapCached:      38720 kB
Active:          18864 kB
Inactive:       107228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1860380 kB
SwapTotal:     4192956 kB
SwapFree:      4141732 kB
Dirty:            6584 kB
Writeback:           0 kB
AnonPages:       11692 kB
Mapped:          11904 kB
Slab:            50448 kB
PageTables:       4152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183388 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= 62536 MiB
End job on node083 at 2010-07-06 20:28:15