Trace number 2684909

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.19 1795.7

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/
j120/normalized-j12047_10-unsat.opb
MD5SUM185b639ab7915adc40998376a286d172
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark231.617
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables30492
Total number of constraints105829
Number of constraints which are clauses105329
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint1
Maximum length of a constraint68
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 421
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.08/0.20	c Pseudo Boolean Optimization
0.08/0.20	c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.20	c Expensive reason simplification
0.08/0.20	c Armin Biere (Picosat) restarts strategy
0.08/0.20	c Glucose learned constraints deletion strategy
0.08/0.20	c timeout=2147483s
0.08/0.20	c DB Simplification allowed=false
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving HOME/instance-2684909-1278436273.opb
0.08/0.20	c reading problem ... 
4.10/2.67	c ... done. Wall clock time 2.469s.
4.10/2.67	c #vars     30492
4.10/2.67	c #constraints  91905
4.10/2.67	c constraints type 
4.10/2.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10815
4.10/2.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 74735
4.10/2.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 500
14.91/11.48	c cleaning 2499 clauses out of 4997 with flag 5002/5002
22.73/19.12	c cleaning 4245 clauses out of 8495 with flag 11001/11001
31.23/27.68	c cleaning 5624 clauses out of 11251 with flag 18002/18002
41.75/38.19	c cleaning 6802 clauses out of 13625 with flag 26000/26000
53.37/49.80	c cleaning 7907 clauses out of 15822 with flag 35000/35000
66.18/62.51	c cleaning 8958 clauses out of 17915 with flag 45000/45000
80.59/76.96	c cleaning 9963 clauses out of 19956 with flag 56000/56000
97.01/93.32	c cleaning 10986 clauses out of 21993 with flag 68000/68000
114.85/111.19	c cleaning 11989 clauses out of 24006 with flag 81000/81000
132.94/129.28	c cleaning 12990 clauses out of 26017 with flag 95000/95000
153.46/149.79	c cleaning 13997 clauses out of 28027 with flag 110000/110000
177.49/173.72	c cleaning 15002 clauses out of 30031 with flag 126001/126001
202.19/198.46	c cleaning 16006 clauses out of 32027 with flag 143000/143000
230.71/226.91	c cleaning 17002 clauses out of 34022 with flag 161001/161001
259.73/255.97	c cleaning 17992 clauses out of 36019 with flag 180000/180000
291.05/287.24	c cleaning 18991 clauses out of 38028 with flag 200001/200001
324.46/320.65	c cleaning 20014 clauses out of 40037 with flag 221001/221001
359.67/355.80	c cleaning 20999 clauses out of 42023 with flag 243001/243001
400.57/396.78	c cleaning 22005 clauses out of 44023 with flag 266000/266000
442.10/438.29	c cleaning 23006 clauses out of 46018 with flag 290000/290000
483.01/479.13	c cleaning 23987 clauses out of 48012 with flag 315000/315000
530.44/526.50	c cleaning 25006 clauses out of 50026 with flag 341001/341001
578.17/574.28	c cleaning 26004 clauses out of 52019 with flag 368001/368001
627.79/623.83	c cleaning 27001 clauses out of 54015 with flag 396001/396001
684.12/680.10	c cleaning 28004 clauses out of 56013 with flag 425000/425000
734.74/730.71	c cleaning 29000 clauses out of 58009 with flag 455000/455000
789.86/785.87	c cleaning 29992 clauses out of 60009 with flag 486000/486000
850.29/846.20	c cleaning 30982 clauses out of 62017 with flag 518000/518000
909.81/905.77	c cleaning 31999 clauses out of 64034 with flag 551000/551000
966.74/962.60	c cleaning 33002 clauses out of 66035 with flag 585000/585000
1036.87/1032.78	c cleaning 34005 clauses out of 68033 with flag 620000/620000
1107.59/1103.47	c cleaning 35006 clauses out of 70029 with flag 656001/656001
1176.53/1172.33	c cleaning 35995 clauses out of 72022 with flag 693000/693000
1247.55/1243.32	c cleaning 36999 clauses out of 74027 with flag 731000/731000
1319.68/1315.42	c cleaning 37995 clauses out of 76028 with flag 770000/770000
1393.32/1389.01	c cleaning 39003 clauses out of 78033 with flag 810000/810000
1473.95/1469.68	c cleaning 40005 clauses out of 80031 with flag 851001/851001
1560.05/1555.73	c cleaning 41009 clauses out of 82028 with flag 893003/893003
1651.49/1647.17	c cleaning 41987 clauses out of 84018 with flag 936002/936002
1737.31/1732.95	c cleaning 42997 clauses out of 86028 with flag 980000/980000
1800.04/1795.62	c starts		: 185
1800.04/1795.62	c conflicts		: 1012858
1800.04/1795.62	c decisions		: 1250526
1800.04/1795.62	c propagations		: 832969646
1800.04/1795.62	c inspects		: 4221909431
1800.04/1795.62	c learnt literals	: 15
1800.04/1795.62	c learnt binary clauses	: 102
1800.04/1795.62	c learnt ternary clauses	: 765
1800.04/1795.62	c learnt clauses	: 1012843
1800.04/1795.62	c ignored clauses	: 0
1800.04/1795.62	c root simplifications	: 0
1800.04/1795.62	c removed literals (reason simplification)	: 37660376
1800.04/1795.62	c reason swapping (by a shorter reason)	: 0
1800.04/1795.62	c Calls to reduceDB	: 40
1800.04/1795.62	c number of reductions to clauses (during analyze)	: 0
1800.04/1795.62	c number of learned constraints concerned by reduction	: 0
1800.04/1795.62	c number of learning phase by resolution	: 0
1800.04/1795.62	c number of learning phase by cutting planes	: 0
1800.04/1795.62	c speed (assignments/second)	: 464582.60111035383
1800.04/1795.62	c non guided choices	109
1800.04/1795.66	c learnt constraints type 
1800.04/1795.66	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 75790
1800.04/1795.66	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 102
1800.04/1795.66	c constraints type 
1800.04/1795.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10815
1800.04/1795.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 74735
1800.04/1795.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 500
1800.04/1795.66	s UNKNOWN
1800.04/1795.66	c Total wall clock time (in seconds): 1795.459

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-2684909-1278436273/watcher-2684909-1278436273 -o /tmp/evaluation-result-2684909-1278436273/solver-2684909-1278436273 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2684909-1278436273.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.03 1.03 0.93 3/106 23448
/proc/meminfo: memFree=1435692/2059040 swapFree=4192956/4192956
[pid=23448] ppid=23446 vsize=1832 CPUtime=0
/proc/23448/stat : 23448 (java6) S 23446 23448 22805 0 -1 4194304 254 0 0 0 0 0 0 0 19 0 1 0 11838605 1875968 156 1992294400 134512640 134550932 4294487360 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699387582 0 0 17 1 0 0 0
/proc/23448/statm: 458 156 119 10 0 63 0

[startup+0.030122 s]
/proc/loadavg: 1.03 1.03 0.93 3/106 23448
/proc/meminfo: memFree=1435692/2059040 swapFree=4192956/4192956
[pid=23448] ppid=23446 vsize=1517712 CPUtime=0.01
/proc/23448/stat : 23448 (java) S 23446 23448 22805 0 -1 4202496 2620 0 1 0 0 1 0 0 18 0 3 0 11838605 1554137088 2064 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/23448/statm: 379428 2066 419 10 0 377139 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517712

[startup+0.101284 s]
/proc/loadavg: 1.03 1.03 0.93 3/106 23448
/proc/meminfo: memFree=1435692/2059040 swapFree=4192956/4192956
[pid=23448] ppid=23446 vsize=1524184 CPUtime=0.08
/proc/23448/stat : 23448 (java) S 23446 23448 22805 0 -1 4202496 3957 0 1 0 6 2 0 0 18 0 12 0 11838605 1560764416 3396 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23448/statm: 381046 3396 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301227 s]
/proc/loadavg: 1.03 1.03 0.93 3/106 23448
/proc/meminfo: memFree=1435692/2059040 swapFree=4192956/4192956
[pid=23448] ppid=23446 vsize=1526384 CPUtime=0.36
/proc/23448/stat : 23448 (java) S 23446 23448 22805 0 -1 4202496 5510 0 1 0 33 3 0 0 18 0 12 0 11838605 1563017216 4947 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23448/statm: 381596 4947 1361 10 0 378898 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526384

[startup+0.700208 s]
/proc/loadavg: 1.03 1.03 0.93 3/106 23448
/proc/meminfo: memFree=1435692/2059040 swapFree=4192956/4192956
[pid=23448] ppid=23446 vsize=1528064 CPUtime=1.12
/proc/23448/stat : 23448 (java) S 23446 23448 22805 0 -1 4202496 7693 0 1 0 108 4 0 0 18 0 12 0 11838605 1564737536 7017 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23448/statm: 382016 7018 1403 10 0 379318 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1528064

[startup+1.50117 s]
/proc/loadavg: 1.03 1.03 0.93 4/118 23460
/proc/meminfo: memFree=1393932/2059040 swapFree=4192956/4192956
[pid=23448] ppid=23446 vsize=1535620 CPUtime=2.64
/proc/23448/stat : 23448 (java) S 23446 23448 22805 0 -1 4202496 22471 0 1 0 252 12 0 0 18 0 12 0 11838605 1572474880 20791 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23448/statm: 383905 20793 1414 10 0 381207 0
[pid=23448/tid=23450] ppid=23446 vsize=1535620 CPUtime=1.47
/proc/23448/task/23450/stat : 23450 (java) R 23446 23448 22805 0 -1 4202560 17484 0 1 0 137 10 0 0 18 0 12 0 11838607 1572474880 20795 1992294400 134512640 134550932 4294659888 18446744073709551615 4109751220 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23448/tid=23451] ppid=23446 vsize=1535620 CPUtime=0
/proc/23448/task/23451/stat : 23451 (java) S 23446 23448 22805 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 11838608 1572474880 20796 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23452] ppid=23446 vsize=1535620 CPUtime=0
/proc/23448/task/23452/stat : 23452 (java) S 23446 23448 22805 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 11838608 1572474880 20797 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23453] ppid=23446 vsize=1535620 CPUtime=0
/proc/23448/task/23453/stat : 23453 (java) S 23446 23448 22805 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 11838610 1572474880 20799 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 0 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23454] ppid=23446 vsize=1535620 CPUtime=0
/proc/23448/task/23454/stat : 23454 (java) S 23446 23448 22805 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 11838610 1572474880 20800 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23455] ppid=23446 vsize=1535620 CPUtime=0
/proc/23448/task/23455/stat : 23455 (java) S 23446 23448 22805 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 11838610 1572474880 20802 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23456] ppid=23446 vsize=1535620 CPUtime=0
/proc/23448/task/23456/stat : 23456 (java) S 23446 23448 22805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11838615 1572474880 20803 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23457] ppid=23446 vsize=1535620 CPUtime=0.35
/proc/23448/task/23457/stat : 23457 (java) S 23446 23448 22805 0 -1 4202560 598 0 0 0 35 0 0 0 25 0 12 0 11838615 1572474880 20805 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23458] ppid=23446 vsize=1535620 CPUtime=0.8
/proc/23448/task/23458/stat : 23458 (java) S 23446 23448 22805 0 -1 4202560 3331 0 0 0 79 1 0 0 25 0 12 0 11838615 1572474880 20806 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23459] ppid=23446 vsize=1535620 CPUtime=0
/proc/23448/task/23459/stat : 23459 (java) S 23446 23448 22805 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 11838615 1572474880 20808 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23460] ppid=23446 vsize=1535620 CPUtime=0
/proc/23448/task/23460/stat : 23460 (java) S 23446 23448 22805 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 11838615 1572474880 20809 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 1535620

[startup+3.10109 s]
/proc/loadavg: 1.03 1.03 0.93 2/118 23460
/proc/meminfo: memFree=1302792/2059040 swapFree=4192956/4192956
[pid=23448] ppid=23446 vsize=1545376 CPUtime=5.1
/proc/23448/stat : 23448 (java) S 23446 23448 22805 0 -1 4202496 42500 0 1 0 488 22 0 0 18 0 13 0 11838605 1582465024 39426 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23448/statm: 386344 39426 1426 10 0 383646 0
[pid=23448/tid=23450] ppid=23446 vsize=1545376 CPUtime=3.02
/proc/23448/task/23450/stat : 23450 (java) R 23446 23448 22805 0 -1 4202560 32071 0 1 0 285 17 0 0 20 0 13 0 11838607 1582465024 39426 1992294400 134512640 134550932 4294659888 18446744073709551615 4109413126 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23448/tid=23451] ppid=23446 vsize=1545376 CPUtime=0.03
/proc/23448/task/23451/stat : 23451 (java) S 23446 23448 22805 0 -1 4202560 786 0 0 0 3 0 0 0 18 0 13 0 11838608 1582465024 39426 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23452] ppid=23446 vsize=1545376 CPUtime=0.03
/proc/23448/task/23452/stat : 23452 (java) S 23446 23448 22805 0 -1 4202560 1032 0 0 0 3 0 0 0 18 0 13 0 11838608 1582465024 39426 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23453] ppid=23446 vsize=1545376 CPUtime=0
/proc/23448/task/23453/stat : 23453 (java) S 23446 23448 22805 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 11838610 1582465024 39426 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 0 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23454] ppid=23446 vsize=1545376 CPUtime=0
/proc/23448/task/23454/stat : 23454 (java) S 23446 23448 22805 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11838610 1582465024 39426 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23455] ppid=23446 vsize=1545376 CPUtime=0
/proc/23448/task/23455/stat : 23455 (java) S 23446 23448 22805 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11838610 1582465024 39426 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23456] ppid=23446 vsize=1545376 CPUtime=0
/proc/23448/task/23456/stat : 23456 (java) S 23446 23448 22805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11838615 1582465024 39426 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23457] ppid=23446 vsize=1545376 CPUtime=0.51
/proc/23448/task/23457/stat : 23457 (java) R 23446 23448 22805 0 -1 4202560 665 0 0 0 51 0 0 0 18 0 13 0 11838615 1582465024 39426 1992294400 134512640 134550932 4294659888 18446744073709551615 105872961 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23448/tid=23458] ppid=23446 vsize=1545376 CPUtime=1.45
/proc/23448/task/23458/stat : 23458 (java) R 23446 23448 22805 0 -1 4202560 6873 0 0 0 143 2 0 0 18 0 13 0 11838615 1582465024 39426 1992294400 134512640 134550932 4294659888 18446744073709551615 104163913 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23448/tid=23459] ppid=23446 vsize=1545376 CPUtime=0
/proc/23448/task/23459/stat : 23459 (java) S 23446 23448 22805 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11838615 1582465024 39426 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23460] ppid=23446 vsize=1545376 CPUtime=0
/proc/23448/task/23460/stat : 23460 (java) S 23446 23448 22805 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 11838615 1582465024 39426 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.1
Current children cumulated vsize (KiB) 1545376

[startup+6.30194 s]
/proc/loadavg: 1.27 1.08 0.94 2/119 23461
/proc/meminfo: memFree=1280712/2059040 swapFree=4192956/4192956
[pid=23448] ppid=23446 vsize=1545264 CPUtime=9.67
/proc/23448/stat : 23448 (java) S 23446 23448 22805 0 -1 4202496 45863 0 1 0 943 24 0 0 18 0 13 0 11838605 1582350336 39724 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23448/statm: 386316 39724 1435 10 0 383618 0
[pid=23448/tid=23450] ppid=23446 vsize=1545264 CPUtime=6.15
/proc/23448/task/23450/stat : 23450 (java) R 23446 23448 22805 0 -1 4202560 32076 0 1 0 598 17 0 0 25 0 13 0 11838607 1582350336 39724 1992294400 134512640 134550932 4294659888 18446744073709551615 4110336178 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23448/tid=23451] ppid=23446 vsize=1545264 CPUtime=0.03
/proc/23448/task/23451/stat : 23451 (java) S 23446 23448 22805 0 -1 4202560 786 0 0 0 3 0 0 0 18 0 13 0 11838608 1582350336 39724 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23452] ppid=23446 vsize=1545264 CPUtime=0.03
/proc/23448/task/23452/stat : 23452 (java) S 23446 23448 22805 0 -1 4202560 1032 0 0 0 3 0 0 0 18 0 13 0 11838608 1582350336 39724 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23453] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23453/stat : 23453 (java) S 23446 23448 22805 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 13 0 11838610 1582350336 39724 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 0 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23454] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23454/stat : 23454 (java) S 23446 23448 22805 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11838610 1582350336 39724 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23455] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23455/stat : 23455 (java) S 23446 23448 22805 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11838610 1582350336 39724 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23456] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23456/stat : 23456 (java) S 23446 23448 22805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11838615 1582350336 39724 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23457] ppid=23446 vsize=1545264 CPUtime=1.2
/proc/23448/task/23457/stat : 23457 (java) S 23446 23448 22805 0 -1 4202560 1550 0 0 0 120 0 0 0 15 0 13 0 11838615 1582350336 39724 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23458] ppid=23446 vsize=1545264 CPUtime=2.2
/proc/23448/task/23458/stat : 23458 (java) S 23446 23448 22805 0 -1 4202560 9346 0 0 0 217 3 0 0 15 0 13 0 11838615 1582350336 39724 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23459] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23459/stat : 23459 (java) S 23446 23448 22805 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11838615 1582350336 39724 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23460] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23460/stat : 23460 (java) S 23446 23448 22805 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 11838615 1582350336 39724 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23461] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23461/stat : 23461 (java) S 23446 23448 22805 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 11838895 1582350336 39724 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.67
Current children cumulated vsize (KiB) 1545264

[startup+12.7016 s]
/proc/loadavg: 1.24 1.08 0.94 2/119 23461
/proc/meminfo: memFree=1250828/2059040 swapFree=4192956/4192956
[pid=23448] ppid=23446 vsize=1545264 CPUtime=16.28
/proc/23448/stat : 23448 (java) S 23446 23448 22805 0 -1 4202496 53516 0 1 0 1600 28 0 0 18 0 13 0 11838605 1582350336 47337 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23448/statm: 386316 47337 1444 10 0 383618 0
[pid=23448/tid=23450] ppid=23446 vsize=1545264 CPUtime=12.32
/proc/23448/task/23450/stat : 23450 (java) R 23446 23448 22805 0 -1 4202560 32082 0 1 0 1215 17 0 0 25 0 13 0 11838607 1582350336 47337 1992294400 134512640 134550932 4294659888 18446744073709551615 4110398125 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23448/tid=23451] ppid=23446 vsize=1545264 CPUtime=0.13
/proc/23448/task/23451/stat : 23451 (java) S 23446 23448 22805 0 -1 4202560 2719 0 0 0 12 1 0 0 18 0 13 0 11838608 1582350336 47337 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23452] ppid=23446 vsize=1545264 CPUtime=0.13
/proc/23448/task/23452/stat : 23452 (java) S 23446 23448 22805 0 -1 4202560 3627 0 0 0 11 2 0 0 18 0 13 0 11838608 1582350336 47337 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23453] ppid=23446 vsize=1545264 CPUtime=0.1
/proc/23448/task/23453/stat : 23453 (java) S 23446 23448 22805 0 -1 4202560 3119 0 0 0 9 1 0 0 15 0 13 0 11838610 1582350336 47337 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 0 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23454] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23454/stat : 23454 (java) S 23446 23448 22805 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11838610 1582350336 47337 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23455] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23455/stat : 23455 (java) S 23446 23448 22805 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11838610 1582350336 47337 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23456] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23456/stat : 23456 (java) S 23446 23448 22805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11838615 1582350336 47337 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23457] ppid=23446 vsize=1545264 CPUtime=1.22
/proc/23448/task/23457/stat : 23457 (java) S 23446 23448 22805 0 -1 4202560 1553 0 0 0 121 1 0 0 15 0 13 0 11838615 1582350336 47337 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23458] ppid=23446 vsize=1545264 CPUtime=2.33
/proc/23448/task/23458/stat : 23458 (java) S 23446 23448 22805 0 -1 4202560 9350 0 0 0 230 3 0 0 15 0 13 0 11838615 1582350336 47337 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23459] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23459/stat : 23459 (java) S 23446 23448 22805 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11838615 1582350336 47337 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23460] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23460/stat : 23460 (java) S 23446 23448 22805 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 11838615 1582350336 47337 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23461] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23461/stat : 23461 (java) S 23446 23448 22805 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 11838895 1582350336 47337 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.28
Current children cumulated vsize (KiB) 1545264

[startup+25.501 s]
/proc/loadavg: 1.19 1.07 0.94 2/119 23461
/proc/meminfo: memFree=1250332/2059040 swapFree=4192956/4192956
[pid=23448] ppid=23446 vsize=1545264 CPUtime=29.13
/proc/23448/stat : 23448 (java) S 23446 23448 22805 0 -1 4202496 53669 0 1 0 2884 29 0 0 18 0 13 0 11838605 1582350336 47488 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23448/statm: 386316 47488 1444 10 0 383618 0
[pid=23448/tid=23450] ppid=23446 vsize=1545264 CPUtime=25
/proc/23448/task/23450/stat : 23450 (java) R 23446 23448 22805 0 -1 4202560 32085 0 1 0 2482 18 0 0 25 0 13 0 11838607 1582350336 47488 1992294400 134512640 134550932 4294659888 18446744073709551615 4110404824 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23448/tid=23451] ppid=23446 vsize=1545264 CPUtime=0.13
/proc/23448/task/23451/stat : 23451 (java) S 23446 23448 22805 0 -1 4202560 2719 0 0 0 12 1 0 0 17 0 13 0 11838608 1582350336 47488 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23452] ppid=23446 vsize=1545264 CPUtime=0.14
/proc/23448/task/23452/stat : 23452 (java) S 23446 23448 22805 0 -1 4202560 3627 0 0 0 12 2 0 0 18 0 13 0 11838608 1582350336 47488 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23453] ppid=23446 vsize=1545264 CPUtime=0.18
/proc/23448/task/23453/stat : 23453 (java) S 23446 23448 22805 0 -1 4202560 3269 0 0 0 17 1 0 0 15 0 13 0 11838610 1582350336 47488 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 0 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23454] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23454/stat : 23454 (java) S 23446 23448 22805 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11838610 1582350336 47488 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23455] ppid=23446 vsize=1545264 CPUtime=0

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

[pid=23448] ppid=23446 vsize=1545264 CPUtime=1606.66
/proc/23448/stat : 23448 (java) S 23446 23448 22805 0 -1 4202496 66033 0 1 0 160584 82 0 0 18 0 13 0 11838605 1582350336 58803 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23448/statm: 386316 58803 1444 10 0 383618 0
[pid=23448/tid=23450] ppid=23446 vsize=1545264 CPUtime=1595.72
/proc/23448/task/23450/stat : 23450 (java) R 23446 23448 22805 0 -1 4202560 32575 0 1 0 159513 59 0 0 25 0 13 0 11838607 1582350336 58803 1992294400 134512640 134550932 4294659888 18446744073709551615 4110182579 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23448/tid=23451] ppid=23446 vsize=1545264 CPUtime=1.59
/proc/23448/task/23451/stat : 23451 (java) S 23446 23448 22805 0 -1 4202560 7516 0 0 0 152 7 0 0 15 0 13 0 11838608 1582350336 58803 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23452] ppid=23446 vsize=1545264 CPUtime=1.64
/proc/23448/task/23452/stat : 23452 (java) S 23446 23448 22805 0 -1 4202560 8483 0 0 0 158 6 0 0 16 0 13 0 11838608 1582350336 58803 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23453] ppid=23446 vsize=1545264 CPUtime=3.94
/proc/23448/task/23453/stat : 23453 (java) S 23446 23448 22805 0 -1 4202560 5396 0 0 0 391 3 0 0 15 0 13 0 11838610 1582350336 58803 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 0 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23454] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23454/stat : 23454 (java) S 23446 23448 22805 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11838610 1582350336 58803 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23455] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23455/stat : 23455 (java) S 23446 23448 22805 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11838610 1582350336 58803 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23456] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23456/stat : 23456 (java) S 23446 23448 22805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11838615 1582350336 58803 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23457] ppid=23446 vsize=1545264 CPUtime=1.29
/proc/23448/task/23457/stat : 23457 (java) S 23446 23448 22805 0 -1 4202560 1554 0 0 0 128 1 0 0 15 0 13 0 11838615 1582350336 58803 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23458] ppid=23446 vsize=1545264 CPUtime=2.41
/proc/23448/task/23458/stat : 23458 (java) S 23446 23448 22805 0 -1 4202560 9351 0 0 0 238 3 0 0 15 0 13 0 11838615 1582350336 58803 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23459] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23459/stat : 23459 (java) S 23446 23448 22805 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11838615 1582350336 58803 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23460] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23460/stat : 23460 (java) S 23446 23448 22805 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 11838615 1582350336 58803 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23461] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23461/stat : 23461 (java) S 23446 23448 22805 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 11838895 1582350336 58803 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1606.66
Current children cumulated vsize (KiB) 1545264

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 0.99 2/119 23508
/proc/meminfo: memFree=1203336/2059040 swapFree=4192956/4192956
[pid=23448] ppid=23446 vsize=1545264 CPUtime=1666.68
/proc/23448/stat : 23448 (java) S 23446 23448 22805 0 -1 4202496 66045 0 1 0 166583 85 0 0 18 0 13 0 11838605 1582350336 58803 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23448/statm: 386316 58803 1444 10 0 383618 0
[pid=23448/tid=23450] ppid=23446 vsize=1545264 CPUtime=1655.52
/proc/23448/task/23450/stat : 23450 (java) R 23446 23448 22805 0 -1 4202560 32579 0 1 0 165490 62 0 0 25 0 13 0 11838607 1582350336 58803 1992294400 134512640 134550932 4294659888 18446744073709551615 4110466348 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23448/tid=23451] ppid=23446 vsize=1545264 CPUtime=1.64
/proc/23448/task/23451/stat : 23451 (java) S 23446 23448 22805 0 -1 4202560 7516 0 0 0 157 7 0 0 15 0 13 0 11838608 1582350336 58803 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23452] ppid=23446 vsize=1545264 CPUtime=1.7
/proc/23448/task/23452/stat : 23452 (java) S 23446 23448 22805 0 -1 4202560 8483 0 0 0 164 6 0 0 16 0 13 0 11838608 1582350336 58803 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23453] ppid=23446 vsize=1545264 CPUtime=4.06
/proc/23448/task/23453/stat : 23453 (java) S 23446 23448 22805 0 -1 4202560 5400 0 0 0 403 3 0 0 15 0 13 0 11838610 1582350336 58803 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 0 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23454] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23454/stat : 23454 (java) S 23446 23448 22805 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11838610 1582350336 58803 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23455] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23455/stat : 23455 (java) S 23446 23448 22805 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11838610 1582350336 58803 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23456] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23456/stat : 23456 (java) S 23446 23448 22805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11838615 1582350336 58803 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23457] ppid=23446 vsize=1545264 CPUtime=1.29
/proc/23448/task/23457/stat : 23457 (java) S 23446 23448 22805 0 -1 4202560 1554 0 0 0 128 1 0 0 15 0 13 0 11838615 1582350336 58803 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23458] ppid=23446 vsize=1545264 CPUtime=2.41
/proc/23448/task/23458/stat : 23458 (java) S 23446 23448 22805 0 -1 4202560 9351 0 0 0 238 3 0 0 15 0 13 0 11838615 1582350336 58803 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23459] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23459/stat : 23459 (java) S 23446 23448 22805 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11838615 1582350336 58803 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23460] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23460/stat : 23460 (java) S 23446 23448 22805 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 11838615 1582350336 58803 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23461] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23461/stat : 23461 (java) S 23446 23448 22805 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 11838895 1582350336 58803 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.68
Current children cumulated vsize (KiB) 1545264

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/119 23510
/proc/meminfo: memFree=1202964/2059040 swapFree=4192956/4192956
[pid=23448] ppid=23446 vsize=1545264 CPUtime=1726.72
/proc/23448/stat : 23448 (java) S 23446 23448 22805 0 -1 4202496 66146 0 1 0 172584 88 0 0 18 0 13 0 11838605 1582350336 58883 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23448/statm: 386316 58883 1444 10 0 383618 0
[pid=23448/tid=23450] ppid=23446 vsize=1545264 CPUtime=1715.43
/proc/23448/task/23450/stat : 23450 (java) R 23446 23448 22805 0 -1 4202560 32583 0 1 0 171479 64 0 0 25 0 13 0 11838607 1582350336 58883 1992294400 134512640 134550932 4294659888 18446744073709551615 4110467912 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23448/tid=23451] ppid=23446 vsize=1545264 CPUtime=1.71
/proc/23448/task/23451/stat : 23451 (java) S 23446 23448 22805 0 -1 4202560 7593 0 0 0 164 7 0 0 15 0 13 0 11838608 1582350336 58883 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23452] ppid=23446 vsize=1545264 CPUtime=1.75
/proc/23448/task/23452/stat : 23452 (java) S 23446 23448 22805 0 -1 4202560 8497 0 0 0 169 6 0 0 16 0 13 0 11838608 1582350336 58883 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23453] ppid=23446 vsize=1545264 CPUtime=4.06
/proc/23448/task/23453/stat : 23453 (java) S 23446 23448 22805 0 -1 4202560 5402 0 0 0 403 3 0 0 15 0 13 0 11838610 1582350336 58883 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 0 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23454] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23454/stat : 23454 (java) S 23446 23448 22805 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11838610 1582350336 58883 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23455] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23455/stat : 23455 (java) S 23446 23448 22805 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11838610 1582350336 58883 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23456] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23456/stat : 23456 (java) S 23446 23448 22805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11838615 1582350336 58883 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23457] ppid=23446 vsize=1545264 CPUtime=1.29
/proc/23448/task/23457/stat : 23457 (java) S 23446 23448 22805 0 -1 4202560 1554 0 0 0 128 1 0 0 15 0 13 0 11838615 1582350336 58883 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23458] ppid=23446 vsize=1545264 CPUtime=2.41
/proc/23448/task/23458/stat : 23458 (java) S 23446 23448 22805 0 -1 4202560 9351 0 0 0 238 3 0 0 15 0 13 0 11838615 1582350336 58883 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23459] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23459/stat : 23459 (java) S 23446 23448 22805 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11838615 1582350336 58883 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23460] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23460/stat : 23460 (java) S 23446 23448 22805 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 11838615 1582350336 58883 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23461] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23461/stat : 23461 (java) S 23446 23448 22805 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 11838895 1582350336 58883 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.72
Current children cumulated vsize (KiB) 1545264

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/119 23512
/proc/meminfo: memFree=1200484/2059040 swapFree=4192956/4192956
[pid=23448] ppid=23446 vsize=1545264 CPUtime=1786.74
/proc/23448/stat : 23448 (java) S 23446 23448 22805 0 -1 4202496 66756 0 1 0 178584 90 0 0 18 0 13 0 11838605 1582350336 59448 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23448/statm: 386316 59448 1444 10 0 383618 0
[pid=23448/tid=23450] ppid=23446 vsize=1545264 CPUtime=1775.18
/proc/23448/task/23450/stat : 23450 (java) R 23446 23448 22805 0 -1 4202560 32588 0 1 0 177452 66 0 0 25 0 13 0 11838607 1582350336 59448 1992294400 134512640 134550932 4294659888 18446744073709551615 4110182517 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23448/tid=23451] ppid=23446 vsize=1545264 CPUtime=1.78
/proc/23448/task/23451/stat : 23451 (java) S 23446 23448 22805 0 -1 4202560 7877 0 0 0 171 7 0 0 15 0 13 0 11838608 1582350336 59448 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23452] ppid=23446 vsize=1545264 CPUtime=1.82
/proc/23448/task/23452/stat : 23452 (java) S 23446 23448 22805 0 -1 4202560 8812 0 0 0 176 6 0 0 16 0 13 0 11838608 1582350336 59448 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23453] ppid=23446 vsize=1545264 CPUtime=4.2
/proc/23448/task/23453/stat : 23453 (java) S 23446 23448 22805 0 -1 4202560 5406 0 0 0 417 3 0 0 15 0 13 0 11838610 1582350336 59448 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 0 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23454] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23454/stat : 23454 (java) S 23446 23448 22805 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11838610 1582350336 59448 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23455] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23455/stat : 23455 (java) S 23446 23448 22805 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11838610 1582350336 59448 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23456] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23456/stat : 23456 (java) S 23446 23448 22805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11838615 1582350336 59448 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23457] ppid=23446 vsize=1545264 CPUtime=1.29
/proc/23448/task/23457/stat : 23457 (java) S 23446 23448 22805 0 -1 4202560 1554 0 0 0 128 1 0 0 15 0 13 0 11838615 1582350336 59448 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23458] ppid=23446 vsize=1545264 CPUtime=2.41
/proc/23448/task/23458/stat : 23458 (java) S 23446 23448 22805 0 -1 4202560 9351 0 0 0 238 3 0 0 15 0 13 0 11838615 1582350336 59448 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23459] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23459/stat : 23459 (java) S 23446 23448 22805 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11838615 1582350336 59448 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23460] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23460/stat : 23460 (java) S 23446 23448 22805 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 11838615 1582350336 59448 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23461] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23461/stat : 23461 (java) S 23446 23448 22805 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 11838895 1582350336 59448 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.74
Current children cumulated vsize (KiB) 1545264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 1.00 1.00 0.99 2/119 23512
/proc/meminfo: memFree=1200484/2059040 swapFree=4192956/4192956
[pid=23448] ppid=23446 vsize=1545264 CPUtime=1800.04
/proc/23448/stat : 23448 (java) S 23446 23448 22805 0 -1 4202496 66758 0 1 0 179914 90 0 0 18 0 13 0 11838605 1582350336 59448 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23448/statm: 386316 59448 1444 10 0 383618 0
[pid=23448/tid=23450] ppid=23446 vsize=1545264 CPUtime=1788.48
/proc/23448/task/23450/stat : 23450 (java) R 23446 23448 22805 0 -1 4202560 32588 0 1 0 178782 66 0 0 25 0 13 0 11838607 1582350336 59448 1992294400 134512640 134550932 4294659888 18446744073709551615 4110196667 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23448/tid=23451] ppid=23446 vsize=1545264 CPUtime=1.78
/proc/23448/task/23451/stat : 23451 (java) S 23446 23448 22805 0 -1 4202560 7877 0 0 0 171 7 0 0 15 0 13 0 11838608 1582350336 59448 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23452] ppid=23446 vsize=1545264 CPUtime=1.82
/proc/23448/task/23452/stat : 23452 (java) S 23446 23448 22805 0 -1 4202560 8812 0 0 0 176 6 0 0 16 0 13 0 11838608 1582350336 59448 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23453] ppid=23446 vsize=1545264 CPUtime=4.2
/proc/23448/task/23453/stat : 23453 (java) S 23446 23448 22805 0 -1 4202560 5406 0 0 0 417 3 0 0 15 0 13 0 11838610 1582350336 59448 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 0 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23454] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23454/stat : 23454 (java) S 23446 23448 22805 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11838610 1582350336 59448 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23455] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23455/stat : 23455 (java) S 23446 23448 22805 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11838610 1582350336 59448 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23456] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23456/stat : 23456 (java) S 23446 23448 22805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11838615 1582350336 59448 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23457] ppid=23446 vsize=1545264 CPUtime=1.29
/proc/23448/task/23457/stat : 23457 (java) S 23446 23448 22805 0 -1 4202560 1554 0 0 0 128 1 0 0 15 0 13 0 11838615 1582350336 59448 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23458] ppid=23446 vsize=1545264 CPUtime=2.41
/proc/23448/task/23458/stat : 23458 (java) S 23446 23448 22805 0 -1 4202560 9351 0 0 0 238 3 0 0 15 0 13 0 11838615 1582350336 59448 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 1 0 0 0
[pid=23448/tid=23459] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23459/stat : 23459 (java) S 23446 23448 22805 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11838615 1582350336 59448 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23460] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23460/stat : 23460 (java) S 23446 23448 22805 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 11838615 1582350336 59448 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
[pid=23448/tid=23461] ppid=23446 vsize=1545264 CPUtime=0
/proc/23448/task/23461/stat : 23461 (java) S 23446 23448 22805 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 11838895 1582350336 59448 1992294400 134512640 134550932 4294659888 18446744073709551615 4294960144 0 4 0 16800975 18446604437856248256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1545264

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

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

Child status: 143
Real time (s): 1795.7
CPU time (s): 1800.19
CPU user time (s): 1799.26
CPU system time (s): 0.933858
CPU usage (%): 100.25
Max. virtual memory (cumulated for all children) (KiB): 1550536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.26
system time used= 0.933858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66781
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= 38238
involuntary context switches= 31273

runsolver used 4.00239 second user time and 9.26159 second system time

The end

Launcher Data

Begin job on node034 at 2010-07-06 19:11:14
IDJOB=2684909
IDBENCH=73956
IDSOLVER=1164
FILE ID=node034/2684909-1278436273
PBS_JOBID= 11233445
Free space on /tmp= 62396 MiB

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

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

MD5SUM BENCH= 185b639ab7915adc40998376a286d172
RANDOM SEED=891980783

node034.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.216
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.216
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:       1436088 kB
Buffers:         99880 kB
Cached:         385340 kB
SwapCached:          0 kB
Active:         180696 kB
Inactive:       364056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1436088 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3432 kB
Writeback:           0 kB
AnonPages:       59520 kB
Mapped:          14428 kB
Slab:            56188 kB
PageTables:       4160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183684 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= 62396 MiB
End job on node034 at 2010-07-06 19:41:11