Trace number 352600

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, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (exit code) 1336.83 1317.66

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_8.opb.PB06.opb
MD5SUM810966efbb409d6e2e91a116be6e9263
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1038
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1038
Optimality of the best value was proved NO
Number of variables1963
Total number of constraints4000
Number of constraints which are clauses4000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1963
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1963
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1963
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/352600-1176636630/instance-352600-1176636630.opb
0.20/0.20	c reading problem ... 
1.27/0.91	c ... done. Wall clock time 0.709s.
1.27/0.91	c CPU time (experimental) 0.64s.
1.27/0.91	c #vars     1963
1.27/0.91	c #constraints  4000
1.27/0.99	c SATISFIABLE
1.27/0.99	c OPTIMIZING...
1.27/0.99	c Got one! Elapsed wall clock time (in seconds):0.792
1.39/1.01	o 1203
2.59/2.04	c Got one! Elapsed wall clock time (in seconds):1.835
2.59/2.04	o 1197
4.78/4.01	c Got one! Elapsed wall clock time (in seconds):3.804
4.78/4.01	o 1194
22.51/21.52	c Got one! Elapsed wall clock time (in seconds):21.316
22.51/21.53	o 1193
50.66/49.11	c Got one! Elapsed wall clock time (in seconds):48.908
50.66/49.11	o 1192
182.60/178.41	c cleaning 154208 clauses out of 308434 for limit 3.380977349199629E8
184.53/180.33	c cleaning 77356 clauses out of 154725 for limit 1.110364047361518E9
185.22/181.00	c cleaning 38930 clauses out of 77870 for limit 3.6420517022212467E9
185.73/181.60	c cleaning 19713 clauses out of 39439 for limit 1.1847092027173565E10
186.42/182.21	c cleaning 10105 clauses out of 20227 for limit 3.813261432221249E10
186.72/182.51	c cleaning 5307 clauses out of 10622 for limit 1.1975058545734024E11
186.92/182.74	c cleaning 2902 clauses out of 5814 for limit 3.604377668037839E11
187.12/182.95	c cleaning 1697 clauses out of 3413 for limit 1.0135832574204811E12
187.32/183.15	c cleaning 1100 clauses out of 2216 for limit 2.574434503699649E12
187.52/183.34	c cleaning 807 clauses out of 1615 for limit 5.819698047082018E12
187.72/183.53	c cleaning 654 clauses out of 1309 for limit 1.1852875724644824E13
187.92/183.72	c cleaning 577 clauses out of 1154 for limit 2.2150265893162867E13
188.12/183.91	c cleaning 532 clauses out of 1078 for limit 3.914320575135404E13
188.32/184.11	c cleaning 515 clauses out of 1046 for limit 6.652721665802688E13
188.42/184.30	c cleaning 508 clauses out of 1030 for limit 1.1130513200141889E14
188.62/184.48	c cleaning 511 clauses out of 1023 for limit 1.8499806198049366E14
188.82/184.68	c cleaning 505 clauses out of 1011 for limit 3.083990504201432E14
189.02/184.86	c cleaning 503 clauses out of 1006 for limit 5.1111908074651375E14
189.22/185.05	c cleaning 494 clauses out of 1004 for limit 8.454282598145492E14
189.42/185.23	c cleaning 499 clauses out of 1009 for limit 1.385928043414838E15
189.62/185.42	c cleaning 499 clauses out of 1011 for limit 2.283342666578762E15
422.92/415.62	c cleaning 152496 clauses out of 305012 for limit 154113.4383743471
433.92/426.69	c cleaning 76502 clauses out of 153015 for limit 506109.8673251159
437.02/429.80	c cleaning 38500 clauses out of 77013 for limit 1658328.8520535075
437.92/430.64	c cleaning 19498 clauses out of 39014 for limit 5403866.5735709835
516.34/508.13	c cleaning 60995 clauses out of 122016 for limit 5.956143467731932E10
518.84/510.62	c cleaning 30752 clauses out of 61521 for limit 1.9481143018169052E11
589.99/580.75	c cleaning 71374 clauses out of 142769 for limit 0.3884387905346988
593.79/584.58	c cleaning 35943 clauses out of 71894 for limit 1.2708235044647607
595.19/585.99	c cleaning 18218 clauses out of 36452 for limit 4.137584947230996
595.69/586.49	c cleaning 9362 clauses out of 18734 for limit 13.276807422099342
596.09/586.86	c cleaning 4927 clauses out of 9872 for limit 41.550371595703695
596.39/587.12	c cleaning 2715 clauses out of 5445 for limit 124.23331151206295
596.59/587.31	c cleaning 1607 clauses out of 3229 for limit 345.13521688187626
790.26/778.68	c cleaning 122555 clauses out of 245122 for limit 2892624.1180512486
801.95/790.34	c cleaning 61528 clauses out of 123067 for limit 9501421.12507366
992.40/978.29	c cleaning 151262 clauses out of 302539 for limit 2.0159806189467554E11
1002.00/987.88	c cleaning 75885 clauses out of 151778 for limit 6.6336001875289E11
1004.79/990.63	c cleaning 38187 clauses out of 76393 for limit 2.1735039815601338E12
1005.39/991.29	c cleaning 19344 clauses out of 38705 for limit 7.067540549649293E12
1005.89/991.76	c cleaning 9918 clauses out of 19861 for limit 2.271381877055183E13
1130.84/1115.29	c cleaning 79965 clauses out of 159944 for limit 0.004241543537217427
1136.34/1120.74	c cleaning 40235 clauses out of 80479 for limit 0.013901613113410613
1137.64/1122.04	c cleaning 20364 clauses out of 40743 for limit 0.04523932751126281
1138.14/1122.56	c cleaning 10430 clauses out of 20879 for limit 0.14558456632913605
1138.44/1122.85	c cleaning 5466 clauses out of 10950 for limit 0.4582487732424452
1138.74/1123.12	c cleaning 2980 clauses out of 5983 for limit 1.3817128691001208
1138.94/1123.36	c cleaning 1739 clauses out of 3504 for limit 3.894602216698155
1139.14/1123.57	c cleaning 1122 clauses out of 2264 for limit 9.93052380733112
1139.34/1123.77	c cleaning 809 clauses out of 1643 for limit 22.589229345810818
1212.45/1195.76	c Got one! Elapsed wall clock time (in seconds):1195.559
1212.45/1195.76	o 1191
1215.06/1198.30	c Got one! Elapsed wall clock time (in seconds):1198.097
1215.06/1198.30	o 1190
1324.67/1305.54	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1325.67/1306.57		at org.sat4j.minisat.constraints.cnf.WLClause.(Unknown Source)
1325.67/1306.57		at org.sat4j.minisat.constraints.cnf.LearntWLClause.(Unknown Source)
1327.57/1308.49		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
1328.97/1309.85		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
1329.67/1310.55		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1330.37/1311.23		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1331.77/1312.60		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1331.77/1312.60		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
1333.07/1313.97		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1334.47/1315.34		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
1334.47/1315.34		at org.sat4j.LanceurPseudo2005.solve(Unknown Source)
1335.87/1316.71		at org.sat4j.AbstractLauncher.run(Unknown Source)
1335.87/1316.71		at org.sat4j.LanceurPseudo2007.main(Unknown Source)

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node57/watcher-352600-1176636630 -o ROOT/results/node57/solver-352600-1176636630 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352600-1176636630/sat4jPseudoResolution.jar /tmp/evaluation/352600-1176636630/instance-352600-1176636630.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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.71 0.92 0.97 3/64 20440
/proc/meminfo: memFree=1618304/2055920 swapFree=4187472/4192956
[pid=20440] ppid=20438 vsize=1520 CPUtime=0
/proc/20440/stat : 20440 (java) R 20438 20440 20377 0 -1 0 91 0 0 0 0 0 0 0 18 0 1 0 104798961 1556480 73 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7365216 0 0 4096 0 0 0 0 17 1 0 0
/proc/20440/statm: 380 73 56 9 0 10 0

[startup+0.0645759 s]
/proc/loadavg: 0.71 0.92 0.97 3/64 20440
/proc/meminfo: memFree=1618304/2055920 swapFree=4187472/4192956
[pid=20440] ppid=20438 vsize=1777708 CPUtime=0.04
/proc/20440/stat : 20440 (java) S 20438 20440 20377 0 -1 0 3657 0 1 0 3 1 0 0 18 0 7 0 104798961 1820372992 3399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/20440/statm: 444427 3399 1078 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.101578 s]
/proc/loadavg: 0.71 0.92 0.97 3/64 20440
/proc/meminfo: memFree=1618304/2055920 swapFree=4187472/4192956
[pid=20440] ppid=20438 vsize=1780108 CPUtime=0.08
/proc/20440/stat : 20440 (java) S 20438 20440 20377 0 -1 0 3975 0 1 0 6 2 0 0 18 0 12 0 104798961 1822830592 3716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20440/statm: 445027 3716 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301595 s]
/proc/loadavg: 0.71 0.92 0.97 3/64 20440
/proc/meminfo: memFree=1618304/2055920 swapFree=4187472/4192956
[pid=20440] ppid=20438 vsize=1782444 CPUtime=0.33
/proc/20440/stat : 20440 (java) S 20438 20440 20377 0 -1 0 5110 0 1 0 30 3 0 0 18 0 12 0 104798961 1825222656 4848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20440/statm: 445611 4848 1266 9 0 443223 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782444

[startup+0.701631 s]
/proc/loadavg: 0.71 0.92 0.97 3/64 20440
/proc/meminfo: memFree=1618304/2055920 swapFree=4187472/4192956
[pid=20440] ppid=20438 vsize=1783052 CPUtime=0.91
/proc/20440/stat : 20440 (java) S 20438 20440 20377 0 -1 0 6860 0 1 0 87 4 0 0 18 0 12 0 104798961 1825845248 6364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20440/statm: 445763 6364 1301 9 0 443375 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1783052

[startup+1.5017 s]
/proc/loadavg: 0.71 0.92 0.97 3/76 20453
/proc/meminfo: memFree=1592032/2055920 swapFree=4187472/4192956
[pid=20440] ppid=20438 vsize=1786036 CPUtime=2.09
/proc/20440/stat : 20440 (java) S 20438 20440 20377 0 -1 0 10459 0 1 0 203 6 0 0 18 0 13 0 104798961 1828900864 9018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20440/statm: 446509 9018 1314 9 0 444121 0
[pid=20440/tid=20442] ppid=20438 vsize=1786036 CPUtime=1.07
/proc/20440/task/20442/stat : 20442 (java) R 20438 20440 20377 0 -1 64 7236 0 1 0 103 4 0 0 20 0 13 0 104798962 1828900864 9018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105880124 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20443] ppid=20438 vsize=1786036 CPUtime=0
/proc/20440/task/20443/stat : 20443 (java) S 20438 20440 20377 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 104798964 1828900864 9018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20444] ppid=20438 vsize=1786036 CPUtime=0
/proc/20440/task/20444/stat : 20444 (java) S 20438 20440 20377 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 104798964 1828900864 9018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20445] ppid=20438 vsize=1786036 CPUtime=0
/proc/20440/task/20445/stat : 20445 (java) S 20438 20440 20377 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 104798966 1828900864 9018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20446] ppid=20438 vsize=1786036 CPUtime=0
/proc/20440/task/20446/stat : 20446 (java) S 20438 20440 20377 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 104798967 1828900864 9018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20447] ppid=20438 vsize=1786036 CPUtime=0
/proc/20440/task/20447/stat : 20447 (java) S 20438 20440 20377 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 104798967 1828900864 9018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20448] ppid=20438 vsize=1786036 CPUtime=0
/proc/20440/task/20448/stat : 20448 (java) S 20438 20440 20377 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 104798971 1828900864 9018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20449] ppid=20438 vsize=1786036 CPUtime=0.53
/proc/20440/task/20449/stat : 20449 (java) S 20438 20440 20377 0 -1 64 1827 0 0 0 53 0 0 0 16 0 13 0 104798971 1828900864 9018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20450] ppid=20438 vsize=1786036 CPUtime=0.45
/proc/20440/task/20450/stat : 20450 (java) S 20438 20440 20377 0 -1 64 672 0 0 0 45 0 0 0 15 0 13 0 104798971 1828900864 9018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20451] ppid=20438 vsize=1786036 CPUtime=0
/proc/20440/task/20451/stat : 20451 (java) S 20438 20440 20377 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 104798971 1828900864 9018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20452] ppid=20438 vsize=1786036 CPUtime=0
/proc/20440/task/20452/stat : 20452 (java) S 20438 20440 20377 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104798971 1828900864 9018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 1786036

[startup+3.10183 s]
/proc/loadavg: 0.71 0.92 0.97 3/76 20454
/proc/meminfo: memFree=1578656/2055920 swapFree=4187472/4192956
[pid=20440] ppid=20438 vsize=1786036 CPUtime=3.88
/proc/20440/stat : 20440 (java) S 20438 20440 20377 0 -1 0 16179 0 1 0 379 9 0 0 18 0 13 0 104798961 1828900864 14311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20440/statm: 446509 14311 1318 9 0 444121 0
[pid=20440/tid=20442] ppid=20438 vsize=1786036 CPUtime=2.55
/proc/20440/task/20442/stat : 20442 (java) R 20438 20440 20377 0 -1 64 12448 0 1 0 248 7 0 0 25 0 13 0 104798962 1828900864 14311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109691700 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20443] ppid=20438 vsize=1786036 CPUtime=0
/proc/20440/task/20443/stat : 20443 (java) S 20438 20440 20377 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 104798964 1828900864 14311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20444] ppid=20438 vsize=1786036 CPUtime=0
/proc/20440/task/20444/stat : 20444 (java) S 20438 20440 20377 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 104798964 1828900864 14311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20445] ppid=20438 vsize=1786036 CPUtime=0
/proc/20440/task/20445/stat : 20445 (java) S 20438 20440 20377 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 104798966 1828900864 14311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20446] ppid=20438 vsize=1786036 CPUtime=0
/proc/20440/task/20446/stat : 20446 (java) S 20438 20440 20377 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 104798967 1828900864 14311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20447] ppid=20438 vsize=1786036 CPUtime=0
/proc/20440/task/20447/stat : 20447 (java) S 20438 20440 20377 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 104798967 1828900864 14311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20448] ppid=20438 vsize=1786036 CPUtime=0
/proc/20440/task/20448/stat : 20448 (java) S 20438 20440 20377 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 104798971 1828900864 14311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20449] ppid=20438 vsize=1786036 CPUtime=0.68
/proc/20440/task/20449/stat : 20449 (java) S 20438 20440 20377 0 -1 64 1968 0 0 0 68 0 0 0 16 0 13 0 104798971 1828900864 14311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20450] ppid=20438 vsize=1786036 CPUtime=0.62
/proc/20440/task/20450/stat : 20450 (java) S 20438 20440 20377 0 -1 64 1039 0 0 0 62 0 0 0 16 0 13 0 104798971 1828900864 14311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20451] ppid=20438 vsize=1786036 CPUtime=0
/proc/20440/task/20451/stat : 20451 (java) S 20438 20440 20377 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 104798971 1828900864 14311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20452] ppid=20438 vsize=1786036 CPUtime=0
/proc/20440/task/20452/stat : 20452 (java) S 20438 20440 20377 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104798971 1828900864 14311 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 1786036

[startup+6.30211 s]
/proc/loadavg: 0.73 0.92 0.97 2/77 20456
/proc/meminfo: memFree=1534544/2055920 swapFree=4187472/4192956
[pid=20440] ppid=20438 vsize=1785616 CPUtime=7.09
/proc/20440/stat : 20440 (java) S 20438 20440 20377 0 -1 0 27000 0 1 0 695 14 0 0 18 0 13 0 104798961 1828470784 24993 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20440/statm: 446404 24993 1318 9 0 444016 0
[pid=20440/tid=20442] ppid=20438 vsize=1785616 CPUtime=5.72
/proc/20440/task/20442/stat : 20442 (java) R 20438 20440 20377 0 -1 64 23268 0 1 0 560 12 0 0 25 0 13 0 104798962 1828470784 24993 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109758367 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20443] ppid=20438 vsize=1785616 CPUtime=0
/proc/20440/task/20443/stat : 20443 (java) S 20438 20440 20377 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 104798964 1828470784 24993 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20444] ppid=20438 vsize=1785616 CPUtime=0
/proc/20440/task/20444/stat : 20444 (java) S 20438 20440 20377 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 104798964 1828470784 24994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20445] ppid=20438 vsize=1785616 CPUtime=0
/proc/20440/task/20445/stat : 20445 (java) S 20438 20440 20377 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 104798966 1828470784 24994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20446] ppid=20438 vsize=1785616 CPUtime=0
/proc/20440/task/20446/stat : 20446 (java) S 20438 20440 20377 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 104798967 1828470784 24994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20447] ppid=20438 vsize=1785616 CPUtime=0
/proc/20440/task/20447/stat : 20447 (java) S 20438 20440 20377 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 104798967 1828470784 24994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20448] ppid=20438 vsize=1785616 CPUtime=0
/proc/20440/task/20448/stat : 20448 (java) S 20438 20440 20377 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 104798971 1828470784 24994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20449] ppid=20438 vsize=1785616 CPUtime=0.7
/proc/20440/task/20449/stat : 20449 (java) S 20438 20440 20377 0 -1 64 1969 0 0 0 70 0 0 0 16 0 13 0 104798971 1828470784 24994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20450] ppid=20438 vsize=1785616 CPUtime=0.65
/proc/20440/task/20450/stat : 20450 (java) S 20438 20440 20377 0 -1 64 1039 0 0 0 65 0 0 0 15 0 13 0 104798971 1828470784 24994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20451] ppid=20438 vsize=1785616 CPUtime=0
/proc/20440/task/20451/stat : 20451 (java) S 20438 20440 20377 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 104798971 1828470784 24994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20452] ppid=20438 vsize=1785616 CPUtime=0
/proc/20440/task/20452/stat : 20452 (java) S 20438 20440 20377 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104798971 1828470784 24995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20456] ppid=20438 vsize=1785616 CPUtime=0
/proc/20440/task/20456/stat : 20456 (java) S 20438 20440 20377 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 104799365 1828470784 24995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 1785616

[startup+12.7027 s]
/proc/loadavg: 0.76 0.92 0.97 2/77 20456
/proc/meminfo: memFree=1340504/2055920 swapFree=4187472/4192956
[pid=20440] ppid=20438 vsize=1785616 CPUtime=13.7
/proc/20440/stat : 20440 (java) S 20438 20440 20377 0 -1 0 88673 0 1 0 1326 44 0 0 18 0 13 0 104798961 1828470784 70422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20440/statm: 446404 70422 1327 9 0 444016 0
[pid=20440/tid=20442] ppid=20438 vsize=1785616 CPUtime=11.9
/proc/20440/task/20442/stat : 20442 (java) R 20438 20440 20377 0 -1 64 37755 0 1 0 1172 18 0 0 25 0 13 0 104798962 1828470784 70422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109677918 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20443] ppid=20438 vsize=1785616 CPUtime=0.19
/proc/20440/task/20443/stat : 20443 (java) S 20438 20440 20377 0 -1 64 24223 0 0 0 8 11 0 0 16 0 13 0 104798964 1828470784 70422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20444] ppid=20438 vsize=1785616 CPUtime=0.2
/proc/20440/task/20444/stat : 20444 (java) S 20438 20440 20377 0 -1 64 22958 0 0 0 9 11 0 0 18 0 13 0 104798964 1828470784 70422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20445] ppid=20438 vsize=1785616 CPUtime=0
/proc/20440/task/20445/stat : 20445 (java) S 20438 20440 20377 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 104798966 1828470784 70422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20446] ppid=20438 vsize=1785616 CPUtime=0
/proc/20440/task/20446/stat : 20446 (java) S 20438 20440 20377 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 104798967 1828470784 70422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20447] ppid=20438 vsize=1785616 CPUtime=0
/proc/20440/task/20447/stat : 20447 (java) S 20438 20440 20377 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104798967 1828470784 70422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20448] ppid=20438 vsize=1785616 CPUtime=0
/proc/20440/task/20448/stat : 20448 (java) S 20438 20440 20377 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 104798971 1828470784 70422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20449] ppid=20438 vsize=1785616 CPUtime=0.7
/proc/20440/task/20449/stat : 20449 (java) S 20438 20440 20377 0 -1 64 1969 0 0 0 70 0 0 0 16 0 13 0 104798971 1828470784 70422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20450] ppid=20438 vsize=1785616 CPUtime=0.65
/proc/20440/task/20450/stat : 20450 (java) S 20438 20440 20377 0 -1 64 1039 0 0 0 65 0 0 0 15 0 13 0 104798971 1828470784 70422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20451] ppid=20438 vsize=1785616 CPUtime=0
/proc/20440/task/20451/stat : 20451 (java) S 20438 20440 20377 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 104798971 1828470784 70422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20452] ppid=20438 vsize=1785616 CPUtime=0
/proc/20440/task/20452/stat : 20452 (java) S 20438 20440 20377 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104798971 1828470784 70422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20456] ppid=20438 vsize=1785616 CPUtime=0
/proc/20440/task/20456/stat : 20456 (java) S 20438 20440 20377 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 104799365 1828470784 70422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.7
Current children cumulated vsize (KiB) 1785616

[startup+25.5018 s]
/proc/loadavg: 0.81 0.92 0.97 2/77 20457
/proc/meminfo: memFree=1184656/2055920 swapFree=4187472/4192956
[pid=20440] ppid=20438 vsize=1785616 CPUtime=26.79
/proc/20440/stat : 20440 (java) S 20438 20440 20377 0 -1 0 148554 0 1 0 2606 73 0 0 18 0 13 0 104798961 1828470784 109332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20440/statm: 446404 109332 1328 9 0 444016 0
[pid=20440/tid=20442] ppid=20438 vsize=1785616 CPUtime=24.42
/proc/20440/task/20442/stat : 20442 (java) R 20438 20440 20377 0 -1 64 37759 0 1 0 2424 18 0 0 23 0 13 0 104798962 1828470784 109332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109586341 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20443] ppid=20438 vsize=1785616 CPUtime=0.47
/proc/20440/task/20443/stat : 20443 (java) S 20438 20440 20377 0 -1 64 54563 0 0 0 20 27 0 0 16 0 13 0 104798964 1828470784 109332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20444] ppid=20438 vsize=1785616 CPUtime=0.46
/proc/20440/task/20444/stat : 20444 (java) S 20438 20440 20377 0 -1 64 52493 0 0 0 22 24 0 0 16 0 13 0 104798964 1828470784 109332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20445] ppid=20438 vsize=1785616 CPUtime=0
/proc/20440/task/20445/stat : 20445 (java) S 20438 20440 20377 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 104798966 1828470784 109332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20446] ppid=20438 vsize=1785616 CPUtime=0
/proc/20440/task/20446/stat : 20446 (java) S 20438 20440 20377 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 104798967 1828470784 109332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=20440/tid=20445] ppid=20438 vsize=1788908 CPUtime=9.75
/proc/20440/task/20445/stat : 20445 (java) R 20438 20440 20377 0 -1 64 74560 0 2 0 905 70 0 0 17 0 13 0 104798966 1831841792 415837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103360749 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20446] ppid=20438 vsize=1788908 CPUtime=0
/proc/20440/task/20446/stat : 20446 (java) S 20438 20440 20377 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 104798967 1831841792 415837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20447] ppid=20438 vsize=1788908 CPUtime=0
/proc/20440/task/20447/stat : 20447 (java) S 20438 20440 20377 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 104798967 1831841792 415837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20448] ppid=20438 vsize=1788908 CPUtime=0
/proc/20440/task/20448/stat : 20448 (java) S 20438 20440 20377 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 104798971 1831841792 415837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20449] ppid=20438 vsize=1788908 CPUtime=0.93
/proc/20440/task/20449/stat : 20449 (java) S 20438 20440 20377 0 -1 64 2300 0 0 0 92 1 0 0 16 0 13 0 104798971 1831841792 415837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20450] ppid=20438 vsize=1788908 CPUtime=0.83
/proc/20440/task/20450/stat : 20450 (java) S 20438 20440 20377 0 -1 64 1130 0 0 0 83 0 0 0 17 0 13 0 104798971 1831841792 415837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20451] ppid=20438 vsize=1788908 CPUtime=0
/proc/20440/task/20451/stat : 20451 (java) S 20438 20440 20377 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 104798971 1831841792 415837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20452] ppid=20438 vsize=1788908 CPUtime=0
/proc/20440/task/20452/stat : 20452 (java) S 20438 20440 20377 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104798971 1831841792 415837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20460] ppid=20438 vsize=1788908 CPUtime=0
/proc/20440/task/20460/stat : 20460 (java) S 20438 20440 20377 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 104918793 1831841792 415837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1324.67
Current children cumulated vsize (KiB) 1788908

[startup+1311.9 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 20460
/proc/meminfo: memFree=18168/2055920 swapFree=4187472/4192956
[pid=20440] ppid=20438 vsize=1786904 CPUtime=1331.07
/proc/20440/stat : 20440 (java) S 20438 20440 20377 0 -1 0 1539441 0 3 0 132312 795 0 0 18 0 13 0 104798961 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20440/statm: 446726 415336 1333 9 0 444338 0
[pid=20440/tid=20442] ppid=20438 vsize=1786904 CPUtime=1275.67
/proc/20440/task/20442/stat : 20442 (java) S 20438 20440 20377 0 -1 64 37916 0 1 0 127546 21 0 0 16 0 13 0 104798962 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20443] ppid=20438 vsize=1786904 CPUtime=18.73
/proc/20440/task/20443/stat : 20443 (java) S 20438 20440 20377 0 -1 64 724840 0 0 0 1515 358 0 0 17 0 13 0 104798964 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20444] ppid=20438 vsize=1786904 CPUtime=18.72
/proc/20440/task/20444/stat : 20444 (java) S 20438 20440 20377 0 -1 64 697966 0 0 0 1529 343 0 0 16 0 13 0 104798964 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20445] ppid=20438 vsize=1786904 CPUtime=16.14
/proc/20440/task/20445/stat : 20445 (java) R 20438 20440 20377 0 -1 64 74560 0 2 0 1544 70 0 0 17 0 13 0 104798966 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103360749 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20446] ppid=20438 vsize=1786904 CPUtime=0
/proc/20440/task/20446/stat : 20446 (java) S 20438 20440 20377 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 104798967 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20447] ppid=20438 vsize=1786904 CPUtime=0
/proc/20440/task/20447/stat : 20447 (java) S 20438 20440 20377 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 104798967 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20448] ppid=20438 vsize=1786904 CPUtime=0
/proc/20440/task/20448/stat : 20448 (java) S 20438 20440 20377 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 104798971 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20449] ppid=20438 vsize=1786904 CPUtime=0.93
/proc/20440/task/20449/stat : 20449 (java) S 20438 20440 20377 0 -1 64 2300 0 0 0 92 1 0 0 16 0 13 0 104798971 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20450] ppid=20438 vsize=1786904 CPUtime=0.83
/proc/20440/task/20450/stat : 20450 (java) S 20438 20440 20377 0 -1 64 1130 0 0 0 83 0 0 0 17 0 13 0 104798971 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20451] ppid=20438 vsize=1786904 CPUtime=0
/proc/20440/task/20451/stat : 20451 (java) S 20438 20440 20377 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 104798971 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20452] ppid=20438 vsize=1786904 CPUtime=0
/proc/20440/task/20452/stat : 20452 (java) S 20438 20440 20377 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104798971 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20460] ppid=20438 vsize=1786904 CPUtime=0
/proc/20440/task/20460/stat : 20460 (java) S 20438 20440 20377 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 104918793 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1331.07
Current children cumulated vsize (KiB) 1786904

[startup+1315.1 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 20460
/proc/meminfo: memFree=18168/2055920 swapFree=4187472/4192956
[pid=20440] ppid=20438 vsize=1786904 CPUtime=1334.27
/proc/20440/stat : 20440 (java) S 20438 20440 20377 0 -1 0 1539451 0 3 0 132632 795 0 0 18 0 13 0 104798961 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20440/statm: 446726 415336 1333 9 0 444338 0
[pid=20440/tid=20442] ppid=20438 vsize=1786904 CPUtime=1275.67
/proc/20440/task/20442/stat : 20442 (java) S 20438 20440 20377 0 -1 64 37926 0 1 0 127546 21 0 0 16 0 13 0 104798962 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20443] ppid=20438 vsize=1786904 CPUtime=18.73
/proc/20440/task/20443/stat : 20443 (java) S 20438 20440 20377 0 -1 64 724840 0 0 0 1515 358 0 0 17 0 13 0 104798964 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20444] ppid=20438 vsize=1786904 CPUtime=18.72
/proc/20440/task/20444/stat : 20444 (java) S 20438 20440 20377 0 -1 64 697966 0 0 0 1529 343 0 0 16 0 13 0 104798964 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20445] ppid=20438 vsize=1786904 CPUtime=19.34
/proc/20440/task/20445/stat : 20445 (java) R 20438 20440 20377 0 -1 64 74560 0 2 0 1864 70 0 0 17 0 13 0 104798966 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104904660 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20446] ppid=20438 vsize=1786904 CPUtime=0
/proc/20440/task/20446/stat : 20446 (java) S 20438 20440 20377 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 104798967 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20447] ppid=20438 vsize=1786904 CPUtime=0
/proc/20440/task/20447/stat : 20447 (java) S 20438 20440 20377 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 104798967 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20448] ppid=20438 vsize=1786904 CPUtime=0
/proc/20440/task/20448/stat : 20448 (java) S 20438 20440 20377 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 104798971 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20449] ppid=20438 vsize=1786904 CPUtime=0.93
/proc/20440/task/20449/stat : 20449 (java) S 20438 20440 20377 0 -1 64 2300 0 0 0 92 1 0 0 16 0 13 0 104798971 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20450] ppid=20438 vsize=1786904 CPUtime=0.83
/proc/20440/task/20450/stat : 20450 (java) S 20438 20440 20377 0 -1 64 1130 0 0 0 83 0 0 0 17 0 13 0 104798971 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20451] ppid=20438 vsize=1786904 CPUtime=0
/proc/20440/task/20451/stat : 20451 (java) S 20438 20440 20377 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 104798971 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20452] ppid=20438 vsize=1786904 CPUtime=0
/proc/20440/task/20452/stat : 20452 (java) S 20438 20440 20377 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104798971 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20460] ppid=20438 vsize=1786904 CPUtime=0
/proc/20440/task/20460/stat : 20460 (java) S 20438 20440 20377 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 104918793 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1334.27
Current children cumulated vsize (KiB) 1786904

[startup+1316.71 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 20460
/proc/meminfo: memFree=18168/2055920 swapFree=4187472/4192956
[pid=20440] ppid=20438 vsize=1786904 CPUtime=1335.87
/proc/20440/stat : 20440 (java) S 20438 20440 20377 0 -1 0 1539455 0 3 0 132792 795 0 0 18 0 13 0 104798961 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20440/statm: 446726 415336 1333 9 0 444338 0
[pid=20440/tid=20442] ppid=20438 vsize=1786904 CPUtime=1275.67
/proc/20440/task/20442/stat : 20442 (java) S 20438 20440 20377 0 -1 64 37930 0 1 0 127546 21 0 0 16 0 13 0 104798962 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20443] ppid=20438 vsize=1786904 CPUtime=18.73
/proc/20440/task/20443/stat : 20443 (java) S 20438 20440 20377 0 -1 64 724840 0 0 0 1515 358 0 0 17 0 13 0 104798964 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20444] ppid=20438 vsize=1786904 CPUtime=18.72
/proc/20440/task/20444/stat : 20444 (java) S 20438 20440 20377 0 -1 64 697966 0 0 0 1529 343 0 0 16 0 13 0 104798964 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20445] ppid=20438 vsize=1786904 CPUtime=20.94
/proc/20440/task/20445/stat : 20445 (java) R 20438 20440 20377 0 -1 64 74560 0 2 0 2024 70 0 0 17 0 13 0 104798966 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070472 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20446] ppid=20438 vsize=1786904 CPUtime=0
/proc/20440/task/20446/stat : 20446 (java) S 20438 20440 20377 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 104798967 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20447] ppid=20438 vsize=1786904 CPUtime=0
/proc/20440/task/20447/stat : 20447 (java) S 20438 20440 20377 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 104798967 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20448] ppid=20438 vsize=1786904 CPUtime=0
/proc/20440/task/20448/stat : 20448 (java) S 20438 20440 20377 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 104798971 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20449] ppid=20438 vsize=1786904 CPUtime=0.93
/proc/20440/task/20449/stat : 20449 (java) S 20438 20440 20377 0 -1 64 2300 0 0 0 92 1 0 0 16 0 13 0 104798971 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20450] ppid=20438 vsize=1786904 CPUtime=0.83
/proc/20440/task/20450/stat : 20450 (java) S 20438 20440 20377 0 -1 64 1130 0 0 0 83 0 0 0 17 0 13 0 104798971 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20451] ppid=20438 vsize=1786904 CPUtime=0
/proc/20440/task/20451/stat : 20451 (java) S 20438 20440 20377 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 104798971 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20452] ppid=20438 vsize=1786904 CPUtime=0
/proc/20440/task/20452/stat : 20452 (java) S 20438 20440 20377 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104798971 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20460] ppid=20438 vsize=1786904 CPUtime=0
/proc/20440/task/20460/stat : 20460 (java) S 20438 20440 20377 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 104918793 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1335.87
Current children cumulated vsize (KiB) 1786904

[startup+1317.1 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 20460
/proc/meminfo: memFree=18168/2055920 swapFree=4187472/4192956
[pid=20440] ppid=20438 vsize=1786904 CPUtime=1336.27
/proc/20440/stat : 20440 (java) S 20438 20440 20377 0 -1 0 1539457 0 3 0 132832 795 0 0 18 0 13 0 104798961 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20440/statm: 446726 415336 1333 9 0 444338 0
[pid=20440/tid=20442] ppid=20438 vsize=1786904 CPUtime=1275.67
/proc/20440/task/20442/stat : 20442 (java) S 20438 20440 20377 0 -1 64 37932 0 1 0 127546 21 0 0 16 0 13 0 104798962 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20443] ppid=20438 vsize=1786904 CPUtime=18.73
/proc/20440/task/20443/stat : 20443 (java) S 20438 20440 20377 0 -1 64 724840 0 0 0 1515 358 0 0 17 0 13 0 104798964 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20444] ppid=20438 vsize=1786904 CPUtime=18.72
/proc/20440/task/20444/stat : 20444 (java) S 20438 20440 20377 0 -1 64 697966 0 0 0 1529 343 0 0 16 0 13 0 104798964 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20445] ppid=20438 vsize=1786904 CPUtime=21.34
/proc/20440/task/20445/stat : 20445 (java) R 20438 20440 20377 0 -1 64 74560 0 2 0 2064 70 0 0 17 0 13 0 104798966 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104904660 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20446] ppid=20438 vsize=1786904 CPUtime=0
/proc/20440/task/20446/stat : 20446 (java) S 20438 20440 20377 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 104798967 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20447] ppid=20438 vsize=1786904 CPUtime=0
/proc/20440/task/20447/stat : 20447 (java) S 20438 20440 20377 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 104798967 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20448] ppid=20438 vsize=1786904 CPUtime=0
/proc/20440/task/20448/stat : 20448 (java) S 20438 20440 20377 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 104798971 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20449] ppid=20438 vsize=1786904 CPUtime=0.93
/proc/20440/task/20449/stat : 20449 (java) S 20438 20440 20377 0 -1 64 2300 0 0 0 92 1 0 0 16 0 13 0 104798971 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20450] ppid=20438 vsize=1786904 CPUtime=0.83
/proc/20440/task/20450/stat : 20450 (java) S 20438 20440 20377 0 -1 64 1130 0 0 0 83 0 0 0 17 0 13 0 104798971 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20451] ppid=20438 vsize=1786904 CPUtime=0
/proc/20440/task/20451/stat : 20451 (java) S 20438 20440 20377 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 104798971 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20440/tid=20452] ppid=20438 vsize=1786904 CPUtime=0
/proc/20440/task/20452/stat : 20452 (java) S 20438 20440 20377 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104798971 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20440/tid=20460] ppid=20438 vsize=1786904 CPUtime=0
/proc/20440/task/20460/stat : 20460 (java) S 20438 20440 20377 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 104918793 1829789696 415336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1336.27
Current children cumulated vsize (KiB) 1786904

[startup+1317.5 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 20460
/proc/meminfo: memFree=18168/2055920 swapFree=4187472/4192956
[pid=20440] ppid=20438 vsize=0 CPUtime=1336.67
/proc/20440/stat : 20440 (java) Z 20438 20440 20377 0 -1 12 1539458 0 3 0 132861 806 0 0 16 0 2 0 104798961 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20440/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1336.67
Current children cumulated vsize (KiB) 0

[startup+1317.6 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 20460
/proc/meminfo: memFree=18168/2055920 swapFree=4187472/4192956
[pid=20440] ppid=20438 vsize=0 CPUtime=1336.77
/proc/20440/stat : 20440 (java) Z 20438 20440 20377 0 -1 12 1539458 0 3 0 132861 816 0 0 16 0 2 0 104798961 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20440/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1336.77
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1317.66
CPU time (s): 1336.83
CPU user time (s): 1328.62
CPU system time (s): 8.21575
CPU usage (%): 101.455
Max. virtual memory (cumulated for all children) (KiB): 1789912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1328.62
system time used= 8.21575
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1539458
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28933
involuntary context switches= 16966

runsolver used 1.49477 second user time and 3.41148 second system time

The end

Launcher Data (download as text)

Begin job on node57 on Sun Apr 15 11:30:30 UTC 2007

IDJOB= 352600
IDBENCH= 1988
IDSOLVER= 159
FILE ID= node57/352600-1176636630

PBS_JOBID= 4559833

Free space on /tmp= 66561 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_8.opb.PB06.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352600-1176636630/sat4jPseudoResolution.jar /tmp/evaluation/352600-1176636630/instance-352600-1176636630.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node57/watcher-352600-1176636630 -o ROOT/results/node57/solver-352600-1176636630 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352600-1176636630/sat4jPseudoResolution.jar /tmp/evaluation/352600-1176636630/instance-352600-1176636630.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  810966efbb409d6e2e91a116be6e9263

RANDOM SEED= 943062461

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node57.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.239
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.239
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1618776 kB
Buffers:         15896 kB
Cached:         295340 kB
SwapCached:       2312 kB
Active:          69872 kB
Inactive:       253652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1618776 kB
SwapTotal:     4192956 kB
SwapFree:      4187472 kB
Dirty:            3848 kB
Writeback:           0 kB
Mapped:          19788 kB
Slab:            99748 kB
Committed_AS:   179120 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66561 MiB

End job on node57 on Sun Apr 15 11:52:28 UTC 2007