Trace number 2684881

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.25 1795.73

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12037_7-sat.opb
MD5SUMc76ba3fc1d0a0f3a1a96791ffe6c4cf4
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 variables39204
Total number of constraints130975
Number of constraints which are clauses130331
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints644
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 27
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 714
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.14/0.41	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.14/0.41	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.41	c See www.sat4j.org for details.
0.14/0.42	c version 2.2.0.v20100526
0.14/0.42	c java.runtime.name	Java(TM) SE Runtime Environment
0.14/0.42	c java.vm.name		Java HotSpot(TM) Server VM
0.14/0.42	c java.vm.version	11.2-b01
0.14/0.42	c java.vm.vendor	Sun Microsystems Inc.
0.14/0.42	c sun.arch.data.model	32
0.14/0.42	c java.version		1.6.0_12
0.14/0.42	c os.name		Linux
0.14/0.42	c os.version		2.6.18-164.el5
0.14/0.42	c os.arch		i386
0.14/0.42	c Free memory 		1393557488
0.14/0.42	c Max memory 		1395916800
0.14/0.42	c Total memory 		1395916800
0.14/0.42	c Number of processors 	2
0.14/0.49	c Pseudo Boolean Optimization
0.14/0.49	c --- Begin Solver configuration ---
0.14/0.49	c Stops conflict analysis at the first Unique Implication Point
0.14/0.49	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.14/0.49	c Learn all clauses as in MiniSAT
0.14/0.49	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.49	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.49	c Expensive reason simplification
0.14/0.49	c Armin Biere (Picosat) restarts strategy
0.14/0.49	c Glucose learned constraints deletion strategy
0.14/0.49	c timeout=2147483s
0.14/0.49	c DB Simplification allowed=false
0.14/0.49	c --- End Solver configuration ---
0.14/0.49	c solving HOME/instance-2684881-1278435405.opb
0.14/0.49	c reading problem ... 
4.67/3.39	c ... done. Wall clock time 2.897s.
4.67/3.39	c #vars     39204
4.67/3.39	c #constraints  119302
4.67/3.39	c constraints type 
4.67/3.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15845
4.67/3.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 98486
4.67/3.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 644
11.85/9.67	c cleaning 2495 clauses out of 5001 with flag 5001/5001
18.18/15.81	c cleaning 4243 clauses out of 8505 with flag 11000/11000
25.79/23.41	c cleaning 5620 clauses out of 11263 with flag 18001/18001
34.49/32.13	c cleaning 6815 clauses out of 13642 with flag 26000/26000
43.90/41.43	c cleaning 7902 clauses out of 15827 with flag 35000/35000
54.39/51.85	c cleaning 8943 clauses out of 17925 with flag 45000/45000
66.39/63.78	c cleaning 9987 clauses out of 19983 with flag 56001/56001
81.70/79.05	c cleaning 10989 clauses out of 21996 with flag 68001/68001
95.12/92.46	c cleaning 11995 clauses out of 24006 with flag 81000/81000
111.55/108.87	c cleaning 12985 clauses out of 26012 with flag 95001/95001
132.36/129.67	c cleaning 14001 clauses out of 28026 with flag 110000/110000
149.98/147.28	c cleaning 14991 clauses out of 30025 with flag 126000/126000
170.31/167.53	c cleaning 15999 clauses out of 32034 with flag 143000/143000
197.44/194.68	c cleaning 17002 clauses out of 34036 with flag 161001/161001
219.96/217.13	c cleaning 18007 clauses out of 36033 with flag 180000/180000
241.89/239.09	c cleaning 18999 clauses out of 38027 with flag 200001/200001
270.01/267.17	c cleaning 19988 clauses out of 40029 with flag 221002/221002
297.43/294.53	c cleaning 21015 clauses out of 42039 with flag 243000/243000
325.44/322.51	c cleaning 22008 clauses out of 44024 with flag 266000/266000
357.77/354.87	c cleaning 22994 clauses out of 46016 with flag 290000/290000
390.32/387.39	c cleaning 24001 clauses out of 48025 with flag 315003/315003
423.94/420.97	c cleaning 24965 clauses out of 50021 with flag 341000/341000
457.58/454.54	c cleaning 26018 clauses out of 52057 with flag 368001/368001
494.03/490.97	c cleaning 27003 clauses out of 54038 with flag 396000/396000
529.28/526.11	c cleaning 27971 clauses out of 56035 with flag 425000/425000
567.94/564.78	c cleaning 28983 clauses out of 58064 with flag 455000/455000
610.39/607.16	c cleaning 30018 clauses out of 60082 with flag 486001/486001
655.53/652.29	c cleaning 31009 clauses out of 62063 with flag 518000/518000
695.25/691.95	c cleaning 31986 clauses out of 64056 with flag 551002/551002
741.69/738.30	c cleaning 32996 clauses out of 66068 with flag 585000/585000
788.65/785.23	c cleaning 34021 clauses out of 68073 with flag 620001/620001
842.52/839.02	c cleaning 34999 clauses out of 70051 with flag 656000/656000
889.97/886.45	c cleaning 36012 clauses out of 72052 with flag 693000/693000
936.32/932.72	c cleaning 37001 clauses out of 74041 with flag 731001/731001
998.87/995.20	c cleaning 37995 clauses out of 76039 with flag 770000/770000
1049.43/1045.79	c cleaning 38983 clauses out of 78044 with flag 810000/810000
1114.56/1110.85	c cleaning 39993 clauses out of 80063 with flag 851002/851002
1182.73/1178.94	c cleaning 41031 clauses out of 82069 with flag 893001/893001
1241.72/1237.85	c cleaning 42003 clauses out of 84038 with flag 936001/936001
1300.61/1296.64	c cleaning 43010 clauses out of 86034 with flag 980000/980000
1370.09/1366.03	c cleaning 43989 clauses out of 88025 with flag 1025001/1025001
1450.94/1446.85	c cleaning 44982 clauses out of 90035 with flag 1071000/1071000
1515.91/1511.70	c cleaning 46000 clauses out of 92053 with flag 1118000/1118000
1585.48/1581.26	c cleaning 46978 clauses out of 94053 with flag 1166000/1166000
1655.37/1651.08	c cleaning 48013 clauses out of 96077 with flag 1215002/1215002
1735.63/1731.28	c cleaning 48994 clauses out of 98062 with flag 1265000/1265000
1800.08/1795.61	c starts		: 190
1800.08/1795.61	c conflicts		: 1306111
1800.08/1795.61	c decisions		: 1678784
1800.08/1795.61	c propagations		: 884370996
1800.08/1795.61	c inspects		: 3017505334
1800.08/1795.61	c learnt literals	: 0
1800.08/1795.61	c learnt binary clauses	: 6
1800.08/1795.61	c learnt ternary clauses	: 782
1800.08/1795.61	c learnt clauses	: 1306111
1800.08/1795.61	c ignored clauses	: 0
1800.08/1795.61	c root simplifications	: 0
1800.08/1795.61	c removed literals (reason simplification)	: 17479544
1800.08/1795.61	c reason swapping (by a shorter reason)	: 0
1800.08/1795.61	c Calls to reduceDB	: 46
1800.08/1795.61	c number of reductions to clauses (during analyze)	: 0
1800.08/1795.61	c number of learned constraints concerned by reduction	: 0
1800.08/1795.61	c number of learning phase by resolution	: 0
1800.08/1795.61	c number of learning phase by cutting planes	: 0
1800.08/1795.61	c speed (assignments/second)	: 493448.9193315121
1800.08/1795.61	c non guided choices	4717
1800.08/1795.67	c learnt constraints type 
1800.08/1795.67	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 90192
1800.08/1795.67	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
1800.08/1795.67	c constraints type 
1800.08/1795.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15845
1800.08/1795.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 98486
1800.08/1795.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 644
1800.08/1795.67	s UNKNOWN
1800.08/1795.67	c Total wall clock time (in seconds): 1795.176

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-2684881-1278435405/watcher-2684881-1278435405 -o /tmp/evaluation-result-2684881-1278435405/solver-2684881-1278435405 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2684881-1278435405.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: 0.99 0.97 0.91 3/105 20658
/proc/meminfo: memFree=1467500/2059040 swapFree=4192956/4192956
[pid=20658] ppid=20656 vsize=248 CPUtime=0
/proc/20658/stat : 20658 (java6) D 20656 20658 20498 0 -1 4194304 107 0 1 0 0 0 0 0 25 0 1 0 11748889 253952 28 1992294400 134512640 134550932 4288171296 18446744073709551615 1495636 0 0 4096 0 18446744071562154983 0 0 17 1 0 0 0
/proc/20658/statm: 62 28 21 10 0 23 0

[startup+0.0378619 s]
/proc/loadavg: 0.99 0.97 0.91 3/105 20658
/proc/meminfo: memFree=1467500/2059040 swapFree=4192956/4192956
[pid=20658] ppid=20656 vsize=300 CPUtime=0
/proc/20658/stat : 20658 (java6) D 20656 20658 20498 0 -1 4194304 114 0 1 0 0 0 0 0 25 0 1 0 11748889 307200 35 1992294400 134512640 134550932 4288171296 18446744073709551615 1495764 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 1
/proc/20658/statm: 75 35 28 10 0 23 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 300

[startup+0.100906 s]
/proc/loadavg: 0.99 0.97 0.91 3/105 20658
/proc/meminfo: memFree=1467500/2059040 swapFree=4192956/4192956
[pid=20658] ppid=20656 vsize=13164 CPUtime=0.01
/proc/20658/stat : 20658 (java) D 20656 20658 20498 0 -1 4194304 472 0 21 0 0 1 0 0 25 0 1 0 11748889 13479936 203 1992294400 134512640 134550932 4290314528 18446744073709551615 1455739 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 7
/proc/20658/statm: 3291 203 140 10 0 1121 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13164

[startup+0.300902 s]
/proc/loadavg: 0.99 0.97 0.91 3/105 20658
/proc/meminfo: memFree=1467500/2059040 swapFree=4192956/4192956
[pid=20658] ppid=20656 vsize=1521796 CPUtime=0.07
/proc/20658/stat : 20658 (java) S 20656 20658 20498 0 -1 4202496 3583 0 93 0 3 4 0 0 25 0 7 0 11748889 1558319104 3117 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 9
/proc/20658/statm: 380449 3117 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.700941 s]
/proc/loadavg: 0.99 0.97 0.91 3/105 20658
/proc/meminfo: memFree=1467500/2059040 swapFree=4192956/4192956
[pid=20658] ppid=20656 vsize=1528344 CPUtime=0.58
/proc/20658/stat : 20658 (java) S 20656 20658 20498 0 -1 4202496 6184 0 93 0 51 7 0 0 25 0 12 0 11748889 1565024256 5714 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/20658/statm: 382086 5714 1379 10 0 379388 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 1528344

[startup+1.50203 s]
/proc/loadavg: 1.15 1.00 0.92 4/117 20670
/proc/meminfo: memFree=1431060/2059040 swapFree=4192956/4192956
[pid=20658] ppid=20656 vsize=1533512 CPUtime=2.16
/proc/20658/stat : 20658 (java) S 20656 20658 20498 0 -1 4202496 17641 0 93 0 204 12 0 0 25 0 12 0 11748889 1570316288 16481 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/20658/statm: 383378 16481 1414 10 0 380680 0
[pid=20658/tid=20660] ppid=20656 vsize=1533512 CPUtime=1.19
/proc/20658/task/20660/stat : 20660 (java) R 20656 20658 20498 0 -1 4202560 13634 0 60 0 110 9 0 0 25 0 12 0 11748901 1570316288 16481 1992294400 134512640 134550932 4290314528 18446744073709551615 4109207360 0 4 0 16800975 0 0 0 -1 0 0 0 16
[pid=20658/tid=20661] ppid=20656 vsize=1533512 CPUtime=0
/proc/20658/task/20661/stat : 20661 (java) S 20656 20658 20498 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 11748912 1570316288 16481 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20662] ppid=20656 vsize=1533512 CPUtime=0
/proc/20658/task/20662/stat : 20662 (java) S 20656 20658 20498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11748912 1570316288 16481 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20663] ppid=20656 vsize=1533512 CPUtime=0
/proc/20658/task/20663/stat : 20663 (java) S 20656 20658 20498 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 11748916 1570316288 16481 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 0 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20664] ppid=20656 vsize=1533512 CPUtime=0
/proc/20658/task/20664/stat : 20664 (java) S 20656 20658 20498 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 11748916 1570316288 16481 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20665] ppid=20656 vsize=1533512 CPUtime=0
/proc/20658/task/20665/stat : 20665 (java) S 20656 20658 20498 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 11748916 1570316288 16481 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20666] ppid=20656 vsize=1533512 CPUtime=0
/proc/20658/task/20666/stat : 20666 (java) S 20656 20658 20498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11748923 1570316288 16481 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20667] ppid=20656 vsize=1533512 CPUtime=0.83
/proc/20658/task/20667/stat : 20667 (java) R 20656 20658 20498 0 -1 4202560 2445 0 0 0 83 0 0 0 18 0 12 0 11748923 1570316288 16481 1992294400 134512640 134550932 4290314528 18446744073709551615 103237033 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20658/tid=20668] ppid=20656 vsize=1533512 CPUtime=0.1
/proc/20658/task/20668/stat : 20668 (java) R 20656 20658 20498 0 -1 4202560 532 0 0 0 10 0 0 0 24 0 12 0 11748923 1570316288 16481 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20658/tid=20669] ppid=20656 vsize=1533512 CPUtime=0
/proc/20658/task/20669/stat : 20669 (java) S 20656 20658 20498 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 11748923 1570316288 16481 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20670] ppid=20656 vsize=1533512 CPUtime=0
/proc/20658/task/20670/stat : 20670 (java) S 20656 20658 20498 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11748923 1570316288 16481 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 1533512

[startup+3.10221 s]
/proc/loadavg: 1.15 1.00 0.92 2/117 20670
/proc/meminfo: memFree=1337316/2059040 swapFree=4192956/4192956
[pid=20658] ppid=20656 vsize=1534100 CPUtime=4.26
/proc/20658/stat : 20658 (java) S 20656 20658 20498 0 -1 4202496 37998 0 93 0 405 21 0 0 25 0 12 0 11748889 1570918400 36831 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/20658/statm: 383525 36831 1426 10 0 380827 0
[pid=20658/tid=20660] ppid=20656 vsize=1534100 CPUtime=2.73
/proc/20658/task/20660/stat : 20660 (java) R 20656 20658 20498 0 -1 4202560 31960 0 60 0 256 17 0 0 25 0 12 0 11748901 1570918400 36831 1992294400 134512640 134550932 4290314528 18446744073709551615 4109560775 0 4 0 16800975 0 0 0 -1 0 0 0 16
[pid=20658/tid=20661] ppid=20656 vsize=1534100 CPUtime=0.04
/proc/20658/task/20661/stat : 20661 (java) S 20656 20658 20498 0 -1 4202560 961 0 0 0 4 0 0 0 18 0 12 0 11748912 1570918400 36831 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20662] ppid=20656 vsize=1534100 CPUtime=0.03
/proc/20658/task/20662/stat : 20662 (java) S 20656 20658 20498 0 -1 4202560 936 0 0 0 3 0 0 0 18 0 12 0 11748912 1570918400 36831 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 1 0 0 0
[pid=20658/tid=20663] ppid=20656 vsize=1534100 CPUtime=0
/proc/20658/task/20663/stat : 20663 (java) S 20656 20658 20498 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 12 0 11748916 1570918400 36831 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 0 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20664] ppid=20656 vsize=1534100 CPUtime=0
/proc/20658/task/20664/stat : 20664 (java) S 20656 20658 20498 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 11748916 1570918400 36831 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20665] ppid=20656 vsize=1534100 CPUtime=0
/proc/20658/task/20665/stat : 20665 (java) S 20656 20658 20498 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 11748916 1570918400 36831 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20666] ppid=20656 vsize=1534100 CPUtime=0
/proc/20658/task/20666/stat : 20666 (java) S 20656 20658 20498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11748923 1570918400 36831 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20667] ppid=20656 vsize=1534100 CPUtime=1.2
/proc/20658/task/20667/stat : 20667 (java) R 20656 20658 20498 0 -1 4202560 2559 0 0 0 120 0 0 0 16 0 12 0 11748923 1570918400 36831 1992294400 134512640 134550932 4290314528 18446744073709551615 103371455 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20658/tid=20668] ppid=20656 vsize=1534100 CPUtime=0.2
/proc/20658/task/20668/stat : 20668 (java) S 20656 20658 20498 0 -1 4202560 547 0 0 0 20 0 0 0 16 0 12 0 11748923 1570918400 36831 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 1 0 0 0
[pid=20658/tid=20669] ppid=20656 vsize=1534100 CPUtime=0
/proc/20658/task/20669/stat : 20669 (java) S 20656 20658 20498 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 11748923 1570918400 36831 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20670] ppid=20656 vsize=1534100 CPUtime=0
/proc/20658/task/20670/stat : 20670 (java) S 20656 20658 20498 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11748923 1570918400 36831 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 1534100

[startup+6.30159 s]
/proc/loadavg: 1.15 1.00 0.92 2/118 20671
/proc/meminfo: memFree=1285852/2059040 swapFree=4192956/4192956
[pid=20658] ppid=20656 vsize=1541080 CPUtime=8.5
/proc/20658/stat : 20658 (java) S 20656 20658 20498 0 -1 4202496 47489 0 93 0 825 25 0 0 25 0 13 0 11748889 1578065920 43321 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/20658/statm: 385270 43321 1435 10 0 382572 0
[pid=20658/tid=20660] ppid=20656 vsize=1541080 CPUtime=5.5
/proc/20658/task/20660/stat : 20660 (java) R 20656 20658 20498 0 -1 4202560 31990 0 60 0 532 18 0 0 25 0 13 0 11748901 1578065920 43321 1992294400 134512640 134550932 4290314528 18446744073709551615 4109939315 0 4 0 16800975 0 0 0 -1 0 0 0 29
[pid=20658/tid=20661] ppid=20656 vsize=1541080 CPUtime=0.12
/proc/20658/task/20661/stat : 20661 (java) S 20656 20658 20498 0 -1 4202560 2758 0 0 0 11 1 0 0 18 0 13 0 11748912 1578065920 43321 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20662] ppid=20656 vsize=1541080 CPUtime=0.12
/proc/20658/task/20662/stat : 20662 (java) S 20656 20658 20498 0 -1 4202560 3776 0 0 0 11 1 0 0 18 0 13 0 11748912 1578065920 43321 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 1 0 0 0
[pid=20658/tid=20663] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20663/stat : 20663 (java) S 20656 20658 20498 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 11748916 1578065920 43321 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 0 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20664] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20664/stat : 20664 (java) S 20656 20658 20498 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11748916 1578065920 43321 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20665] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20665/stat : 20665 (java) S 20656 20658 20498 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11748916 1578065920 43321 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20666] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20666/stat : 20666 (java) S 20656 20658 20498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11748923 1578065920 43321 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20667] ppid=20656 vsize=1541080 CPUtime=2.01
/proc/20658/task/20667/stat : 20667 (java) S 20656 20658 20498 0 -1 4202560 6660 0 0 0 199 2 0 0 15 0 13 0 11748923 1578065920 43321 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 1 0 0 0
[pid=20658/tid=20668] ppid=20656 vsize=1541080 CPUtime=0.7
/proc/20658/task/20668/stat : 20668 (java) S 20656 20658 20498 0 -1 4202560 1261 0 0 0 70 0 0 0 16 0 13 0 11748923 1578065920 43321 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20669] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20669/stat : 20669 (java) S 20656 20658 20498 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11748923 1578065920 43321 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20670] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20670/stat : 20670 (java) S 20656 20658 20498 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11748923 1578065920 43321 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20671] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20671/stat : 20671 (java) S 20656 20658 20498 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11749254 1578065920 43321 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.5
Current children cumulated vsize (KiB) 1541080

[startup+12.7013 s]
/proc/loadavg: 1.13 1.00 0.92 2/118 20671
/proc/meminfo: memFree=1257084/2059040 swapFree=4192956/4192956
[pid=20658] ppid=20656 vsize=1541080 CPUtime=15.04
/proc/20658/stat : 20658 (java) S 20656 20658 20498 0 -1 4202496 55065 0 93 0 1476 28 0 0 25 0 13 0 11748889 1578065920 50866 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/20658/statm: 385270 50866 1444 10 0 382572 0
[pid=20658/tid=20660] ppid=20656 vsize=1541080 CPUtime=11.65
/proc/20658/task/20660/stat : 20660 (java) R 20656 20658 20498 0 -1 4202560 31993 0 60 0 1147 18 0 0 25 0 13 0 11748901 1578065920 50866 1992294400 134512640 134550932 4290314528 18446744073709551615 4109939245 0 4 0 16800975 0 0 0 -1 1 0 0 29
[pid=20658/tid=20661] ppid=20656 vsize=1541080 CPUtime=0.19
/proc/20658/task/20661/stat : 20661 (java) S 20656 20658 20498 0 -1 4202560 4412 0 0 0 17 2 0 0 18 0 13 0 11748912 1578065920 50866 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 1 0 0 0
[pid=20658/tid=20662] ppid=20656 vsize=1541080 CPUtime=0.18
/proc/20658/task/20662/stat : 20662 (java) S 20656 20658 20498 0 -1 4202560 4977 0 0 0 17 1 0 0 18 0 13 0 11748912 1578065920 50866 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 1 0 0 0
[pid=20658/tid=20663] ppid=20656 vsize=1541080 CPUtime=0.14
/proc/20658/task/20663/stat : 20663 (java) S 20656 20658 20498 0 -1 4202560 4712 0 0 0 13 1 0 0 15 0 13 0 11748916 1578065920 50866 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 0 0 16800975 18446604437821652032 0 0 -1 1 0 0 0
[pid=20658/tid=20664] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20664/stat : 20664 (java) S 20656 20658 20498 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11748916 1578065920 50866 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20665] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20665/stat : 20665 (java) S 20656 20658 20498 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11748916 1578065920 50866 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20666] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20666/stat : 20666 (java) S 20656 20658 20498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11748923 1578065920 50866 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20667] ppid=20656 vsize=1541080 CPUtime=2.1
/proc/20658/task/20667/stat : 20667 (java) S 20656 20658 20498 0 -1 4202560 6673 0 0 0 208 2 0 0 15 0 13 0 11748923 1578065920 50866 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 1 0 0 0
[pid=20658/tid=20668] ppid=20656 vsize=1541080 CPUtime=0.72
/proc/20658/task/20668/stat : 20668 (java) S 20656 20658 20498 0 -1 4202560 1265 0 0 0 72 0 0 0 15 0 13 0 11748923 1578065920 50866 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20669] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20669/stat : 20669 (java) S 20656 20658 20498 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11748923 1578065920 50866 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20670] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20670/stat : 20670 (java) S 20656 20658 20498 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11748923 1578065920 50866 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 1 0 0 0
[pid=20658/tid=20671] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20671/stat : 20671 (java) S 20656 20658 20498 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11749254 1578065920 50866 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.04
Current children cumulated vsize (KiB) 1541080

[startup+25.5017 s]
/proc/loadavg: 1.11 1.00 0.92 2/118 20671
/proc/meminfo: memFree=1256216/2059040 swapFree=4192956/4192956
[pid=20658] ppid=20656 vsize=1541080 CPUtime=27.9
/proc/20658/stat : 20658 (java) S 20656 20658 20498 0 -1 4202496 55358 0 93 0 2762 28 0 0 25 0 13 0 11748889 1578065920 51155 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/20658/statm: 385270 51155 1444 10 0 382572 0
[pid=20658/tid=20660] ppid=20656 vsize=1541080 CPUtime=24.14
/proc/20658/task/20660/stat : 20660 (java) R 20656 20658 20498 0 -1 4202560 31998 0 60 0 2396 18 0 0 25 0 13 0 11748901 1578065920 51155 1992294400 134512640 134550932 4290314528 18446744073709551615 4110128746 0 4 0 16800975 0 0 0 -1 1 0 0 29
[pid=20658/tid=20661] ppid=20656 vsize=1541080 CPUtime=0.22
/proc/20658/task/20661/stat : 20661 (java) S 20656 20658 20498 0 -1 4202560 4412 0 0 0 20 2 0 0 16 0 13 0 11748912 1578065920 51155 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20662] ppid=20656 vsize=1541080 CPUtime=0.21
/proc/20658/task/20662/stat : 20662 (java) S 20656 20658 20498 0 -1 4202560 4978 0 0 0 20 1 0 0 15 0 13 0 11748912 1578065920 51155 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20663] ppid=20656 vsize=1541080 CPUtime=0.37
/proc/20658/task/20663/stat : 20663 (java) S 20656 20658 20498 0 -1 4202560 4995 0 0 0 36 1 0 0 15 0 13 0 11748916 1578065920 51155 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 0 0 16800975 18446604437821652032 0 0 -1 1 0 0 0
[pid=20658/tid=20664] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20664/stat : 20664 (java) S 20656 20658 20498 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11748916 1578065920 51155 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20665] ppid=20656 vsize=1541080 CPUtime=0

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

[pid=20658/tid=20663] ppid=20656 vsize=1541080 CPUtime=6.88
/proc/20658/task/20663/stat : 20663 (java) S 20656 20658 20498 0 -1 4202560 5573 0 0 0 685 3 0 0 15 0 13 0 11748916 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 0 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20664] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20664/stat : 20664 (java) S 20656 20658 20498 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11748916 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20665] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20665/stat : 20665 (java) S 20656 20658 20498 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11748916 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20666] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20666/stat : 20666 (java) S 20656 20658 20498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11748923 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20667] ppid=20656 vsize=1541080 CPUtime=2.14
/proc/20658/task/20667/stat : 20667 (java) S 20656 20658 20498 0 -1 4202560 6674 0 0 0 212 2 0 0 16 0 13 0 11748923 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 1 0 0 0
[pid=20658/tid=20668] ppid=20656 vsize=1541080 CPUtime=1.06
/proc/20658/task/20668/stat : 20668 (java) S 20656 20658 20498 0 -1 4202560 1270 0 0 0 106 0 0 0 15 0 13 0 11748923 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20669] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20669/stat : 20669 (java) S 20656 20658 20498 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11748923 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20670] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20670/stat : 20670 (java) S 20656 20658 20498 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 11748923 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 1 0 0 0
[pid=20658/tid=20671] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20671/stat : 20671 (java) S 20656 20658 20498 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11749254 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1606.59
Current children cumulated vsize (KiB) 1541080

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/118 20727
/proc/meminfo: memFree=1198804/2059040 swapFree=4192956/4192956
[pid=20658] ppid=20656 vsize=1541080 CPUtime=1666.68
/proc/20658/stat : 20658 (java) S 20656 20658 20498 0 -1 4202496 71221 0 93 0 166620 48 0 0 25 0 13 0 11748889 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/20658/statm: 385270 65035 1444 10 0 382572 0
[pid=20658/tid=20660] ppid=20656 vsize=1541080 CPUtime=1650.75
/proc/20658/task/20660/stat : 20660 (java) R 20656 20658 20498 0 -1 4202560 32191 0 60 0 165052 23 0 0 25 0 13 0 11748901 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4110110791 0 4 0 16800975 0 0 0 -1 0 0 0 29
[pid=20658/tid=20661] ppid=20656 vsize=1541080 CPUtime=2.78
/proc/20658/task/20661/stat : 20661 (java) S 20656 20658 20498 0 -1 4202560 12153 0 0 0 270 8 0 0 15 0 13 0 11748912 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20662] ppid=20656 vsize=1541080 CPUtime=2.82
/proc/20658/task/20662/stat : 20662 (java) S 20656 20658 20498 0 -1 4202560 12227 0 0 0 275 7 0 0 15 0 13 0 11748912 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 1 0 0 0
[pid=20658/tid=20663] ppid=20656 vsize=1541080 CPUtime=7.06
/proc/20658/task/20663/stat : 20663 (java) S 20656 20658 20498 0 -1 4202560 5577 0 0 0 703 3 0 0 15 0 13 0 11748916 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 0 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20664] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20664/stat : 20664 (java) S 20656 20658 20498 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11748916 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20665] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20665/stat : 20665 (java) S 20656 20658 20498 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11748916 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20666] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20666/stat : 20666 (java) S 20656 20658 20498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11748923 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20667] ppid=20656 vsize=1541080 CPUtime=2.14
/proc/20658/task/20667/stat : 20667 (java) S 20656 20658 20498 0 -1 4202560 6674 0 0 0 212 2 0 0 16 0 13 0 11748923 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 1 0 0 0
[pid=20658/tid=20668] ppid=20656 vsize=1541080 CPUtime=1.06
/proc/20658/task/20668/stat : 20668 (java) S 20656 20658 20498 0 -1 4202560 1270 0 0 0 106 0 0 0 15 0 13 0 11748923 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20669] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20669/stat : 20669 (java) S 20656 20658 20498 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11748923 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20670] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20670/stat : 20670 (java) S 20656 20658 20498 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 11748923 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 1 0 0 0
[pid=20658/tid=20671] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20671/stat : 20671 (java) S 20656 20658 20498 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11749254 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.68
Current children cumulated vsize (KiB) 1541080

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/118 20729
/proc/meminfo: memFree=1198680/2059040 swapFree=4192956/4192956
[pid=20658] ppid=20656 vsize=1541080 CPUtime=1726.72
/proc/20658/stat : 20658 (java) S 20656 20658 20498 0 -1 4202496 71231 0 93 0 172624 48 0 0 25 0 13 0 11748889 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/20658/statm: 385270 65035 1444 10 0 382572 0
[pid=20658/tid=20660] ppid=20656 vsize=1541080 CPUtime=1710.66
/proc/20658/task/20660/stat : 20660 (java) R 20656 20658 20498 0 -1 4202560 32195 0 60 0 171043 23 0 0 25 0 13 0 11748901 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4110100886 0 4 0 16800975 0 0 0 -1 0 0 0 29
[pid=20658/tid=20661] ppid=20656 vsize=1541080 CPUtime=2.84
/proc/20658/task/20661/stat : 20661 (java) S 20656 20658 20498 0 -1 4202560 12153 0 0 0 275 9 0 0 15 0 13 0 11748912 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20662] ppid=20656 vsize=1541080 CPUtime=2.89
/proc/20658/task/20662/stat : 20662 (java) S 20656 20658 20498 0 -1 4202560 12227 0 0 0 282 7 0 0 16 0 13 0 11748912 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 1 0 0 0
[pid=20658/tid=20663] ppid=20656 vsize=1541080 CPUtime=7.06
/proc/20658/task/20663/stat : 20663 (java) S 20656 20658 20498 0 -1 4202560 5579 0 0 0 703 3 0 0 15 0 13 0 11748916 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 0 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20664] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20664/stat : 20664 (java) S 20656 20658 20498 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11748916 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20665] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20665/stat : 20665 (java) S 20656 20658 20498 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11748916 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20666] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20666/stat : 20666 (java) S 20656 20658 20498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11748923 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20667] ppid=20656 vsize=1541080 CPUtime=2.14
/proc/20658/task/20667/stat : 20667 (java) S 20656 20658 20498 0 -1 4202560 6674 0 0 0 212 2 0 0 16 0 13 0 11748923 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 1 0 0 0
[pid=20658/tid=20668] ppid=20656 vsize=1541080 CPUtime=1.06
/proc/20658/task/20668/stat : 20668 (java) S 20656 20658 20498 0 -1 4202560 1270 0 0 0 106 0 0 0 15 0 13 0 11748923 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20669] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20669/stat : 20669 (java) S 20656 20658 20498 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11748923 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20670] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20670/stat : 20670 (java) S 20656 20658 20498 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 11748923 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20671] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20671/stat : 20671 (java) S 20656 20658 20498 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11749254 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.72
Current children cumulated vsize (KiB) 1541080

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/118 20731
/proc/meminfo: memFree=1198556/2059040 swapFree=4192956/4192956
[pid=20658] ppid=20656 vsize=1541080 CPUtime=1786.76
/proc/20658/stat : 20658 (java) S 20656 20658 20498 0 -1 4202496 71243 0 93 0 178627 49 0 0 25 0 13 0 11748889 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/20658/statm: 385270 65035 1444 10 0 382572 0
[pid=20658/tid=20660] ppid=20656 vsize=1541080 CPUtime=1770.35
/proc/20658/task/20660/stat : 20660 (java) R 20656 20658 20498 0 -1 4202560 32201 0 60 0 177012 23 0 0 25 0 13 0 11748901 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4110145636 0 4 0 16800975 0 0 0 -1 0 0 0 29
[pid=20658/tid=20661] ppid=20656 vsize=1541080 CPUtime=2.93
/proc/20658/task/20661/stat : 20661 (java) S 20656 20658 20498 0 -1 4202560 12153 0 0 0 284 9 0 0 15 0 13 0 11748912 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20662] ppid=20656 vsize=1541080 CPUtime=2.96
/proc/20658/task/20662/stat : 20662 (java) S 20656 20658 20498 0 -1 4202560 12227 0 0 0 289 7 0 0 16 0 13 0 11748912 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 1 0 0 0
[pid=20658/tid=20663] ppid=20656 vsize=1541080 CPUtime=7.24
/proc/20658/task/20663/stat : 20663 (java) S 20656 20658 20498 0 -1 4202560 5583 0 0 0 721 3 0 0 15 0 13 0 11748916 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 0 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20664] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20664/stat : 20664 (java) S 20656 20658 20498 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11748916 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20665] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20665/stat : 20665 (java) S 20656 20658 20498 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11748916 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20666] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20666/stat : 20666 (java) S 20656 20658 20498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11748923 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20667] ppid=20656 vsize=1541080 CPUtime=2.14
/proc/20658/task/20667/stat : 20667 (java) S 20656 20658 20498 0 -1 4202560 6674 0 0 0 212 2 0 0 16 0 13 0 11748923 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 1 0 0 0
[pid=20658/tid=20668] ppid=20656 vsize=1541080 CPUtime=1.06
/proc/20658/task/20668/stat : 20668 (java) S 20656 20658 20498 0 -1 4202560 1270 0 0 0 106 0 0 0 15 0 13 0 11748923 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20669] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20669/stat : 20669 (java) S 20656 20658 20498 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11748923 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20670] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20670/stat : 20670 (java) S 20656 20658 20498 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 11748923 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 1 0 0 0
[pid=20658/tid=20671] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20671/stat : 20671 (java) S 20656 20658 20498 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11749254 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.76
Current children cumulated vsize (KiB) 1541080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 1.00 1.00 0.92 2/118 20731
/proc/meminfo: memFree=1198556/2059040 swapFree=4192956/4192956
[pid=20658] ppid=20656 vsize=1541080 CPUtime=1800.08
/proc/20658/stat : 20658 (java) S 20656 20658 20498 0 -1 4202496 71248 0 93 0 179959 49 0 0 25 0 13 0 11748889 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/20658/statm: 385270 65035 1444 10 0 382572 0
[pid=20658/tid=20660] ppid=20656 vsize=1541080 CPUtime=1783.64
/proc/20658/task/20660/stat : 20660 (java) R 20656 20658 20498 0 -1 4202560 32202 0 60 0 178341 23 0 0 25 0 13 0 11748901 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4109960735 0 4 0 16800975 0 0 0 -1 0 0 0 29
[pid=20658/tid=20661] ppid=20656 vsize=1541080 CPUtime=2.94
/proc/20658/task/20661/stat : 20661 (java) S 20656 20658 20498 0 -1 4202560 12153 0 0 0 285 9 0 0 15 0 13 0 11748912 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20662] ppid=20656 vsize=1541080 CPUtime=2.98
/proc/20658/task/20662/stat : 20662 (java) S 20656 20658 20498 0 -1 4202560 12227 0 0 0 291 7 0 0 16 0 13 0 11748912 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 1 0 0 0
[pid=20658/tid=20663] ppid=20656 vsize=1541080 CPUtime=7.24
/proc/20658/task/20663/stat : 20663 (java) S 20656 20658 20498 0 -1 4202560 5585 0 0 0 721 3 0 0 15 0 13 0 11748916 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 0 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20664] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20664/stat : 20664 (java) S 20656 20658 20498 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11748916 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20665] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20665/stat : 20665 (java) S 20656 20658 20498 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11748916 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20666] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20666/stat : 20666 (java) S 20656 20658 20498 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11748923 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20667] ppid=20656 vsize=1541080 CPUtime=2.14
/proc/20658/task/20667/stat : 20667 (java) S 20656 20658 20498 0 -1 4202560 6674 0 0 0 212 2 0 0 16 0 13 0 11748923 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 1 0 0 0
[pid=20658/tid=20668] ppid=20656 vsize=1541080 CPUtime=1.06
/proc/20658/task/20668/stat : 20668 (java) S 20656 20658 20498 0 -1 4202560 1270 0 0 0 106 0 0 0 15 0 13 0 11748923 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20669] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20669/stat : 20669 (java) S 20656 20658 20498 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11748923 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
[pid=20658/tid=20670] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20670/stat : 20670 (java) S 20656 20658 20498 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 11748923 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 1 0 0 0
[pid=20658/tid=20671] ppid=20656 vsize=1541080 CPUtime=0
/proc/20658/task/20671/stat : 20671 (java) S 20656 20658 20498 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11749254 1578065920 65035 1992294400 134512640 134550932 4290314528 18446744073709551615 4294960144 0 4 0 16800975 18446604437821652032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1541080

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

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

[startup+1795.71 s]
/proc/loadavg: 1.00 1.00 0.92 2/118 20731
/proc/meminfo: memFree=1198556/2059040 swapFree=4192956/4192956
[pid=20658] ppid=20656 vsize=0 CPUtime=1800.23
/proc/20658/stat : 20658 (java) Z 20656 20658 20498 0 -1 4203548 71268 0 93 0 179973 50 0 0 17 0 2 0 11748889 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/20658/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.73
CPU time (s): 1800.25
CPU user time (s): 1799.73
CPU system time (s): 0.514921
CPU usage (%): 100.252
Max. virtual memory (cumulated for all children) (KiB): 1543004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.73
system time used= 0.514921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71268
page faults= 93
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39465
involuntary context switches= 20371

runsolver used 3.69344 second user time and 9.45156 second system time

The end

Launcher Data

Begin job on node088 at 2010-07-06 18:56:46
IDJOB=2684881
IDBENCH=73860
IDSOLVER=1164
FILE ID=node088/2684881-1278435405
PBS_JOBID= 11233437
Free space on /tmp= 62500 MiB

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

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

MD5SUM BENCH= c76ba3fc1d0a0f3a1a96791ffe6c4cf4
RANDOM SEED=702736878

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1467896 kB
Buffers:        101688 kB
Cached:         357788 kB
SwapCached:          0 kB
Active:         185672 kB
Inactive:       333688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1467896 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4596 kB
Writeback:           0 kB
AnonPages:       59832 kB
Mapped:          14608 kB
Slab:            50064 kB
PageTables:       4084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   178956 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= 62500 MiB
End job on node088 at 2010-07-06 19:26:43