Trace number 2658762

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.31 1796.15

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g250.29.opb
MD5SUMb0a7c1cc13cb603591c6d50e3dba1a47
Bench CategoryOPT-SMALLINT (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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14500
Total number of constraints461872
Number of constraints which are clauses461872
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint29
Number of terms in the objective function 14500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 14500
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 14500
Number of bits of the biggest sum of numbers14
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.16	c version 2.2.0.v20100526
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	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@161d36b
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-2658762-1276417547.opb
0.23/0.21	c reading problem ... 
6.61/5.67	c ... done. Wall clock time 5.449s.
6.61/5.67	c #vars     14500
6.61/5.67	c #constraints  461872
6.61/5.67	c constraints type 
6.61/5.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 250
6.61/5.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 461622
15.51/13.83	c cleaning 2497 clauses out of 5001 with flag 5001/5001
25.75/23.95	c cleaning 4249 clauses out of 8505 with flag 11002/11002
37.84/36.07	c cleaning 5615 clauses out of 11256 with flag 18002/18002
53.07/51.23	c cleaning 6809 clauses out of 13639 with flag 26000/26000
71.71/69.90	c cleaning 7902 clauses out of 15832 with flag 35002/35002
89.74/87.84	c cleaning 8937 clauses out of 17929 with flag 45001/45001
116.15/114.26	c cleaning 9986 clauses out of 19992 with flag 56001/56001
144.38/142.46	c cleaning 10997 clauses out of 22007 with flag 68002/68002
174.20/172.27	c cleaning 11975 clauses out of 24010 with flag 81002/81002
208.34/206.36	c cleaning 13006 clauses out of 26033 with flag 95000/95000
252.46/250.42	c cleaning 13997 clauses out of 28028 with flag 110001/110001
296.39/294.39	c cleaning 14999 clauses out of 30030 with flag 126000/126000
346.28/344.14	c cleaning 16009 clauses out of 32031 with flag 143000/143000
397.09/394.86	c cleaning 17004 clauses out of 34022 with flag 161000/161000
458.48/456.18	c cleaning 17995 clauses out of 36020 with flag 180002/180002
509.10/506.62	c cleaning 18998 clauses out of 38023 with flag 200000/200000
570.21/567.61	c cleaning 19987 clauses out of 40025 with flag 221000/221000
676.55/673.81	c cleaning 21002 clauses out of 42040 with flag 243002/243002
750.17/747.30	c cleaning 21998 clauses out of 44036 with flag 266000/266000
821.70/818.70	c cleaning 22970 clauses out of 46038 with flag 290000/290000
920.20/917.04	c cleaning 24018 clauses out of 48071 with flag 315003/315003
1014.66/1011.40	c cleaning 25000 clauses out of 50050 with flag 341000/341000
1116.76/1113.47	c cleaning 26003 clauses out of 52050 with flag 368000/368000
1261.04/1257.58	c cleaning 27008 clauses out of 54050 with flag 396003/396003
1346.14/1342.54	c cleaning 27996 clauses out of 56040 with flag 425001/425001
1445.44/1441.74	c cleaning 28999 clauses out of 58043 with flag 455000/455000
1542.03/1538.20	c cleaning 30007 clauses out of 60046 with flag 486002/486002
1650.34/1646.45	c cleaning 30999 clauses out of 62037 with flag 518000/518000
1778.43/1774.43	c cleaning 31996 clauses out of 64039 with flag 551001/551001
1800.10/1796.02	c starts		: 153
1800.10/1796.02	c conflicts		: 558228
1800.10/1796.02	c decisions		: 975542
1800.10/1796.02	c propagations		: 331404223
1800.10/1796.02	c inspects		: 2188151511
1800.10/1796.02	c learnt literals	: 0
1800.10/1796.02	c learnt binary clauses	: 0
1800.10/1796.02	c learnt ternary clauses	: 0
1800.10/1796.02	c learnt clauses	: 558228
1800.10/1796.02	c ignored clauses	: 0
1800.10/1796.02	c root simplifications	: 0
1800.10/1796.02	c removed literals (reason simplification)	: 7247585
1800.10/1796.02	c reason swapping (by a shorter reason)	: 0
1800.10/1796.02	c Calls to reduceDB	: 29
1800.10/1796.02	c number of reductions to clauses (during analyze)	: 0
1800.10/1796.02	c number of learned constraints concerned by reduction	: 0
1800.10/1796.02	c number of learning phase by resolution	: 0
1800.10/1796.02	c number of learning phase by cutting planes	: 0
1800.10/1796.02	c speed (assignments/second)	: 185105.52164852407
1800.10/1796.02	c non guided choices	2
1800.10/1796.07	c learnt constraints type 
1800.10/1796.07	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 39281
1800.10/1796.07	c constraints type 
1800.10/1796.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 250
1800.10/1796.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 461622
1800.10/1796.07	s UNKNOWN
1800.10/1796.07	c Total wall clock time (in seconds): 1795.862

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-2658762-1276417547/watcher-2658762-1276417547 -o /tmp/evaluation-result-2658762-1276417547/solver-2658762-1276417547 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658762-1276417547.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.00 1.00 3/106 20477
/proc/meminfo: memFree=1841256/2059040 swapFree=4140380/4192956
[pid=20477] ppid=20475 vsize=248 CPUtime=0
/proc/20477/stat : 20477 (java6) R 20475 20477 20192 0 -1 4194304 109 0 0 0 0 0 0 0 21 0 1 0 17356497 253952 28 1992294400 134512640 134550932 4289601232 18446744073709551615 11227614 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20477/statm: 62 28 21 10 0 23 0

[startup+0.0639231 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 20477
/proc/meminfo: memFree=1841256/2059040 swapFree=4140380/4192956
[pid=20477] ppid=20475 vsize=1521664 CPUtime=0.04
/proc/20477/stat : 20477 (java) S 20475 20477 20192 0 -1 4202496 3622 0 1 0 2 2 0 0 15 0 7 0 17356497 1558183936 3063 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/20477/statm: 380416 3063 1023 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.10093 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 20477
/proc/meminfo: memFree=1841256/2059040 swapFree=4140380/4192956
[pid=20477] ppid=20475 vsize=1524024 CPUtime=0.08
/proc/20477/stat : 20477 (java) S 20475 20477 20192 0 -1 4202496 3927 0 1 0 6 2 0 0 15 0 12 0 17356497 1560600576 3366 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20477/statm: 381006 3366 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.30095 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 20477
/proc/meminfo: memFree=1841256/2059040 swapFree=4140380/4192956
[pid=20477] ppid=20475 vsize=1526240 CPUtime=0.34
/proc/20477/stat : 20477 (java) S 20475 20477 20192 0 -1 4202496 5346 0 1 0 31 3 0 0 15 0 12 0 17356497 1562869760 4783 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20477/statm: 381560 4783 1361 10 0 378862 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526240

[startup+0.700991 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 20477
/proc/meminfo: memFree=1841256/2059040 swapFree=4140380/4192956
[pid=20477] ppid=20475 vsize=1528852 CPUtime=1.07
/proc/20477/stat : 20477 (java) S 20475 20477 20192 0 -1 4202496 8525 0 1 0 103 4 0 0 15 0 12 0 17356497 1565544448 7508 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20477/statm: 382213 7509 1396 10 0 379515 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1528852

[startup+1.50207 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 20489
/proc/meminfo: memFree=1804024/2059040 swapFree=4140380/4192956
[pid=20477] ppid=20475 vsize=1531100 CPUtime=2.15
/proc/20477/stat : 20477 (java) S 20475 20477 20192 0 -1 4202496 25409 0 1 0 201 14 0 0 15 0 12 0 17356497 1567846400 23932 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20477/statm: 382775 23934 1407 10 0 380077 0
[pid=20477/tid=20479] ppid=20475 vsize=1531100 CPUtime=1.46
/proc/20477/task/20479/stat : 20479 (java) R 20475 20477 20192 0 -1 4202560 21699 0 1 0 134 12 0 0 25 0 12 0 17356499 1567846400 23935 1992294400 134512640 134550932 4290074880 18446744073709551615 4109815496 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=1531100 CPUtime=0
/proc/20477/task/20480/stat : 20480 (java) S 20475 20477 20192 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 17356500 1567846400 23936 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=1531100 CPUtime=0
/proc/20477/task/20481/stat : 20481 (java) S 20475 20477 20192 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 17356500 1567846400 23937 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20482] ppid=20475 vsize=1531100 CPUtime=0
/proc/20477/task/20482/stat : 20482 (java) S 20475 20477 20192 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 17356502 1567846400 23938 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 0 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20483] ppid=20475 vsize=1531100 CPUtime=0
/proc/20477/task/20483/stat : 20483 (java) S 20475 20477 20192 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 17356503 1567846400 23940 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20484] ppid=20475 vsize=1531100 CPUtime=0
/proc/20477/task/20484/stat : 20484 (java) S 20475 20477 20192 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 17356503 1567846400 23941 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20485] ppid=20475 vsize=1531100 CPUtime=0
/proc/20477/task/20485/stat : 20485 (java) S 20475 20477 20192 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 12 0 17356507 1567846400 23942 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20486] ppid=20475 vsize=1531100 CPUtime=0.21
/proc/20477/task/20486/stat : 20486 (java) S 20475 20477 20192 0 -1 4202560 997 0 0 0 21 0 0 0 21 0 12 0 17356507 1567846400 23943 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20487] ppid=20475 vsize=1531100 CPUtime=0.43
/proc/20477/task/20487/stat : 20487 (java) S 20475 20477 20192 0 -1 4202560 1651 0 0 0 43 0 0 0 15 0 12 0 17356507 1567846400 23945 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20488] ppid=20475 vsize=1531100 CPUtime=0
/proc/20477/task/20488/stat : 20488 (java) S 20475 20477 20192 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 17356507 1567846400 23946 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20489] ppid=20475 vsize=1531100 CPUtime=0
/proc/20477/task/20489/stat : 20489 (java) S 20475 20477 20192 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 17356507 1567846400 23947 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 1531100

[startup+3.10225 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 20489
/proc/meminfo: memFree=1701972/2059040 swapFree=4140380/4192956
[pid=20477] ppid=20475 vsize=1531100 CPUtime=3.84
/proc/20477/stat : 20477 (java) S 20475 20477 20192 0 -1 4202496 40334 0 1 0 363 21 0 0 15 0 12 0 17356497 1567846400 38818 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20477/statm: 382775 38818 1417 10 0 380077 0
[pid=20477/tid=20479] ppid=20475 vsize=1531100 CPUtime=2.96
/proc/20477/task/20479/stat : 20479 (java) R 20475 20477 20192 0 -1 4202560 32002 0 1 0 279 17 0 0 25 0 12 0 17356499 1567846400 38818 1992294400 134512640 134550932 4290074880 18446744073709551615 4109793380 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=1531100 CPUtime=0.1
/proc/20477/task/20480/stat : 20480 (java) S 20475 20477 20192 0 -1 4202560 2226 0 0 0 9 1 0 0 16 0 12 0 17356500 1567846400 38818 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=1531100 CPUtime=0.09
/proc/20477/task/20481/stat : 20481 (java) S 20475 20477 20192 0 -1 4202560 2386 0 0 0 9 0 0 0 18 0 12 0 17356500 1567846400 38818 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 1 0 0 0
[pid=20477/tid=20482] ppid=20475 vsize=1531100 CPUtime=0
/proc/20477/task/20482/stat : 20482 (java) S 20475 20477 20192 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 17356502 1567846400 38818 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 0 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20483] ppid=20475 vsize=1531100 CPUtime=0
/proc/20477/task/20483/stat : 20483 (java) S 20475 20477 20192 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 17356503 1567846400 38818 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20484] ppid=20475 vsize=1531100 CPUtime=0
/proc/20477/task/20484/stat : 20484 (java) S 20475 20477 20192 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 17356503 1567846400 38818 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20485] ppid=20475 vsize=1531100 CPUtime=0
/proc/20477/task/20485/stat : 20485 (java) S 20475 20477 20192 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 12 0 17356507 1567846400 38818 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20486] ppid=20475 vsize=1531100 CPUtime=0.21
/proc/20477/task/20486/stat : 20486 (java) S 20475 20477 20192 0 -1 4202560 997 0 0 0 21 0 0 0 21 0 12 0 17356507 1567846400 38818 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20487] ppid=20475 vsize=1531100 CPUtime=0.43
/proc/20477/task/20487/stat : 20487 (java) S 20475 20477 20192 0 -1 4202560 1651 0 0 0 43 0 0 0 15 0 12 0 17356507 1567846400 38818 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20488] ppid=20475 vsize=1531100 CPUtime=0
/proc/20477/task/20488/stat : 20488 (java) S 20475 20477 20192 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 17356507 1567846400 38818 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20489] ppid=20475 vsize=1531100 CPUtime=0
/proc/20477/task/20489/stat : 20489 (java) S 20475 20477 20192 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 17356507 1567846400 38818 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 1531100

[startup+6.30161 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 20489
/proc/meminfo: memFree=1671964/2059040 swapFree=4140380/4192956
[pid=20477] ppid=20475 vsize=1531424 CPUtime=7.82
/proc/20477/stat : 20477 (java) S 20475 20477 20192 0 -1 4202496 47679 0 2 0 757 25 0 0 15 0 13 0 17356497 1568178176 46023 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20477/statm: 382856 46023 1440 10 0 380158 0
[pid=20477/tid=20479] ppid=20475 vsize=1531424 CPUtime=5.54
/proc/20477/task/20479/stat : 20479 (java) R 20475 20477 20192 0 -1 4202560 32049 0 1 0 536 18 0 0 25 0 13 0 17356499 1568178176 46023 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=1531424 CPUtime=0.37
/proc/20477/task/20480/stat : 20480 (java) S 20475 20477 20192 0 -1 4202560 5946 0 0 0 35 2 0 0 16 0 13 0 17356500 1568178176 46023 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=1531424 CPUtime=0.37
/proc/20477/task/20481/stat : 20481 (java) S 20475 20477 20192 0 -1 4202560 5780 0 0 0 36 1 0 0 16 0 13 0 17356500 1568178176 46023 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 1 0 0 0
[pid=20477/tid=20482] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20482/stat : 20482 (java) S 20475 20477 20192 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 13 0 17356502 1568178176 46023 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 0 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20483] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20483/stat : 20483 (java) S 20475 20477 20192 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 17356503 1568178176 46023 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20484] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20484/stat : 20484 (java) S 20475 20477 20192 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 17356503 1568178176 46023 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20485] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20485/stat : 20485 (java) S 20475 20477 20192 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 17356507 1568178176 46023 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20486] ppid=20475 vsize=1531424 CPUtime=0.66
/proc/20477/task/20486/stat : 20486 (java) R 20475 20477 20192 0 -1 4202560 1073 0 1 0 66 0 0 0 15 0 13 0 17356507 1568178176 46023 1992294400 134512640 134550932 4290074880 18446744073709551615 103152385 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20477/tid=20487] ppid=20475 vsize=1531424 CPUtime=0.81
/proc/20477/task/20487/stat : 20487 (java) R 20475 20477 20192 0 -1 4202560 1750 0 0 0 81 0 0 0 16 0 13 0 17356507 1568178176 46023 1992294400 134512640 134550932 4290074880 18446744073709551615 103333601 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20477/tid=20488] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20488/stat : 20488 (java) S 20475 20477 20192 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 17356507 1568178176 46023 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20489] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20489/stat : 20489 (java) S 20475 20477 20192 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 17356507 1568178176 46023 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 1531424

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 20490
/proc/meminfo: memFree=1661116/2059040 swapFree=4140380/4192956
[pid=20477] ppid=20475 vsize=1531424 CPUtime=14.41
/proc/20477/stat : 20477 (java) S 20475 20477 20192 0 -1 4202496 47875 0 2 0 1416 25 0 0 15 0 13 0 17356497 1568178176 46048 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20477/statm: 382856 46048 1442 10 0 380158 0
[pid=20477/tid=20479] ppid=20475 vsize=1531424 CPUtime=11.86
/proc/20477/task/20479/stat : 20479 (java) R 20475 20477 20192 0 -1 4202560 32053 0 1 0 1167 19 0 0 25 0 13 0 17356499 1568178176 46048 1992294400 134512640 134550932 4290074880 18446744073709551615 4110009078 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=1531424 CPUtime=0.37
/proc/20477/task/20480/stat : 20480 (java) S 20475 20477 20192 0 -1 4202560 5946 0 0 0 35 2 0 0 16 0 13 0 17356500 1568178176 46048 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=1531424 CPUtime=0.37
/proc/20477/task/20481/stat : 20481 (java) S 20475 20477 20192 0 -1 4202560 5780 0 0 0 36 1 0 0 16 0 13 0 17356500 1568178176 46048 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 1 0 0 0
[pid=20477/tid=20482] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20482/stat : 20482 (java) S 20475 20477 20192 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 13 0 17356502 1568178176 46048 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 0 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20483] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20483/stat : 20483 (java) S 20475 20477 20192 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 17356503 1568178176 46048 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20484] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20484/stat : 20484 (java) S 20475 20477 20192 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 17356503 1568178176 46048 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20485] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20485/stat : 20485 (java) S 20475 20477 20192 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 17356507 1568178176 46048 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20486] ppid=20475 vsize=1531424 CPUtime=0.78
/proc/20477/task/20486/stat : 20486 (java) S 20475 20477 20192 0 -1 4202560 1082 0 1 0 78 0 0 0 15 0 13 0 17356507 1568178176 46048 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 1 0 0 0
[pid=20477/tid=20487] ppid=20475 vsize=1531424 CPUtime=0.97
/proc/20477/task/20487/stat : 20487 (java) S 20475 20477 20192 0 -1 4202560 1933 0 0 0 97 0 0 0 15 0 13 0 17356507 1568178176 46048 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20488] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20488/stat : 20488 (java) S 20475 20477 20192 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 17356507 1568178176 46048 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20489] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20489/stat : 20489 (java) S 20475 20477 20192 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 17356507 1568178176 46048 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 1 0 0 0
[pid=20477/tid=20490] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20490/stat : 20490 (java) S 20475 20477 20192 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 17357102 1568178176 46048 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.41
Current children cumulated vsize (KiB) 1531424

[startup+25.5012 s]
/proc/loadavg: 1.07 1.02 1.00 2/119 20490
/proc/meminfo: memFree=1633340/2059040 swapFree=4140380/4192956
[pid=20477] ppid=20475 vsize=1531424 CPUtime=27.36
/proc/20477/stat : 20477 (java) S 20475 20477 20192 0 -1 4202496 55003 0 2 0 2707 29 0 0 15 0 13 0 17356497 1568178176 52999 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20477/statm: 382856 52999 1447 10 0 380158 0
[pid=20477/tid=20479] ppid=20475 vsize=1531424 CPUtime=24.02
/proc/20477/task/20479/stat : 20479 (java) R 20475 20477 20192 0 -1 4202560 32056 0 1 0 2383 19 0 0 25 0 13 0 17356499 1568178176 52999 1992294400 134512640 134550932 4290074880 18446744073709551615 4110047836 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=1531424 CPUtime=0.5
/proc/20477/task/20480/stat : 20480 (java) S 20475 20477 20192 0 -1 4202560 7308 0 0 0 46 4 0 0 15 0 13 0 17356500 1568178176 52999 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=1531424 CPUtime=0.5
/proc/20477/task/20481/stat : 20481 (java) S 20475 20477 20192 0 -1 4202560 6800 0 0 0 48 2 0 0 16 0 13 0 17356500 1568178176 52999 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 1 0 0 0
[pid=20477/tid=20482] ppid=20475 vsize=1531424 CPUtime=0.42
/proc/20477/task/20482/stat : 20482 (java) S 20475 20477 20192 0 -1 4202560 4543 0 0 0 41 1 0 0 15 0 13 0 17356502 1568178176 52999 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 0 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20483] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20483/stat : 20483 (java) S 20475 20477 20192 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 17356503 1568178176 52999 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20484] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20484/stat : 20484 (java) S 20475 20477 20192 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 17356503 1568178176 52999 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20485] ppid=20475 vsize=1531424 CPUtime=0

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

[pid=20477] ppid=20475 vsize=1531424 CPUtime=1666.3
/proc/20477/stat : 20477 (java) S 20475 20477 20192 0 -1 4202496 97733 0 2 0 166572 58 0 0 15 0 13 0 17356497 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20477/statm: 382856 89168 1447 10 0 380158 0
[pid=20477/tid=20479] ppid=20475 vsize=1531424 CPUtime=1650.71
/proc/20477/task/20479/stat : 20479 (java) R 20475 20477 20192 0 -1 4202560 32100 0 1 0 165046 25 0 0 25 0 13 0 17356499 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4110047752 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=1531424 CPUtime=3.43
/proc/20477/task/20480/stat : 20480 (java) S 20475 20477 20192 0 -1 4202560 27669 0 0 0 328 15 0 0 16 0 13 0 17356500 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=1531424 CPUtime=3.43
/proc/20477/task/20481/stat : 20481 (java) S 20475 20477 20192 0 -1 4202560 26949 0 0 0 330 13 0 0 16 0 13 0 17356500 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20482] ppid=20475 vsize=1531424 CPUtime=6.75
/proc/20477/task/20482/stat : 20482 (java) S 20475 20477 20192 0 -1 4202560 6617 0 0 0 673 2 0 0 15 0 13 0 17356502 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 0 0 16800975 18446604437838365056 0 0 -1 1 0 0 0
[pid=20477/tid=20483] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20483/stat : 20483 (java) S 20475 20477 20192 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 17356503 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20484] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20484/stat : 20484 (java) S 20475 20477 20192 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 17356503 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20485] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20485/stat : 20485 (java) S 20475 20477 20192 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 17356507 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20486] ppid=20475 vsize=1531424 CPUtime=0.87
/proc/20477/task/20486/stat : 20486 (java) S 20475 20477 20192 0 -1 4202560 1108 0 1 0 87 0 0 0 16 0 13 0 17356507 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 1 0 0 0
[pid=20477/tid=20487] ppid=20475 vsize=1531424 CPUtime=1.05
/proc/20477/task/20487/stat : 20487 (java) S 20475 20477 20192 0 -1 4202560 2129 0 0 0 104 1 0 0 15 0 13 0 17356507 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20488] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20488/stat : 20488 (java) S 20475 20477 20192 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 17356507 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20489] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20489/stat : 20489 (java) S 20475 20477 20192 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 17356507 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20490] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20490/stat : 20490 (java) S 20475 20477 20192 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 17357102 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1666.3
Current children cumulated vsize (KiB) 1531424

[startup+1722.3 s]
/proc/loadavg: 1.00 1.04 1.05 2/119 20536
/proc/meminfo: memFree=1486524/2059040 swapFree=4140380/4192956
[pid=20477] ppid=20475 vsize=1531424 CPUtime=1726.35
/proc/20477/stat : 20477 (java) S 20475 20477 20192 0 -1 4202496 97740 0 2 0 172577 58 0 0 15 0 13 0 17356497 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20477/statm: 382856 89168 1447 10 0 380158 0
[pid=20477/tid=20479] ppid=20475 vsize=1531424 CPUtime=1710.62
/proc/20477/task/20479/stat : 20479 (java) R 20475 20477 20192 0 -1 4202560 32101 0 1 0 171037 25 0 0 25 0 13 0 17356499 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4109849015 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=1531424 CPUtime=3.49
/proc/20477/task/20480/stat : 20480 (java) S 20475 20477 20192 0 -1 4202560 27669 0 0 0 334 15 0 0 15 0 13 0 17356500 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 1 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=1531424 CPUtime=3.5
/proc/20477/task/20481/stat : 20481 (java) S 20475 20477 20192 0 -1 4202560 26949 0 0 0 337 13 0 0 16 0 13 0 17356500 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20482] ppid=20475 vsize=1531424 CPUtime=6.75
/proc/20477/task/20482/stat : 20482 (java) S 20475 20477 20192 0 -1 4202560 6619 0 0 0 673 2 0 0 15 0 13 0 17356502 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 0 0 16800975 18446604437838365056 0 0 -1 1 0 0 0
[pid=20477/tid=20483] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20483/stat : 20483 (java) S 20475 20477 20192 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 17356503 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20484] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20484/stat : 20484 (java) S 20475 20477 20192 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 17356503 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20485] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20485/stat : 20485 (java) S 20475 20477 20192 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 17356507 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20486] ppid=20475 vsize=1531424 CPUtime=0.87
/proc/20477/task/20486/stat : 20486 (java) S 20475 20477 20192 0 -1 4202560 1108 0 1 0 87 0 0 0 16 0 13 0 17356507 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 1 0 0 0
[pid=20477/tid=20487] ppid=20475 vsize=1531424 CPUtime=1.05
/proc/20477/task/20487/stat : 20487 (java) S 20475 20477 20192 0 -1 4202560 2129 0 0 0 104 1 0 0 15 0 13 0 17356507 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20488] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20488/stat : 20488 (java) S 20475 20477 20192 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 17356507 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20489] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20489/stat : 20489 (java) S 20475 20477 20192 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 17356507 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20490] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20490/stat : 20490 (java) S 20475 20477 20192 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 17357102 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.35
Current children cumulated vsize (KiB) 1531424

[startup+1782.3 s]
/proc/loadavg: 1.00 1.03 1.04 2/119 20538
/proc/meminfo: memFree=1486276/2059040 swapFree=4140380/4192956
[pid=20477] ppid=20475 vsize=1531424 CPUtime=1786.41
/proc/20477/stat : 20477 (java) S 20475 20477 20192 0 -1 4202496 97747 0 2 0 178582 59 0 0 15 0 13 0 17356497 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20477/statm: 382856 89168 1447 10 0 380158 0
[pid=20477/tid=20479] ppid=20475 vsize=1531424 CPUtime=1770.27
/proc/20477/task/20479/stat : 20479 (java) R 20475 20477 20192 0 -1 4202560 32102 0 1 0 177002 25 0 0 25 0 13 0 17356499 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4109495050 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=1531424 CPUtime=3.56
/proc/20477/task/20480/stat : 20480 (java) S 20475 20477 20192 0 -1 4202560 27669 0 0 0 341 15 0 0 16 0 13 0 17356500 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 1 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=1531424 CPUtime=3.57
/proc/20477/task/20481/stat : 20481 (java) S 20475 20477 20192 0 -1 4202560 26949 0 0 0 344 13 0 0 15 0 13 0 17356500 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20482] ppid=20475 vsize=1531424 CPUtime=7.01
/proc/20477/task/20482/stat : 20482 (java) S 20475 20477 20192 0 -1 4202560 6621 0 0 0 699 2 0 0 15 0 13 0 17356502 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 0 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20483] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20483/stat : 20483 (java) S 20475 20477 20192 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 17356503 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20484] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20484/stat : 20484 (java) S 20475 20477 20192 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 17356503 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20485] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20485/stat : 20485 (java) S 20475 20477 20192 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 17356507 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20486] ppid=20475 vsize=1531424 CPUtime=0.87
/proc/20477/task/20486/stat : 20486 (java) S 20475 20477 20192 0 -1 4202560 1108 0 1 0 87 0 0 0 16 0 13 0 17356507 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 1 0 0 0
[pid=20477/tid=20487] ppid=20475 vsize=1531424 CPUtime=1.05
/proc/20477/task/20487/stat : 20487 (java) S 20475 20477 20192 0 -1 4202560 2129 0 0 0 104 1 0 0 15 0 13 0 17356507 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20488] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20488/stat : 20488 (java) S 20475 20477 20192 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 17356507 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20489] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20489/stat : 20489 (java) S 20475 20477 20192 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 17356507 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 1 0 0 0
[pid=20477/tid=20490] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20490/stat : 20490 (java) S 20475 20477 20192 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 17357102 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.41
Current children cumulated vsize (KiB) 1531424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 1.00 1.03 1.04 2/119 20538
/proc/meminfo: memFree=1486276/2059040 swapFree=4140380/4192956
[pid=20477] ppid=20475 vsize=1531424 CPUtime=1800.1
/proc/20477/stat : 20477 (java) S 20475 20477 20192 0 -1 4202496 97747 0 2 0 179951 59 0 0 15 0 13 0 17356497 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20477/statm: 382856 89168 1447 10 0 380158 0
[pid=20477/tid=20479] ppid=20475 vsize=1531424 CPUtime=1783.97
/proc/20477/task/20479/stat : 20479 (java) R 20475 20477 20192 0 -1 4202560 32102 0 1 0 178372 25 0 0 25 0 13 0 17356499 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4110056373 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=1531424 CPUtime=3.56
/proc/20477/task/20480/stat : 20480 (java) S 20475 20477 20192 0 -1 4202560 27669 0 0 0 341 15 0 0 16 0 13 0 17356500 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 1 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=1531424 CPUtime=3.57
/proc/20477/task/20481/stat : 20481 (java) S 20475 20477 20192 0 -1 4202560 26949 0 0 0 344 13 0 0 15 0 13 0 17356500 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20482] ppid=20475 vsize=1531424 CPUtime=7.01
/proc/20477/task/20482/stat : 20482 (java) S 20475 20477 20192 0 -1 4202560 6621 0 0 0 699 2 0 0 15 0 13 0 17356502 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 0 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20483] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20483/stat : 20483 (java) S 20475 20477 20192 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 17356503 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20484] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20484/stat : 20484 (java) S 20475 20477 20192 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 17356503 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20485] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20485/stat : 20485 (java) S 20475 20477 20192 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 17356507 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20486] ppid=20475 vsize=1531424 CPUtime=0.87
/proc/20477/task/20486/stat : 20486 (java) S 20475 20477 20192 0 -1 4202560 1108 0 1 0 87 0 0 0 16 0 13 0 17356507 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 1 0 0 0
[pid=20477/tid=20487] ppid=20475 vsize=1531424 CPUtime=1.05
/proc/20477/task/20487/stat : 20487 (java) S 20475 20477 20192 0 -1 4202560 2129 0 0 0 104 1 0 0 15 0 13 0 17356507 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20488] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20488/stat : 20488 (java) S 20475 20477 20192 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 17356507 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20489] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20489/stat : 20489 (java) R 20475 20477 20192 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 17356507 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20477/tid=20490] ppid=20475 vsize=1531424 CPUtime=0
/proc/20477/task/20490/stat : 20490 (java) S 20475 20477 20192 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 17357102 1568178176 89168 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1531424

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

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

[startup+1796.12 s]
/proc/loadavg: 1.00 1.03 1.04 2/119 20538
/proc/meminfo: memFree=1486276/2059040 swapFree=4140380/4192956
[pid=20477] ppid=20475 vsize=1533096 CPUtime=1800.26
/proc/20477/stat : 20477 (java) S 20475 20477 20192 0 -1 4202496 98020 0 2 0 179967 59 0 0 15 0 14 0 17356497 1569890304 89418 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20477/statm: 383274 89418 1448 10 0 380576 0
[pid=20477/tid=20479] ppid=20475 vsize=1533096 CPUtime=1784.07
/proc/20477/task/20479/stat : 20479 (java) R 20475 20477 20192 0 -1 4202560 32102 0 1 0 178382 25 0 0 25 0 14 0 17356499 1569890304 89418 1992294400 134512640 134550932 4290074880 18446744073709551615 4110060491 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=1533096 CPUtime=3.56
/proc/20477/task/20480/stat : 20480 (java) S 20475 20477 20192 0 -1 4202560 27669 0 0 0 341 15 0 0 16 0 14 0 17356500 1569890304 89418 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 1 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=1533096 CPUtime=3.57
/proc/20477/task/20481/stat : 20481 (java) S 20475 20477 20192 0 -1 4202560 26949 0 0 0 344 13 0 0 15 0 14 0 17356500 1569890304 89418 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20482] ppid=20475 vsize=1533096 CPUtime=7.01
/proc/20477/task/20482/stat : 20482 (java) S 20475 20477 20192 0 -1 4202560 6621 0 0 0 699 2 0 0 15 0 14 0 17356502 1569890304 89418 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 0 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20483] ppid=20475 vsize=1533096 CPUtime=0
/proc/20477/task/20483/stat : 20483 (java) S 20475 20477 20192 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 17356503 1569890304 89418 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20484] ppid=20475 vsize=1533096 CPUtime=0
/proc/20477/task/20484/stat : 20484 (java) S 20475 20477 20192 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 17356503 1569890304 89418 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20485] ppid=20475 vsize=1533096 CPUtime=0
/proc/20477/task/20485/stat : 20485 (java) S 20475 20477 20192 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 17356507 1569890304 89418 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20486] ppid=20475 vsize=1533096 CPUtime=0.87
/proc/20477/task/20486/stat : 20486 (java) S 20475 20477 20192 0 -1 4202560 1108 0 1 0 87 0 0 0 16 0 14 0 17356507 1569890304 89418 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 1 0 0 0
[pid=20477/tid=20487] ppid=20475 vsize=1533096 CPUtime=1.08
/proc/20477/task/20487/stat : 20487 (java) S 20475 20477 20192 0 -1 4202560 2380 0 0 0 107 1 0 0 15 0 14 0 17356507 1569890304 89418 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20488] ppid=20475 vsize=1533096 CPUtime=0
/proc/20477/task/20488/stat : 20488 (java) S 20475 20477 20192 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 17356507 1569890304 89418 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 0 0 0 0
[pid=20477/tid=20489] ppid=20475 vsize=1533096 CPUtime=0
/proc/20477/task/20489/stat : 20489 (java) R 20475 20477 20192 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 14 0 17356507 1569890304 89418 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20477/tid=20490] ppid=20475 vsize=1533096 CPUtime=0
/proc/20477/task/20490/stat : 20490 (java) S 20475 20477 20192 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 17357102 1569890304 89418 1992294400 134512640 134550932 4290074880 18446744073709551615 4294960144 0 4 0 16800975 18446604437838365056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 1533096

Child status: 143
Real time (s): 1796.15
CPU time (s): 1800.31
CPU user time (s): 1799.68
CPU system time (s): 0.630904
CPU usage (%): 100.231
Max. virtual memory (cumulated for all children) (KiB): 1533096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.68
system time used= 0.630904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98021
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37293
involuntary context switches= 20081

runsolver used 4.07838 second user time and 9.14561 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-13 10:25:47
IDJOB=2658762
IDBENCH=2058
IDSOLVER=1164
FILE ID=node009/2658762-1276417547
PBS_JOBID= 11173291
Free space on /tmp= 62432 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g250.29.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658762-1276417547/watcher-2658762-1276417547 -o /tmp/evaluation-result-2658762-1276417547/solver-2658762-1276417547 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658762-1276417547.opb

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

MD5SUM BENCH= b0a7c1cc13cb603591c6d50e3dba1a47
RANDOM SEED=1714994737

node009.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.199
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.39
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.199
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1841652 kB
Buffers:         15044 kB
Cached:         123524 kB
SwapCached:       6084 kB
Active:          76032 kB
Inactive:        75380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1841652 kB
SwapTotal:     4192956 kB
SwapFree:      4140380 kB
Dirty:           11996 kB
Writeback:           0 kB
AnonPages:       10948 kB
Mapped:          13004 kB
Slab:            44204 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179720 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= 62432 MiB
End job on node009 at 2010-06-13 10:55:45