Trace number 2658808

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.27 1796.35

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-lotfi.opb
MD5SUMc609a7262e604847d8434d132e2de9ed
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9240
Total number of constraints145
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints145
Minimum length of a constraint30
Maximum length of a constraint3990
Number of terms in the objective function 240
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 8589934584
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 5368709120000000000
Number of bits of the biggest number in a constraint 63
Biggest sum of numbers in a constraint 40952512476384971616
Number of bits of the biggest sum of numbers66
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2658808-1276545668.opb
0.22/0.21	c reading problem ... 
1.96/1.19	c ... done. Wall clock time 0.982s.
1.96/1.19	c #vars     9240
1.96/1.19	c #constraints  2072
1.96/1.20	c constraints type 
1.96/1.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 240
25.65/23.30	c cleaning 2493 clauses out of 5000 with flag 5000/5000
59.10/56.73	c cleaning 4250 clauses out of 8507 with flag 11000/11000
73.91/71.49	c cleaning 5629 clauses out of 11258 with flag 18001/18001
77.04/73.90	c cleaning 6815 clauses out of 13629 with flag 26001/26001
80.55/77.48	c cleaning 7906 clauses out of 15814 with flag 35001/35001
88.57/85.47	c cleaning 8938 clauses out of 17908 with flag 45001/45001
96.89/93.77	c cleaning 9460 clauses out of 18969 with flag 55000/55000
111.22/108.05	c cleaning 9740 clauses out of 19509 with flag 65000/65000
117.14/113.94	c cleaning 9886 clauses out of 19771 with flag 75002/75002
129.34/126.17	c cleaning 9936 clauses out of 19883 with flag 85000/85000
133.36/130.19	c cleaning 9970 clauses out of 19948 with flag 95001/95001
137.37/134.20	c cleaning 9983 clauses out of 19978 with flag 105001/105001
141.47/138.27	c cleaning 9995 clauses out of 19995 with flag 115001/115001
147.57/144.37	c cleaning 9991 clauses out of 20000 with flag 125001/125001
160.85/157.51	c cleaning 9998 clauses out of 20008 with flag 135000/135000
168.36/165.03	c cleaning 9998 clauses out of 20012 with flag 145002/145002
173.76/170.41	c cleaning 9997 clauses out of 20013 with flag 155001/155001
179.27/175.95	c cleaning 10000 clauses out of 20015 with flag 165000/165000
184.08/180.70	c cleaning 10004 clauses out of 20015 with flag 175000/175000
197.19/193.85	c cleaning 10002 clauses out of 20011 with flag 185000/185000
205.49/202.12	c cleaning 9999 clauses out of 20009 with flag 195000/195000
227.69/224.40	c cleaning 9999 clauses out of 20010 with flag 205000/205000
286.78/283.41	c cleaning 9999 clauses out of 20011 with flag 215000/215000
390.14/386.85	c cleaning 9998 clauses out of 20012 with flag 225000/225000
499.42/496.17	c cleaning 9999 clauses out of 20014 with flag 235000/235000
606.48/603.24	c cleaning 10001 clauses out of 20015 with flag 245000/245000
705.85/702.63	c cleaning 10001 clauses out of 20015 with flag 255001/255001
759.83/756.67	c cleaning 9997 clauses out of 20013 with flag 265000/265000
815.34/812.19	c cleaning 10003 clauses out of 20017 with flag 275001/275001
827.54/824.36	c cleaning 10000 clauses out of 20013 with flag 285000/285000
835.84/832.69	c cleaning 9999 clauses out of 20013 with flag 295000/295000
849.56/846.36	c cleaning 10005 clauses out of 20015 with flag 305001/305001
932.46/929.26	c cleaning 9995 clauses out of 20009 with flag 315000/315000
955.35/952.18	c cleaning 9997 clauses out of 20015 with flag 325001/325001
957.66/954.40	c cleaning 10002 clauses out of 20017 with flag 335000/335000
960.06/956.90	c cleaning 10000 clauses out of 20015 with flag 345000/345000
968.26/965.00	c cleaning 10005 clauses out of 20018 with flag 355003/355003
977.46/974.22	c cleaning 10000 clauses out of 20011 with flag 365001/365001
985.96/982.70	c cleaning 10000 clauses out of 20010 with flag 375000/375000
995.67/992.42	c cleaning 9999 clauses out of 20010 with flag 385000/385000
1008.72/1005.41	c cleaning 10006 clauses out of 20017 with flag 395006/395006
1031.84/1028.51	c cleaning 9998 clauses out of 20005 with flag 405000/405000
1051.66/1048.38	c cleaning 10000 clauses out of 20009 with flag 415002/415002
1065.27/1061.90	c cleaning 9992 clauses out of 20008 with flag 425001/425001
1079.28/1075.94	c cleaning 10001 clauses out of 20015 with flag 435000/435000
1099.29/1095.99	c cleaning 9999 clauses out of 20014 with flag 445000/445000
1126.80/1123.48	c cleaning 9984 clauses out of 20016 with flag 455001/455001
1162.12/1158.70	c cleaning 10001 clauses out of 20032 with flag 465001/465001
1196.32/1192.93	c cleaning 9993 clauses out of 20030 with flag 475000/475000
1208.44/1205.03	c cleaning 10003 clauses out of 20038 with flag 485001/485001
1216.94/1213.55	c cleaning 9991 clauses out of 20034 with flag 495000/495000
1226.26/1222.85	c cleaning 9997 clauses out of 20048 with flag 505005/505005
1242.11/1238.62	c cleaning 9990 clauses out of 20046 with flag 515000/515000
1258.24/1254.77	c cleaning 10004 clauses out of 20059 with flag 525003/525003
1277.06/1273.52	c cleaning 10006 clauses out of 20052 with flag 535000/535000
1306.41/1302.81	c cleaning 9991 clauses out of 20046 with flag 545000/545000
1338.22/1334.66	c cleaning 9997 clauses out of 20055 with flag 555000/555000
1366.05/1362.43	c cleaning 10005 clauses out of 20058 with flag 565000/565000
1387.29/1383.66	c cleaning 10001 clauses out of 20054 with flag 575001/575001
1412.82/1409.13	c cleaning 10000 clauses out of 20053 with flag 585001/585001
1428.44/1424.77	c cleaning 10023 clauses out of 20053 with flag 595001/595001
1431.95/1428.21	c cleaning 10008 clauses out of 20031 with flag 605002/605002
1457.36/1453.63	c cleaning 9989 clauses out of 20021 with flag 615000/615000
1479.37/1475.66	c cleaning 9987 clauses out of 20032 with flag 625000/625000
1487.87/1484.12	c cleaning 10007 clauses out of 20046 with flag 635001/635001
1494.77/1491.08	c cleaning 10002 clauses out of 20038 with flag 645000/645000
1523.10/1519.38	c cleaning 10005 clauses out of 20036 with flag 655000/655000
1549.81/1546.04	c cleaning 10003 clauses out of 20032 with flag 665001/665001
1583.62/1579.87	c cleaning 10012 clauses out of 20028 with flag 675000/675000
1644.23/1640.49	c cleaning 10004 clauses out of 20017 with flag 685001/685001
1710.55/1706.78	c cleaning 9996 clauses out of 20012 with flag 695000/695000
1763.24/1759.50	c cleaning 9997 clauses out of 20016 with flag 705000/705000
1783.15/1779.36	c cleaning 9981 clauses out of 20021 with flag 715002/715002
1797.06/1793.30	c cleaning 10007 clauses out of 20038 with flag 725000/725000
1800.07/1796.22	c starts		: 170
1800.07/1796.22	c conflicts		: 728132
1800.07/1796.22	c decisions		: 934838
1800.07/1796.22	c propagations		: 32442897
1800.07/1796.22	c inspects		: 269581390
1800.07/1796.22	c learnt literals	: 0
1800.07/1796.22	c learnt binary clauses	: 21
1800.07/1796.22	c learnt ternary clauses	: 43
1800.07/1796.22	c learnt clauses	: 728132
1800.07/1796.22	c ignored clauses	: 0
1800.07/1796.24	c root simplifications	: 0
1800.07/1796.24	c removed literals (reason simplification)	: 30393472
1800.07/1796.24	c reason swapping (by a shorter reason)	: 0
1800.07/1796.24	c Calls to reduceDB	: 74
1800.07/1796.24	c number of reductions to clauses (during analyze)	: 0
1800.07/1796.24	c number of learned constraints concerned by reduction	: 0
1800.07/1796.24	c number of learning phase by resolution	: 0
1800.07/1796.24	c number of learning phase by cutting planes	: 0
1800.07/1796.24	c speed (assignments/second)	: 18073.835474876672
1800.07/1796.24	c non guided choices	68729
1800.07/1796.27	c learnt constraints type 
1800.07/1796.27	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13243
1800.07/1796.27	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 21
1800.07/1796.27	c constraints type 
1800.07/1796.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 240
1800.07/1796.27	s UNKNOWN
1800.07/1796.27	c Total wall clock time (in seconds): 1796.055

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-2658808-1276545668/watcher-2658808-1276545668 -o /tmp/evaluation-result-2658808-1276545668/solver-2658808-1276545668 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658808-1276545668.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.00 1.03 1.00 3/106 397
/proc/meminfo: memFree=1835784/2059040 swapFree=4140420/4192956
[pid=397] ppid=395 vsize=24036 CPUtime=0
/proc/397/stat : 397 (runsolver) R 395 397 32636 0 -1 4202560 80 0 0 0 0 0 0 0 19 0 1 0 28223161 24612864 107 1992294400 4194304 4302564 140737205775840 18446744073709551615 271797822455 0 2147483391 4096 24578 0 0 0 17 0 0 0 0
/proc/397/statm: 6009 107 69 27 0 2647 0

[startup+0.0594839 s]
/proc/loadavg: 1.00 1.03 1.00 3/106 397
/proc/meminfo: memFree=1835784/2059040 swapFree=4140420/4192956
[pid=397] ppid=395 vsize=1521664 CPUtime=0.03
/proc/397/stat : 397 (java) S 395 397 32636 0 -1 4202496 3588 0 1 0 2 1 0 0 15 0 7 0 28223161 1558183936 3030 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/397/statm: 380416 3030 1014 10 0 377726 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521664

[startup+0.100483 s]
/proc/loadavg: 1.00 1.03 1.00 3/106 397
/proc/meminfo: memFree=1835784/2059040 swapFree=4140420/4192956
[pid=397] ppid=395 vsize=1524024 CPUtime=0.08
/proc/397/stat : 397 (java) S 395 397 32636 0 -1 4202496 3933 0 1 0 6 2 0 0 15 0 12 0 28223161 1560600576 3373 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/397/statm: 381006 3373 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.300481 s]
/proc/loadavg: 1.00 1.03 1.00 3/106 397
/proc/meminfo: memFree=1835784/2059040 swapFree=4140420/4192956
[pid=397] ppid=395 vsize=1526084 CPUtime=0.35
/proc/397/stat : 397 (java) S 395 397 32636 0 -1 4202496 5292 0 1 0 32 3 0 0 15 0 12 0 28223161 1562710016 4728 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/397/statm: 381521 4728 1365 10 0 378823 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526084

[startup+0.700477 s]
/proc/loadavg: 1.00 1.03 1.00 3/106 397
/proc/meminfo: memFree=1835784/2059040 swapFree=4140420/4192956
[pid=397] ppid=395 vsize=1533804 CPUtime=1.15
/proc/397/stat : 397 (java) S 395 397 32636 0 -1 4202496 8764 0 1 0 110 5 0 0 15 0 12 0 28223161 1570615296 7905 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/397/statm: 383451 7905 1404 10 0 380753 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1533804

[startup+1.50147 s]
/proc/loadavg: 1.16 1.06 1.01 5/118 409
/proc/meminfo: memFree=1791484/2059040 swapFree=4140420/4192956
[pid=397] ppid=395 vsize=1542732 CPUtime=2.75
/proc/397/stat : 397 (java) S 395 397 32636 0 -1 4202496 19191 0 1 0 265 10 0 0 15 0 13 0 28223161 1579757568 14963 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/397/statm: 385683 14963 1414 10 0 382985 0
[pid=397/tid=399] ppid=395 vsize=1542732 CPUtime=1.45
/proc/397/task/399/stat : 399 (java) R 395 397 32636 0 -1 4202560 9877 0 1 0 140 5 0 0 25 0 13 0 28223163 1579757568 14963 1992294400 134512640 134550932 4288348576 18446744073709551615 4108598929 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=397/tid=400] ppid=395 vsize=1542732 CPUtime=0
/proc/397/task/400/stat : 400 (java) S 395 397 32636 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 28223165 1579757568 14963 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=401] ppid=395 vsize=1542732 CPUtime=0
/proc/397/task/401/stat : 401 (java) S 395 397 32636 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 28223165 1579757568 14963 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=402] ppid=395 vsize=1542732 CPUtime=0
/proc/397/task/402/stat : 402 (java) S 395 397 32636 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 28223166 1579757568 14963 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 0 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=403] ppid=395 vsize=1542732 CPUtime=0
/proc/397/task/403/stat : 403 (java) S 395 397 32636 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 28223167 1579757568 14963 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=404] ppid=395 vsize=1542732 CPUtime=0
/proc/397/task/404/stat : 404 (java) S 395 397 32636 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 28223167 1579757568 14963 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=405] ppid=395 vsize=1542732 CPUtime=0
/proc/397/task/405/stat : 405 (java) S 395 397 32636 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 28223171 1579757568 14963 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=406] ppid=395 vsize=1542732 CPUtime=0.95
/proc/397/task/406/stat : 406 (java) R 395 397 32636 0 -1 4202560 7123 0 0 0 93 2 0 0 18 0 13 0 28223171 1579757568 14963 1992294400 134512640 134550932 4288348576 18446744073709551615 103828435 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=397/tid=407] ppid=395 vsize=1542732 CPUtime=0.3
/proc/397/task/407/stat : 407 (java) R 395 397 32636 0 -1 4202560 1123 0 0 0 30 0 0 0 23 0 13 0 28223171 1579757568 14963 1992294400 134512640 134550932 4288348576 18446744073709551615 103108544 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=397/tid=408] ppid=395 vsize=1542732 CPUtime=0
/proc/397/task/408/stat : 408 (java) S 395 397 32636 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 28223171 1579757568 14963 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=409] ppid=395 vsize=1542732 CPUtime=0
/proc/397/task/409/stat : 409 (java) S 395 397 32636 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28223171 1579757568 14963 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 1542732

[startup+3.10045 s]
/proc/loadavg: 1.16 1.06 1.01 4/119 410
/proc/meminfo: memFree=1778084/2059040 swapFree=4140420/4192956
[pid=397] ppid=395 vsize=1542992 CPUtime=5.24
/proc/397/stat : 397 (java) S 395 397 32636 0 -1 4202496 23718 0 1 0 513 11 0 0 15 0 13 0 28223161 1580023808 18482 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/397/statm: 385748 18482 1422 10 0 383050 0
[pid=397/tid=399] ppid=395 vsize=1542992 CPUtime=3.05
/proc/397/task/399/stat : 399 (java) R 395 397 32636 0 -1 4202560 13068 0 1 0 298 7 0 0 25 0 13 0 28223163 1580023808 18482 1992294400 134512640 134550932 4288348576 18446744073709551615 4109189604 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=397/tid=400] ppid=395 vsize=1542992 CPUtime=0
/proc/397/task/400/stat : 400 (java) S 395 397 32636 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 28223165 1580023808 18482 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=401] ppid=395 vsize=1542992 CPUtime=0
/proc/397/task/401/stat : 401 (java) S 395 397 32636 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 28223165 1580023808 18482 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=402] ppid=395 vsize=1542992 CPUtime=0
/proc/397/task/402/stat : 402 (java) S 395 397 32636 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 28223166 1580023808 18482 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 0 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
[pid=397/tid=403] ppid=395 vsize=1542992 CPUtime=0
/proc/397/task/403/stat : 403 (java) S 395 397 32636 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 28223167 1580023808 18482 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=404] ppid=395 vsize=1542992 CPUtime=0
/proc/397/task/404/stat : 404 (java) S 395 397 32636 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 28223167 1580023808 18482 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=405] ppid=395 vsize=1542992 CPUtime=0
/proc/397/task/405/stat : 405 (java) S 395 397 32636 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 28223171 1580023808 18482 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=406] ppid=395 vsize=1542992 CPUtime=1.44
/proc/397/task/406/stat : 406 (java) S 395 397 32636 0 -1 4202560 7260 0 0 0 142 2 0 0 18 0 13 0 28223171 1580023808 18482 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=407] ppid=395 vsize=1542992 CPUtime=0.73
/proc/397/task/407/stat : 407 (java) S 395 397 32636 0 -1 4202560 2322 0 0 0 73 0 0 0 19 0 13 0 28223171 1580023808 18482 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=408] ppid=395 vsize=1542992 CPUtime=0
/proc/397/task/408/stat : 408 (java) S 395 397 32636 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 28223171 1580023808 18482 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=409] ppid=395 vsize=1542992 CPUtime=0
/proc/397/task/409/stat : 409 (java) S 395 397 32636 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28223171 1580023808 18482 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
[pid=397/tid=410] ppid=395 vsize=1542992 CPUtime=0
/proc/397/task/410/stat : 410 (java) S 395 397 32636 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 28223301 1580023808 18482 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.24
Current children cumulated vsize (KiB) 1542992

[startup+6.30142 s]
/proc/loadavg: 1.16 1.06 1.01 2/119 410
/proc/meminfo: memFree=1728112/2059040 swapFree=4140420/4192956
[pid=397] ppid=395 vsize=1541660 CPUtime=8.53
/proc/397/stat : 397 (java) S 395 397 32636 0 -1 4202496 37078 0 1 0 836 17 0 0 15 0 13 0 28223161 1578659840 31539 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/397/statm: 385415 31539 1424 10 0 382717 0
[pid=397/tid=399] ppid=395 vsize=1541660 CPUtime=6.24
/proc/397/task/399/stat : 399 (java) R 395 397 32636 0 -1 4202560 26421 0 1 0 611 13 0 0 25 0 13 0 28223163 1578659840 31539 1992294400 134512640 134550932 4288348576 18446744073709551615 4109189970 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=397/tid=400] ppid=395 vsize=1541660 CPUtime=0
/proc/397/task/400/stat : 400 (java) S 395 397 32636 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 28223165 1578659840 31539 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=401] ppid=395 vsize=1541660 CPUtime=0
/proc/397/task/401/stat : 401 (java) S 395 397 32636 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 28223165 1578659840 31539 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=402] ppid=395 vsize=1541660 CPUtime=0
/proc/397/task/402/stat : 402 (java) S 395 397 32636 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28223166 1578659840 31539 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 0 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
[pid=397/tid=403] ppid=395 vsize=1541660 CPUtime=0
/proc/397/task/403/stat : 403 (java) S 395 397 32636 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 28223167 1578659840 31539 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=404] ppid=395 vsize=1541660 CPUtime=0
/proc/397/task/404/stat : 404 (java) S 395 397 32636 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 28223167 1578659840 31539 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=405] ppid=395 vsize=1541660 CPUtime=0
/proc/397/task/405/stat : 405 (java) S 395 397 32636 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 28223171 1578659840 31539 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=406] ppid=395 vsize=1541660 CPUtime=1.44
/proc/397/task/406/stat : 406 (java) S 395 397 32636 0 -1 4202560 7260 0 0 0 142 2 0 0 18 0 13 0 28223171 1578659840 31539 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=407] ppid=395 vsize=1541660 CPUtime=0.82
/proc/397/task/407/stat : 407 (java) S 395 397 32636 0 -1 4202560 2329 0 0 0 82 0 0 0 15 0 13 0 28223171 1578659840 31539 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=408] ppid=395 vsize=1541660 CPUtime=0
/proc/397/task/408/stat : 408 (java) S 395 397 32636 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 28223171 1578659840 31539 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=409] ppid=395 vsize=1541660 CPUtime=0
/proc/397/task/409/stat : 409 (java) S 395 397 32636 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28223171 1578659840 31539 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
[pid=397/tid=410] ppid=395 vsize=1541660 CPUtime=0
/proc/397/task/410/stat : 410 (java) S 395 397 32636 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 28223301 1578659840 31539 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.53
Current children cumulated vsize (KiB) 1541660

[startup+12.7014 s]
/proc/loadavg: 1.13 1.06 1.01 2/119 410
/proc/meminfo: memFree=1685332/2059040 swapFree=4140420/4192956
[pid=397] ppid=395 vsize=1541660 CPUtime=15.02
/proc/397/stat : 397 (java) S 395 397 32636 0 -1 4202496 44268 0 1 0 1483 19 0 0 15 0 13 0 28223161 1578659840 38717 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/397/statm: 385415 38717 1437 10 0 382717 0
[pid=397/tid=399] ppid=395 vsize=1541660 CPUtime=12.59
/proc/397/task/399/stat : 399 (java) R 395 397 32636 0 -1 4202560 32016 0 1 0 1245 14 0 0 25 0 13 0 28223163 1578659840 38717 1992294400 134512640 134550932 4288348576 18446744073709551615 4109326969 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=397/tid=400] ppid=395 vsize=1541660 CPUtime=0.02
/proc/397/task/400/stat : 400 (java) S 395 397 32636 0 -1 4202560 717 0 0 0 2 0 0 0 16 0 13 0 28223165 1578659840 38717 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=401] ppid=395 vsize=1541660 CPUtime=0.02
/proc/397/task/401/stat : 401 (java) S 395 397 32636 0 -1 4202560 858 0 0 0 2 0 0 0 18 0 13 0 28223165 1578659840 38717 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
[pid=397/tid=402] ppid=395 vsize=1541660 CPUtime=0
/proc/397/task/402/stat : 402 (java) S 395 397 32636 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 13 0 28223166 1578659840 38717 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 0 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
[pid=397/tid=403] ppid=395 vsize=1541660 CPUtime=0
/proc/397/task/403/stat : 403 (java) S 395 397 32636 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28223167 1578659840 38717 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=404] ppid=395 vsize=1541660 CPUtime=0
/proc/397/task/404/stat : 404 (java) S 395 397 32636 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28223167 1578659840 38717 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=405] ppid=395 vsize=1541660 CPUtime=0
/proc/397/task/405/stat : 405 (java) S 395 397 32636 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 28223171 1578659840 38717 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=406] ppid=395 vsize=1541660 CPUtime=1.45
/proc/397/task/406/stat : 406 (java) S 395 397 32636 0 -1 4202560 7261 0 0 0 143 2 0 0 15 0 13 0 28223171 1578659840 38717 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=407] ppid=395 vsize=1541660 CPUtime=0.89
/proc/397/task/407/stat : 407 (java) S 395 397 32636 0 -1 4202560 2343 0 0 0 89 0 0 0 15 0 13 0 28223171 1578659840 38717 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=408] ppid=395 vsize=1541660 CPUtime=0
/proc/397/task/408/stat : 408 (java) S 395 397 32636 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 28223171 1578659840 38717 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=409] ppid=395 vsize=1541660 CPUtime=0
/proc/397/task/409/stat : 409 (java) S 395 397 32636 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28223171 1578659840 38717 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=410] ppid=395 vsize=1541660 CPUtime=0
/proc/397/task/410/stat : 410 (java) S 395 397 32636 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 28223301 1578659840 38717 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.02
Current children cumulated vsize (KiB) 1541660

[startup+25.5012 s]
/proc/loadavg: 1.11 1.05 1.01 2/119 410
/proc/meminfo: memFree=1672188/2059040 swapFree=4140420/4192956
[pid=397] ppid=395 vsize=1541660 CPUtime=27.87
/proc/397/stat : 397 (java) S 395 397 32636 0 -1 4202496 47584 0 1 0 2766 21 0 0 15 0 13 0 28223161 1578659840 42014 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/397/statm: 385415 42014 1442 10 0 382717 0
[pid=397/tid=399] ppid=395 vsize=1541660 CPUtime=25.3
/proc/397/task/399/stat : 399 (java) R 395 397 32636 0 -1 4202560 32025 0 1 0 2516 14 0 0 21 0 13 0 28223163 1578659840 42014 1992294400 134512640 134550932 4288348576 18446744073709551615 4109326998 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=397/tid=400] ppid=395 vsize=1541660 CPUtime=0.03
/proc/397/task/400/stat : 400 (java) S 395 397 32636 0 -1 4202560 1466 0 0 0 3 0 0 0 16 0 13 0 28223165 1578659840 42014 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=401] ppid=395 vsize=1541660 CPUtime=0.04
/proc/397/task/401/stat : 401 (java) S 395 397 32636 0 -1 4202560 1772 0 0 0 4 0 0 0 18 0 13 0 28223165 1578659840 42014 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=402] ppid=395 vsize=1541660 CPUtime=0.04
/proc/397/task/402/stat : 402 (java) S 395 397 32636 0 -1 4202560 1643 0 0 0 4 0 0 0 15 0 13 0 28223166 1578659840 42014 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 0 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
[pid=397/tid=403] ppid=395 vsize=1541660 CPUtime=0

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

[pid=397/tid=403] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/403/stat : 403 (java) S 395 397 32636 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28223167 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=404] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/404/stat : 404 (java) S 395 397 32636 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28223167 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=405] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/405/stat : 405 (java) S 395 397 32636 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 28223171 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=406] ppid=395 vsize=1542684 CPUtime=2.39
/proc/397/task/406/stat : 406 (java) S 395 397 32636 0 -1 4202560 7376 0 0 0 236 3 0 0 15 0 13 0 28223171 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=407] ppid=395 vsize=1542684 CPUtime=1.16
/proc/397/task/407/stat : 407 (java) S 395 397 32636 0 -1 4202560 2788 0 0 0 116 0 0 0 16 0 13 0 28223171 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
[pid=397/tid=408] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/408/stat : 408 (java) S 395 397 32636 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 28223171 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=409] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/409/stat : 409 (java) S 395 397 32636 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 28223171 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
[pid=397/tid=410] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/410/stat : 410 (java) S 395 397 32636 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 28223301 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1606.13
Current children cumulated vsize (KiB) 1542684

[startup+1662.3 s]
/proc/loadavg: 1.12 1.04 1.00 2/119 456
/proc/meminfo: memFree=1588860/2059040 swapFree=4140420/4192956
[pid=397] ppid=395 vsize=1542684 CPUtime=1666.14
/proc/397/stat : 397 (java) S 395 397 32636 0 -1 4202496 74717 0 1 0 166558 56 0 0 15 0 13 0 28223161 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/397/statm: 385671 62237 1442 10 0 382973 0
[pid=397/tid=399] ppid=395 vsize=1542684 CPUtime=1655.24
/proc/397/task/399/stat : 399 (java) R 395 397 32636 0 -1 4202560 32212 0 1 0 165495 29 0 0 25 0 13 0 28223163 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4109314312 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=397/tid=400] ppid=395 vsize=1542684 CPUtime=1.45
/proc/397/task/400/stat : 400 (java) S 395 397 32636 0 -1 4202560 13730 0 0 0 137 8 0 0 15 0 13 0 28223165 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
[pid=397/tid=401] ppid=395 vsize=1542684 CPUtime=1.37
/proc/397/task/401/stat : 401 (java) S 395 397 32636 0 -1 4202560 13670 0 0 0 128 9 0 0 16 0 13 0 28223165 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=402] ppid=395 vsize=1542684 CPUtime=4.46
/proc/397/task/402/stat : 402 (java) S 395 397 32636 0 -1 4202560 3774 0 0 0 443 3 0 0 15 0 13 0 28223166 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 0 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
[pid=397/tid=403] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/403/stat : 403 (java) S 395 397 32636 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28223167 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=404] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/404/stat : 404 (java) S 395 397 32636 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28223167 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=405] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/405/stat : 405 (java) S 395 397 32636 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 28223171 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=406] ppid=395 vsize=1542684 CPUtime=2.39
/proc/397/task/406/stat : 406 (java) S 395 397 32636 0 -1 4202560 7376 0 0 0 236 3 0 0 15 0 13 0 28223171 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=407] ppid=395 vsize=1542684 CPUtime=1.16
/proc/397/task/407/stat : 407 (java) S 395 397 32636 0 -1 4202560 2788 0 0 0 116 0 0 0 16 0 13 0 28223171 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
[pid=397/tid=408] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/408/stat : 408 (java) S 395 397 32636 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 28223171 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=409] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/409/stat : 409 (java) S 395 397 32636 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 28223171 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=410] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/410/stat : 410 (java) S 395 397 32636 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 28223301 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1666.14
Current children cumulated vsize (KiB) 1542684

[startup+1722.3 s]
/proc/loadavg: 1.11 1.05 1.00 2/119 458
/proc/meminfo: memFree=1588860/2059040 swapFree=4140420/4192956
[pid=397] ppid=395 vsize=1542684 CPUtime=1726.14
/proc/397/stat : 397 (java) S 395 397 32636 0 -1 4202496 74735 0 1 0 172557 57 0 0 15 0 13 0 28223161 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/397/statm: 385671 62237 1442 10 0 382973 0
[pid=397/tid=399] ppid=395 vsize=1542684 CPUtime=1715.1
/proc/397/task/399/stat : 399 (java) R 395 397 32636 0 -1 4202560 32222 0 1 0 171480 30 0 0 25 0 13 0 28223163 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4109189622 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=397/tid=400] ppid=395 vsize=1542684 CPUtime=1.48
/proc/397/task/400/stat : 400 (java) S 395 397 32636 0 -1 4202560 13730 0 0 0 140 8 0 0 15 0 13 0 28223165 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
[pid=397/tid=401] ppid=395 vsize=1542684 CPUtime=1.4
/proc/397/task/401/stat : 401 (java) S 395 397 32636 0 -1 4202560 13670 0 0 0 131 9 0 0 15 0 13 0 28223165 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=402] ppid=395 vsize=1542684 CPUtime=4.53
/proc/397/task/402/stat : 402 (java) S 395 397 32636 0 -1 4202560 3778 0 0 0 450 3 0 0 15 0 13 0 28223166 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 0 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
[pid=397/tid=403] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/403/stat : 403 (java) S 395 397 32636 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28223167 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=404] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/404/stat : 404 (java) S 395 397 32636 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28223167 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=405] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/405/stat : 405 (java) S 395 397 32636 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 28223171 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=406] ppid=395 vsize=1542684 CPUtime=2.39
/proc/397/task/406/stat : 406 (java) S 395 397 32636 0 -1 4202560 7376 0 0 0 236 3 0 0 15 0 13 0 28223171 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=407] ppid=395 vsize=1542684 CPUtime=1.16
/proc/397/task/407/stat : 407 (java) S 395 397 32636 0 -1 4202560 2788 0 0 0 116 0 0 0 16 0 13 0 28223171 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
[pid=397/tid=408] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/408/stat : 408 (java) S 395 397 32636 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 28223171 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=409] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/409/stat : 409 (java) S 395 397 32636 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 28223171 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
[pid=397/tid=410] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/410/stat : 410 (java) S 395 397 32636 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 28223301 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.14
Current children cumulated vsize (KiB) 1542684

[startup+1782.3 s]
/proc/loadavg: 1.30 1.10 1.02 2/119 460
/proc/meminfo: memFree=1588860/2059040 swapFree=4140420/4192956
[pid=397] ppid=395 vsize=1542684 CPUtime=1786.16
/proc/397/stat : 397 (java) S 395 397 32636 0 -1 4202496 74752 0 1 0 178559 57 0 0 15 0 13 0 28223161 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/397/statm: 385671 62237 1442 10 0 382973 0
[pid=397/tid=399] ppid=395 vsize=1542684 CPUtime=1774.87
/proc/397/task/399/stat : 399 (java) R 395 397 32636 0 -1 4202560 32231 0 1 0 177457 30 0 0 25 0 13 0 28223163 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4109250279 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=397/tid=400] ppid=395 vsize=1542684 CPUtime=1.53
/proc/397/task/400/stat : 400 (java) S 395 397 32636 0 -1 4202560 13730 0 0 0 145 8 0 0 16 0 13 0 28223165 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=401] ppid=395 vsize=1542684 CPUtime=1.45
/proc/397/task/401/stat : 401 (java) S 395 397 32636 0 -1 4202560 13670 0 0 0 136 9 0 0 15 0 13 0 28223165 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=402] ppid=395 vsize=1542684 CPUtime=4.69
/proc/397/task/402/stat : 402 (java) S 395 397 32636 0 -1 4202560 3782 0 0 0 466 3 0 0 15 0 13 0 28223166 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 0 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
[pid=397/tid=403] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/403/stat : 403 (java) S 395 397 32636 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28223167 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=404] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/404/stat : 404 (java) S 395 397 32636 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28223167 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=405] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/405/stat : 405 (java) S 395 397 32636 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 28223171 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=406] ppid=395 vsize=1542684 CPUtime=2.39
/proc/397/task/406/stat : 406 (java) S 395 397 32636 0 -1 4202560 7376 0 0 0 236 3 0 0 15 0 13 0 28223171 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=407] ppid=395 vsize=1542684 CPUtime=1.16
/proc/397/task/407/stat : 407 (java) S 395 397 32636 0 -1 4202560 2788 0 0 0 116 0 0 0 16 0 13 0 28223171 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
[pid=397/tid=408] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/408/stat : 408 (java) S 395 397 32636 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 28223171 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=409] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/409/stat : 409 (java) S 395 397 32636 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 28223171 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=410] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/410/stat : 410 (java) S 395 397 32636 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 28223301 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.16
Current children cumulated vsize (KiB) 1542684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 1.23 1.10 1.02 4/119 460
/proc/meminfo: memFree=1588860/2059040 swapFree=4140420/4192956
[pid=397] ppid=395 vsize=1542684 CPUtime=1800.07
/proc/397/stat : 397 (java) S 395 397 32636 0 -1 4202496 74754 0 1 0 179950 57 0 0 15 0 13 0 28223161 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/397/statm: 385671 62237 1442 10 0 382973 0
[pid=397/tid=399] ppid=395 vsize=1542684 CPUtime=1788.69
/proc/397/task/399/stat : 399 (java) R 395 397 32636 0 -1 4202560 32233 0 1 0 178839 30 0 0 25 0 13 0 28223163 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4109281163 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=397/tid=400] ppid=395 vsize=1542684 CPUtime=1.54
/proc/397/task/400/stat : 400 (java) S 395 397 32636 0 -1 4202560 13730 0 0 0 146 8 0 0 15 0 13 0 28223165 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
[pid=397/tid=401] ppid=395 vsize=1542684 CPUtime=1.46
/proc/397/task/401/stat : 401 (java) S 395 397 32636 0 -1 4202560 13670 0 0 0 137 9 0 0 16 0 13 0 28223165 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=402] ppid=395 vsize=1542684 CPUtime=4.76
/proc/397/task/402/stat : 402 (java) S 395 397 32636 0 -1 4202560 3782 0 0 0 473 3 0 0 15 0 13 0 28223166 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 0 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
[pid=397/tid=403] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/403/stat : 403 (java) S 395 397 32636 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28223167 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=404] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/404/stat : 404 (java) S 395 397 32636 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28223167 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=405] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/405/stat : 405 (java) S 395 397 32636 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 28223171 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=406] ppid=395 vsize=1542684 CPUtime=2.39
/proc/397/task/406/stat : 406 (java) S 395 397 32636 0 -1 4202560 7376 0 0 0 236 3 0 0 15 0 13 0 28223171 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=407] ppid=395 vsize=1542684 CPUtime=1.16
/proc/397/task/407/stat : 407 (java) S 395 397 32636 0 -1 4202560 2788 0 0 0 116 0 0 0 16 0 13 0 28223171 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
[pid=397/tid=408] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/408/stat : 408 (java) S 395 397 32636 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 28223171 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=409] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/409/stat : 409 (java) S 395 397 32636 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 28223171 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 0 0 0 0
[pid=397/tid=410] ppid=395 vsize=1542684 CPUtime=0
/proc/397/task/410/stat : 410 (java) S 395 397 32636 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 28223301 1579708416 62237 1992294400 134512640 134550932 4288348576 18446744073709551615 4294960144 0 4 0 16800975 18446604436669428800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1542684

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

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

[startup+1796.32 s]
/proc/loadavg: 1.23 1.10 1.02 4/119 460
/proc/meminfo: memFree=1588860/2059040 swapFree=4140420/4192956
[pid=397] ppid=395 vsize=0 CPUtime=1800.24
/proc/397/stat : 397 (java) Z 395 397 32636 0 -1 4203548 74777 0 1 0 179966 58 0 0 15 0 2 0 28223161 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/397/statm: 0 0 0 0 0 0 0
[pid=397/tid=399] ppid=395 vsize=0 CPUtime=1788.8
/proc/397/task/399/stat : 399 (java) R 395 397 32636 0 -1 4203588 32233 0 1 0 178849 31 0 0 25 0 2 0 28223163 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.24
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.35
CPU time (s): 1800.27
CPU user time (s): 1799.66
CPU system time (s): 0.607907
CPU usage (%): 100.218
Max. virtual memory (cumulated for all children) (KiB): 1544780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.607907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74777
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38816
involuntary context switches= 18827

runsolver used 3.9354 second user time and 9.25959 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-14 22:01:08
IDJOB=2658808
IDBENCH=2394
IDSOLVER=1164
FILE ID=node019/2658808-1276545668
PBS_JOBID= 11173479
Free space on /tmp= 62380 MiB

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

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

MD5SUM BENCH= c609a7262e604847d8434d132e2de9ed
RANDOM SEED=1440943758

node019.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.264
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.52
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.264
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1836304 kB
Buffers:         29652 kB
Cached:         102024 kB
SwapCached:       5712 kB
Active:          78476 kB
Inactive:        65592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1836304 kB
SwapTotal:     4192956 kB
SwapFree:      4140420 kB
Dirty:             760 kB
Writeback:           0 kB
AnonPages:       10888 kB
Mapped:          13312 kB
Slab:            56868 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182340 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= 62380 MiB
End job on node019 at 2010-06-14 22:31:07