Trace number 2662269

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 RES // CP 2.2.0 2010-05-31? (TO) 1800.41 914.509

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-full.all.ucl.opb
MD5SUM14c93c93dc53353f81a889ada18ba601
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables81558
Total number of constraints240469
Number of constraints which are clauses235865
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4604
Minimum length of a constraint1
Maximum length of a constraint13
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 68
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 257
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.22/0.23	c Pseudo Boolean Optimization
0.22/0.23	c ManyCore solver with 2 solvers running in parallel
0.22/0.23	c --- Begin Solver configuration ---
0.22/0.23	c Stops conflict analysis at the first Unique Implication Point
0.22/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.23	c Learn all clauses as in MiniSAT
0.22/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.23	c Expensive reason simplification
0.22/0.23	c Armin Biere (Picosat) restarts strategy
0.22/0.23	c Glucose learned constraints deletion strategy
0.22/0.23	c timeout=2147483s
0.22/0.23	c DB Simplification allowed=false
0.22/0.23	c --- End Solver configuration ---
0.22/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.23	c --- Begin Solver configuration ---
0.22/0.23	c Stops conflict analysis at the first Unique Implication Point
0.22/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.23	c Learn all clauses as in MiniSAT
0.22/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.23	c No reason simplification
0.22/0.23	c Armin Biere (Picosat) restarts strategy
0.22/0.23	c Glucose learned constraints deletion strategy
0.22/0.23	c timeout=2147483s
0.22/0.23	c DB Simplification allowed=false
0.22/0.23	c --- End Solver configuration ---
0.22/0.23	
0.22/0.23	c solving HOME/instance-2662269-1276336039.opb
0.22/0.23	c reading problem ... 
6.83/5.25	c ... done. Wall clock time 5.023s.
6.83/5.25	c #vars     81558
6.83/5.25	c #constraints  240469
6.83/5.25	c constraints type 
6.83/5.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 78130
6.83/5.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 157734
6.83/5.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4604
6.83/5.25	c constraints type 
6.83/5.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 157734
6.83/5.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 78130
6.83/5.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4604
91.15/47.83	c cleaning 2495 clauses out of 4999 with flag 5000/5000
169.00/87.30	c cleaning 4239 clauses out of 8504 with flag 11000/11000
254.74/130.84	c cleaning 0 clauses out of 5000 with flag 0/5001
274.87/141.26	c cleaning 5619 clauses out of 11265 with flag 18000/18000
377.12/193.14	c cleaning 6802 clauses out of 13647 with flag 26001/26001
490.34/250.51	c cleaning 7916 clauses out of 15844 with flag 35000/35000
634.47/323.55	c cleaning 8948 clauses out of 17928 with flag 45000/45000
782.51/398.52	c cleaning 9976 clauses out of 19981 with flag 56001/56001
950.63/483.78	c cleaning 10993 clauses out of 22004 with flag 68000/68000
965.72/491.63	c cleaning 0 clauses out of 10999 with flag 0/11000
1121.07/570.30	c cleaning 11986 clauses out of 24011 with flag 81000/81000
1315.66/668.89	c cleaning 13011 clauses out of 26026 with flag 95001/95001
1546.53/785.74	c cleaning 14000 clauses out of 28016 with flag 110002/110002
1764.83/896.26	c cleaning 14977 clauses out of 30013 with flag 126000/126000
1800.04/914.32	c starts		: 102
1800.04/914.32	c conflicts		: 128331
1800.04/914.32	c decisions		: 214244
1800.04/914.32	c propagations		: 734189655
1800.04/914.32	c inspects		: 1766156834
1800.04/914.32	c learnt literals	: 2
1800.04/914.32	c learnt binary clauses	: 117
1800.04/914.32	c learnt ternary clauses	: 228
1800.04/914.32	c learnt clauses	: 128329
1800.04/914.32	c ignored clauses	: 0
1800.04/914.32	c root simplifications	: 0
1800.04/914.32	c removed literals (reason simplification)	: 3076674
1800.04/914.32	c reason swapping (by a shorter reason)	: 0
1800.04/914.32	c Calls to reduceDB	: 12
1800.04/914.32	c number of reductions to clauses (during analyze)	: 0
1800.04/914.32	c number of learned constraints concerned by reduction	: 0
1800.04/914.32	c number of learning phase by resolution	: 0
1800.04/914.32	c number of learning phase by cutting planes	: 0
1800.04/914.32	c speed (assignments/second)	: 807633.4148458358
1800.04/914.32	c non guided choices	929
1800.25/914.43	c learnt constraints type 
1800.25/914.43	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17260
1800.25/914.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 117
1800.25/914.43	c constraints type 
1800.25/914.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 78130
1800.25/914.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 157734
1800.25/914.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4604
1800.25/914.43	c constraints type 
1800.25/914.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 157734
1800.25/914.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 78130
1800.25/914.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4604
1800.25/914.43	s UNKNOWN
1800.25/914.43	c Total wall clock time (in seconds): 914.204

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

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


[startup+0 s]
/proc/loadavg: 0.92 1.00 0.99 3/106 10816
/proc/meminfo: memFree=1849016/2059040 swapFree=4136620/4192956
[pid=10816] ppid=10814 vsize=1832 CPUtime=0
/proc/10816/stat : 10816 (java6) S 10814 10816 10791 0 -1 4194304 246 0 0 0 0 0 0 0 19 0 1 0 9205533 1875968 149 1992294400 134512640 134550932 4294381840 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699387582 0 0 17 1 0 0 0
/proc/10816/statm: 458 149 111 10 0 63 0

[startup+0.109299 s]
/proc/loadavg: 0.92 1.00 0.99 3/106 10816
/proc/meminfo: memFree=1849016/2059040 swapFree=4136620/4192956
[pid=10816] ppid=10814 vsize=1524180 CPUtime=0.09
/proc/10816/stat : 10816 (java) S 10814 10816 10791 0 -1 4202496 4012 0 1 0 7 2 0 0 18 0 12 0 9205533 1560760320 3450 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10816/statm: 381045 3450 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.201314 s]
/proc/loadavg: 0.92 1.00 0.99 3/106 10816
/proc/meminfo: memFree=1849016/2059040 swapFree=4136620/4192956
[pid=10816] ppid=10814 vsize=1526236 CPUtime=0.22
/proc/10816/stat : 10816 (java) S 10814 10816 10791 0 -1 4202496 5083 0 1 0 19 3 0 0 18 0 12 0 9205533 1562865664 4519 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10816/statm: 381559 4520 1346 10 0 378862 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1526236

[startup+0.301327 s]
/proc/loadavg: 0.92 1.00 0.99 3/106 10816
/proc/meminfo: memFree=1849016/2059040 swapFree=4136620/4192956
[pid=10816] ppid=10814 vsize=1526236 CPUtime=0.33
/proc/10816/stat : 10816 (java) S 10814 10816 10791 0 -1 4202496 6286 0 1 0 30 3 0 0 18 0 12 0 9205533 1562865664 5722 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10816/statm: 381559 5722 1351 10 0 378862 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526236

[startup+0.701405 s]
/proc/loadavg: 0.92 1.00 0.99 3/106 10816
/proc/meminfo: memFree=1849016/2059040 swapFree=4136620/4192956
[pid=10816] ppid=10814 vsize=1528428 CPUtime=0.98
/proc/10816/stat : 10816 (java) S 10814 10816 10791 0 -1 4202496 7994 0 1 0 94 4 0 0 18 0 12 0 9205533 1565110272 7352 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10816/statm: 382107 7352 1395 10 0 379410 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1528428

[startup+1.50155 s]
/proc/loadavg: 0.92 1.00 0.99 5/118 10828
/proc/meminfo: memFree=1802420/2059040 swapFree=4136620/4192956
[pid=10816] ppid=10814 vsize=1534336 CPUtime=2.27
/proc/10816/stat : 10816 (java) S 10814 10816 10791 0 -1 4202496 22698 0 1 0 217 10 0 0 18 0 12 0 9205533 1571160064 21210 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10816/statm: 383584 21210 1406 10 0 380887 0
[pid=10816/tid=10818] ppid=10814 vsize=1534336 CPUtime=1.28
/proc/10816/task/10818/stat : 10818 (java) R 10814 10816 10791 0 -1 4202560 18177 0 1 0 119 9 0 0 18 0 12 0 9205535 1571160064 21210 1992294400 134512640 134550932 4288985536 18446744073709551615 4109158291 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10816/tid=10819] ppid=10814 vsize=1534336 CPUtime=0
/proc/10816/task/10819/stat : 10819 (java) S 10814 10816 10791 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9205537 1571160064 21210 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=10816/tid=10820] ppid=10814 vsize=1534336 CPUtime=0
/proc/10816/task/10820/stat : 10820 (java) S 10814 10816 10791 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 12 0 9205537 1571160064 21210 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=10816/tid=10821] ppid=10814 vsize=1534336 CPUtime=0
/proc/10816/task/10821/stat : 10821 (java) S 10814 10816 10791 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9205538 1571160064 21210 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 0 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10822] ppid=10814 vsize=1534336 CPUtime=0
/proc/10816/task/10822/stat : 10822 (java) S 10814 10816 10791 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 12 0 9205539 1571160064 21210 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10823] ppid=10814 vsize=1534336 CPUtime=0
/proc/10816/task/10823/stat : 10823 (java) S 10814 10816 10791 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 12 0 9205539 1571160064 21210 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10824] ppid=10814 vsize=1534336 CPUtime=0
/proc/10816/task/10824/stat : 10824 (java) S 10814 10816 10791 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 9205543 1571160064 21210 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10825] ppid=10814 vsize=1534336 CPUtime=0.48
/proc/10816/task/10825/stat : 10825 (java) S 10814 10816 10791 0 -1 4202560 1409 0 0 0 48 0 0 0 16 0 12 0 9205543 1571160064 21210 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10826] ppid=10814 vsize=1534336 CPUtime=0.49
/proc/10816/task/10826/stat : 10826 (java) S 10814 10816 10791 0 -1 4202560 2049 0 0 0 49 0 0 0 15 0 12 0 9205543 1571160064 21210 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=10816/tid=10827] ppid=10814 vsize=1534336 CPUtime=0
/proc/10816/task/10827/stat : 10827 (java) S 10814 10816 10791 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9205543 1571160064 21210 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10828] ppid=10814 vsize=1534336 CPUtime=0
/proc/10816/task/10828/stat : 10828 (java) S 10814 10816 10791 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 9205543 1571160064 21210 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 1534336

[startup+3.10183 s]
/proc/loadavg: 0.92 1.00 0.99 2/118 10828
/proc/meminfo: memFree=1698508/2059040 swapFree=4136620/4192956
[pid=10816] ppid=10814 vsize=1534336 CPUtime=4.1
/proc/10816/stat : 10816 (java) S 10814 10816 10791 0 -1 4202496 47356 0 1 0 389 21 0 0 18 0 12 0 9205533 1571160064 45497 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10816/statm: 383584 45497 1416 10 0 380887 0
[pid=10816/tid=10818] ppid=10814 vsize=1534336 CPUtime=2.64
/proc/10816/task/10818/stat : 10818 (java) R 10814 10816 10791 0 -1 4202560 32021 0 1 0 249 15 0 0 18 0 12 0 9205535 1571160064 45497 1992294400 134512640 134550932 4288985536 18446744073709551615 4109128634 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10816/tid=10819] ppid=10814 vsize=1534336 CPUtime=0.21
/proc/10816/task/10819/stat : 10819 (java) S 10814 10816 10791 0 -1 4202560 5173 0 0 0 19 2 0 0 18 0 12 0 9205537 1571160064 45497 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10820] ppid=10814 vsize=1534336 CPUtime=0.21
/proc/10816/task/10820/stat : 10820 (java) S 10814 10816 10791 0 -1 4202560 5627 0 0 0 19 2 0 0 18 0 12 0 9205537 1571160064 45497 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10821] ppid=10814 vsize=1534336 CPUtime=0
/proc/10816/task/10821/stat : 10821 (java) S 10814 10816 10791 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 9205538 1571160064 45497 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 0 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10822] ppid=10814 vsize=1534336 CPUtime=0
/proc/10816/task/10822/stat : 10822 (java) S 10814 10816 10791 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 9205539 1571160064 45497 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10823] ppid=10814 vsize=1534336 CPUtime=0
/proc/10816/task/10823/stat : 10823 (java) S 10814 10816 10791 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 9205539 1571160064 45497 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10824] ppid=10814 vsize=1534336 CPUtime=0
/proc/10816/task/10824/stat : 10824 (java) S 10814 10816 10791 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 9205543 1571160064 45497 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10825] ppid=10814 vsize=1534336 CPUtime=0.49
/proc/10816/task/10825/stat : 10825 (java) S 10814 10816 10791 0 -1 4202560 1412 0 0 0 49 0 0 0 16 0 12 0 9205543 1571160064 45497 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10826] ppid=10814 vsize=1534336 CPUtime=0.5
/proc/10816/task/10826/stat : 10826 (java) S 10814 10816 10791 0 -1 4202560 2049 0 0 0 50 0 0 0 16 0 12 0 9205543 1571160064 45497 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=10816/tid=10827] ppid=10814 vsize=1534336 CPUtime=0
/proc/10816/task/10827/stat : 10827 (java) S 10814 10816 10791 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9205543 1571160064 45497 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10828] ppid=10814 vsize=1534336 CPUtime=0
/proc/10816/task/10828/stat : 10828 (java) S 10814 10816 10791 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 9205543 1571160064 45497 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 1534336

[startup+6.30241 s]
/proc/loadavg: 1.01 1.02 1.00 4/122 10832
/proc/meminfo: memFree=1641064/2059040 swapFree=4136620/4192956
[pid=10816] ppid=10814 vsize=1535448 CPUtime=8.94
/proc/10816/stat : 10816 (java) S 10814 10816 10791 0 -1 4202496 56892 0 1 0 867 27 0 0 18 0 16 0 9205533 1572298752 53173 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10816/statm: 383862 53173 1434 10 0 381165 0
[pid=10816/tid=10818] ppid=10814 vsize=1535448 CPUtime=4.38
/proc/10816/task/10818/stat : 10818 (java) S 10814 10816 10791 0 -1 4202560 32050 0 1 0 423 15 0 0 18 0 16 0 9205535 1572298752 53173 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=10816/tid=10819] ppid=10814 vsize=1535448 CPUtime=0.57
/proc/10816/task/10819/stat : 10819 (java) S 10814 10816 10791 0 -1 4202560 9378 0 0 0 54 3 0 0 18 0 16 0 9205537 1572298752 53173 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=10816/tid=10820] ppid=10814 vsize=1535448 CPUtime=0.59
/proc/10816/task/10820/stat : 10820 (java) S 10814 10816 10791 0 -1 4202560 10432 0 0 0 54 5 0 0 18 0 16 0 9205537 1572298752 53173 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10821] ppid=10814 vsize=1535448 CPUtime=0
/proc/10816/task/10821/stat : 10821 (java) S 10814 10816 10791 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 16 0 9205538 1572298752 53173 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 0 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10822] ppid=10814 vsize=1535448 CPUtime=0
/proc/10816/task/10822/stat : 10822 (java) S 10814 10816 10791 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9205539 1572298752 53173 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10823] ppid=10814 vsize=1535448 CPUtime=0
/proc/10816/task/10823/stat : 10823 (java) S 10814 10816 10791 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 9205539 1572298752 53173 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10824] ppid=10814 vsize=1535448 CPUtime=0
/proc/10816/task/10824/stat : 10824 (java) S 10814 10816 10791 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 9205543 1572298752 53173 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10825] ppid=10814 vsize=1535448 CPUtime=1.19
/proc/10816/task/10825/stat : 10825 (java) S 10814 10816 10791 0 -1 4202560 1780 0 0 0 119 0 0 0 15 0 16 0 9205543 1572298752 53173 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10826] ppid=10814 vsize=1535448 CPUtime=1.12
/proc/10816/task/10826/stat : 10826 (java) S 10814 10816 10791 0 -1 4202560 2128 0 0 0 112 0 0 0 15 0 16 0 9205543 1572298752 53173 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10827] ppid=10814 vsize=1535448 CPUtime=0
/proc/10816/task/10827/stat : 10827 (java) S 10814 10816 10791 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 9205543 1572298752 53173 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10828] ppid=10814 vsize=1535448 CPUtime=0
/proc/10816/task/10828/stat : 10828 (java) S 10814 10816 10791 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 9205543 1572298752 53173 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10829] ppid=10814 vsize=1535448 CPUtime=0.54
/proc/10816/task/10829/stat : 10829 (java) R 10814 10816 10791 0 -1 4202560 15 0 0 0 54 0 0 0 18 0 16 0 9206059 1572298752 53173 1992294400 134512640 134550932 4288985536 18446744073709551615 4109379377 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10816/tid=10830] ppid=10814 vsize=1535448 CPUtime=0.47
/proc/10816/task/10830/stat : 10830 (java) R 10814 10816 10791 0 -1 4202560 25 0 0 0 47 0 0 0 21 0 16 0 9206059 1572298752 53173 1992294400 134512640 134550932 4288985536 18446744073709551615 4108850946 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10816/tid=10831] ppid=10814 vsize=1535448 CPUtime=0
/proc/10816/task/10831/stat : 10831 (java) S 10814 10816 10791 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 16 0 9206067 1572298752 53173 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=10816/tid=10832] ppid=10814 vsize=1535448 CPUtime=0
/proc/10816/task/10832/stat : 10832 (java) S 10814 10816 10791 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 9206068 1572298752 53173 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.94
Current children cumulated vsize (KiB) 1535448

[startup+12.7026 s]
/proc/loadavg: 1.09 1.04 1.01 5/122 10832
/proc/meminfo: memFree=1597292/2059040 swapFree=4136620/4192956
[pid=10816] ppid=10814 vsize=1545688 CPUtime=21.62
/proc/10816/stat : 10816 (java) S 10814 10816 10791 0 -1 4202496 70813 0 1 0 2127 35 0 0 18 0 16 0 9205533 1582784512 64010 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10816/statm: 386422 64010 1436 10 0 383725 0
[pid=10816/tid=10818] ppid=10814 vsize=1545688 CPUtime=4.38
/proc/10816/task/10818/stat : 10818 (java) S 10814 10816 10791 0 -1 4202560 32050 0 1 0 423 15 0 0 15 0 16 0 9205535 1582784512 64010 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10819] ppid=10814 vsize=1545688 CPUtime=1.29
/proc/10816/task/10819/stat : 10819 (java) S 10814 10816 10791 0 -1 4202560 13489 0 0 0 124 5 0 0 15 0 16 0 9205537 1582784512 64010 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=10816/tid=10820] ppid=10814 vsize=1545688 CPUtime=1.27
/proc/10816/task/10820/stat : 10820 (java) S 10814 10816 10791 0 -1 4202560 15638 0 0 0 120 7 0 0 16 0 16 0 9205537 1582784512 64010 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10821] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10821/stat : 10821 (java) S 10814 10816 10791 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 16 0 9205538 1582784512 64010 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 0 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=10816/tid=10822] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10822/stat : 10822 (java) S 10814 10816 10791 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9205539 1582784512 64010 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10823] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10823/stat : 10823 (java) S 10814 10816 10791 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 9205539 1582784512 64010 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10824] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10824/stat : 10824 (java) S 10814 10816 10791 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 9205543 1582784512 64010 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10825] ppid=10814 vsize=1545688 CPUtime=1.3
/proc/10816/task/10825/stat : 10825 (java) S 10814 10816 10791 0 -1 4202560 2489 0 0 0 129 1 0 0 16 0 16 0 9205543 1582784512 64010 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10826] ppid=10814 vsize=1545688 CPUtime=2.3
/proc/10816/task/10826/stat : 10826 (java) S 10814 10816 10791 0 -1 4202560 6006 0 0 0 227 3 0 0 15 0 16 0 9205543 1582784512 64010 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10827] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10827/stat : 10827 (java) S 10814 10816 10791 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 9205543 1582784512 64010 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10828] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10828/stat : 10828 (java) S 10814 10816 10791 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 9205543 1582784512 64010 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10829] ppid=10814 vsize=1545688 CPUtime=6.15
/proc/10816/task/10829/stat : 10829 (java) R 10814 10816 10791 0 -1 4202560 22 0 0 0 615 0 0 0 18 0 16 0 9206059 1582784512 64010 1992294400 134512640 134550932 4288985536 18446744073709551615 4109378484 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10816/tid=10830] ppid=10814 vsize=1545688 CPUtime=4.86
/proc/10816/task/10830/stat : 10830 (java) R 10814 10816 10791 0 -1 4202560 35 0 0 0 486 0 0 0 25 0 16 0 9206059 1582784512 64010 1992294400 134512640 134550932 4288985536 18446744073709551615 4109379330 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10816/tid=10831] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10831/stat : 10831 (java) S 10814 10816 10791 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 16 0 9206067 1582784512 64010 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=10816/tid=10832] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10832/stat : 10832 (java) S 10814 10816 10791 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 9206068 1582784512 64010 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.62
Current children cumulated vsize (KiB) 1545688

[startup+25.5019 s]
/proc/loadavg: 1.29 1.08 1.02 3/122 10832
/proc/meminfo: memFree=1592456/2059040 swapFree=4136620/4192956
[pid=10816] ppid=10814 vsize=1545688 CPUtime=46.97
/proc/10816/stat : 10816 (java) S 10814 10816 10791 0 -1 4202496 72111 0 1 0 4656 41 0 0 18 0 16 0 9205533 1582784512 65223 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/10816/statm: 386422 85560 1450 10 0 383725 0
[pid=10816/tid=10818] ppid=10814 vsize=1545688 CPUtime=4.38
/proc/10816/task/10818/stat : 10818 (java) S 10814 10816 10791 0 -1 4202560 32061 0 1 0 423 15 0 0 15 0 16 0 9205535 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10819] ppid=10814 vsize=1545688 CPUtime=20.73
/proc/10816/task/10819/stat : 10819 (java) S 10814 10816 10791 0 -1 4202560 23220 0 0 0 2042 31 0 0 16 0 16 0 9205537 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10820] ppid=10814 vsize=1545688 CPUtime=20.64
/proc/10816/task/10820/stat : 10820 (java) S 10814 10816 10791 0 -1 4202560 27079 0 0 0 2026 38 0 0 15 0 16 0 9205537 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=10816/tid=10821] ppid=10814 vsize=1545688 CPUtime=7.08
/proc/10816/task/10821/stat : 10821 (java) S 10814 10816 10791 0 -1 4202560 43773 0 0 0 684 24 0 0 15 0 16 0 9205538 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 0 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10822] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10822/stat : 10822 (java) S 10814 10816 10791 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9205539 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10823] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10823/stat : 10823 (java) S 10814 10816 10791 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 9205539 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10824] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10824/stat : 10824 (java) S 10814 10816 10791 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 9205543 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10825] ppid=10814 vsize=1545688 CPUtime=1.33
/proc/10816/task/10825/stat : 10825 (java) S 10814 10816 10791 0 -1 4202560 2489 0 0 0 132 1 0 0 16 0 16 0 9205543 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=10816/tid=10826] ppid=10814 vsize=1545688 CPUtime=3.26
/proc/10816/task/10826/stat : 10826 (java) S 10814 10816 10791 0 -1 4202560 6121 0 0 0 323 3 0 0 15 0 16 0 9205543 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10827] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10827/stat : 10827 (java) S 10814 10816 10791 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 9205543 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10828] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10828/stat : 10828 (java) S 10814 10816 10791 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 16 0 9205543 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10829] ppid=10814 vsize=1545688 CPUtime=723.75
/proc/10816/task/10829/stat : 10829 (java) R 10814 10816 10791 0 -1 4202560 276 0 0 0 72362 13 0 0 25 0 16 0 9206059 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4109379279 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10816/tid=10830] ppid=10814 vsize=1545688 CPUtime=718.92
/proc/10816/task/10830/stat : 10830 (java) R 10814 10816 10791 0 -1 4202560 359 0 0 0 71881 11 0 0 25 0 16 0 9206059 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4109479291 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10816/tid=10831] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10831/stat : 10831 (java) S 10814 10816 10791 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 16 0 9206067 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=10816/tid=10832] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10832/stat : 10832 (java) S 10814 10816 10791 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 9206068 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1500.18
Current children cumulated vsize (KiB) 1545688

[startup+822.301 s]
/proc/loadavg: 2.02 2.06 1.65 3/122 10863
/proc/meminfo: memFree=1508508/2059040 swapFree=4136620/4192956
[pid=10816] ppid=10814 vsize=1545688 CPUtime=1618.37
/proc/10816/stat : 10816 (java) S 10814 10816 10791 0 -1 4202496 141282 0 1 0 161688 149 0 0 18 0 16 0 9205533 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10816/statm: 386422 85560 1450 10 0 383725 0
[pid=10816/tid=10818] ppid=10814 vsize=1545688 CPUtime=4.38
/proc/10816/task/10818/stat : 10818 (java) S 10814 10816 10791 0 -1 4202560 32064 0 1 0 423 15 0 0 15 0 16 0 9205535 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10819] ppid=10814 vsize=1545688 CPUtime=22.47
/proc/10816/task/10819/stat : 10819 (java) S 10814 10816 10791 0 -1 4202560 23220 0 0 0 2213 34 0 0 16 0 16 0 9205537 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10820] ppid=10814 vsize=1545688 CPUtime=22.4
/proc/10816/task/10820/stat : 10820 (java) S 10814 10816 10791 0 -1 4202560 27079 0 0 0 2199 41 0 0 15 0 16 0 9205537 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=10816/tid=10821] ppid=10814 vsize=1545688 CPUtime=7.74
/proc/10816/task/10821/stat : 10821 (java) S 10814 10816 10791 0 -1 4202560 48515 0 0 0 748 26 0 0 15 0 16 0 9205538 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 0 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10822] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10822/stat : 10822 (java) S 10814 10816 10791 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9205539 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10823] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10823/stat : 10823 (java) S 10814 10816 10791 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 9205539 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10824] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10824/stat : 10824 (java) S 10814 10816 10791 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 9205543 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10825] ppid=10814 vsize=1545688 CPUtime=1.33
/proc/10816/task/10825/stat : 10825 (java) S 10814 10816 10791 0 -1 4202560 2489 0 0 0 132 1 0 0 16 0 16 0 9205543 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=10816/tid=10826] ppid=10814 vsize=1545688 CPUtime=3.26
/proc/10816/task/10826/stat : 10826 (java) S 10814 10816 10791 0 -1 4202560 6121 0 0 0 323 3 0 0 15 0 16 0 9205543 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10827] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10827/stat : 10827 (java) S 10814 10816 10791 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 9205543 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10828] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10828/stat : 10828 (java) S 10814 10816 10791 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 16 0 9205543 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10829] ppid=10814 vsize=1545688 CPUtime=780.27
/proc/10816/task/10829/stat : 10829 (java) R 10814 10816 10791 0 -1 4202560 293 0 0 0 78014 13 0 0 25 0 16 0 9206059 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4109276991 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10816/tid=10830] ppid=10814 vsize=1545688 CPUtime=776.44
/proc/10816/task/10830/stat : 10830 (java) R 10814 10816 10791 0 -1 4202560 382 0 0 0 77632 12 0 0 25 0 16 0 9206059 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4109525572 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10816/tid=10831] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10831/stat : 10831 (java) S 10814 10816 10791 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 16 0 9206067 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=10816/tid=10832] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10832/stat : 10832 (java) S 10814 10816 10791 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 9206068 1582784512 85560 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1618.37
Current children cumulated vsize (KiB) 1545688

[startup+882.31 s]
/proc/loadavg: 2.04 2.06 1.68 3/122 10865
/proc/meminfo: memFree=1501440/2059040 swapFree=4136620/4192956
[pid=10816] ppid=10814 vsize=1545688 CPUtime=1737.29
/proc/10816/stat : 10816 (java) S 10814 10816 10791 0 -1 4202496 143422 0 1 0 173572 157 0 0 18 0 16 0 9205533 1582784512 87650 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10816/statm: 386422 87650 1450 10 0 383725 0
[pid=10816/tid=10818] ppid=10814 vsize=1545688 CPUtime=4.38
/proc/10816/task/10818/stat : 10818 (java) S 10814 10816 10791 0 -1 4202560 32064 0 1 0 423 15 0 0 15 0 16 0 9205535 1582784512 87650 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10819] ppid=10814 vsize=1545688 CPUtime=24.18
/proc/10816/task/10819/stat : 10819 (java) S 10814 10816 10791 0 -1 4202560 25111 0 0 0 2380 38 0 0 16 0 16 0 9205537 1582784512 87650 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10820] ppid=10814 vsize=1545688 CPUtime=24.1
/proc/10816/task/10820/stat : 10820 (java) S 10814 10816 10791 0 -1 4202560 27280 0 0 0 2368 42 0 0 16 0 16 0 9205537 1582784512 87650 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=10816/tid=10821] ppid=10814 vsize=1545688 CPUtime=7.76
/proc/10816/task/10821/stat : 10821 (java) S 10814 10816 10791 0 -1 4202560 48519 0 0 0 750 26 0 0 15 0 16 0 9205538 1582784512 87650 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 0 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10822] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10822/stat : 10822 (java) S 10814 10816 10791 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9205539 1582784512 87650 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10823] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10823/stat : 10823 (java) S 10814 10816 10791 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 9205539 1582784512 87650 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10824] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10824/stat : 10824 (java) S 10814 10816 10791 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 9205543 1582784512 87650 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10825] ppid=10814 vsize=1545688 CPUtime=1.33
/proc/10816/task/10825/stat : 10825 (java) S 10814 10816 10791 0 -1 4202560 2489 0 0 0 132 1 0 0 16 0 16 0 9205543 1582784512 87650 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=10816/tid=10826] ppid=10814 vsize=1545688 CPUtime=3.26
/proc/10816/task/10826/stat : 10826 (java) S 10814 10816 10791 0 -1 4202560 6121 0 0 0 323 3 0 0 15 0 16 0 9205543 1582784512 87650 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10827] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10827/stat : 10827 (java) S 10814 10816 10791 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 9205543 1582784512 87650 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10828] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10828/stat : 10828 (java) S 10814 10816 10791 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 16 0 9205543 1582784512 87650 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10829] ppid=10814 vsize=1545688 CPUtime=837.96
/proc/10816/task/10829/stat : 10829 (java) R 10814 10816 10791 0 -1 4202560 314 0 0 0 83783 13 0 0 25 0 16 0 9206059 1582784512 87650 1992294400 134512640 134550932 4288985536 18446744073709551615 4109378487 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10816/tid=10830] ppid=10814 vsize=1545688 CPUtime=834.22
/proc/10816/task/10830/stat : 10830 (java) R 10814 10816 10791 0 -1 4202560 401 0 0 0 83409 13 0 0 25 0 16 0 9206059 1582784512 87650 1992294400 134512640 134550932 4288985536 18446744073709551615 4109370672 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10816/tid=10831] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10831/stat : 10831 (java) S 10814 10816 10791 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 16 0 9206067 1582784512 87650 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=10816/tid=10832] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10832/stat : 10832 (java) S 10814 10816 10791 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 9206068 1582784512 87650 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1737.29
Current children cumulated vsize (KiB) 1545688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+914.302 s]
/proc/loadavg: 2.14 2.09 1.70 3/122 10865
/proc/meminfo: memFree=1497472/2059040 swapFree=4136620/4192956
[pid=10816] ppid=10814 vsize=1545688 CPUtime=1800.04
/proc/10816/stat : 10816 (java) S 10814 10816 10791 0 -1 4202496 149011 0 1 0 179840 164 0 0 18 0 16 0 9205533 1582784512 88473 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10816/statm: 386422 88473 1450 10 0 383725 0
[pid=10816/tid=10818] ppid=10814 vsize=1545688 CPUtime=4.38
/proc/10816/task/10818/stat : 10818 (java) S 10814 10816 10791 0 -1 4202560 32065 0 1 0 423 15 0 0 15 0 16 0 9205535 1582784512 88473 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10819] ppid=10814 vsize=1545688 CPUtime=25.12
/proc/10816/task/10819/stat : 10819 (java) S 10814 10816 10791 0 -1 4202560 25740 0 0 0 2471 41 0 0 16 0 16 0 9205537 1582784512 88473 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10820] ppid=10814 vsize=1545688 CPUtime=25.05
/proc/10816/task/10820/stat : 10820 (java) S 10814 10816 10791 0 -1 4202560 27477 0 0 0 2462 43 0 0 15 0 16 0 9205537 1582784512 88473 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=10816/tid=10821] ppid=10814 vsize=1545688 CPUtime=8.45
/proc/10816/task/10821/stat : 10821 (java) S 10814 10816 10791 0 -1 4202560 53258 0 0 0 816 29 0 0 15 0 16 0 9205538 1582784512 88473 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 0 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10822] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10822/stat : 10822 (java) S 10814 10816 10791 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9205539 1582784512 88473 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10823] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10823/stat : 10823 (java) S 10814 10816 10791 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 9205539 1582784512 88473 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10824] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10824/stat : 10824 (java) S 10814 10816 10791 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 9205543 1582784512 88473 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10825] ppid=10814 vsize=1545688 CPUtime=1.33
/proc/10816/task/10825/stat : 10825 (java) S 10814 10816 10791 0 -1 4202560 2489 0 0 0 132 1 0 0 16 0 16 0 9205543 1582784512 88473 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=10816/tid=10826] ppid=10814 vsize=1545688 CPUtime=3.26
/proc/10816/task/10826/stat : 10826 (java) S 10814 10816 10791 0 -1 4202560 6121 0 0 0 323 3 0 0 15 0 16 0 9205543 1582784512 88473 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10827] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10827/stat : 10827 (java) S 10814 10816 10791 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 9205543 1582784512 88473 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=10816/tid=10828] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10828/stat : 10828 (java) S 10814 10816 10791 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 9205543 1582784512 88473 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=10816/tid=10829] ppid=10814 vsize=1545688 CPUtime=868.13
/proc/10816/task/10829/stat : 10829 (java) R 10814 10816 10791 0 -1 4202560 321 0 0 0 86799 14 0 0 25 0 16 0 9206059 1582784512 88473 1992294400 134512640 134550932 4288985536 18446744073709551615 4109479291 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10816/tid=10830] ppid=10814 vsize=1545688 CPUtime=864.25
/proc/10816/task/10830/stat : 10830 (java) R 10814 10816 10791 0 -1 4202560 415 0 0 0 86411 14 0 0 25 0 16 0 9206059 1582784512 88473 1992294400 134512640 134550932 4288985536 18446744073709551615 4109652849 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10816/tid=10831] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10831/stat : 10831 (java) S 10814 10816 10791 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 16 0 9206067 1582784512 88473 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=10816/tid=10832] ppid=10814 vsize=1545688 CPUtime=0
/proc/10816/task/10832/stat : 10832 (java) S 10814 10816 10791 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 9206068 1582784512 88473 1992294400 134512640 134550932 4288985536 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1545688

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

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

[startup+914.502 s]
/proc/loadavg: 2.14 2.09 1.70 3/122 10865
/proc/meminfo: memFree=1497472/2059040 swapFree=4136620/4192956
[pid=10816] ppid=10814 vsize=0 CPUtime=1800.39
/proc/10816/stat : 10816 (java) Z 10814 10816 10791 0 -1 4203548 149032 0 1 0 179873 166 0 0 16 0 2 0 9205533 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10816/statm: 0 0 0 0 0 0 0
[pid=10816/tid=10829] ppid=10814 vsize=0 CPUtime=868.26
/proc/10816/task/10829/stat : 10829 (java) R 10814 10816 10791 0 -1 4203588 321 0 0 0 86809 17 0 0 25 0 2 0 9206059 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.39
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 914.509
CPU time (s): 1800.41
CPU user time (s): 1798.73
CPU system time (s): 1.67574
CPU usage (%): 196.872
Max. virtual memory (cumulated for all children) (KiB): 1556940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.73
system time used= 1.67575
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149032
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= 27723
involuntary context switches= 52403

runsolver used 4.05138 second user time and 11.6032 second system time

The end

Launcher Data

Begin job on node012 at 2010-06-12 11:47:20
IDJOB=2662269
IDBENCH=1475
IDSOLVER=1166
FILE ID=node012/2662269-1276336039
PBS_JOBID= 11173179
Free space on /tmp= 62404 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache-ibm-q-full.all.ucl.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662269-1276336039/watcher-2662269-1276336039 -o /tmp/evaluation-result-2662269-1276336039/solver-2662269-1276336039 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662269-1276336039.opb

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

MD5SUM BENCH= 14c93c93dc53353f81a889ada18ba601
RANDOM SEED=1372977755

node012.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.258
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.51
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.258
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1849412 kB
Buffers:         14960 kB
Cached:         111848 kB
SwapCached:      16524 kB
Active:         111796 kB
Inactive:        34320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1849412 kB
SwapTotal:     4192956 kB
SwapFree:      4136620 kB
Dirty:            8084 kB
Writeback:           8 kB
AnonPages:       10552 kB
Mapped:           9200 kB
Slab:            41716 kB
PageTables:       4048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181500 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= 62404 MiB
End job on node012 at 2010-06-12 12:02:36