Trace number 2659292

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.31 1795.58

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin18.opb
MD5SUMf17e31cb6762bd0e8d3e659d7bd1050c
Bench CategoryDEC-SMALLINT (no optimisation, small 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 FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables23409
Total number of constraints1386
Number of constraints which are clauses612
Number of constraints which are cardinality constraints (but not clauses)774
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint153
Maximum length of a constraint289
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 291
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100526
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2659292-1276695527.opb
0.23/0.21	c reading problem ... 
2.35/1.74	c ... done. Wall clock time 1.533s.
2.35/1.74	c #vars     23409
2.35/1.74	c #constraints  1386
2.35/1.74	c constraints type 
2.35/1.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 612
2.35/1.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 774
11.70/10.22	c cleaning 2491 clauses out of 5001 with flag 5001/5001
21.32/19.73	c cleaning 4245 clauses out of 8512 with flag 11003/11003
34.13/32.59	c cleaning 5621 clauses out of 11265 with flag 18001/18001
52.47/50.85	c cleaning 6779 clauses out of 13644 with flag 26001/26001
70.55/68.83	c cleaning 7902 clauses out of 15864 with flag 35000/35000
105.97/104.25	c cleaning 8934 clauses out of 17963 with flag 45001/45001
132.82/131.08	c cleaning 9468 clauses out of 19028 with flag 55000/55000
165.86/164.02	c cleaning 9664 clauses out of 19561 with flag 65001/65001
201.69/199.87	c cleaning 9942 clauses out of 19896 with flag 75000/75000
231.42/229.54	c cleaning 9882 clauses out of 19957 with flag 85003/85003
263.05/261.18	c cleaning 9942 clauses out of 20074 with flag 95002/95002
298.00/296.08	c cleaning 9972 clauses out of 20130 with flag 105000/105000
342.74/340.71	c cleaning 10035 clauses out of 20159 with flag 115001/115001
366.30/364.20	c cleaning 10045 clauses out of 20124 with flag 125001/125001
398.43/396.31	c cleaning 9921 clauses out of 20078 with flag 135000/135000
436.38/434.25	c cleaning 9975 clauses out of 20159 with flag 145002/145002
494.70/492.60	c cleaning 9987 clauses out of 20185 with flag 155003/155003
576.88/574.56	c cleaning 9988 clauses out of 20195 with flag 165000/165000
624.69/622.34	c cleaning 10052 clauses out of 20208 with flag 175001/175001
655.45/653.06	c cleaning 10023 clauses out of 20156 with flag 185001/185001
679.49/677.02	c cleaning 9913 clauses out of 20133 with flag 195001/195001
705.12/702.69	c cleaning 10014 clauses out of 20221 with flag 205002/205002
743.06/740.52	c cleaning 9985 clauses out of 20205 with flag 215000/215000
822.41/819.70	c cleaning 9975 clauses out of 20221 with flag 225001/225001
861.93/859.22	c cleaning 10047 clauses out of 20245 with flag 235000/235000
933.56/930.86	c cleaning 10013 clauses out of 20201 with flag 245003/245003
1040.72/1037.87	c cleaning 9976 clauses out of 20187 with flag 255002/255002
1073.04/1070.00	c cleaning 10072 clauses out of 20209 with flag 265000/265000
1102.38/1099.37	c cleaning 9983 clauses out of 20137 with flag 275000/275000
1130.18/1127.01	c cleaning 10053 clauses out of 20155 with flag 285001/285001
1169.17/1165.99	c cleaning 9949 clauses out of 20102 with flag 295001/295001
1220.25/1216.97	c cleaning 9939 clauses out of 20152 with flag 305000/305000
1275.24/1271.73	c cleaning 9952 clauses out of 20213 with flag 315000/315000
1302.75/1299.16	c cleaning 10017 clauses out of 20262 with flag 325001/325001
1391.29/1387.54	c cleaning 9974 clauses out of 20244 with flag 335000/335000
1447.98/1444.19	c cleaning 9983 clauses out of 20271 with flag 345001/345001
1491.48/1487.59	c cleaning 10072 clauses out of 20288 with flag 355001/355001
1533.18/1529.10	c cleaning 9956 clauses out of 20215 with flag 365000/365000
1587.36/1583.25	c cleaning 9950 clauses out of 20259 with flag 375000/375000
1638.96/1634.73	c cleaning 10053 clauses out of 20310 with flag 385001/385001
1673.88/1669.55	c cleaning 10075 clauses out of 20256 with flag 395000/395000
1713.58/1709.17	c cleaning 10028 clauses out of 20181 with flag 405000/405000
1772.67/1768.18	c cleaning 10017 clauses out of 20154 with flag 415001/415001
1800.04/1795.48	c starts		: 149
1800.04/1795.48	c conflicts		: 422434
1800.04/1795.48	c decisions		: 2904432
1800.04/1795.48	c propagations		: 58554113
1800.04/1795.48	c inspects		: 328175190
1800.04/1795.48	c learnt literals	: 0
1800.04/1795.48	c learnt binary clauses	: 0
1800.04/1795.48	c learnt ternary clauses	: 0
1800.04/1795.48	c learnt clauses	: 422433
1800.04/1795.48	c ignored clauses	: 0
1800.04/1795.48	c root simplifications	: 0
1800.04/1795.48	c removed literals (reason simplification)	: 37491398
1800.04/1795.48	c reason swapping (by a shorter reason)	: 0
1800.04/1795.48	c Calls to reduceDB	: 43
1800.04/1795.48	c number of reductions to clauses (during analyze)	: 0
1800.04/1795.48	c number of learned constraints concerned by reduction	: 0
1800.04/1795.48	c number of learning phase by resolution	: 0
1800.04/1795.48	c number of learning phase by cutting planes	: 0
1800.04/1795.48	c speed (assignments/second)	: 32643.64452536799
1800.04/1795.48	c non guided choices	25106
1800.04/1795.50	c learnt constraints type 
1800.04/1795.50	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17571
1800.04/1795.50	c constraints type 
1800.04/1795.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 612
1800.04/1795.50	c org.sat4j.minisat.constraints.card.MinWatchCard => 774
1800.04/1795.50	s UNKNOWN
1800.04/1795.50	c Total wall clock time (in seconds): 1795.297

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-2659292-1276695527/watcher-2659292-1276695527 -o /tmp/evaluation-result-2659292-1276695527/solver-2659292-1276695527 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659292-1276695527.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.64 0.17 0.33 3/105 18998
/proc/meminfo: memFree=1717380/2059040 swapFree=4192956/4192956
[pid=18998] ppid=18996 vsize=13164 CPUtime=0
/proc/18998/stat : 18998 (java) R 18996 18998 18933 0 -1 4194304 867 0 0 0 0 0 0 0 20 0 1 0 10846567 13479936 393 1992294400 134512640 134550932 4292960400 18446744073709551615 5133957 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18998/statm: 3291 399 144 10 0 1121 0

[startup+0.094707 s]
/proc/loadavg: 0.64 0.17 0.33 3/105 18998
/proc/meminfo: memFree=1717380/2059040 swapFree=4192956/4192956
[pid=18998] ppid=18996 vsize=1524184 CPUtime=0.08
/proc/18998/stat : 18998 (java) S 18996 18998 18933 0 -1 4202496 3968 0 1 0 6 2 0 0 20 0 12 0 10846567 1560764416 3407 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18998/statm: 381046 3407 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.101707 s]
/proc/loadavg: 0.64 0.17 0.33 3/105 18998
/proc/meminfo: memFree=1717380/2059040 swapFree=4192956/4192956
[pid=18998] ppid=18996 vsize=1524184 CPUtime=0.09
/proc/18998/stat : 18998 (java) S 18996 18998 18933 0 -1 4202496 4013 0 1 0 7 2 0 0 20 0 12 0 10846567 1560764416 3452 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18998/statm: 381046 3452 1079 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.30073 s]
/proc/loadavg: 0.64 0.17 0.33 3/105 18998
/proc/meminfo: memFree=1717380/2059040 swapFree=4192956/4192956
[pid=18998] ppid=18996 vsize=1526624 CPUtime=0.34
/proc/18998/stat : 18998 (java) S 18996 18998 18933 0 -1 4202496 5723 0 1 0 31 3 0 0 20 0 12 0 10846567 1563262976 5160 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18998/statm: 381656 5172 1361 10 0 378958 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526624

[startup+0.700774 s]
/proc/loadavg: 0.64 0.17 0.33 3/105 18998
/proc/meminfo: memFree=1717380/2059040 swapFree=4192956/4192956
[pid=18998] ppid=18996 vsize=1528156 CPUtime=1.13
/proc/18998/stat : 18998 (java) S 18996 18998 18933 0 -1 4202496 12087 0 1 0 107 6 0 0 20 0 12 0 10846567 1564831744 11451 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18998/statm: 382039 11451 1402 10 0 379341 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1528156

[startup+1.50085 s]
/proc/loadavg: 0.64 0.17 0.33 2/117 19010
/proc/meminfo: memFree=1619456/2059040 swapFree=4192956/4192956
[pid=18998] ppid=18996 vsize=1528040 CPUtime=2.13
/proc/18998/stat : 18998 (java) S 18996 18998 18933 0 -1 4202496 35539 0 1 0 197 16 0 0 20 0 12 0 10846567 1564712960 34705 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18998/statm: 382010 34705 1423 10 0 379312 0
[pid=18998/tid=19000] ppid=18996 vsize=1528040 CPUtime=1.43
/proc/18998/task/19000/stat : 19000 (java) R 18996 18998 18933 0 -1 4202560 31994 0 1 0 129 14 0 0 19 0 12 0 10846568 1564712960 34705 1992294400 134512640 134550932 4292960400 18446744073709551615 4109554769 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18998/tid=19001] ppid=18996 vsize=1528040 CPUtime=0.01
/proc/18998/task/19001/stat : 19001 (java) S 18996 18998 18933 0 -1 4202560 631 0 0 0 1 0 0 0 18 0 12 0 10846570 1564712960 34705 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19002] ppid=18996 vsize=1528040 CPUtime=0.01
/proc/18998/task/19002/stat : 19002 (java) S 18996 18998 18933 0 -1 4202560 505 0 0 0 1 0 0 0 18 0 12 0 10846570 1564712960 34705 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19003] ppid=18996 vsize=1528040 CPUtime=0
/proc/18998/task/19003/stat : 19003 (java) S 18996 18998 18933 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 12 0 10846571 1564712960 34705 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 0 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19004] ppid=18996 vsize=1528040 CPUtime=0
/proc/18998/task/19004/stat : 19004 (java) S 18996 18998 18933 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10846572 1564712960 34705 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19005] ppid=18996 vsize=1528040 CPUtime=0
/proc/18998/task/19005/stat : 19005 (java) S 18996 18998 18933 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 10846572 1564712960 34705 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19006] ppid=18996 vsize=1528040 CPUtime=0
/proc/18998/task/19006/stat : 19006 (java) S 18996 18998 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10846576 1564712960 34705 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19007] ppid=18996 vsize=1528040 CPUtime=0.11
/proc/18998/task/19007/stat : 19007 (java) S 18996 18998 18933 0 -1 4202560 366 0 0 0 11 0 0 0 24 0 12 0 10846576 1564712960 34705 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19008] ppid=18996 vsize=1528040 CPUtime=0.52
/proc/18998/task/19008/stat : 19008 (java) S 18996 18998 18933 0 -1 4202560 971 0 0 0 52 0 0 0 16 0 12 0 10846576 1564712960 34705 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19009] ppid=18996 vsize=1528040 CPUtime=0
/proc/18998/task/19009/stat : 19009 (java) S 18996 18998 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10846576 1564712960 34705 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19010] ppid=18996 vsize=1528040 CPUtime=0
/proc/18998/task/19010/stat : 19010 (java) S 18996 18998 18933 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10846576 1564712960 34705 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 1528040

[startup+3.10204 s]
/proc/loadavg: 0.64 0.17 0.33 4/118 19011
/proc/meminfo: memFree=1577040/2059040 swapFree=4192956/4192956
[pid=18998] ppid=18996 vsize=1529660 CPUtime=4.6
/proc/18998/stat : 18998 (java) S 18996 18998 18933 0 -1 4202496 37545 0 1 0 442 18 0 0 20 0 13 0 10846567 1566371840 36414 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18998/statm: 382415 36414 1437 10 0 379717 0
[pid=18998/tid=19000] ppid=18996 vsize=1529660 CPUtime=3
/proc/18998/task/19000/stat : 19000 (java) R 18996 18998 18933 0 -1 4202560 32038 0 1 0 286 14 0 0 23 0 13 0 10846568 1566371840 36414 1992294400 134512640 134550932 4292960400 18446744073709551615 4109766822 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18998/tid=19001] ppid=18996 vsize=1529660 CPUtime=0.03
/proc/18998/task/19001/stat : 19001 (java) S 18996 18998 18933 0 -1 4202560 1398 0 0 0 3 0 0 0 16 0 13 0 10846570 1566371840 36414 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19002] ppid=18996 vsize=1529660 CPUtime=0.03
/proc/18998/task/19002/stat : 19002 (java) S 18996 18998 18933 0 -1 4202560 1041 0 0 0 3 0 0 0 16 0 13 0 10846570 1566371840 36414 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19003] ppid=18996 vsize=1529660 CPUtime=0
/proc/18998/task/19003/stat : 19003 (java) S 18996 18998 18933 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 13 0 10846571 1566371840 36414 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 0 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19004] ppid=18996 vsize=1529660 CPUtime=0
/proc/18998/task/19004/stat : 19004 (java) S 18996 18998 18933 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10846572 1566371840 36414 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19005] ppid=18996 vsize=1529660 CPUtime=0
/proc/18998/task/19005/stat : 19005 (java) S 18996 18998 18933 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10846572 1566371840 36414 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19006] ppid=18996 vsize=1529660 CPUtime=0
/proc/18998/task/19006/stat : 19006 (java) S 18996 18998 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846576 1566371840 36414 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19007] ppid=18996 vsize=1529660 CPUtime=0.13
/proc/18998/task/19007/stat : 19007 (java) S 18996 18998 18933 0 -1 4202560 366 0 0 0 13 0 0 0 18 0 13 0 10846576 1566371840 36414 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19008] ppid=18996 vsize=1529660 CPUtime=1.36
/proc/18998/task/19008/stat : 19008 (java) S 18996 18998 18933 0 -1 4202560 1623 0 0 0 135 1 0 0 16 0 13 0 10846576 1566371840 36414 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19009] ppid=18996 vsize=1529660 CPUtime=0
/proc/18998/task/19009/stat : 19009 (java) S 18996 18998 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846576 1566371840 36414 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19010] ppid=18996 vsize=1529660 CPUtime=0
/proc/18998/task/19010/stat : 19010 (java) S 18996 18998 18933 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10846576 1566371840 36414 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19011] ppid=18996 vsize=1529660 CPUtime=0
/proc/18998/task/19011/stat : 19011 (java) S 18996 18998 18933 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 10846747 1566371840 36414 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 1529660

[startup+6.30241 s]
/proc/loadavg: 0.66 0.19 0.33 2/118 19013
/proc/meminfo: memFree=1576296/2059040 swapFree=4192956/4192956
[pid=18998] ppid=18996 vsize=1528780 CPUtime=7.8
/proc/18998/stat : 18998 (java) S 18996 18998 18933 0 -1 4202496 37547 0 1 0 762 18 0 0 20 0 13 0 10846567 1565470720 36213 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18998/statm: 382195 36213 1437 10 0 379497 0
[pid=18998/tid=19000] ppid=18996 vsize=1528780 CPUtime=6.2
/proc/18998/task/19000/stat : 19000 (java) R 18996 18998 18933 0 -1 4202560 32040 0 1 0 605 15 0 0 25 0 13 0 10846568 1565470720 36213 1992294400 134512640 134550932 4292960400 18446744073709551615 4109822807 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18998/tid=19001] ppid=18996 vsize=1528780 CPUtime=0.03
/proc/18998/task/19001/stat : 19001 (java) S 18996 18998 18933 0 -1 4202560 1398 0 0 0 3 0 0 0 16 0 13 0 10846570 1565470720 36213 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19002] ppid=18996 vsize=1528780 CPUtime=0.03
/proc/18998/task/19002/stat : 19002 (java) S 18996 18998 18933 0 -1 4202560 1041 0 0 0 3 0 0 0 16 0 13 0 10846570 1565470720 36213 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19003] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19003/stat : 19003 (java) S 18996 18998 18933 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 13 0 10846571 1565470720 36213 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 0 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19004] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19004/stat : 19004 (java) S 18996 18998 18933 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10846572 1565470720 36213 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19005] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19005/stat : 19005 (java) S 18996 18998 18933 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10846572 1565470720 36213 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19006] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19006/stat : 19006 (java) S 18996 18998 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846576 1565470720 36213 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19007] ppid=18996 vsize=1528780 CPUtime=0.14
/proc/18998/task/19007/stat : 19007 (java) S 18996 18998 18933 0 -1 4202560 366 0 0 0 14 0 0 0 15 0 13 0 10846576 1565470720 36213 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19008] ppid=18996 vsize=1528780 CPUtime=1.36
/proc/18998/task/19008/stat : 19008 (java) S 18996 18998 18933 0 -1 4202560 1623 0 0 0 135 1 0 0 16 0 13 0 10846576 1565470720 36213 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19009] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19009/stat : 19009 (java) S 18996 18998 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846576 1565470720 36213 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19010] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19010/stat : 19010 (java) S 18996 18998 18933 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10846576 1565470720 36213 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19011] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19011/stat : 19011 (java) S 18996 18998 18933 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 10846747 1565470720 36213 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 1528780

[startup+12.7021 s]
/proc/loadavg: 0.69 0.20 0.34 2/118 19013
/proc/meminfo: memFree=1562284/2059040 swapFree=4192956/4192956
[pid=18998] ppid=18996 vsize=1528780 CPUtime=14.24
/proc/18998/stat : 18998 (java) S 18996 18998 18933 0 -1 4202496 41217 0 1 0 1405 19 0 0 20 0 13 0 10846567 1565470720 39869 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18998/statm: 382195 39869 1442 10 0 379497 0
[pid=18998/tid=19000] ppid=18996 vsize=1528780 CPUtime=12.49
/proc/18998/task/19000/stat : 19000 (java) R 18996 18998 18933 0 -1 4202560 32042 0 1 0 1234 15 0 0 25 0 13 0 10846568 1565470720 39869 1992294400 134512640 134550932 4292960400 18446744073709551615 4109895012 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18998/tid=19001] ppid=18996 vsize=1528780 CPUtime=0.06
/proc/18998/task/19001/stat : 19001 (java) S 18996 18998 18933 0 -1 4202560 1970 0 0 0 5 1 0 0 16 0 13 0 10846570 1565470720 39869 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19002] ppid=18996 vsize=1528780 CPUtime=0.05
/proc/18998/task/19002/stat : 19002 (java) S 18996 18998 18933 0 -1 4202560 1754 0 0 0 5 0 0 0 15 0 13 0 10846570 1565470720 39869 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19003] ppid=18996 vsize=1528780 CPUtime=0.05
/proc/18998/task/19003/stat : 19003 (java) S 18996 18998 18933 0 -1 4202560 2386 0 0 0 5 0 0 0 15 0 13 0 10846571 1565470720 39869 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 0 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19004] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19004/stat : 19004 (java) S 18996 18998 18933 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10846572 1565470720 39869 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19005] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19005/stat : 19005 (java) S 18996 18998 18933 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10846572 1565470720 39869 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19006] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19006/stat : 19006 (java) S 18996 18998 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846576 1565470720 39869 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19007] ppid=18996 vsize=1528780 CPUtime=0.16
/proc/18998/task/19007/stat : 19007 (java) S 18996 18998 18933 0 -1 4202560 370 0 0 0 16 0 0 0 16 0 13 0 10846576 1565470720 39869 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19008] ppid=18996 vsize=1528780 CPUtime=1.38
/proc/18998/task/19008/stat : 19008 (java) S 18996 18998 18933 0 -1 4202560 1626 0 0 0 137 1 0 0 15 0 13 0 10846576 1565470720 39869 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19009] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19009/stat : 19009 (java) S 18996 18998 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846576 1565470720 39869 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19010] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19010/stat : 19010 (java) S 18996 18998 18933 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10846576 1565470720 39869 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19011] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19011/stat : 19011 (java) S 18996 18998 18933 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 10846747 1565470720 39869 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.24
Current children cumulated vsize (KiB) 1528780

[startup+25.5025 s]
/proc/loadavg: 0.76 0.24 0.35 2/118 19013
/proc/meminfo: memFree=1544428/2059040 swapFree=4192956/4192956
[pid=18998] ppid=18996 vsize=1528780 CPUtime=27.14
/proc/18998/stat : 18998 (java) S 18996 18998 18933 0 -1 4202496 45784 0 1 0 2693 21 0 0 20 0 13 0 10846567 1565470720 44345 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18998/statm: 382195 44345 1442 10 0 379497 0
[pid=18998/tid=19000] ppid=18996 vsize=1528780 CPUtime=25.17
/proc/18998/task/19000/stat : 19000 (java) R 18996 18998 18933 0 -1 4202560 32043 0 1 0 2502 15 0 0 25 0 13 0 10846568 1565470720 44345 1992294400 134512640 134550932 4292960400 18446744073709551615 4109715224 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18998/tid=19001] ppid=18996 vsize=1528780 CPUtime=0.08
/proc/18998/task/19001/stat : 19001 (java) S 18996 18998 18933 0 -1 4202560 3615 0 0 0 7 1 0 0 16 0 13 0 10846570 1565470720 44345 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19002] ppid=18996 vsize=1528780 CPUtime=0.08
/proc/18998/task/19002/stat : 19002 (java) S 18996 18998 18933 0 -1 4202560 3846 0 0 0 7 1 0 0 16 0 13 0 10846570 1565470720 44345 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19003] ppid=18996 vsize=1528780 CPUtime=0.12
/proc/18998/task/19003/stat : 19003 (java) S 18996 18998 18933 0 -1 4202560 3205 0 0 0 12 0 0 0 15 0 13 0 10846571 1565470720 44345 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 0 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19004] ppid=18996 vsize=1528780 CPUtime=0

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

[pid=18998] ppid=18996 vsize=1528780 CPUtime=1666.63
/proc/18998/stat : 18998 (java) S 18996 18998 18933 0 -1 4202496 90002 0 1 0 166614 49 0 0 20 0 13 0 10846567 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18998/statm: 382195 86409 1442 10 0 379497 0
[pid=18998/tid=19000] ppid=18996 vsize=1528780 CPUtime=1654.22
/proc/18998/task/19000/stat : 19000 (java) R 18996 18998 18933 0 -1 4202560 32098 0 1 0 165404 18 0 0 25 0 13 0 10846568 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4109766876 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18998/tid=19001] ppid=18996 vsize=1528780 CPUtime=3.44
/proc/18998/task/19001/stat : 19001 (java) S 18996 18998 18933 0 -1 4202560 26004 0 0 0 330 14 0 0 16 0 13 0 10846570 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19002] ppid=18996 vsize=1528780 CPUtime=3.45
/proc/18998/task/19002/stat : 19002 (java) S 18996 18998 18933 0 -1 4202560 24687 0 0 0 332 13 0 0 16 0 13 0 10846570 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19003] ppid=18996 vsize=1528780 CPUtime=3.77
/proc/18998/task/19003/stat : 19003 (java) S 18996 18998 18933 0 -1 4202560 4032 0 0 0 376 1 0 0 15 0 13 0 10846571 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 0 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19004] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19004/stat : 19004 (java) S 18996 18998 18933 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10846572 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19005] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19005/stat : 19005 (java) S 18996 18998 18933 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10846572 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19006] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19006/stat : 19006 (java) S 18996 18998 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846576 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19007] ppid=18996 vsize=1528780 CPUtime=0.25
/proc/18998/task/19007/stat : 19007 (java) S 18996 18998 18933 0 -1 4202560 383 0 0 0 25 0 0 0 15 0 13 0 10846576 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19008] ppid=18996 vsize=1528780 CPUtime=1.45
/proc/18998/task/19008/stat : 19008 (java) S 18996 18998 18933 0 -1 4202560 1633 0 0 0 144 1 0 0 15 0 13 0 10846576 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19009] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19009/stat : 19009 (java) S 18996 18998 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846576 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19010] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19010/stat : 19010 (java) S 18996 18998 18933 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 10846576 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19011] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19011/stat : 19011 (java) S 18996 18998 18933 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 10846747 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.63
Current children cumulated vsize (KiB) 1528780

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.85 2/118 19066
/proc/meminfo: memFree=1373060/2059040 swapFree=4192956/4192956
[pid=18998] ppid=18996 vsize=1528780 CPUtime=1726.83
/proc/18998/stat : 18998 (java) S 18996 18998 18933 0 -1 4202496 90014 0 1 0 172634 49 0 0 20 0 13 0 10846567 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18998/statm: 382195 86409 1442 10 0 379497 0
[pid=18998/tid=19000] ppid=18996 vsize=1528780 CPUtime=1713.74
/proc/18998/task/19000/stat : 19000 (java) R 18996 18998 18933 0 -1 4202560 32102 0 1 0 171356 18 0 0 25 0 13 0 10846568 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4109895002 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18998/tid=19001] ppid=18996 vsize=1528780 CPUtime=3.68
/proc/18998/task/19001/stat : 19001 (java) S 18996 18998 18933 0 -1 4202560 26004 0 0 0 354 14 0 0 16 0 13 0 10846570 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19002] ppid=18996 vsize=1528780 CPUtime=3.7
/proc/18998/task/19002/stat : 19002 (java) S 18996 18998 18933 0 -1 4202560 24687 0 0 0 357 13 0 0 15 0 13 0 10846570 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19003] ppid=18996 vsize=1528780 CPUtime=3.97
/proc/18998/task/19003/stat : 19003 (java) S 18996 18998 18933 0 -1 4202560 4036 0 0 0 396 1 0 0 15 0 13 0 10846571 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 0 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19004] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19004/stat : 19004 (java) S 18996 18998 18933 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10846572 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19005] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19005/stat : 19005 (java) S 18996 18998 18933 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10846572 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19006] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19006/stat : 19006 (java) S 18996 18998 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846576 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19007] ppid=18996 vsize=1528780 CPUtime=0.25
/proc/18998/task/19007/stat : 19007 (java) S 18996 18998 18933 0 -1 4202560 383 0 0 0 25 0 0 0 15 0 13 0 10846576 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19008] ppid=18996 vsize=1528780 CPUtime=1.45
/proc/18998/task/19008/stat : 19008 (java) S 18996 18998 18933 0 -1 4202560 1633 0 0 0 144 1 0 0 15 0 13 0 10846576 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19009] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19009/stat : 19009 (java) S 18996 18998 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846576 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19010] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19010/stat : 19010 (java) S 18996 18998 18933 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 10846576 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19011] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19011/stat : 19011 (java) S 18996 18998 18933 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 10846747 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.83
Current children cumulated vsize (KiB) 1528780

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.86 2/118 19068
/proc/meminfo: memFree=1373060/2059040 swapFree=4192956/4192956
[pid=18998] ppid=18996 vsize=1528780 CPUtime=1786.94
/proc/18998/stat : 18998 (java) S 18996 18998 18933 0 -1 4202496 90022 0 1 0 178645 49 0 0 20 0 13 0 10846567 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18998/statm: 382195 86409 1442 10 0 379497 0
[pid=18998/tid=19000] ppid=18996 vsize=1528780 CPUtime=1773.47
/proc/18998/task/19000/stat : 19000 (java) R 18996 18998 18933 0 -1 4202560 32104 0 1 0 177329 18 0 0 25 0 13 0 10846568 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4109793043 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18998/tid=19001] ppid=18996 vsize=1528780 CPUtime=3.81
/proc/18998/task/19001/stat : 19001 (java) S 18996 18998 18933 0 -1 4202560 26004 0 0 0 367 14 0 0 16 0 13 0 10846570 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19002] ppid=18996 vsize=1528780 CPUtime=3.84
/proc/18998/task/19002/stat : 19002 (java) S 18996 18998 18933 0 -1 4202560 24687 0 0 0 371 13 0 0 16 0 13 0 10846570 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19003] ppid=18996 vsize=1528780 CPUtime=4.07
/proc/18998/task/19003/stat : 19003 (java) S 18996 18998 18933 0 -1 4202560 4040 0 0 0 406 1 0 0 15 0 13 0 10846571 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 0 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19004] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19004/stat : 19004 (java) S 18996 18998 18933 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10846572 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19005] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19005/stat : 19005 (java) S 18996 18998 18933 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10846572 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19006] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19006/stat : 19006 (java) S 18996 18998 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846576 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19007] ppid=18996 vsize=1528780 CPUtime=0.25
/proc/18998/task/19007/stat : 19007 (java) S 18996 18998 18933 0 -1 4202560 383 0 0 0 25 0 0 0 15 0 13 0 10846576 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19008] ppid=18996 vsize=1528780 CPUtime=1.45
/proc/18998/task/19008/stat : 19008 (java) S 18996 18998 18933 0 -1 4202560 1633 0 0 0 144 1 0 0 15 0 13 0 10846576 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19009] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19009/stat : 19009 (java) S 18996 18998 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846576 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19010] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19010/stat : 19010 (java) S 18996 18998 18933 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 10846576 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19011] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19011/stat : 19011 (java) S 18996 18998 18933 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 10846747 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.94
Current children cumulated vsize (KiB) 1528780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.4 s]
/proc/loadavg: 1.00 0.99 0.86 2/118 19068
/proc/meminfo: memFree=1373060/2059040 swapFree=4192956/4192956
[pid=18998] ppid=18996 vsize=1528780 CPUtime=1800.04
/proc/18998/stat : 18998 (java) S 18996 18998 18933 0 -1 4202496 90024 0 1 0 179955 49 0 0 20 0 13 0 10846567 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18998/statm: 382195 86409 1442 10 0 379497 0
[pid=18998/tid=19000] ppid=18996 vsize=1528780 CPUtime=1786.57
/proc/18998/task/19000/stat : 19000 (java) R 18996 18998 18933 0 -1 4202560 32104 0 1 0 178639 18 0 0 25 0 13 0 10846568 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4109766882 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18998/tid=19001] ppid=18996 vsize=1528780 CPUtime=3.81
/proc/18998/task/19001/stat : 19001 (java) S 18996 18998 18933 0 -1 4202560 26004 0 0 0 367 14 0 0 16 0 13 0 10846570 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19002] ppid=18996 vsize=1528780 CPUtime=3.84
/proc/18998/task/19002/stat : 19002 (java) S 18996 18998 18933 0 -1 4202560 24687 0 0 0 371 13 0 0 16 0 13 0 10846570 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19003] ppid=18996 vsize=1528780 CPUtime=4.07
/proc/18998/task/19003/stat : 19003 (java) S 18996 18998 18933 0 -1 4202560 4040 0 0 0 406 1 0 0 15 0 13 0 10846571 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 0 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19004] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19004/stat : 19004 (java) S 18996 18998 18933 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10846572 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19005] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19005/stat : 19005 (java) S 18996 18998 18933 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10846572 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19006] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19006/stat : 19006 (java) S 18996 18998 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846576 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19007] ppid=18996 vsize=1528780 CPUtime=0.25
/proc/18998/task/19007/stat : 19007 (java) S 18996 18998 18933 0 -1 4202560 383 0 0 0 25 0 0 0 15 0 13 0 10846576 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19008] ppid=18996 vsize=1528780 CPUtime=1.45
/proc/18998/task/19008/stat : 19008 (java) S 18996 18998 18933 0 -1 4202560 1633 0 0 0 144 1 0 0 15 0 13 0 10846576 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19009] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19009/stat : 19009 (java) S 18996 18998 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10846576 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19010] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19010/stat : 19010 (java) S 18996 18998 18933 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 10846576 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19011] ppid=18996 vsize=1528780 CPUtime=0
/proc/18998/task/19011/stat : 19011 (java) S 18996 18998 18933 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 10846747 1565470720 86409 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1528780

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

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

[startup+1795.52 s]
/proc/loadavg: 1.00 0.99 0.86 2/118 19068
/proc/meminfo: memFree=1373060/2059040 swapFree=4192956/4192956
[pid=18998] ppid=18996 vsize=1529428 CPUtime=1800.24
/proc/18998/stat : 18998 (java) S 18996 18998 18933 0 -1 4202496 90049 0 1 0 179974 50 0 0 18 0 14 0 10846567 1566134272 86431 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18998/statm: 382357 86431 1445 10 0 379659 0
[pid=18998/tid=19000] ppid=18996 vsize=1529428 CPUtime=1786.6
/proc/18998/task/19000/stat : 19000 (java) R 18996 18998 18933 0 -1 4202560 32104 0 1 0 178642 18 0 0 25 0 14 0 10846568 1566134272 86431 1992294400 134512640 134550932 4292960400 18446744073709551615 4109768313 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18998/tid=19001] ppid=18996 vsize=1529428 CPUtime=3.87
/proc/18998/task/19001/stat : 19001 (java) S 18996 18998 18933 0 -1 4202560 26004 0 0 0 373 14 0 0 16 0 14 0 10846570 1566134272 86431 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19002] ppid=18996 vsize=1529428 CPUtime=3.9
/proc/18998/task/19002/stat : 19002 (java) S 18996 18998 18933 0 -1 4202560 24687 0 0 0 377 13 0 0 16 0 14 0 10846570 1566134272 86431 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 1 0 0 0
[pid=18998/tid=19003] ppid=18996 vsize=1529428 CPUtime=4.07
/proc/18998/task/19003/stat : 19003 (java) S 18996 18998 18933 0 -1 4202560 4041 0 0 0 406 1 0 0 15 0 14 0 10846571 1566134272 86431 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 0 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19004] ppid=18996 vsize=1529428 CPUtime=0
/proc/18998/task/19004/stat : 19004 (java) S 18996 18998 18933 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 10846572 1566134272 86431 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19005] ppid=18996 vsize=1529428 CPUtime=0
/proc/18998/task/19005/stat : 19005 (java) S 18996 18998 18933 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 10846572 1566134272 86431 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19006] ppid=18996 vsize=1529428 CPUtime=0
/proc/18998/task/19006/stat : 19006 (java) S 18996 18998 18933 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 10846576 1566134272 86431 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19007] ppid=18996 vsize=1529428 CPUtime=0.27
/proc/18998/task/19007/stat : 19007 (java) R 18996 18998 18933 0 -1 4202560 385 0 0 0 27 0 0 0 15 0 14 0 10846576 1566134272 86431 1992294400 134512640 134550932 4292960400 18446744073709551615 103465675 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18998/tid=19008] ppid=18996 vsize=1529428 CPUtime=1.45
/proc/18998/task/19008/stat : 19008 (java) S 18996 18998 18933 0 -1 4202560 1633 0 0 0 144 1 0 0 15 0 14 0 10846576 1566134272 86431 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19009] ppid=18996 vsize=1529428 CPUtime=0
/proc/18998/task/19009/stat : 19009 (java) S 18996 18998 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 10846576 1566134272 86431 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19010] ppid=18996 vsize=1529428 CPUtime=0
/proc/18998/task/19010/stat : 19010 (java) S 18996 18998 18933 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 14 0 10846576 1566134272 86431 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
[pid=18998/tid=19011] ppid=18996 vsize=1529428 CPUtime=0
/proc/18998/task/19011/stat : 19011 (java) S 18996 18998 18933 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 10846747 1566134272 86431 1992294400 134512640 134550932 4292960400 18446744073709551615 4294960144 0 4 0 16800975 18446604437862767616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 1529428

Child status: 143
Real time (s): 1795.58
CPU time (s): 1800.31
CPU user time (s): 1799.77
CPU system time (s): 0.535918
CPU usage (%): 100.263
Max. virtual memory (cumulated for all children) (KiB): 1529660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.535918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90050
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= 37191
involuntary context switches= 16453

runsolver used 3.62445 second user time and 9.48356 second system time

The end

Launcher Data

Begin job on node085 at 2010-06-16 15:38:47
IDJOB=2659292
IDBENCH=1155
IDSOLVER=1164
FILE ID=node085/2659292-1276695527
PBS_JOBID= 11174040
Free space on /tmp= 121868 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin18.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659292-1276695527/watcher-2659292-1276695527 -o /tmp/evaluation-result-2659292-1276695527/solver-2659292-1276695527 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659292-1276695527.opb

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

MD5SUM BENCH= f17e31cb6762bd0e8d3e659d7bd1050c
RANDOM SEED=1418334420

node085.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.221
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.44
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.221
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1717784 kB
Buffers:         76936 kB
Cached:         126144 kB
SwapCached:          0 kB
Active:         128360 kB
Inactive:       134248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1717784 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2580 kB
Writeback:           0 kB
AnonPages:       59392 kB
Mapped:          15484 kB
Slab:            56900 kB
PageTables:       3876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182284 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= 121868 MiB
End job on node085 at 2010-06-16 16:08:45