Trace number 2658906

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.27 1784.75

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LdValue.ucl.opb
MD5SUM70ea01a607f0d01f6199fb93098b84d8
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1799.77
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables77106
Total number of constraints218779
Number of constraints which are clauses205559
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13220
Minimum length of a constraint1
Maximum length of a constraint15
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 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.09/0.20	c Pseudo Boolean Optimization
0.09/0.20	c --- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.09/0.20	c Learn all clauses as in MiniSAT
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.20	c Expensive reason simplification
0.09/0.20	c Armin Biere (Picosat) restarts strategy
0.09/0.20	c Glucose learned constraints deletion strategy
0.09/0.20	c timeout=2147483s
0.09/0.20	c DB Simplification allowed=false
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c solving HOME/instance-2658906-1276338159.opb
0.09/0.20	c reading problem ... 
6.26/4.56	c ... done. Wall clock time 4.356s.
6.26/4.56	c #vars     77106
6.26/4.56	c #constraints  218779
6.26/4.56	c constraints type 
6.26/4.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 67732
6.26/4.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 137826
6.26/4.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13220
21.77/18.62	c cleaning 2498 clauses out of 4999 with flag 5001/5001
36.16/32.85	c cleaning 4252 clauses out of 8503 with flag 11003/11003
52.41/48.93	c cleaning 5608 clauses out of 11252 with flag 18004/18004
67.59/63.93	c cleaning 6798 clauses out of 13640 with flag 26001/26001
87.15/83.37	c cleaning 7879 clauses out of 15841 with flag 35000/35000
113.53/109.57	c cleaning 8969 clauses out of 17963 with flag 45001/45001
139.17/135.08	c cleaning 9976 clauses out of 19993 with flag 56001/56001
165.51/161.10	c cleaning 10964 clauses out of 22015 with flag 68000/68000
193.51/188.90	c cleaning 11988 clauses out of 24051 with flag 81000/81000
223.95/219.17	c cleaning 12981 clauses out of 26061 with flag 95000/95000
263.39/258.32	c cleaning 14010 clauses out of 28081 with flag 110001/110001
299.58/294.23	c cleaning 14998 clauses out of 30072 with flag 126002/126002
341.10/335.48	c cleaning 15993 clauses out of 32072 with flag 143002/143002
381.09/375.18	c cleaning 16985 clauses out of 34075 with flag 161000/161000
405.75/399.62	c cleaning 18022 clauses out of 36092 with flag 180002/180002
446.15/439.77	c cleaning 19015 clauses out of 38068 with flag 200000/200000
493.75/487.06	c cleaning 19996 clauses out of 40053 with flag 221000/221000
549.66/542.69	c cleaning 21005 clauses out of 42057 with flag 243000/243000
607.38/600.09	c cleaning 21980 clauses out of 44052 with flag 266000/266000
665.76/658.15	c cleaning 23031 clauses out of 46072 with flag 290000/290000
717.31/709.40	c cleaning 23985 clauses out of 48041 with flag 315000/315000
767.68/759.35	c cleaning 25026 clauses out of 50059 with flag 341004/341004
843.16/834.32	c cleaning 25991 clauses out of 52030 with flag 368001/368001
906.08/896.81	c cleaning 26994 clauses out of 54039 with flag 396003/396003
962.37/952.78	c cleaning 28002 clauses out of 56041 with flag 425000/425000
1020.64/1010.50	c cleaning 29002 clauses out of 58036 with flag 455000/455000
1096.19/1085.58	c cleaning 30009 clauses out of 60034 with flag 486000/486000
1198.37/1187.14	c cleaning 31000 clauses out of 62024 with flag 518000/518000
1263.67/1252.02	c cleaning 31991 clauses out of 64025 with flag 551002/551002
1347.12/1334.99	c cleaning 33008 clauses out of 66034 with flag 585003/585003
1456.36/1443.43	c cleaning 33995 clauses out of 68023 with flag 620000/620000
1579.45/1565.60	c cleaning 35010 clauses out of 70028 with flag 656000/656000
1695.37/1680.60	c cleaning 35995 clauses out of 72018 with flag 693000/693000
1800.06/1784.61	c starts		: 168
1800.06/1784.61	c conflicts		: 721810
1800.06/1784.61	c decisions		: 2206584
1800.06/1784.61	c propagations		: 1150701770
1800.06/1784.61	c inspects		: 3503184764
1800.06/1784.61	c learnt literals	: 21
1800.06/1784.61	c learnt binary clauses	: 414
1800.06/1784.61	c learnt ternary clauses	: 953
1800.06/1784.61	c learnt clauses	: 721789
1800.06/1784.61	c ignored clauses	: 0
1800.06/1784.61	c root simplifications	: 0
1800.06/1784.61	c removed literals (reason simplification)	: 7537169
1800.06/1784.61	c reason swapping (by a shorter reason)	: 0
1800.06/1784.61	c Calls to reduceDB	: 33
1800.06/1784.61	c number of reductions to clauses (during analyze)	: 0
1800.06/1784.61	c number of learned constraints concerned by reduction	: 0
1800.06/1784.61	c number of learning phase by resolution	: 0
1800.06/1784.61	c number of learning phase by cutting planes	: 0
1800.06/1784.61	c speed (assignments/second)	: 646442.5795186997
1800.06/1784.61	c non guided choices	21710
1800.06/1784.67	c learnt constraints type 
1800.06/1784.67	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 64435
1800.06/1784.67	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 414
1800.06/1784.67	c constraints type 
1800.06/1784.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 67732
1800.06/1784.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 137826
1800.06/1784.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13220
1800.06/1784.67	s UNKNOWN
1800.06/1784.67	c Total wall clock time (in seconds): 1784.471

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-2658906-1276338159/watcher-2658906-1276338159 -o /tmp/evaluation-result-2658906-1276338159/solver-2658906-1276338159 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658906-1276338159.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.92 0.98 0.99 3/106 10785
/proc/meminfo: memFree=1848820/2059040 swapFree=4136460/4192956
[pid=10785] ppid=10783 vsize=248 CPUtime=0
/proc/10785/stat : 10785 (java) R 10783 10785 10754 0 -1 4194304 281 0 0 0 0 0 0 0 20 0 1 0 9419977 253952 28 1992294400 134512640 134550932 4290073552 18446744073709551615 4149844 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10785/statm: 62 28 21 10 0 23 0

[startup+0.0458401 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 10785
/proc/meminfo: memFree=1848820/2059040 swapFree=4136460/4192956
[pid=10785] ppid=10783 vsize=1521016 CPUtime=0.03
/proc/10785/stat : 10785 (java) S 10783 10785 10754 0 -1 4202496 3445 0 1 0 1 2 0 0 18 0 5 0 9419977 1557520384 2889 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10785/statm: 380254 2889 971 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.100964 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 10785
/proc/meminfo: memFree=1848820/2059040 swapFree=4136460/4192956
[pid=10785] ppid=10783 vsize=1524184 CPUtime=0.09
/proc/10785/stat : 10785 (java) S 10783 10785 10754 0 -1 4202496 3960 0 1 0 6 3 0 0 18 0 12 0 9419977 1560764416 3400 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10785/statm: 381046 3400 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300344 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 10785
/proc/meminfo: memFree=1848820/2059040 swapFree=4136460/4192956
[pid=10785] ppid=10783 vsize=1526460 CPUtime=0.36
/proc/10785/stat : 10785 (java) S 10783 10785 10754 0 -1 4202496 5772 0 1 0 33 3 0 0 18 0 12 0 9419977 1563095040 5210 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10785/statm: 381615 5210 1361 10 0 378917 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526460

[startup+0.700345 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 10785
/proc/meminfo: memFree=1848820/2059040 swapFree=4136460/4192956
[pid=10785] ppid=10783 vsize=1529120 CPUtime=1.14
/proc/10785/stat : 10785 (java) S 10783 10785 10754 0 -1 4202496 7903 0 1 0 110 4 0 0 18 0 12 0 9419977 1565818880 7286 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10785/statm: 382280 7287 1401 10 0 379582 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1529120

[startup+1.50135 s]
/proc/loadavg: 0.93 0.98 0.99 4/118 10797
/proc/meminfo: memFree=1811464/2059040 swapFree=4136460/4192956
[pid=10785] ppid=10783 vsize=1533200 CPUtime=2.66
/proc/10785/stat : 10785 (java) S 10783 10785 10754 0 -1 4202496 22290 0 1 0 255 11 0 0 18 0 12 0 9419977 1569996800 21556 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10785/statm: 383300 21558 1406 10 0 380602 0
[pid=10785/tid=10787] ppid=10783 vsize=1533200 CPUtime=1.48
/proc/10785/task/10787/stat : 10787 (java) R 10783 10785 10754 0 -1 4202560 18835 0 1 0 139 9 0 0 20 0 12 0 9419978 1569996800 21559 1992294400 134512640 134550932 4290073552 18446744073709551615 4109941379 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10785/tid=10788] ppid=10783 vsize=1533200 CPUtime=0
/proc/10785/task/10788/stat : 10788 (java) S 10783 10785 10754 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 9419980 1569996800 21561 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10789] ppid=10783 vsize=1533200 CPUtime=0
/proc/10785/task/10789/stat : 10789 (java) S 10783 10785 10754 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 9419980 1569996800 21562 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10790] ppid=10783 vsize=1533200 CPUtime=0
/proc/10785/task/10790/stat : 10790 (java) S 10783 10785 10754 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9419981 1569996800 21563 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 0 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10791] ppid=10783 vsize=1533200 CPUtime=0
/proc/10785/task/10791/stat : 10791 (java) S 10783 10785 10754 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 9419982 1569996800 21564 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10792] ppid=10783 vsize=1533200 CPUtime=0
/proc/10785/task/10792/stat : 10792 (java) S 10783 10785 10754 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 9419982 1569996800 21565 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10793] ppid=10783 vsize=1533200 CPUtime=0
/proc/10785/task/10793/stat : 10793 (java) S 10783 10785 10754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9419986 1569996800 21567 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10794] ppid=10783 vsize=1533200 CPUtime=0.52
/proc/10785/task/10794/stat : 10794 (java) S 10783 10785 10754 0 -1 4202560 783 0 0 0 52 0 0 0 25 0 12 0 9419986 1569996800 21568 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
[pid=10785/tid=10795] ppid=10783 vsize=1533200 CPUtime=0.63
/proc/10785/task/10795/stat : 10795 (java) S 10783 10785 10754 0 -1 4202560 1615 0 0 0 63 0 0 0 25 0 12 0 9419986 1569996800 21569 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
[pid=10785/tid=10796] ppid=10783 vsize=1533200 CPUtime=0
/proc/10785/task/10796/stat : 10796 (java) S 10783 10785 10754 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9419986 1569996800 21571 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10797] ppid=10783 vsize=1533200 CPUtime=0
/proc/10785/task/10797/stat : 10797 (java) S 10783 10785 10754 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 9419986 1569996800 21572 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 1533200

[startup+3.10135 s]
/proc/loadavg: 0.93 0.98 0.99 2/118 10797
/proc/meminfo: memFree=1705196/2059040 swapFree=4136460/4192956
[pid=10785] ppid=10783 vsize=1533200 CPUtime=4.39
/proc/10785/stat : 10785 (java) S 10783 10785 10754 0 -1 4202496 42114 0 1 0 418 21 0 0 18 0 12 0 9419977 1569996800 41334 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10785/statm: 383300 41334 1416 10 0 380602 0
[pid=10785/tid=10787] ppid=10783 vsize=1533200 CPUtime=2.93
/proc/10785/task/10787/stat : 10787 (java) R 10783 10785 10754 0 -1 4202560 32007 0 1 0 277 16 0 0 23 0 12 0 9419978 1569996800 41334 1992294400 134512640 134550932 4290073552 18446744073709551615 4109941239 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10785/tid=10788] ppid=10783 vsize=1533200 CPUtime=0.13
/proc/10785/task/10788/stat : 10788 (java) S 10783 10785 10754 0 -1 4202560 3714 0 0 0 12 1 0 0 18 0 12 0 9419980 1569996800 41334 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10789] ppid=10783 vsize=1533200 CPUtime=0.12
/proc/10785/task/10789/stat : 10789 (java) S 10783 10785 10754 0 -1 4202560 2928 0 0 0 12 0 0 0 18 0 12 0 9419980 1569996800 41334 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
[pid=10785/tid=10790] ppid=10783 vsize=1533200 CPUtime=0
/proc/10785/task/10790/stat : 10790 (java) S 10783 10785 10754 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 9419981 1569996800 41334 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 0 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10791] ppid=10783 vsize=1533200 CPUtime=0
/proc/10785/task/10791/stat : 10791 (java) S 10783 10785 10754 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 9419982 1569996800 41334 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10792] ppid=10783 vsize=1533200 CPUtime=0
/proc/10785/task/10792/stat : 10792 (java) S 10783 10785 10754 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 12 0 9419982 1569996800 41334 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10793] ppid=10783 vsize=1533200 CPUtime=0
/proc/10785/task/10793/stat : 10793 (java) S 10783 10785 10754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9419986 1569996800 41334 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10794] ppid=10783 vsize=1533200 CPUtime=0.52
/proc/10785/task/10794/stat : 10794 (java) S 10783 10785 10754 0 -1 4202560 783 0 0 0 52 0 0 0 25 0 12 0 9419986 1569996800 41334 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
[pid=10785/tid=10795] ppid=10783 vsize=1533200 CPUtime=0.63
/proc/10785/task/10795/stat : 10795 (java) S 10783 10785 10754 0 -1 4202560 1615 0 0 0 63 0 0 0 25 0 12 0 9419986 1569996800 41334 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
[pid=10785/tid=10796] ppid=10783 vsize=1533200 CPUtime=0
/proc/10785/task/10796/stat : 10796 (java) S 10783 10785 10754 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9419986 1569996800 41334 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10797] ppid=10783 vsize=1533200 CPUtime=0
/proc/10785/task/10797/stat : 10797 (java) S 10783 10785 10754 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 9419986 1569996800 41334 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 1533200

[startup+6.30135 s]
/proc/loadavg: 0.93 0.98 0.99 2/119 10798
/proc/meminfo: memFree=1668484/2059040 swapFree=4136460/4192956
[pid=10785] ppid=10783 vsize=1533524 CPUtime=8.8
/proc/10785/stat : 10785 (java) S 10783 10785 10754 0 -1 4202496 51133 0 1 0 854 26 0 0 18 0 13 0 9419977 1570328576 49677 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10785/statm: 383381 49677 1437 10 0 380683 0
[pid=10785/tid=10787] ppid=10783 vsize=1533524 CPUtime=5.59
/proc/10785/task/10787/stat : 10787 (java) R 10783 10785 10754 0 -1 4202560 32052 0 1 0 542 17 0 0 25 0 13 0 9419978 1570328576 49677 1992294400 134512640 134550932 4290073552 18446744073709551615 4109513220 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10785/tid=10788] ppid=10783 vsize=1533524 CPUtime=0.39
/proc/10785/task/10788/stat : 10788 (java) S 10783 10785 10754 0 -1 4202560 8423 0 0 0 36 3 0 0 18 0 13 0 9419980 1570328576 49677 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10789] ppid=10783 vsize=1533524 CPUtime=0.39
/proc/10785/task/10789/stat : 10789 (java) S 10783 10785 10754 0 -1 4202560 7023 0 0 0 37 2 0 0 18 0 13 0 9419980 1570328576 49677 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
[pid=10785/tid=10790] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10790/stat : 10790 (java) S 10783 10785 10754 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 9419981 1570328576 49677 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 0 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10791] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10791/stat : 10791 (java) S 10783 10785 10754 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9419982 1570328576 49677 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10792] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10792/stat : 10792 (java) S 10783 10785 10754 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 9419982 1570328576 49677 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10793] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10793/stat : 10793 (java) S 10783 10785 10754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9419986 1570328576 49677 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10794] ppid=10783 vsize=1533524 CPUtime=1.15
/proc/10785/task/10794/stat : 10794 (java) S 10783 10785 10754 0 -1 4202560 861 0 0 0 115 0 0 0 15 0 13 0 9419986 1570328576 49677 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10795] ppid=10783 vsize=1533524 CPUtime=1.22
/proc/10785/task/10795/stat : 10795 (java) S 10783 10785 10754 0 -1 4202560 1701 0 0 0 122 0 0 0 15 0 13 0 9419986 1570328576 49677 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
[pid=10785/tid=10796] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10796/stat : 10796 (java) S 10783 10785 10754 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9419986 1570328576 49677 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10797] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10797/stat : 10797 (java) S 10783 10785 10754 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 9419986 1570328576 49677 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
[pid=10785/tid=10798] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10798/stat : 10798 (java) S 10783 10785 10754 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9420443 1570328576 49677 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.8
Current children cumulated vsize (KiB) 1533524

[startup+12.7004 s]
/proc/loadavg: 0.94 0.98 0.99 2/119 10798
/proc/meminfo: memFree=1634756/2059040 swapFree=4136460/4192956
[pid=10785] ppid=10783 vsize=1533524 CPUtime=15.71
/proc/10785/stat : 10785 (java) S 10783 10785 10754 0 -1 4202496 57549 0 1 0 1542 29 0 0 18 0 13 0 9419977 1570328576 54637 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10785/statm: 383381 54637 1439 10 0 380683 0
[pid=10785/tid=10787] ppid=10783 vsize=1533524 CPUtime=11.6
/proc/10785/task/10787/stat : 10787 (java) R 10783 10785 10754 0 -1 4202560 32058 0 1 0 1143 17 0 0 25 0 13 0 9419978 1570328576 54637 1992294400 134512640 134550932 4290073552 18446744073709551615 4110322998 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10785/tid=10788] ppid=10783 vsize=1533524 CPUtime=0.74
/proc/10785/task/10788/stat : 10788 (java) S 10783 10785 10754 0 -1 4202560 11960 0 0 0 70 4 0 0 18 0 13 0 9419980 1570328576 54637 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10789] ppid=10783 vsize=1533524 CPUtime=0.75
/proc/10785/task/10789/stat : 10789 (java) S 10783 10785 10754 0 -1 4202560 9884 0 0 0 71 4 0 0 18 0 13 0 9419980 1570328576 54637 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
[pid=10785/tid=10790] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10790/stat : 10790 (java) S 10783 10785 10754 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 9419981 1570328576 54637 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 0 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10791] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10791/stat : 10791 (java) S 10783 10785 10754 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9419982 1570328576 54637 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10792] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10792/stat : 10792 (java) S 10783 10785 10754 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 9419982 1570328576 54637 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10793] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10793/stat : 10793 (java) S 10783 10785 10754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9419986 1570328576 54637 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10794] ppid=10783 vsize=1533524 CPUtime=1.3
/proc/10785/task/10794/stat : 10794 (java) S 10783 10785 10754 0 -1 4202560 872 0 0 0 130 0 0 0 15 0 13 0 9419986 1570328576 54637 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10795] ppid=10783 vsize=1533524 CPUtime=1.26
/proc/10785/task/10795/stat : 10795 (java) S 10783 10785 10754 0 -1 4202560 1702 0 0 0 126 0 0 0 15 0 13 0 9419986 1570328576 54637 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
[pid=10785/tid=10796] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10796/stat : 10796 (java) S 10783 10785 10754 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9419986 1570328576 54637 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10797] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10797/stat : 10797 (java) S 10783 10785 10754 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 9419986 1570328576 54637 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10798] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10798/stat : 10798 (java) S 10783 10785 10754 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9420443 1570328576 54637 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.71
Current children cumulated vsize (KiB) 1533524

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/119 10798
/proc/meminfo: memFree=1632400/2059040 swapFree=4136460/4192956
[pid=10785] ppid=10783 vsize=1533524 CPUtime=28.72
/proc/10785/stat : 10785 (java) S 10783 10785 10754 0 -1 4202496 58210 0 1 0 2842 30 0 0 18 0 13 0 9419977 1570328576 55276 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10785/statm: 383381 55276 1444 10 0 380683 0
[pid=10785/tid=10787] ppid=10783 vsize=1533524 CPUtime=23.93
/proc/10785/task/10787/stat : 10787 (java) R 10783 10785 10754 0 -1 4202560 32069 0 1 0 2375 18 0 0 25 0 13 0 9419978 1570328576 55276 1992294400 134512640 134550932 4290073552 18446744073709551615 4110208191 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10785/tid=10788] ppid=10783 vsize=1533524 CPUtime=0.94
/proc/10785/task/10788/stat : 10788 (java) S 10783 10785 10754 0 -1 4202560 12247 0 0 0 89 5 0 0 15 0 13 0 9419980 1570328576 55276 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10789] ppid=10783 vsize=1533524 CPUtime=0.94
/proc/10785/task/10789/stat : 10789 (java) S 10783 10785 10754 0 -1 4202560 10116 0 0 0 90 4 0 0 16 0 13 0 9419980 1570328576 55276 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
[pid=10785/tid=10790] ppid=10783 vsize=1533524 CPUtime=0.24
/proc/10785/task/10790/stat : 10790 (java) S 10783 10785 10754 0 -1 4202560 139 0 0 0 24 0 0 0 15 0 13 0 9419981 1570328576 55276 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 0 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10791] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10791/stat : 10791 (java) S 10783 10785 10754 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9419982 1570328576 55276 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10792] ppid=10783 vsize=1533524 CPUtime=0

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

[pid=10785] ppid=10783 vsize=1533524 CPUtime=1676.91
/proc/10785/stat : 10785 (java) S 10783 10785 10754 0 -1 4202496 126009 0 1 0 167562 129 0 0 18 0 13 0 9419977 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10785/statm: 383381 64057 1444 10 0 380683 0
[pid=10785/tid=10787] ppid=10783 vsize=1533524 CPUtime=1637.26
/proc/10785/task/10787/stat : 10787 (java) R 10783 10785 10754 0 -1 4202560 32867 0 1 0 163684 42 0 0 25 0 13 0 9419978 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4110356164 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10785/tid=10788] ppid=10783 vsize=1533524 CPUtime=13.62
/proc/10785/task/10788/stat : 10788 (java) S 10783 10785 10754 0 -1 4202560 17562 0 0 0 1322 40 0 0 16 0 13 0 9419980 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10789] ppid=10783 vsize=1533524 CPUtime=13.75
/proc/10785/task/10789/stat : 10789 (java) S 10783 10785 10754 0 -1 4202560 13825 0 0 0 1357 18 0 0 16 0 13 0 9419980 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
[pid=10785/tid=10790] ppid=10783 vsize=1533524 CPUtime=9.53
/proc/10785/task/10790/stat : 10790 (java) S 10783 10785 10754 0 -1 4202560 58020 0 0 0 927 26 0 0 15 0 13 0 9419981 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 0 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
[pid=10785/tid=10791] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10791/stat : 10791 (java) S 10783 10785 10754 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9419982 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10792] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10792/stat : 10792 (java) S 10783 10785 10754 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 9419982 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10793] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10793/stat : 10793 (java) S 10783 10785 10754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9419986 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10794] ppid=10783 vsize=1533524 CPUtime=1.35
/proc/10785/task/10794/stat : 10794 (java) S 10783 10785 10754 0 -1 4202560 876 0 0 0 135 0 0 0 15 0 13 0 9419986 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10795] ppid=10783 vsize=1533524 CPUtime=1.35
/proc/10785/task/10795/stat : 10795 (java) S 10783 10785 10754 0 -1 4202560 1702 0 0 0 135 0 0 0 15 0 13 0 9419986 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
[pid=10785/tid=10796] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10796/stat : 10796 (java) S 10783 10785 10754 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9419986 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10797] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10797/stat : 10797 (java) S 10783 10785 10754 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 9419986 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10798] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10798/stat : 10798 (java) S 10783 10785 10754 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9420443 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1676.91
Current children cumulated vsize (KiB) 1533524

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10844
/proc/meminfo: memFree=1594580/2059040 swapFree=4136460/4192956
[pid=10785] ppid=10783 vsize=1533524 CPUtime=1737.37
/proc/10785/stat : 10785 (java) S 10783 10785 10754 0 -1 4202496 128219 0 1 0 173605 132 0 0 18 0 13 0 9419977 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10785/statm: 383381 64057 1444 10 0 380683 0
[pid=10785/tid=10787] ppid=10783 vsize=1533524 CPUtime=1696.4
/proc/10785/task/10787/stat : 10787 (java) R 10783 10785 10754 0 -1 4202560 32894 0 1 0 169598 42 0 0 25 0 13 0 9419978 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4110378828 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10785/tid=10788] ppid=10783 vsize=1533524 CPUtime=14.12
/proc/10785/task/10788/stat : 10788 (java) S 10783 10785 10754 0 -1 4202560 17562 0 0 0 1371 41 0 0 16 0 13 0 9419980 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10789] ppid=10783 vsize=1533524 CPUtime=14.26
/proc/10785/task/10789/stat : 10789 (java) S 10783 10785 10754 0 -1 4202560 13825 0 0 0 1408 18 0 0 15 0 13 0 9419980 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
[pid=10785/tid=10790] ppid=10783 vsize=1533524 CPUtime=9.82
/proc/10785/task/10790/stat : 10790 (java) S 10783 10785 10754 0 -1 4202560 60199 0 0 0 956 26 0 0 16 0 13 0 9419981 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 0 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
[pid=10785/tid=10791] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10791/stat : 10791 (java) S 10783 10785 10754 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9419982 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10792] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10792/stat : 10792 (java) S 10783 10785 10754 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 9419982 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10793] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10793/stat : 10793 (java) S 10783 10785 10754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9419986 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10794] ppid=10783 vsize=1533524 CPUtime=1.35
/proc/10785/task/10794/stat : 10794 (java) S 10783 10785 10754 0 -1 4202560 876 0 0 0 135 0 0 0 15 0 13 0 9419986 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10795] ppid=10783 vsize=1533524 CPUtime=1.35
/proc/10785/task/10795/stat : 10795 (java) S 10783 10785 10754 0 -1 4202560 1702 0 0 0 135 0 0 0 15 0 13 0 9419986 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
[pid=10785/tid=10796] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10796/stat : 10796 (java) S 10783 10785 10754 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9419986 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10797] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10797/stat : 10797 (java) S 10783 10785 10754 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 9419986 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10798] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10798/stat : 10798 (java) S 10783 10785 10754 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9420443 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1737.37
Current children cumulated vsize (KiB) 1533524

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10846
/proc/meminfo: memFree=1594332/2059040 swapFree=4136460/4192956
[pid=10785] ppid=10783 vsize=1533524 CPUtime=1797.74
/proc/10785/stat : 10785 (java) S 10783 10785 10754 0 -1 4202496 128248 0 1 0 179641 133 0 0 18 0 13 0 9419977 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10785/statm: 383381 64057 1444 10 0 380683 0
[pid=10785/tid=10787] ppid=10783 vsize=1533524 CPUtime=1755.93
/proc/10785/task/10787/stat : 10787 (java) R 10783 10785 10754 0 -1 4202560 32917 0 1 0 175551 42 0 0 25 0 13 0 9419978 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4110356031 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10785/tid=10788] ppid=10783 vsize=1533524 CPUtime=14.54
/proc/10785/task/10788/stat : 10788 (java) S 10783 10785 10754 0 -1 4202560 17562 0 0 0 1412 42 0 0 16 0 13 0 9419980 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10789] ppid=10783 vsize=1533524 CPUtime=14.68
/proc/10785/task/10789/stat : 10789 (java) S 10783 10785 10754 0 -1 4202560 13825 0 0 0 1450 18 0 0 15 0 13 0 9419980 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
[pid=10785/tid=10790] ppid=10783 vsize=1533524 CPUtime=9.83
/proc/10785/task/10790/stat : 10790 (java) S 10783 10785 10754 0 -1 4202560 60201 0 0 0 957 26 0 0 15 0 13 0 9419981 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 0 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
[pid=10785/tid=10791] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10791/stat : 10791 (java) S 10783 10785 10754 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9419982 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10792] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10792/stat : 10792 (java) S 10783 10785 10754 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 9419982 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10793] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10793/stat : 10793 (java) S 10783 10785 10754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9419986 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10794] ppid=10783 vsize=1533524 CPUtime=1.35
/proc/10785/task/10794/stat : 10794 (java) S 10783 10785 10754 0 -1 4202560 876 0 0 0 135 0 0 0 15 0 13 0 9419986 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10795] ppid=10783 vsize=1533524 CPUtime=1.35
/proc/10785/task/10795/stat : 10795 (java) S 10783 10785 10754 0 -1 4202560 1702 0 0 0 135 0 0 0 15 0 13 0 9419986 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
[pid=10785/tid=10796] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10796/stat : 10796 (java) S 10783 10785 10754 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9419986 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10797] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10797/stat : 10797 (java) S 10783 10785 10754 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 9419986 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10798] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10798/stat : 10798 (java) S 10783 10785 10754 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9420443 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1797.74
Current children cumulated vsize (KiB) 1533524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10846
/proc/meminfo: memFree=1594332/2059040 swapFree=4136460/4192956
[pid=10785] ppid=10783 vsize=1533524 CPUtime=1800.06
/proc/10785/stat : 10785 (java) S 10783 10785 10754 0 -1 4202496 128251 0 1 0 179873 133 0 0 18 0 13 0 9419977 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10785/statm: 383381 64057 1444 10 0 380683 0
[pid=10785/tid=10787] ppid=10783 vsize=1533524 CPUtime=1758.21
/proc/10785/task/10787/stat : 10787 (java) R 10783 10785 10754 0 -1 4202560 32918 0 1 0 175779 42 0 0 25 0 13 0 9419978 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4110445300 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10785/tid=10788] ppid=10783 vsize=1533524 CPUtime=14.55
/proc/10785/task/10788/stat : 10788 (java) S 10783 10785 10754 0 -1 4202560 17562 0 0 0 1413 42 0 0 16 0 13 0 9419980 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10789] ppid=10783 vsize=1533524 CPUtime=14.69
/proc/10785/task/10789/stat : 10789 (java) S 10783 10785 10754 0 -1 4202560 13825 0 0 0 1451 18 0 0 16 0 13 0 9419980 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
[pid=10785/tid=10790] ppid=10783 vsize=1533524 CPUtime=9.83
/proc/10785/task/10790/stat : 10790 (java) S 10783 10785 10754 0 -1 4202560 60203 0 0 0 957 26 0 0 15 0 13 0 9419981 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 0 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
[pid=10785/tid=10791] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10791/stat : 10791 (java) S 10783 10785 10754 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9419982 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10792] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10792/stat : 10792 (java) S 10783 10785 10754 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 9419982 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10793] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10793/stat : 10793 (java) S 10783 10785 10754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9419986 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10794] ppid=10783 vsize=1533524 CPUtime=1.35
/proc/10785/task/10794/stat : 10794 (java) S 10783 10785 10754 0 -1 4202560 876 0 0 0 135 0 0 0 15 0 13 0 9419986 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10795] ppid=10783 vsize=1533524 CPUtime=1.35
/proc/10785/task/10795/stat : 10795 (java) S 10783 10785 10754 0 -1 4202560 1702 0 0 0 135 0 0 0 15 0 13 0 9419986 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
[pid=10785/tid=10796] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10796/stat : 10796 (java) S 10783 10785 10754 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9419986 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10797] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10797/stat : 10797 (java) S 10783 10785 10754 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 9419986 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
[pid=10785/tid=10798] ppid=10783 vsize=1533524 CPUtime=0
/proc/10785/task/10798/stat : 10798 (java) S 10783 10785 10754 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9420443 1570328576 64057 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1533524

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

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

[startup+1784.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10846
/proc/meminfo: memFree=1594332/2059040 swapFree=4136460/4192956
[pid=10785] ppid=10783 vsize=1534172 CPUtime=1800.23
/proc/10785/stat : 10785 (java) S 10783 10785 10754 0 -1 4202496 128270 0 1 0 179890 133 0 0 18 0 14 0 9419977 1570992128 64076 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10785/statm: 383543 64076 1445 10 0 380845 0
[pid=10785/tid=10787] ppid=10783 vsize=1534172 CPUtime=1758.32
/proc/10785/task/10787/stat : 10787 (java) R 10783 10785 10754 0 -1 4202560 32918 0 1 0 175790 42 0 0 25 0 14 0 9419978 1570992128 64076 1992294400 134512640 134550932 4290073552 18446744073709551615 4110207868 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10785/tid=10788] ppid=10783 vsize=1534172 CPUtime=14.55
/proc/10785/task/10788/stat : 10788 (java) S 10783 10785 10754 0 -1 4202560 17562 0 0 0 1413 42 0 0 16 0 14 0 9419980 1570992128 64076 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10789] ppid=10783 vsize=1534172 CPUtime=14.69
/proc/10785/task/10789/stat : 10789 (java) S 10783 10785 10754 0 -1 4202560 13825 0 0 0 1451 18 0 0 16 0 14 0 9419980 1570992128 64076 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
[pid=10785/tid=10790] ppid=10783 vsize=1534172 CPUtime=9.83
/proc/10785/task/10790/stat : 10790 (java) S 10783 10785 10754 0 -1 4202560 60203 0 0 0 957 26 0 0 15 0 14 0 9419981 1570992128 64076 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 0 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
[pid=10785/tid=10791] ppid=10783 vsize=1534172 CPUtime=0
/proc/10785/task/10791/stat : 10791 (java) S 10783 10785 10754 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 9419982 1570992128 64076 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10792] ppid=10783 vsize=1534172 CPUtime=0
/proc/10785/task/10792/stat : 10792 (java) S 10783 10785 10754 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 9419982 1570992128 64076 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10793] ppid=10783 vsize=1534172 CPUtime=0
/proc/10785/task/10793/stat : 10793 (java) S 10783 10785 10754 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 9419986 1570992128 64076 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10794] ppid=10783 vsize=1534172 CPUtime=1.39
/proc/10785/task/10794/stat : 10794 (java) S 10783 10785 10754 0 -1 4202560 876 0 0 0 139 0 0 0 15 0 14 0 9419986 1570992128 64076 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10795] ppid=10783 vsize=1534172 CPUtime=1.35
/proc/10785/task/10795/stat : 10795 (java) S 10783 10785 10754 0 -1 4202560 1702 0 0 0 135 0 0 0 15 0 14 0 9419986 1570992128 64076 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
[pid=10785/tid=10796] ppid=10783 vsize=1534172 CPUtime=0
/proc/10785/task/10796/stat : 10796 (java) S 10783 10785 10754 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 9419986 1570992128 64076 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
[pid=10785/tid=10797] ppid=10783 vsize=1534172 CPUtime=0
/proc/10785/task/10797/stat : 10797 (java) S 10783 10785 10754 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 14 0 9419986 1570992128 64076 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 1 0 0 0
[pid=10785/tid=10798] ppid=10783 vsize=1534172 CPUtime=0
/proc/10785/task/10798/stat : 10798 (java) S 10783 10785 10754 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 9420443 1570992128 64076 1992294400 134512640 134550932 4290073552 18446744073709551615 4294960144 0 4 0 16800975 18446604437830822976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 1534172

Child status: 143
Real time (s): 1784.75
CPU time (s): 1800.27
CPU user time (s): 1798.91
CPU system time (s): 1.36379
CPU usage (%): 100.87
Max. virtual memory (cumulated for all children) (KiB): 1540940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.91
system time used= 1.36379
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128270
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= 45593
involuntary context switches= 25724

runsolver used 3.66344 second user time and 9.81051 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-12 12:22:40
IDJOB=2658906
IDBENCH=1481
IDSOLVER=1164
FILE ID=node001/2658906-1276338159
PBS_JOBID= 11173188
Free space on /tmp= 62384 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.ex.mem.LdValue.ucl.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658906-1276338159/watcher-2658906-1276338159 -o /tmp/evaluation-result-2658906-1276338159/solver-2658906-1276338159 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658906-1276338159.opb

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

MD5SUM BENCH= 70ea01a607f0d01f6199fb93098b84d8
RANDOM SEED=864166626

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1849216 kB
Buffers:         20628 kB
Cached:         117784 kB
SwapCached:      16736 kB
Active:         116172 kB
Inactive:        41768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1849216 kB
SwapTotal:     4192956 kB
SwapFree:      4136460 kB
Dirty:            8208 kB
Writeback:           0 kB
AnonPages:       10660 kB
Mapped:           9120 kB
Slab:            30104 kB
PageTables:       4076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179988 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= 62384 MiB
End job on node001 at 2010-06-12 12:52:26