Trace number 2684755

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.28 1796.23

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/
j120/normalized-j12056_10-unsat.opb
MD5SUM9569f42797128c8734a8cda484f54275
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 variables57354
Total number of constraints201250
Number of constraints which are clauses200306
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints944
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 677
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.10/0.36	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.10/0.36	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.36	c See www.sat4j.org for details.
0.10/0.37	c version 2.2.0.v20100526
0.10/0.37	c java.runtime.name	Java(TM) SE Runtime Environment
0.10/0.37	c java.vm.name		Java HotSpot(TM) Server VM
0.10/0.37	c java.vm.version	11.2-b01
0.10/0.37	c java.vm.vendor	Sun Microsystems Inc.
0.10/0.37	c sun.arch.data.model	32
0.10/0.37	c java.version		1.6.0_12
0.10/0.37	c os.name		Linux
0.10/0.37	c os.version		2.6.18-164.el5
0.10/0.37	c os.arch		i386
0.10/0.37	c Free memory 		1393557488
0.10/0.37	c Max memory 		1395916800
0.10/0.37	c Total memory 		1395916800
0.10/0.37	c Number of processors 	2
0.20/0.45	c Pseudo Boolean Optimization
0.20/0.45	c --- Begin Solver configuration ---
0.20/0.45	c Stops conflict analysis at the first Unique Implication Point
0.20/0.45	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.20/0.45	c Learn all clauses as in MiniSAT
0.20/0.45	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.45	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.20/0.45	c Expensive reason simplification
0.20/0.45	c Armin Biere (Picosat) restarts strategy
0.20/0.45	c Glucose learned constraints deletion strategy
0.20/0.45	c timeout=2147483s
0.20/0.45	c DB Simplification allowed=false
0.20/0.45	c --- End Solver configuration ---
0.20/0.45	c solving HOME/instance-2684755-1278433509.opb
0.20/0.45	c reading problem ... 
5.55/4.44	c ... done. Wall clock time 3.992s.
5.55/4.44	c #vars     57354
5.55/4.44	c #constraints  185530
5.55/4.44	c constraints type 
5.55/4.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 23823
5.55/4.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 154272
5.55/4.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 944
14.52/12.61	c cleaning 2499 clauses out of 5000 with flag 5001/5001
23.13/21.16	c cleaning 4233 clauses out of 8498 with flag 11000/11000
34.10/31.76	c cleaning 5597 clauses out of 11265 with flag 18001/18001
45.12/42.79	c cleaning 6821 clauses out of 13666 with flag 26000/26000
58.03/55.59	c cleaning 7914 clauses out of 15845 with flag 35000/35000
69.85/67.38	c cleaning 8955 clauses out of 17932 with flag 45001/45001
86.27/83.76	c cleaning 9964 clauses out of 19976 with flag 56000/56000
104.99/102.46	c cleaning 11004 clauses out of 22012 with flag 68000/68000
121.90/119.35	c cleaning 11995 clauses out of 24008 with flag 81000/81000
141.13/138.58	c cleaning 12972 clauses out of 26014 with flag 95001/95001
163.15/160.60	c cleaning 13997 clauses out of 28043 with flag 110002/110002
188.78/186.15	c cleaning 15013 clauses out of 30044 with flag 126000/126000
214.02/211.30	c cleaning 16003 clauses out of 32031 with flag 143001/143001
242.05/239.39	c cleaning 17000 clauses out of 34028 with flag 161001/161001
270.57/267.83	c cleaning 17988 clauses out of 36027 with flag 180000/180000
299.00/296.29	c cleaning 19010 clauses out of 38039 with flag 200000/200000
335.33/332.51	c cleaning 20003 clauses out of 40029 with flag 221001/221001
365.17/362.36	c cleaning 20990 clauses out of 42026 with flag 243001/243001
399.90/397.03	c cleaning 22012 clauses out of 44034 with flag 266000/266000
437.22/434.33	c cleaning 22980 clauses out of 46021 with flag 290000/290000
474.56/471.63	c cleaning 24012 clauses out of 48043 with flag 315002/315002
514.59/511.67	c cleaning 25006 clauses out of 50029 with flag 341000/341000
556.64/553.64	c cleaning 25984 clauses out of 52025 with flag 368002/368002
602.19/599.11	c cleaning 26988 clauses out of 54041 with flag 396002/396002
649.03/645.90	c cleaning 28008 clauses out of 56050 with flag 425000/425000
699.09/695.90	c cleaning 28997 clauses out of 58041 with flag 455000/455000
756.02/752.84	c cleaning 29934 clauses out of 60044 with flag 486000/486000
812.68/809.43	c cleaning 31034 clauses out of 62111 with flag 518001/518001
870.03/866.77	c cleaning 31996 clauses out of 64077 with flag 551001/551001
951.64/948.33	c cleaning 33006 clauses out of 66080 with flag 585000/585000
1023.49/1020.17	c cleaning 34022 clauses out of 68076 with flag 620002/620002
1085.64/1082.28	c cleaning 34994 clauses out of 70051 with flag 656000/656000
1146.29/1142.90	c cleaning 36009 clauses out of 72059 with flag 693002/693002
1208.34/1204.87	c cleaning 36999 clauses out of 74047 with flag 731000/731000
1269.49/1265.99	c cleaning 37980 clauses out of 76051 with flag 770003/770003
1343.84/1340.20	c cleaning 38987 clauses out of 78068 with flag 810000/810000
1410.79/1407.18	c cleaning 40008 clauses out of 80081 with flag 851000/851000
1476.94/1473.22	c cleaning 41018 clauses out of 82075 with flag 893002/893002
1548.38/1544.66	c cleaning 41970 clauses out of 84056 with flag 936001/936001
1622.76/1618.90	c cleaning 43020 clauses out of 86086 with flag 980001/980001
1709.93/1706.05	c cleaning 43990 clauses out of 88065 with flag 1025000/1025000
1800.10/1796.12	c starts		: 188
1800.10/1796.12	c conflicts		: 1062858
1800.10/1796.12	c decisions		: 1411118
1800.10/1796.12	c propagations		: 1001483663
1800.10/1796.12	c inspects		: 3393666860
1800.10/1796.12	c learnt literals	: 13
1800.10/1796.12	c learnt binary clauses	: 100
1800.10/1796.12	c learnt ternary clauses	: 1164
1800.10/1796.12	c learnt clauses	: 1062845
1800.10/1796.12	c ignored clauses	: 0
1800.10/1796.12	c root simplifications	: 0
1800.10/1796.12	c removed literals (reason simplification)	: 21763556
1800.10/1796.12	c reason swapping (by a shorter reason)	: 0
1800.10/1796.12	c Calls to reduceDB	: 41
1800.10/1796.12	c number of reductions to clauses (during analyze)	: 0
1800.10/1796.12	c number of learned constraints concerned by reduction	: 0
1800.10/1796.12	c number of learning phase by resolution	: 0
1800.10/1796.12	c number of learning phase by cutting planes	: 0
1800.10/1796.12	c speed (assignments/second)	: 558965.0595113512
1800.10/1796.12	c non guided choices	5597
1800.10/1796.17	c learnt constraints type 
1800.10/1796.17	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 81838
1800.10/1796.17	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 100
1800.10/1796.17	c constraints type 
1800.10/1796.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 23823
1800.10/1796.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 154272
1800.10/1796.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 944
1800.10/1796.17	s UNKNOWN
1800.10/1796.17	c Total wall clock time (in seconds): 1795.722

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-2684755-1278433509/watcher-2684755-1278433509 -o /tmp/evaluation-result-2684755-1278433509/solver-2684755-1278433509 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2684755-1278433509.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.84 2.01 2.01 3/106 19518
/proc/meminfo: memFree=1483636/2059040 swapFree=4192956/4192956
[pid=19518] ppid=19516 vsize=248 CPUtime=0
/proc/19518/stat : 19518 (java6) S 19516 19518 19493 0 -1 4194304 108 0 1 0 0 0 0 0 19 0 1 0 11557823 253952 28 1992294400 134512640 134550932 4292503296 18446744073709551615 1258068 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/19518/statm: 62 28 21 10 0 23 0

[startup+0.0458271 s]
/proc/loadavg: 1.84 2.01 2.01 3/106 19518
/proc/meminfo: memFree=1483636/2059040 swapFree=4192956/4192956
[pid=19518] ppid=19516 vsize=392 CPUtime=0
/proc/19518/stat : 19518 (java) S 19516 19518 19493 0 -1 4194304 291 0 3 0 0 0 0 0 15 0 1 0 11557823 401408 40 1992294400 134512640 134550932 4291443648 18446744073709551615 1258068 0 2147483391 4096 0 18446744071699379390 0 0 17 0 0 0 3
/proc/19518/statm: 107 42 33 10 0 25 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 392

[startup+0.101613 s]
/proc/loadavg: 1.84 2.01 2.01 3/106 19518
/proc/meminfo: memFree=1483636/2059040 swapFree=4192956/4192956
[pid=19518] ppid=19516 vsize=13164 CPUtime=0.01
/proc/19518/stat : 19518 (java) D 19516 19518 19493 0 -1 4194304 703 0 30 0 0 1 0 0 16 0 1 0 11557823 13479936 323 1992294400 134512640 134550932 4291443648 18446744073709551615 1218171 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 6
/proc/19518/statm: 3291 360 142 10 0 1121 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13164

[startup+0.300973 s]
/proc/loadavg: 1.84 2.01 2.01 3/106 19518
/proc/meminfo: memFree=1483636/2059040 swapFree=4192956/4192956
[pid=19518] ppid=19516 vsize=1524184 CPUtime=0.1
/proc/19518/stat : 19518 (java) S 19516 19518 19493 0 -1 4202496 3871 0 94 0 6 4 0 0 16 0 12 0 11557823 1560764416 3403 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 7
/proc/19518/statm: 381046 3404 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1524184

[startup+0.700961 s]
/proc/loadavg: 1.84 2.01 2.01 3/106 19518
/proc/meminfo: memFree=1483636/2059040 swapFree=4192956/4192956
[pid=19518] ppid=19516 vsize=1528080 CPUtime=0.65
/proc/19518/stat : 19518 (java) S 19516 19518 19493 0 -1 4202496 6418 0 94 0 60 5 0 0 16 0 12 0 11557823 1564753920 5906 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 7
/proc/19518/statm: 382020 5906 1382 10 0 379322 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 1528080

[startup+1.50194 s]
/proc/loadavg: 1.84 2.01 2.01 4/118 19530
/proc/meminfo: memFree=1448312/2059040 swapFree=4192956/4192956
[pid=19518] ppid=19516 vsize=1528656 CPUtime=1.77
/proc/19518/stat : 19518 (java) S 19516 19518 19493 0 -1 4202496 16786 0 94 0 166 11 0 0 16 0 12 0 11557823 1565343744 15767 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 7
/proc/19518/statm: 382164 15767 1414 10 0 379466 0
[pid=19518/tid=19520] ppid=19516 vsize=1528656 CPUtime=0.96
/proc/19518/task/19520/stat : 19520 (java) R 19516 19518 19493 0 -1 4202560 13984 0 60 0 87 9 0 0 25 0 12 0 11557833 1565343744 15767 1992294400 134512640 134550932 4291443648 18446744073709551615 4109453906 0 4 0 16800975 0 0 0 -1 1 0 0 12
[pid=19518/tid=19521] ppid=19516 vsize=1528656 CPUtime=0
/proc/19518/task/19521/stat : 19521 (java) S 19516 19518 19493 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 12 0 11557840 1565343744 15767 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19522] ppid=19516 vsize=1528656 CPUtime=0
/proc/19518/task/19522/stat : 19522 (java) S 19516 19518 19493 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 12 0 11557840 1565343744 15767 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 1 0 0 0
[pid=19518/tid=19523] ppid=19516 vsize=1528656 CPUtime=0
/proc/19518/task/19523/stat : 19523 (java) S 19516 19518 19493 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 11557843 1565343744 15767 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 0 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19524] ppid=19516 vsize=1528656 CPUtime=0
/proc/19518/task/19524/stat : 19524 (java) S 19516 19518 19493 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 11557844 1565343744 15767 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19525] ppid=19516 vsize=1528656 CPUtime=0
/proc/19518/task/19525/stat : 19525 (java) S 19516 19518 19493 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 11557844 1565343744 15767 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19526] ppid=19516 vsize=1528656 CPUtime=0
/proc/19518/task/19526/stat : 19526 (java) S 19516 19518 19493 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 11557851 1565343744 15767 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19527] ppid=19516 vsize=1528656 CPUtime=0.34
/proc/19518/task/19527/stat : 19527 (java) R 19516 19518 19493 0 -1 4202560 606 0 0 0 34 0 0 0 16 0 12 0 11557851 1565343744 15767 1992294400 134512640 134550932 4291443648 18446744073709551615 104142752 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19518/tid=19528] ppid=19516 vsize=1528656 CPUtime=0.44
/proc/19518/task/19528/stat : 19528 (java) S 19516 19518 19493 0 -1 4202560 1163 0 0 0 44 0 0 0 15 0 12 0 11557851 1565343744 15767 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 1 0 0 0
[pid=19518/tid=19529] ppid=19516 vsize=1528656 CPUtime=0
/proc/19518/task/19529/stat : 19529 (java) S 19516 19518 19493 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 11557852 1565343744 15767 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19530] ppid=19516 vsize=1528656 CPUtime=0
/proc/19518/task/19530/stat : 19530 (java) S 19516 19518 19493 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11557852 1565343744 15767 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 1528656

[startup+3.10189 s]
/proc/loadavg: 1.84 2.01 2.01 2/118 19530
/proc/meminfo: memFree=1360900/2059040 swapFree=4192956/4192956
[pid=19518] ppid=19516 vsize=1528656 CPUtime=3.47
/proc/19518/stat : 19518 (java) S 19516 19518 19493 0 -1 4202496 36927 0 94 0 325 22 0 0 16 0 12 0 11557823 1565343744 35896 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 7
/proc/19518/statm: 382164 35896 1423 10 0 379466 0
[pid=19518/tid=19520] ppid=19516 vsize=1528656 CPUtime=2.46
/proc/19518/task/19520/stat : 19520 (java) R 19516 19518 19493 0 -1 4202560 31956 0 60 0 228 18 0 0 25 0 12 0 11557833 1565343744 35896 1992294400 134512640 134550932 4291443648 18446744073709551615 4109454209 0 4 0 16800975 0 0 0 -1 1 0 0 12
[pid=19518/tid=19521] ppid=19516 vsize=1528656 CPUtime=0.04
/proc/19518/task/19521/stat : 19521 (java) S 19516 19518 19493 0 -1 4202560 1226 0 0 0 4 0 0 0 18 0 12 0 11557840 1565343744 35896 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19522] ppid=19516 vsize=1528656 CPUtime=0.04
/proc/19518/task/19522/stat : 19522 (java) S 19516 19518 19493 0 -1 4202560 915 0 0 0 4 0 0 0 18 0 12 0 11557840 1565343744 35896 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 1 0 0 0
[pid=19518/tid=19523] ppid=19516 vsize=1528656 CPUtime=0
/proc/19518/task/19523/stat : 19523 (java) S 19516 19518 19493 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 12 0 11557843 1565343744 35896 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 0 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19524] ppid=19516 vsize=1528656 CPUtime=0
/proc/19518/task/19524/stat : 19524 (java) S 19516 19518 19493 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 11557844 1565343744 35896 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19525] ppid=19516 vsize=1528656 CPUtime=0
/proc/19518/task/19525/stat : 19525 (java) S 19516 19518 19493 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 11557844 1565343744 35896 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19526] ppid=19516 vsize=1528656 CPUtime=0
/proc/19518/task/19526/stat : 19526 (java) S 19516 19518 19493 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 11557851 1565343744 35896 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19527] ppid=19516 vsize=1528656 CPUtime=0.39
/proc/19518/task/19527/stat : 19527 (java) S 19516 19518 19493 0 -1 4202560 629 0 0 0 39 0 0 0 16 0 12 0 11557851 1565343744 35896 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19528] ppid=19516 vsize=1528656 CPUtime=0.47
/proc/19518/task/19528/stat : 19528 (java) S 19516 19518 19493 0 -1 4202560 1165 0 0 0 47 0 0 0 15 0 12 0 11557851 1565343744 35896 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 1 0 0 0
[pid=19518/tid=19529] ppid=19516 vsize=1528656 CPUtime=0
/proc/19518/task/19529/stat : 19529 (java) S 19516 19518 19493 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 11557852 1565343744 35896 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19530] ppid=19516 vsize=1528656 CPUtime=0
/proc/19518/task/19530/stat : 19530 (java) S 19516 19518 19493 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11557852 1565343744 35896 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 1528656

[startup+6.30216 s]
/proc/loadavg: 1.77 2.00 2.00 2/119 19531
/proc/meminfo: memFree=1286992/2059040 swapFree=4192956/4192956
[pid=19518] ppid=19516 vsize=1540120 CPUtime=8.16
/proc/19518/stat : 19518 (java) S 19516 19518 19493 0 -1 4202496 51492 0 94 0 788 28 0 0 16 0 13 0 11557823 1577082880 47013 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 7
/proc/19518/statm: 385030 47013 1435 10 0 382332 0
[pid=19518/tid=19520] ppid=19516 vsize=1540120 CPUtime=5.15
/proc/19518/task/19520/stat : 19520 (java) R 19516 19518 19493 0 -1 4202560 31990 0 60 0 496 19 0 0 25 0 13 0 11557833 1577082880 47013 1992294400 134512640 134550932 4291443648 18446744073709551615 4109681523 0 4 0 16800975 0 0 0 -1 0 0 0 13
[pid=19518/tid=19521] ppid=19516 vsize=1540120 CPUtime=0.23
/proc/19518/task/19521/stat : 19521 (java) S 19516 19518 19493 0 -1 4202560 4847 0 0 0 22 1 0 0 18 0 13 0 11557840 1577082880 47013 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 1 0 0 0
[pid=19518/tid=19522] ppid=19516 vsize=1540120 CPUtime=0.23
/proc/19518/task/19522/stat : 19522 (java) S 19516 19518 19493 0 -1 4202560 5766 0 0 0 21 2 0 0 18 0 13 0 11557840 1577082880 47013 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19523] ppid=19516 vsize=1540120 CPUtime=0
/proc/19518/task/19523/stat : 19523 (java) S 19516 19518 19493 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 13 0 11557843 1577082880 47013 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 0 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19524] ppid=19516 vsize=1540120 CPUtime=0
/proc/19518/task/19524/stat : 19524 (java) S 19516 19518 19493 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11557844 1577082880 47013 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19525] ppid=19516 vsize=1540120 CPUtime=0
/proc/19518/task/19525/stat : 19525 (java) S 19516 19518 19493 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11557844 1577082880 47013 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19526] ppid=19516 vsize=1540120 CPUtime=0
/proc/19518/task/19526/stat : 19526 (java) S 19516 19518 19493 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 11557851 1577082880 47013 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19527] ppid=19516 vsize=1540120 CPUtime=0.93
/proc/19518/task/19527/stat : 19527 (java) S 19516 19518 19493 0 -1 4202560 1205 0 0 0 93 0 0 0 15 0 13 0 11557851 1577082880 47013 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19528] ppid=19516 vsize=1540120 CPUtime=1.54
/proc/19518/task/19528/stat : 19528 (java) S 19516 19518 19493 0 -1 4202560 6640 0 0 0 152 2 0 0 15 0 13 0 11557851 1577082880 47013 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 1 0 0 0
[pid=19518/tid=19529] ppid=19516 vsize=1540120 CPUtime=0
/proc/19518/task/19529/stat : 19529 (java) S 19516 19518 19493 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 11557852 1577082880 47013 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19530] ppid=19516 vsize=1540120 CPUtime=0
/proc/19518/task/19530/stat : 19530 (java) S 19516 19518 19493 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11557852 1577082880 47013 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19531] ppid=19516 vsize=1540120 CPUtime=0
/proc/19518/task/19531/stat : 19531 (java) S 19516 19518 19493 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11558297 1577082880 47013 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.16
Current children cumulated vsize (KiB) 1540120

[startup+12.7056 s]
/proc/loadavg: 1.71 1.98 1.99 2/119 19533
/proc/meminfo: memFree=1289596/2059040 swapFree=4192956/4192956
[pid=19518] ppid=19516 vsize=1538672 CPUtime=14.7
/proc/19518/stat : 19518 (java) S 19516 19518 19493 0 -1 4202496 52973 0 94 0 1441 29 0 0 16 0 13 0 11557823 1575600128 48050 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 7
/proc/19518/statm: 384668 48050 1444 10 0 381970 0
[pid=19518/tid=19520] ppid=19516 vsize=1538672 CPUtime=11.42
/proc/19518/task/19520/stat : 19520 (java) S 19516 19518 19493 0 -1 4202560 31994 0 60 0 1123 19 0 0 25 0 13 0 11557833 1575600128 48050 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 1 0 0 13
[pid=19518/tid=19521] ppid=19516 vsize=1538672 CPUtime=0.31
/proc/19518/task/19521/stat : 19521 (java) S 19516 19518 19493 0 -1 4202560 5259 0 0 0 29 2 0 0 18 0 13 0 11557840 1575600128 48050 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 1 0 0 0
[pid=19518/tid=19522] ppid=19516 vsize=1538672 CPUtime=0.31
/proc/19518/task/19522/stat : 19522 (java) S 19516 19518 19493 0 -1 4202560 6812 0 0 0 28 3 0 0 18 0 13 0 11557840 1575600128 48050 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 1 0 0 0
[pid=19518/tid=19523] ppid=19516 vsize=1538672 CPUtime=0.02
/proc/19518/task/19523/stat : 19523 (java) R 19516 19518 19493 0 -1 4202560 12 0 0 0 2 0 0 0 15 0 13 0 11557843 1575600128 48050 1992294400 134512640 134550932 4291443648 18446744073709551615 105697156 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=19518/tid=19524] ppid=19516 vsize=1538672 CPUtime=0
/proc/19518/task/19524/stat : 19524 (java) S 19516 19518 19493 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11557844 1575600128 48050 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19525] ppid=19516 vsize=1538672 CPUtime=0
/proc/19518/task/19525/stat : 19525 (java) S 19516 19518 19493 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11557844 1575600128 48050 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19526] ppid=19516 vsize=1538672 CPUtime=0
/proc/19518/task/19526/stat : 19526 (java) S 19516 19518 19493 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 11557851 1575600128 48050 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19527] ppid=19516 vsize=1538672 CPUtime=0.97
/proc/19518/task/19527/stat : 19527 (java) S 19516 19518 19493 0 -1 4202560 1210 0 0 0 97 0 0 0 15 0 13 0 11557851 1575600128 48050 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19528] ppid=19516 vsize=1538672 CPUtime=1.62
/proc/19518/task/19528/stat : 19528 (java) S 19516 19518 19493 0 -1 4202560 6652 0 0 0 160 2 0 0 16 0 13 0 11557851 1575600128 48050 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 1 0 0 0
[pid=19518/tid=19529] ppid=19516 vsize=1538672 CPUtime=0
/proc/19518/task/19529/stat : 19529 (java) S 19516 19518 19493 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 11557852 1575600128 48050 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19530] ppid=19516 vsize=1538672 CPUtime=0
/proc/19518/task/19530/stat : 19530 (java) S 19516 19518 19493 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11557852 1575600128 48050 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19531] ppid=19516 vsize=1538672 CPUtime=0
/proc/19518/task/19531/stat : 19531 (java) S 19516 19518 19493 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11558297 1575600128 48050 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.7
Current children cumulated vsize (KiB) 1538672

[startup+25.5018 s]
/proc/loadavg: 1.55 1.93 1.98 2/119 19533
/proc/meminfo: memFree=1257108/2059040 swapFree=4192956/4192956
[pid=19518] ppid=19516 vsize=1546864 CPUtime=27.89
/proc/19518/stat : 19518 (java) S 19516 19518 19493 0 -1 4202496 60437 0 94 0 2757 32 0 0 16 0 13 0 11557823 1583988736 54920 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 7
/proc/19518/statm: 386716 54920 1444 10 0 384018 0
[pid=19518/tid=19520] ppid=19516 vsize=1546864 CPUtime=23.78
/proc/19518/task/19520/stat : 19520 (java) R 19516 19518 19493 0 -1 4202560 31997 0 60 0 2359 19 0 0 25 0 13 0 11557833 1583988736 54920 1992294400 134512640 134550932 4291443648 18446744073709551615 4109231884 0 4 0 16800975 0 0 0 -1 1 0 0 13
[pid=19518/tid=19521] ppid=19516 vsize=1546864 CPUtime=0.32
/proc/19518/task/19521/stat : 19521 (java) S 19516 19518 19493 0 -1 4202560 5259 0 0 0 30 2 0 0 18 0 13 0 11557840 1583988736 54920 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19522] ppid=19516 vsize=1546864 CPUtime=0.32
/proc/19518/task/19522/stat : 19522 (java) S 19516 19518 19493 0 -1 4202560 6812 0 0 0 29 3 0 0 18 0 13 0 11557840 1583988736 54920 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19523] ppid=19516 vsize=1546864 CPUtime=0.38
/proc/19518/task/19523/stat : 19523 (java) S 19516 19518 19493 0 -1 4202560 4921 0 0 0 37 1 0 0 15 0 13 0 11557843 1583988736 54920 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 0 0 16800975 18446604437820125376 0 0 -1 1 0 0 0
[pid=19518/tid=19524] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19524/stat : 19524 (java) S 19516 19518 19493 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11557844 1583988736 54920 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19525] ppid=19516 vsize=1546864 CPUtime=0

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

[pid=19518/tid=19524] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19524/stat : 19524 (java) S 19516 19518 19493 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11557844 1583988736 64901 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19525] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19525/stat : 19525 (java) S 19516 19518 19493 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11557844 1583988736 64901 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19526] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19526/stat : 19526 (java) S 19516 19518 19493 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 11557851 1583988736 64901 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19527] ppid=19516 vsize=1546864 CPUtime=1.4
/proc/19518/task/19527/stat : 19527 (java) S 19516 19518 19493 0 -1 4202560 3762 0 0 0 139 1 0 0 16 0 13 0 11557851 1583988736 64901 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19528] ppid=19516 vsize=1546864 CPUtime=1.75
/proc/19518/task/19528/stat : 19528 (java) S 19516 19518 19493 0 -1 4202560 6668 0 0 0 173 2 0 0 16 0 13 0 11557851 1583988736 64901 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 1 0 0 0
[pid=19518/tid=19529] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19529/stat : 19529 (java) S 19516 19518 19493 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 11557852 1583988736 64901 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19530] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19530/stat : 19530 (java) S 19516 19518 19493 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 11557852 1583988736 64901 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19531] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19531/stat : 19531 (java) S 19516 19518 19493 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11558297 1583988736 64901 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1606.13
Current children cumulated vsize (KiB) 1546864

[startup+1662.3 s]
/proc/loadavg: 1.04 1.08 1.18 2/119 19577
/proc/meminfo: memFree=1211352/2059040 swapFree=4192956/4192956
[pid=19518] ppid=19516 vsize=1546864 CPUtime=1666.18
/proc/19518/stat : 19518 (java) S 19516 19518 19493 0 -1 4202496 72827 0 94 0 166552 66 0 0 16 0 13 0 11557823 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 7
/proc/19518/statm: 386716 65955 1444 10 0 384018 0
[pid=19518/tid=19520] ppid=19516 vsize=1546864 CPUtime=1649.37
/proc/19518/task/19520/stat : 19520 (java) R 19516 19518 19493 0 -1 4202560 32141 0 60 0 164896 41 0 0 25 0 13 0 11557833 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4109822133 0 4 0 16800975 0 0 0 -1 0 0 0 13
[pid=19518/tid=19521] ppid=19516 vsize=1546864 CPUtime=2.44
/proc/19518/task/19521/stat : 19521 (java) S 19516 19518 19493 0 -1 4202560 11195 0 0 0 238 6 0 0 15 0 13 0 11557840 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19522] ppid=19516 vsize=1546864 CPUtime=2.43
/proc/19518/task/19522/stat : 19522 (java) S 19516 19518 19493 0 -1 4202560 12447 0 0 0 235 8 0 0 15 0 13 0 11557840 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 1 0 0 0
[pid=19518/tid=19523] ppid=19516 vsize=1546864 CPUtime=8.71
/proc/19518/task/19523/stat : 19523 (java) S 19516 19518 19493 0 -1 4202560 5484 0 0 0 868 3 0 0 15 0 13 0 11557843 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 0 0 16800975 18446604437820125376 0 0 -1 1 0 0 0
[pid=19518/tid=19524] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19524/stat : 19524 (java) S 19516 19518 19493 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11557844 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19525] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19525/stat : 19525 (java) S 19516 19518 19493 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11557844 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19526] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19526/stat : 19526 (java) S 19516 19518 19493 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 11557851 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19527] ppid=19516 vsize=1546864 CPUtime=1.4
/proc/19518/task/19527/stat : 19527 (java) S 19516 19518 19493 0 -1 4202560 3762 0 0 0 139 1 0 0 16 0 13 0 11557851 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19528] ppid=19516 vsize=1546864 CPUtime=1.75
/proc/19518/task/19528/stat : 19528 (java) S 19516 19518 19493 0 -1 4202560 6668 0 0 0 173 2 0 0 16 0 13 0 11557851 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 1 0 0 0
[pid=19518/tid=19529] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19529/stat : 19529 (java) S 19516 19518 19493 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 11557852 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19530] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19530/stat : 19530 (java) S 19516 19518 19493 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 11557852 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19531] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19531/stat : 19531 (java) S 19516 19518 19493 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11558297 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.18
Current children cumulated vsize (KiB) 1546864

[startup+1722.3 s]
/proc/loadavg: 1.01 1.06 1.17 2/119 19577
/proc/meminfo: memFree=1211228/2059040 swapFree=4192956/4192956
[pid=19518] ppid=19516 vsize=1546864 CPUtime=1726.23
/proc/19518/stat : 19518 (java) S 19516 19518 19493 0 -1 4202496 72839 0 94 0 172555 68 0 0 16 0 13 0 11557823 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 7
/proc/19518/statm: 386716 65955 1444 10 0 384018 0
[pid=19518/tid=19520] ppid=19516 vsize=1546864 CPUtime=1709.02
/proc/19518/task/19520/stat : 19520 (java) R 19516 19518 19493 0 -1 4202560 32145 0 60 0 170859 43 0 0 25 0 13 0 11557833 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4109901380 0 4 0 16800975 0 0 0 -1 1 0 0 13
[pid=19518/tid=19521] ppid=19516 vsize=1546864 CPUtime=2.52
/proc/19518/task/19521/stat : 19521 (java) S 19516 19518 19493 0 -1 4202560 11195 0 0 0 245 7 0 0 15 0 13 0 11557840 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19522] ppid=19516 vsize=1546864 CPUtime=2.51
/proc/19518/task/19522/stat : 19522 (java) S 19516 19518 19493 0 -1 4202560 12447 0 0 0 243 8 0 0 16 0 13 0 11557840 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19523] ppid=19516 vsize=1546864 CPUtime=8.95
/proc/19518/task/19523/stat : 19523 (java) S 19516 19518 19493 0 -1 4202560 5488 0 0 0 892 3 0 0 15 0 13 0 11557843 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 0 0 16800975 18446604437820125376 0 0 -1 1 0 0 0
[pid=19518/tid=19524] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19524/stat : 19524 (java) S 19516 19518 19493 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11557844 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19525] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19525/stat : 19525 (java) S 19516 19518 19493 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11557844 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19526] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19526/stat : 19526 (java) S 19516 19518 19493 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 11557851 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19527] ppid=19516 vsize=1546864 CPUtime=1.4
/proc/19518/task/19527/stat : 19527 (java) S 19516 19518 19493 0 -1 4202560 3762 0 0 0 139 1 0 0 16 0 13 0 11557851 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19528] ppid=19516 vsize=1546864 CPUtime=1.75
/proc/19518/task/19528/stat : 19528 (java) S 19516 19518 19493 0 -1 4202560 6668 0 0 0 173 2 0 0 16 0 13 0 11557851 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 1 0 0 0
[pid=19518/tid=19529] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19529/stat : 19529 (java) S 19516 19518 19493 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 11557852 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19530] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19530/stat : 19530 (java) S 19516 19518 19493 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 11557852 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 1 0 0 0
[pid=19518/tid=19531] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19531/stat : 19531 (java) S 19516 19518 19493 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11558297 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.23
Current children cumulated vsize (KiB) 1546864

[startup+1782.3 s]
/proc/loadavg: 1.00 1.05 1.16 2/119 19579
/proc/meminfo: memFree=1211104/2059040 swapFree=4192956/4192956
[pid=19518] ppid=19516 vsize=1546864 CPUtime=1786.28
/proc/19518/stat : 19518 (java) S 19516 19518 19493 0 -1 4202496 72851 0 94 0 178560 68 0 0 16 0 13 0 11557823 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 7
/proc/19518/statm: 386716 65955 1444 10 0 384018 0
[pid=19518/tid=19520] ppid=19516 vsize=1546864 CPUtime=1768.93
/proc/19518/task/19520/stat : 19520 (java) R 19516 19518 19493 0 -1 4202560 32149 0 60 0 176850 43 0 0 25 0 13 0 11557833 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4109931941 0 4 0 16800975 0 0 0 -1 1 0 0 13
[pid=19518/tid=19521] ppid=19516 vsize=1546864 CPUtime=2.6
/proc/19518/task/19521/stat : 19521 (java) S 19516 19518 19493 0 -1 4202560 11195 0 0 0 253 7 0 0 15 0 13 0 11557840 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19522] ppid=19516 vsize=1546864 CPUtime=2.58
/proc/19518/task/19522/stat : 19522 (java) S 19516 19518 19493 0 -1 4202560 12447 0 0 0 250 8 0 0 16 0 13 0 11557840 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 1 0 0 0
[pid=19518/tid=19523] ppid=19516 vsize=1546864 CPUtime=8.95
/proc/19518/task/19523/stat : 19523 (java) S 19516 19518 19493 0 -1 4202560 5492 0 0 0 892 3 0 0 15 0 13 0 11557843 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 0 0 16800975 18446604437820125376 0 0 -1 1 0 0 0
[pid=19518/tid=19524] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19524/stat : 19524 (java) S 19516 19518 19493 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11557844 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19525] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19525/stat : 19525 (java) S 19516 19518 19493 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11557844 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19526] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19526/stat : 19526 (java) S 19516 19518 19493 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 11557851 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19527] ppid=19516 vsize=1546864 CPUtime=1.4
/proc/19518/task/19527/stat : 19527 (java) S 19516 19518 19493 0 -1 4202560 3762 0 0 0 139 1 0 0 16 0 13 0 11557851 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19528] ppid=19516 vsize=1546864 CPUtime=1.75
/proc/19518/task/19528/stat : 19528 (java) S 19516 19518 19493 0 -1 4202560 6668 0 0 0 173 2 0 0 16 0 13 0 11557851 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 1 0 0 0
[pid=19518/tid=19529] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19529/stat : 19529 (java) S 19516 19518 19493 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 11557852 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19530] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19530/stat : 19530 (java) S 19516 19518 19493 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 11557852 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 1 0 0 0
[pid=19518/tid=19531] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19531/stat : 19531 (java) S 19516 19518 19493 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11558297 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.28
Current children cumulated vsize (KiB) 1546864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.1 s]
/proc/loadavg: 1.00 1.04 1.15 2/119 19579
/proc/meminfo: memFree=1211104/2059040 swapFree=4192956/4192956
[pid=19518] ppid=19516 vsize=1546864 CPUtime=1800.1
/proc/19518/stat : 19518 (java) S 19516 19518 19493 0 -1 4202496 72852 0 94 0 179942 68 0 0 16 0 13 0 11557823 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 7
/proc/19518/statm: 386716 65955 1444 10 0 384018 0
[pid=19518/tid=19520] ppid=19516 vsize=1546864 CPUtime=1782.71
/proc/19518/task/19520/stat : 19520 (java) R 19516 19518 19493 0 -1 4202560 32150 0 60 0 178228 43 0 0 25 0 13 0 11557833 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4109681523 0 4 0 16800975 0 0 0 -1 1 0 0 13
[pid=19518/tid=19521] ppid=19516 vsize=1546864 CPUtime=2.61
/proc/19518/task/19521/stat : 19521 (java) S 19516 19518 19493 0 -1 4202560 11195 0 0 0 254 7 0 0 15 0 13 0 11557840 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19522] ppid=19516 vsize=1546864 CPUtime=2.6
/proc/19518/task/19522/stat : 19522 (java) S 19516 19518 19493 0 -1 4202560 12447 0 0 0 252 8 0 0 16 0 13 0 11557840 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 1 0 0 0
[pid=19518/tid=19523] ppid=19516 vsize=1546864 CPUtime=8.95
/proc/19518/task/19523/stat : 19523 (java) S 19516 19518 19493 0 -1 4202560 5492 0 0 0 892 3 0 0 15 0 13 0 11557843 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 0 0 16800975 18446604437820125376 0 0 -1 1 0 0 0
[pid=19518/tid=19524] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19524/stat : 19524 (java) S 19516 19518 19493 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11557844 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19525] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19525/stat : 19525 (java) S 19516 19518 19493 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11557844 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19526] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19526/stat : 19526 (java) S 19516 19518 19493 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 11557851 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19527] ppid=19516 vsize=1546864 CPUtime=1.4
/proc/19518/task/19527/stat : 19527 (java) S 19516 19518 19493 0 -1 4202560 3762 0 0 0 139 1 0 0 16 0 13 0 11557851 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19528] ppid=19516 vsize=1546864 CPUtime=1.75
/proc/19518/task/19528/stat : 19528 (java) S 19516 19518 19493 0 -1 4202560 6668 0 0 0 173 2 0 0 16 0 13 0 11557851 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 1 0 0 0
[pid=19518/tid=19529] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19529/stat : 19529 (java) S 19516 19518 19493 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 11557852 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
[pid=19518/tid=19530] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19530/stat : 19530 (java) S 19516 19518 19493 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 11557852 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 1 0 0 0
[pid=19518/tid=19531] ppid=19516 vsize=1546864 CPUtime=0
/proc/19518/task/19531/stat : 19531 (java) S 19516 19518 19493 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11558297 1583988736 65955 1992294400 134512640 134550932 4291443648 18446744073709551615 4294960144 0 4 0 16800975 18446604437820125376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1546864

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

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

[startup+1796.22 s]
/proc/loadavg: 1.00 1.04 1.15 2/109 19582
/proc/meminfo: memFree=1364844/2059040 swapFree=4192956/4192956
[pid=19518] ppid=19516 vsize=0 CPUtime=1800.26
/proc/19518/stat : 19518 (java) Z 19516 19518 19493 0 -1 4203548 72873 0 94 0 179956 70 0 0 15 0 2 0 11557823 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 7
/proc/19518/statm: 0 0 0 0 0 0 0
[pid=19518/tid=19581] ppid=19516 vsize=0 CPUtime=0.01
/proc/19518/task/19581/stat : 19581 (java) R 19516 19518 19493 0 -1 4203588 10 0 0 0 0 1 0 0 18 0 2 0 11737435 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.23
CPU time (s): 1800.28
CPU user time (s): 1799.56
CPU system time (s): 0.712891
CPU usage (%): 100.225
Max. virtual memory (cumulated for all children) (KiB): 1547924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 0.712891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72873
page faults= 94
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38911
involuntary context switches= 27770

runsolver used 3.60145 second user time and 9.64353 second system time

The end

Launcher Data

Begin job on node050 at 2010-07-06 18:25:10
IDJOB=2684755
IDBENCH=73545
IDSOLVER=1164
FILE ID=node050/2684755-1278433509
PBS_JOBID= 11233482
Free space on /tmp= 62440 MiB

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

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

MD5SUM BENCH= 9569f42797128c8734a8cda484f54275
RANDOM SEED=1620293600

node050.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.248
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.248
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1484512 kB
Buffers:        104564 kB
Cached:         337604 kB
SwapCached:          0 kB
Active:         177024 kB
Inactive:       325840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1484512 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            7060 kB
Writeback:           0 kB
AnonPages:       60636 kB
Mapped:          14356 kB
Slab:            49628 kB
PageTables:       4164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183708 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= 62440 MiB
End job on node050 at 2010-07-06 18:55:08