Trace number 2684783

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.21 1795.54

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12016_4-sat.opb
MD5SUM142eb7aa6e3fc22a3161df6b33ced1a2
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48642
Total number of constraints155800
Number of constraints which are clauses155000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints800
Minimum length of a constraint1
Maximum length of a constraint120
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 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 684
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.46	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.10/0.46	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.46	c See www.sat4j.org for details.
0.10/0.47	c version 2.2.0.v20100526
0.10/0.47	c java.runtime.name	Java(TM) SE Runtime Environment
0.10/0.47	c java.vm.name		Java HotSpot(TM) Server VM
0.10/0.47	c java.vm.version	11.2-b01
0.10/0.47	c java.vm.vendor	Sun Microsystems Inc.
0.10/0.47	c sun.arch.data.model	32
0.10/0.47	c java.version		1.6.0_12
0.10/0.47	c os.name		Linux
0.10/0.47	c os.version		2.6.18-164.el5
0.10/0.47	c os.arch		i386
0.10/0.47	c Free memory 		1393557488
0.10/0.47	c Max memory 		1395916800
0.10/0.47	c Total memory 		1395916800
0.10/0.47	c Number of processors 	2
0.21/0.55	c Pseudo Boolean Optimization
0.21/0.55	c --- Begin Solver configuration ---
0.21/0.55	c Stops conflict analysis at the first Unique Implication Point
0.21/0.55	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.21/0.55	c Learn all clauses as in MiniSAT
0.21/0.55	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.55	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.55	c Expensive reason simplification
0.21/0.55	c Armin Biere (Picosat) restarts strategy
0.21/0.55	c Glucose learned constraints deletion strategy
0.21/0.55	c timeout=2147483s
0.21/0.55	c DB Simplification allowed=false
0.21/0.55	c --- End Solver configuration ---
0.21/0.55	c solving HOME/instance-2684783-1278433545.opb
0.21/0.55	c reading problem ... 
5.72/4.14	c ... done. Wall clock time 3.593s.
5.72/4.14	c #vars     48642
5.72/4.14	c #constraints  146348
5.72/4.14	c constraints type 
5.72/4.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21154
5.72/4.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 121031
5.72/4.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 800
14.59/12.36	c cleaning 2493 clauses out of 5000 with flag 5000/5000
21.98/19.63	c cleaning 4239 clauses out of 8507 with flag 11000/11000
30.60/28.21	c cleaning 5612 clauses out of 11268 with flag 18000/18000
42.20/39.86	c cleaning 6823 clauses out of 13656 with flag 26000/26000
52.59/50.17	c cleaning 7907 clauses out of 15833 with flag 35000/35000
64.03/61.38	c cleaning 8944 clauses out of 17928 with flag 45002/45002
78.31/75.35	c cleaning 9973 clauses out of 19982 with flag 56000/56000
93.41/90.47	c cleaning 10981 clauses out of 22009 with flag 68000/68000
108.14/105.17	c cleaning 11988 clauses out of 24028 with flag 81000/81000
125.87/122.84	c cleaning 13001 clauses out of 26040 with flag 95000/95000
142.89/139.82	c cleaning 14003 clauses out of 28040 with flag 110001/110001
162.81/159.75	c cleaning 14988 clauses out of 30036 with flag 126000/126000
184.35/181.24	c cleaning 16020 clauses out of 32051 with flag 143003/143003
214.47/211.31	c cleaning 16984 clauses out of 34028 with flag 161000/161000
238.68/235.59	c cleaning 18006 clauses out of 36044 with flag 180000/180000
265.81/262.64	c cleaning 18999 clauses out of 38038 with flag 200000/200000
290.53/287.30	c cleaning 20006 clauses out of 40040 with flag 221001/221001
323.95/320.71	c cleaning 21010 clauses out of 42033 with flag 243000/243000
357.28/354.05	c cleaning 21995 clauses out of 44023 with flag 266000/266000
392.63/389.38	c cleaning 22988 clauses out of 46030 with flag 290002/290002
429.74/426.48	c cleaning 23981 clauses out of 48042 with flag 315002/315002
475.98/472.64	c cleaning 25012 clauses out of 50059 with flag 341000/341000
524.71/521.34	c cleaning 25975 clauses out of 52047 with flag 368000/368000
572.85/569.46	c cleaning 27021 clauses out of 54073 with flag 396001/396001
613.59/610.15	c cleaning 28003 clauses out of 56052 with flag 425001/425001
651.64/648.18	c cleaning 29022 clauses out of 58050 with flag 455002/455002
699.57/696.04	c cleaning 30001 clauses out of 60026 with flag 486000/486000
751.30/747.76	c cleaning 31003 clauses out of 62025 with flag 518000/518000
796.15/792.58	c cleaning 31978 clauses out of 64023 with flag 551001/551001
845.88/842.22	c cleaning 32987 clauses out of 66047 with flag 585003/585003
894.40/890.63	c cleaning 33966 clauses out of 68057 with flag 620000/620000
947.96/944.10	c cleaning 35025 clauses out of 70092 with flag 656001/656001
1008.52/1004.63	c cleaning 36020 clauses out of 72066 with flag 693000/693000
1065.97/1062.03	c cleaning 36995 clauses out of 74046 with flag 731000/731000
1137.21/1133.27	c cleaning 38001 clauses out of 76052 with flag 770001/770001
1208.37/1204.36	c cleaning 39015 clauses out of 78052 with flag 810002/810002
1300.43/1296.33	c cleaning 39993 clauses out of 80035 with flag 851000/851000
1385.99/1381.82	c cleaning 41001 clauses out of 82044 with flag 893002/893002
1437.76/1433.59	c cleaning 41981 clauses out of 84041 with flag 936000/936000
1506.95/1502.61	c cleaning 43003 clauses out of 86060 with flag 980000/980000
1572.01/1567.68	c cleaning 44012 clauses out of 88057 with flag 1025000/1025000
1655.27/1650.85	c cleaning 45001 clauses out of 90045 with flag 1071000/1071000
1734.94/1730.44	c cleaning 46011 clauses out of 92045 with flag 1118001/1118001
1800.02/1795.41	c starts		: 189
1800.02/1795.41	c conflicts		: 1153688
1800.02/1795.41	c decisions		: 1496916
1800.02/1795.41	c propagations		: 1100085888
1800.02/1795.41	c inspects		: 3122204126
1800.02/1795.41	c learnt literals	: 0
1800.02/1795.41	c learnt binary clauses	: 7
1800.02/1795.41	c learnt ternary clauses	: 863
1800.02/1795.41	c learnt clauses	: 1153688
1800.02/1795.41	c ignored clauses	: 0
1800.02/1795.41	c root simplifications	: 0
1800.02/1795.41	c removed literals (reason simplification)	: 15310139
1800.02/1795.41	c reason swapping (by a shorter reason)	: 0
1800.02/1795.41	c Calls to reduceDB	: 43
1800.02/1795.41	c number of reductions to clauses (during analyze)	: 0
1800.02/1795.41	c number of learned constraints concerned by reduction	: 0
1800.02/1795.42	c number of learning phase by resolution	: 0
1800.02/1795.42	c number of learning phase by cutting planes	: 0
1800.02/1795.42	c speed (assignments/second)	: 614138.0787241217
1800.02/1795.42	c non guided choices	9012
1800.02/1795.47	c learnt constraints type 
1800.02/1795.47	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 81720
1800.02/1795.47	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 7
1800.02/1795.47	c constraints type 
1800.02/1795.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21154
1800.02/1795.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 121031
1800.02/1795.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 800
1800.02/1795.47	s UNKNOWN
1800.02/1795.47	c Total wall clock time (in seconds): 1794.919

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-2684783-1278433545/watcher-2684783-1278433545 -o /tmp/evaluation-result-2684783-1278433545/solver-2684783-1278433545 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2684783-1278433545.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.29 1.85 1.95 3/106 17941
/proc/meminfo: memFree=1849544/2059040 swapFree=4192956/4192956
[pid=17941] ppid=17939 vsize=248 CPUtime=0
/proc/17941/stat : 17941 (java6) D 17939 17941 17827 0 -1 4194304 108 0 1 0 0 0 0 0 19 0 1 0 11561844 253952 29 1992294400 134512640 134550932 4288009296 18446744073709551615 12501588 0 0 4096 0 18446744071562154983 0 0 17 1 0 0 0
/proc/17941/statm: 62 29 21 10 0 23 0

[startup+0.0110421 s]
/proc/loadavg: 1.29 1.85 1.95 3/106 17941
/proc/meminfo: memFree=1849544/2059040 swapFree=4192956/4192956
[pid=17941] ppid=17939 vsize=248 CPUtime=0
/proc/17941/stat : 17941 (java6) D 17939 17941 17827 0 -1 4194304 108 0 1 0 0 0 0 0 19 0 1 0 11561844 253952 29 1992294400 134512640 134550932 4288009296 18446744073709551615 12501588 0 0 4096 0 18446744071562154983 0 0 17 1 0 0 0
/proc/17941/statm: 62 29 21 10 0 23 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 248

[startup+0.101534 s]
/proc/loadavg: 1.29 1.85 1.95 3/106 17941
/proc/meminfo: memFree=1849544/2059040 swapFree=4192956/4192956
[pid=17941] ppid=17939 vsize=392 CPUtime=0
/proc/17941/stat : 17941 (java) S 17939 17941 17827 0 -1 4194304 288 0 6 0 0 0 0 0 15 0 1 0 11561844 401408 40 1992294400 134512640 134550932 4290978720 18446744073709551615 12501588 0 2147483391 4096 0 18446744071699379390 0 0 17 0 0 0 8
/proc/17941/statm: 107 42 33 10 0 25 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 392

[startup+0.301106 s]
/proc/loadavg: 1.29 1.85 1.95 3/106 17941
/proc/meminfo: memFree=1849544/2059040 swapFree=4192956/4192956
[pid=17941] ppid=17939 vsize=1521200 CPUtime=0.03
/proc/17941/stat : 17941 (java) S 17939 17941 17827 0 -1 4202496 3061 0 91 0 0 3 0 0 16 0 4 0 11561844 1557708800 2594 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 13
/proc/17941/statm: 380300 2594 828 10 0 377610 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521200

[startup+0.701109 s]
/proc/loadavg: 1.29 1.85 1.95 3/106 17941
/proc/meminfo: memFree=1849544/2059040 swapFree=4192956/4192956
[pid=17941] ppid=17939 vsize=1526872 CPUtime=0.47
/proc/17941/stat : 17941 (java) S 17939 17941 17827 0 -1 4202496 5752 0 97 0 40 7 0 0 16 0 12 0 11561844 1563516928 5285 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 13
/proc/17941/statm: 381718 5285 1362 10 0 379020 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 1526872

[startup+1.50219 s]
/proc/loadavg: 1.29 1.85 1.95 4/118 17953
/proc/meminfo: memFree=1815724/2059040 swapFree=4192956/4192956
[pid=17941] ppid=17939 vsize=1532348 CPUtime=1.89
/proc/17941/stat : 17941 (java) S 17939 17941 17827 0 -1 4202496 16877 0 97 0 177 12 0 0 16 0 12 0 11561844 1569124352 15732 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 13
/proc/17941/statm: 383087 15733 1414 10 0 380389 0
[pid=17941/tid=17943] ppid=17939 vsize=1532348 CPUtime=1.14
/proc/17941/task/17943/stat : 17943 (java) R 17939 17941 17827 0 -1 4202560 13006 0 59 0 105 9 0 0 25 0 12 0 11561861 1569124352 15734 1992294400 134512640 134550932 4290978720 18446744073709551615 4109342320 0 4 0 16800975 0 0 0 -1 1 0 0 16
[pid=17941/tid=17944] ppid=17939 vsize=1532348 CPUtime=0
/proc/17941/task/17944/stat : 17944 (java) S 17939 17941 17827 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 12 0 11561872 1569124352 15735 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 1 0 0 0
[pid=17941/tid=17945] ppid=17939 vsize=1532348 CPUtime=0
/proc/17941/task/17945/stat : 17945 (java) S 17939 17941 17827 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 12 0 11561872 1569124352 15735 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 1 0 0 0
[pid=17941/tid=17946] ppid=17939 vsize=1532348 CPUtime=0
/proc/17941/task/17946/stat : 17946 (java) S 17939 17941 17827 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 12 0 11561876 1569124352 15736 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 0 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17947] ppid=17939 vsize=1532348 CPUtime=0
/proc/17941/task/17947/stat : 17947 (java) S 17939 17941 17827 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 11561876 1569124352 15737 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17948] ppid=17939 vsize=1532348 CPUtime=0
/proc/17941/task/17948/stat : 17948 (java) S 17939 17941 17827 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 11561876 1569124352 15738 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17949] ppid=17939 vsize=1532348 CPUtime=0
/proc/17941/task/17949/stat : 17949 (java) S 17939 17941 17827 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 11561884 1569124352 15738 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17950] ppid=17939 vsize=1532348 CPUtime=0.2
/proc/17941/task/17950/stat : 17950 (java) R 17939 17941 17827 0 -1 4202560 551 0 0 0 20 0 0 0 18 0 12 0 11561884 1569124352 15740 1992294400 134512640 134550932 4290978720 18446744073709551615 103234084 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17941/tid=17951] ppid=17939 vsize=1532348 CPUtime=0.51
/proc/17941/task/17951/stat : 17951 (java) R 17939 17941 17827 0 -1 4202560 2294 0 0 0 50 1 0 0 16 0 12 0 11561884 1569124352 15741 1992294400 134512640 134550932 4290978720 18446744073709551615 102538183 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17941/tid=17952] ppid=17939 vsize=1532348 CPUtime=0
/proc/17941/task/17952/stat : 17952 (java) S 17939 17941 17827 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 11561884 1569124352 15743 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17953] ppid=17939 vsize=1532348 CPUtime=0
/proc/17941/task/17953/stat : 17953 (java) S 17939 17941 17827 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11561884 1569124352 15743 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 1532348

[startup+3.10131 s]
/proc/loadavg: 1.29 1.85 1.95 2/118 17953
/proc/meminfo: memFree=1731776/2059040 swapFree=4192956/4192956
[pid=17941] ppid=17939 vsize=1532348 CPUtime=3.96
/proc/17941/stat : 17941 (java) S 17939 17941 17827 0 -1 4202496 38012 0 97 0 374 22 0 0 16 0 12 0 11561844 1569124352 36822 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 13
/proc/17941/statm: 383087 36822 1423 10 0 380389 0
[pid=17941/tid=17943] ppid=17939 vsize=1532348 CPUtime=2.68
/proc/17941/task/17943/stat : 17943 (java) R 17939 17941 17827 0 -1 4202560 31953 0 59 0 251 17 0 0 25 0 12 0 11561861 1569124352 36822 1992294400 134512640 134550932 4290978720 18446744073709551615 4109290061 0 4 0 16800975 0 0 0 -1 1 0 0 16
[pid=17941/tid=17944] ppid=17939 vsize=1532348 CPUtime=0.04
/proc/17941/task/17944/stat : 17944 (java) S 17939 17941 17827 0 -1 4202560 907 0 0 0 4 0 0 0 18 0 12 0 11561872 1569124352 36822 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 1 0 0 0
[pid=17941/tid=17945] ppid=17939 vsize=1532348 CPUtime=0.03
/proc/17941/task/17945/stat : 17945 (java) S 17939 17941 17827 0 -1 4202560 1107 0 0 0 3 0 0 0 18 0 12 0 11561872 1569124352 36822 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17946] ppid=17939 vsize=1532348 CPUtime=0
/proc/17941/task/17946/stat : 17946 (java) S 17939 17941 17827 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 12 0 11561876 1569124352 36822 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 0 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17947] ppid=17939 vsize=1532348 CPUtime=0
/proc/17941/task/17947/stat : 17947 (java) S 17939 17941 17827 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 11561876 1569124352 36822 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17948] ppid=17939 vsize=1532348 CPUtime=0
/proc/17941/task/17948/stat : 17948 (java) S 17939 17941 17827 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 11561876 1569124352 36822 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17949] ppid=17939 vsize=1532348 CPUtime=0
/proc/17941/task/17949/stat : 17949 (java) S 17939 17941 17827 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 11561884 1569124352 36822 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17950] ppid=17939 vsize=1532348 CPUtime=0.27
/proc/17941/task/17950/stat : 17950 (java) S 17939 17941 17827 0 -1 4202560 596 0 0 0 27 0 0 0 15 0 12 0 11561884 1569124352 36822 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17951] ppid=17939 vsize=1532348 CPUtime=0.87
/proc/17941/task/17951/stat : 17951 (java) S 17939 17941 17827 0 -1 4202560 2419 0 0 0 86 1 0 0 15 0 12 0 11561884 1569124352 36822 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17952] ppid=17939 vsize=1532348 CPUtime=0
/proc/17941/task/17952/stat : 17952 (java) S 17939 17941 17827 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 11561884 1569124352 36822 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17953] ppid=17939 vsize=1532348 CPUtime=0
/proc/17941/task/17953/stat : 17953 (java) S 17939 17941 17827 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11561884 1569124352 36822 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 1532348

[startup+6.3016 s]
/proc/loadavg: 1.26 1.83 1.94 2/119 17954
/proc/meminfo: memFree=1667292/2059040 swapFree=4192956/4192956
[pid=17941] ppid=17939 vsize=1544960 CPUtime=8.44
/proc/17941/stat : 17941 (java) S 17939 17941 17827 0 -1 4202496 47335 0 97 0 817 27 0 0 16 0 13 0 11561844 1582039040 43756 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 13
/proc/17941/statm: 386240 43756 1435 10 0 383542 0
[pid=17941/tid=17943] ppid=17939 vsize=1544960 CPUtime=5.4
/proc/17941/task/17943/stat : 17943 (java) R 17939 17941 17827 0 -1 4202560 31987 0 59 0 522 18 0 0 25 0 13 0 11561861 1582039040 43756 1992294400 134512640 134550932 4290978720 18446744073709551615 4109859542 0 4 0 16800975 0 0 0 -1 1 0 0 16
[pid=17941/tid=17944] ppid=17939 vsize=1544960 CPUtime=0.14
/proc/17941/task/17944/stat : 17944 (java) S 17939 17941 17827 0 -1 4202560 3324 0 0 0 13 1 0 0 18 0 13 0 11561872 1582039040 43756 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 1 0 0 0
[pid=17941/tid=17945] ppid=17939 vsize=1544960 CPUtime=0.09
/proc/17941/task/17945/stat : 17945 (java) S 17939 17941 17827 0 -1 4202560 2678 0 0 0 8 1 0 0 18 0 13 0 11561872 1582039040 43756 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 1 0 0 0
[pid=17941/tid=17946] ppid=17939 vsize=1544960 CPUtime=0
/proc/17941/task/17946/stat : 17946 (java) S 17939 17941 17827 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 11561876 1582039040 43756 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 0 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17947] ppid=17939 vsize=1544960 CPUtime=0
/proc/17941/task/17947/stat : 17947 (java) S 17939 17941 17827 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11561876 1582039040 43756 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17948] ppid=17939 vsize=1544960 CPUtime=0
/proc/17941/task/17948/stat : 17948 (java) S 17939 17941 17827 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11561876 1582039040 43756 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17949] ppid=17939 vsize=1544960 CPUtime=0
/proc/17941/task/17949/stat : 17949 (java) S 17939 17941 17827 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 11561884 1582039040 43756 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17950] ppid=17939 vsize=1544960 CPUtime=1.5
/proc/17941/task/17950/stat : 17950 (java) S 17939 17941 17827 0 -1 4202560 5858 0 0 0 148 2 0 0 15 0 13 0 11561884 1582039040 43756 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17951] ppid=17939 vsize=1544960 CPUtime=1.25
/proc/17941/task/17951/stat : 17951 (java) S 17939 17941 17827 0 -1 4202560 2453 0 0 0 124 1 0 0 15 0 13 0 11561884 1582039040 43756 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 1 0 0 0
[pid=17941/tid=17952] ppid=17939 vsize=1544960 CPUtime=0
/proc/17941/task/17952/stat : 17952 (java) S 17939 17941 17827 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 11561884 1582039040 43756 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17953] ppid=17939 vsize=1544960 CPUtime=0
/proc/17941/task/17953/stat : 17953 (java) S 17939 17941 17827 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11561884 1582039040 43756 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17954] ppid=17939 vsize=1544960 CPUtime=0
/proc/17941/task/17954/stat : 17954 (java) S 17939 17941 17827 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11562276 1582039040 43756 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.44
Current children cumulated vsize (KiB) 1544960

[startup+12.7022 s]
/proc/loadavg: 1.24 1.82 1.94 2/119 17954
/proc/meminfo: memFree=1651916/2059040 swapFree=4192956/4192956
[pid=17941] ppid=17939 vsize=1544960 CPUtime=15.07
/proc/17941/stat : 17941 (java) S 17939 17941 17827 0 -1 4202496 56680 0 97 0 1477 30 0 0 16 0 13 0 11561844 1582039040 53078 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 13
/proc/17941/statm: 386240 53078 1444 10 0 383542 0
[pid=17941/tid=17943] ppid=17939 vsize=1544960 CPUtime=11.43
/proc/17941/task/17943/stat : 17943 (java) R 17939 17941 17827 0 -1 4202560 31992 0 59 0 1125 18 0 0 23 0 13 0 11561861 1582039040 53078 1992294400 134512640 134550932 4290978720 18446744073709551615 4109823512 0 4 0 16800975 0 0 0 -1 0 0 0 16
[pid=17941/tid=17944] ppid=17939 vsize=1544960 CPUtime=0.3
/proc/17941/task/17944/stat : 17944 (java) S 17939 17941 17827 0 -1 4202560 5676 0 0 0 29 1 0 0 18 0 13 0 11561872 1582039040 53078 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 1 0 0 0
[pid=17941/tid=17945] ppid=17939 vsize=1544960 CPUtime=0.25
/proc/17941/task/17945/stat : 17945 (java) S 17939 17941 17827 0 -1 4202560 4935 0 0 0 23 2 0 0 18 0 13 0 11561872 1582039040 53078 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 1 0 0 0
[pid=17941/tid=17946] ppid=17939 vsize=1544960 CPUtime=0.17
/proc/17941/task/17946/stat : 17946 (java) S 17939 17941 17827 0 -1 4202560 4724 0 0 0 16 1 0 0 16 0 13 0 11561876 1582039040 53078 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 0 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17947] ppid=17939 vsize=1544960 CPUtime=0
/proc/17941/task/17947/stat : 17947 (java) S 17939 17941 17827 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11561876 1582039040 53078 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17948] ppid=17939 vsize=1544960 CPUtime=0
/proc/17941/task/17948/stat : 17948 (java) S 17939 17941 17827 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11561876 1582039040 53078 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17949] ppid=17939 vsize=1544960 CPUtime=0
/proc/17941/task/17949/stat : 17949 (java) S 17939 17941 17827 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 11561884 1582039040 53078 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17950] ppid=17939 vsize=1544960 CPUtime=1.56
/proc/17941/task/17950/stat : 17950 (java) S 17939 17941 17827 0 -1 4202560 5868 0 0 0 154 2 0 0 15 0 13 0 11561884 1582039040 53078 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17951] ppid=17939 vsize=1544960 CPUtime=1.28
/proc/17941/task/17951/stat : 17951 (java) S 17939 17941 17827 0 -1 4202560 2459 0 0 0 127 1 0 0 15 0 13 0 11561884 1582039040 53078 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 1 0 0 0
[pid=17941/tid=17952] ppid=17939 vsize=1544960 CPUtime=0
/proc/17941/task/17952/stat : 17952 (java) S 17939 17941 17827 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 11561884 1582039040 53078 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17953] ppid=17939 vsize=1544960 CPUtime=0
/proc/17941/task/17953/stat : 17953 (java) S 17939 17941 17827 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11561884 1582039040 53078 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 1 0 0 0
[pid=17941/tid=17954] ppid=17939 vsize=1544960 CPUtime=0
/proc/17941/task/17954/stat : 17954 (java) S 17939 17941 17827 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11562276 1582039040 53078 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.07
Current children cumulated vsize (KiB) 1544960

[startup+25.501 s]
/proc/loadavg: 1.33 1.81 1.93 2/119 17954
/proc/meminfo: memFree=1629472/2059040 swapFree=4192956/4192956
[pid=17941] ppid=17939 vsize=1544960 CPUtime=27.89
/proc/17941/stat : 17941 (java) S 17939 17941 17827 0 -1 4202496 56845 0 97 0 2758 31 0 0 16 0 13 0 11561844 1582039040 53241 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 13
/proc/17941/statm: 386240 53241 1444 10 0 383542 0
[pid=17941/tid=17943] ppid=17939 vsize=1544960 CPUtime=24.03
/proc/17941/task/17943/stat : 17943 (java) R 17939 17941 17827 0 -1 4202560 31994 0 59 0 2384 19 0 0 25 0 13 0 11561861 1582039040 53241 1992294400 134512640 134550932 4290978720 18446744073709551615 4109884182 0 4 0 16800975 0 0 0 -1 0 0 0 16
[pid=17941/tid=17944] ppid=17939 vsize=1544960 CPUtime=0.31
/proc/17941/task/17944/stat : 17944 (java) S 17939 17941 17827 0 -1 4202560 5677 0 0 0 30 1 0 0 18 0 13 0 11561872 1582039040 53241 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 1 0 0 0
[pid=17941/tid=17945] ppid=17939 vsize=1544960 CPUtime=0.26
/proc/17941/task/17945/stat : 17945 (java) S 17939 17941 17827 0 -1 4202560 4935 0 0 0 24 2 0 0 17 0 13 0 11561872 1582039040 53241 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 1 0 0 0
[pid=17941/tid=17946] ppid=17939 vsize=1544960 CPUtime=0.31
/proc/17941/task/17946/stat : 17946 (java) S 17939 17941 17827 0 -1 4202560 4882 0 0 0 30 1 0 0 15 0 13 0 11561876 1582039040 53241 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 0 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17947] ppid=17939 vsize=1544960 CPUtime=0
/proc/17941/task/17947/stat : 17947 (java) S 17939 17941 17827 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11561876 1582039040 53241 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17948] ppid=17939 vsize=1544960 CPUtime=0

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

[pid=17941/tid=17947] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17947/stat : 17947 (java) S 17939 17941 17827 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11561876 1582276608 65564 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17948] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17948/stat : 17948 (java) S 17939 17941 17827 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11561876 1582276608 65564 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17949] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17949/stat : 17949 (java) S 17939 17941 17827 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 11561884 1582276608 65564 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17950] ppid=17939 vsize=1545192 CPUtime=1.66
/proc/17941/task/17950/stat : 17950 (java) S 17939 17941 17827 0 -1 4202560 5871 0 0 0 164 2 0 0 15 0 13 0 11561884 1582276608 65564 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17951] ppid=17939 vsize=1545192 CPUtime=1.92
/proc/17941/task/17951/stat : 17951 (java) S 17939 17941 17827 0 -1 4202560 3833 0 0 0 191 1 0 0 15 0 13 0 11561884 1582276608 65564 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 1 0 0 0
[pid=17941/tid=17952] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17952/stat : 17952 (java) S 17939 17941 17827 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 11561884 1582276608 65564 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17953] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17953/stat : 17953 (java) S 17939 17941 17827 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 11561884 1582276608 65564 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17954] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17954/stat : 17954 (java) S 17939 17941 17827 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11562276 1582276608 65564 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1606.73
Current children cumulated vsize (KiB) 1545192

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/119 17998
/proc/meminfo: memFree=1578260/2059040 swapFree=4192956/4192956
[pid=17941] ppid=17939 vsize=1545192 CPUtime=1666.79
/proc/17941/stat : 17941 (java) S 17939 17941 17827 0 -1 4202496 72061 0 97 0 166607 72 0 0 16 0 13 0 11561844 1582276608 65564 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 13
/proc/17941/statm: 386298 65564 1444 10 0 383600 0
[pid=17941/tid=17943] ppid=17939 vsize=1545192 CPUtime=1649.91
/proc/17941/task/17943/stat : 17943 (java) R 17939 17941 17827 0 -1 4202560 32154 0 59 0 164945 46 0 0 25 0 13 0 11561861 1582276608 65564 1992294400 134512640 134550932 4290978720 18446744073709551615 4109860965 0 4 0 16800975 0 0 0 -1 1 0 0 16
[pid=17941/tid=17944] ppid=17939 vsize=1545192 CPUtime=2.57
/proc/17941/task/17944/stat : 17944 (java) S 17939 17941 17827 0 -1 4202560 12190 0 0 0 251 6 0 0 16 0 13 0 11561872 1582276608 65564 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17945] ppid=17939 vsize=1545192 CPUtime=2.5
/proc/17941/task/17945/stat : 17945 (java) S 17939 17941 17827 0 -1 4202560 10938 0 0 0 242 8 0 0 15 0 13 0 11561872 1582276608 65564 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 1 0 0 0
[pid=17941/tid=17946] ppid=17939 vsize=1545192 CPUtime=8.14
/proc/17941/task/17946/stat : 17946 (java) S 17939 17941 17827 0 -1 4202560 5953 0 0 0 811 3 0 0 16 0 13 0 11561876 1582276608 65564 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 0 0 16800975 18446604437863200960 0 0 -1 1 0 0 0
[pid=17941/tid=17947] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17947/stat : 17947 (java) S 17939 17941 17827 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11561876 1582276608 65564 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17948] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17948/stat : 17948 (java) S 17939 17941 17827 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11561876 1582276608 65564 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17949] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17949/stat : 17949 (java) S 17939 17941 17827 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 11561884 1582276608 65564 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17950] ppid=17939 vsize=1545192 CPUtime=1.66
/proc/17941/task/17950/stat : 17950 (java) S 17939 17941 17827 0 -1 4202560 5871 0 0 0 164 2 0 0 15 0 13 0 11561884 1582276608 65564 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17951] ppid=17939 vsize=1545192 CPUtime=1.92
/proc/17941/task/17951/stat : 17951 (java) S 17939 17941 17827 0 -1 4202560 3833 0 0 0 191 1 0 0 15 0 13 0 11561884 1582276608 65564 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 1 0 0 0
[pid=17941/tid=17952] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17952/stat : 17952 (java) S 17939 17941 17827 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 11561884 1582276608 65564 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17953] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17953/stat : 17953 (java) S 17939 17941 17827 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 11561884 1582276608 65564 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17954] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17954/stat : 17954 (java) S 17939 17941 17827 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11562276 1582276608 65564 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.79
Current children cumulated vsize (KiB) 1545192

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/119 18000
/proc/meminfo: memFree=1578260/2059040 swapFree=4192956/4192956
[pid=17941] ppid=17939 vsize=1545192 CPUtime=1726.84
/proc/17941/stat : 17941 (java) S 17939 17941 17827 0 -1 4202496 72081 0 97 0 172610 74 0 0 16 0 13 0 11561844 1582276608 65571 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 13
/proc/17941/statm: 386298 65571 1444 10 0 383600 0
[pid=17941/tid=17943] ppid=17939 vsize=1545192 CPUtime=1709.79
/proc/17941/task/17943/stat : 17943 (java) R 17939 17941 17827 0 -1 4202560 32159 0 59 0 170931 48 0 0 25 0 13 0 11561861 1582276608 65571 1992294400 134512640 134550932 4290978720 18446744073709551615 4109858110 0 4 0 16800975 0 0 0 -1 0 0 0 16
[pid=17941/tid=17944] ppid=17939 vsize=1545192 CPUtime=2.67
/proc/17941/task/17944/stat : 17944 (java) S 17939 17941 17827 0 -1 4202560 12197 0 0 0 260 7 0 0 16 0 13 0 11561872 1582276608 65571 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17945] ppid=17939 vsize=1545192 CPUtime=2.58
/proc/17941/task/17945/stat : 17945 (java) S 17939 17941 17827 0 -1 4202560 10938 0 0 0 250 8 0 0 15 0 13 0 11561872 1582276608 65571 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 1 0 0 0
[pid=17941/tid=17946] ppid=17939 vsize=1545192 CPUtime=8.14
/proc/17941/task/17946/stat : 17946 (java) S 17939 17941 17827 0 -1 4202560 5957 0 0 0 811 3 0 0 15 0 13 0 11561876 1582276608 65571 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 0 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17947] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17947/stat : 17947 (java) S 17939 17941 17827 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11561876 1582276608 65571 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17948] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17948/stat : 17948 (java) S 17939 17941 17827 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11561876 1582276608 65571 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17949] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17949/stat : 17949 (java) S 17939 17941 17827 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 11561884 1582276608 65571 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17950] ppid=17939 vsize=1545192 CPUtime=1.66
/proc/17941/task/17950/stat : 17950 (java) S 17939 17941 17827 0 -1 4202560 5871 0 0 0 164 2 0 0 15 0 13 0 11561884 1582276608 65571 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17951] ppid=17939 vsize=1545192 CPUtime=1.92
/proc/17941/task/17951/stat : 17951 (java) S 17939 17941 17827 0 -1 4202560 3833 0 0 0 191 1 0 0 15 0 13 0 11561884 1582276608 65571 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 1 0 0 0
[pid=17941/tid=17952] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17952/stat : 17952 (java) S 17939 17941 17827 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 11561884 1582276608 65571 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17953] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17953/stat : 17953 (java) S 17939 17941 17827 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 11561884 1582276608 65571 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17954] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17954/stat : 17954 (java) S 17939 17941 17827 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11562276 1582276608 65571 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.84
Current children cumulated vsize (KiB) 1545192

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/119 18001
/proc/meminfo: memFree=1576772/2059040 swapFree=4192956/4192956
[pid=17941] ppid=17939 vsize=1545192 CPUtime=1786.89
/proc/17941/stat : 17941 (java) S 17939 17941 17827 0 -1 4202496 72443 0 97 0 178613 76 0 0 16 0 13 0 11561844 1582276608 65912 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 13
/proc/17941/statm: 386298 65912 1444 10 0 383600 0
[pid=17941/tid=17943] ppid=17939 vsize=1545192 CPUtime=1769.47
/proc/17941/task/17943/stat : 17943 (java) R 17939 17941 17827 0 -1 4202560 32164 0 59 0 176897 50 0 0 25 0 13 0 11561861 1582276608 65912 1992294400 134512640 134550932 4290978720 18446744073709551615 4109895293 0 4 0 16800975 0 0 0 -1 0 0 0 16
[pid=17941/tid=17944] ppid=17939 vsize=1545192 CPUtime=2.74
/proc/17941/task/17944/stat : 17944 (java) S 17939 17941 17827 0 -1 4202560 12365 0 0 0 267 7 0 0 15 0 13 0 11561872 1582276608 65912 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17945] ppid=17939 vsize=1545192 CPUtime=2.67
/proc/17941/task/17945/stat : 17945 (java) S 17939 17941 17827 0 -1 4202560 11123 0 0 0 258 9 0 0 16 0 13 0 11561872 1582276608 65912 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 1 0 0 0
[pid=17941/tid=17946] ppid=17939 vsize=1545192 CPUtime=8.36
/proc/17941/task/17946/stat : 17946 (java) S 17939 17941 17827 0 -1 4202560 5959 0 0 0 833 3 0 0 15 0 13 0 11561876 1582276608 65912 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 0 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17947] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17947/stat : 17947 (java) S 17939 17941 17827 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11561876 1582276608 65912 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17948] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17948/stat : 17948 (java) S 17939 17941 17827 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11561876 1582276608 65912 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17949] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17949/stat : 17949 (java) S 17939 17941 17827 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 11561884 1582276608 65912 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17950] ppid=17939 vsize=1545192 CPUtime=1.66
/proc/17941/task/17950/stat : 17950 (java) S 17939 17941 17827 0 -1 4202560 5871 0 0 0 164 2 0 0 15 0 13 0 11561884 1582276608 65912 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17951] ppid=17939 vsize=1545192 CPUtime=1.92
/proc/17941/task/17951/stat : 17951 (java) S 17939 17941 17827 0 -1 4202560 3833 0 0 0 191 1 0 0 15 0 13 0 11561884 1582276608 65912 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 1 0 0 0
[pid=17941/tid=17952] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17952/stat : 17952 (java) S 17939 17941 17827 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 11561884 1582276608 65912 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17953] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17953/stat : 17953 (java) S 17939 17941 17827 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 11561884 1582276608 65912 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17954] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17954/stat : 17954 (java) S 17939 17941 17827 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11562276 1582276608 65912 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.89
Current children cumulated vsize (KiB) 1545192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.4 s]
/proc/loadavg: 1.00 1.00 1.10 2/119 18002
/proc/meminfo: memFree=1576772/2059040 swapFree=4192956/4192956
[pid=17941] ppid=17939 vsize=1545192 CPUtime=1800.02
/proc/17941/stat : 17941 (java) S 17939 17941 17827 0 -1 4202496 72446 0 97 0 179925 77 0 0 16 0 13 0 11561844 1582276608 65912 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 13
/proc/17941/statm: 386298 65912 1444 10 0 383600 0
[pid=17941/tid=17943] ppid=17939 vsize=1545192 CPUtime=1782.56
/proc/17941/task/17943/stat : 17943 (java) R 17939 17941 17827 0 -1 4202560 32165 0 59 0 178206 50 0 0 25 0 13 0 11561861 1582276608 65912 1992294400 134512640 134550932 4290978720 18446744073709551615 4109857620 0 4 0 16800975 0 0 0 -1 0 0 0 16
[pid=17941/tid=17944] ppid=17939 vsize=1545192 CPUtime=2.76
/proc/17941/task/17944/stat : 17944 (java) S 17939 17941 17827 0 -1 4202560 12365 0 0 0 269 7 0 0 16 0 13 0 11561872 1582276608 65912 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17945] ppid=17939 vsize=1545192 CPUtime=2.68
/proc/17941/task/17945/stat : 17945 (java) S 17939 17941 17827 0 -1 4202560 11123 0 0 0 259 9 0 0 15 0 13 0 11561872 1582276608 65912 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 1 0 0 0
[pid=17941/tid=17946] ppid=17939 vsize=1545192 CPUtime=8.36
/proc/17941/task/17946/stat : 17946 (java) S 17939 17941 17827 0 -1 4202560 5959 0 0 0 833 3 0 0 15 0 13 0 11561876 1582276608 65912 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 0 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17947] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17947/stat : 17947 (java) S 17939 17941 17827 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11561876 1582276608 65912 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17948] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17948/stat : 17948 (java) S 17939 17941 17827 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11561876 1582276608 65912 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17949] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17949/stat : 17949 (java) S 17939 17941 17827 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 11561884 1582276608 65912 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17950] ppid=17939 vsize=1545192 CPUtime=1.66
/proc/17941/task/17950/stat : 17950 (java) S 17939 17941 17827 0 -1 4202560 5871 0 0 0 164 2 0 0 15 0 13 0 11561884 1582276608 65912 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17951] ppid=17939 vsize=1545192 CPUtime=1.92
/proc/17941/task/17951/stat : 17951 (java) S 17939 17941 17827 0 -1 4202560 3833 0 0 0 191 1 0 0 15 0 13 0 11561884 1582276608 65912 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 1 0 0 0
[pid=17941/tid=17952] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17952/stat : 17952 (java) S 17939 17941 17827 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 11561884 1582276608 65912 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17953] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17953/stat : 17953 (java) S 17939 17941 17827 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 11561884 1582276608 65912 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
[pid=17941/tid=17954] ppid=17939 vsize=1545192 CPUtime=0
/proc/17941/task/17954/stat : 17954 (java) S 17939 17941 17827 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11562276 1582276608 65912 1992294400 134512640 134550932 4290978720 18446744073709551615 4294960144 0 4 0 16800975 18446604437863200960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1545192

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

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

[startup+1795.51 s]
/proc/loadavg: 1.00 1.00 1.10 2/119 18002
/proc/meminfo: memFree=1576772/2059040 swapFree=4192956/4192956
[pid=17941] ppid=17939 vsize=0 CPUtime=1800.17
/proc/17941/stat : 17941 (java) Z 17939 17941 17827 0 -1 4203548 72471 0 97 0 179940 77 0 0 15 0 2 0 11561844 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 13
/proc/17941/statm: 0 0 0 0 0 0 0
[pid=17941/tid=17954] ppid=17939 vsize=0 CPUtime=0
/proc/17941/task/17954/stat : 17954 (java) R 17939 17941 17827 0 -1 4203588 4 0 0 0 0 0 0 0 18 0 2 0 11562276 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.54
CPU time (s): 1800.21
CPU user time (s): 1799.41
CPU system time (s): 0.801878
CPU usage (%): 100.26
Max. virtual memory (cumulated for all children) (KiB): 1550324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.41
system time used= 0.801878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72471
page faults= 97
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39259
involuntary context switches= 23113

runsolver used 3.71843 second user time and 9.46856 second system time

The end

Launcher Data

Begin job on node043 at 2010-07-06 18:25:45
IDJOB=2684783
IDBENCH=73562
IDSOLVER=1164
FILE ID=node043/2684783-1278433545
PBS_JOBID= 11233478
Free space on /tmp= 62524 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12016_4-sat.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2684783-1278433545/watcher-2684783-1278433545 -o /tmp/evaluation-result-2684783-1278433545/solver-2684783-1278433545 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2684783-1278433545.opb

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

MD5SUM BENCH= 142eb7aa6e3fc22a3161df6b33ced1a2
RANDOM SEED=515920206

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1849816 kB
Buffers:         13496 kB
Cached:          67472 kB
SwapCached:          0 kB
Active:          53200 kB
Inactive:        87664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1849816 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5560 kB
Writeback:           0 kB
AnonPages:       59872 kB
Mapped:          14476 kB
Slab:            46220 kB
PageTables:       4120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181132 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= 62524 MiB
End job on node043 at 2010-07-06 18:55:42