Trace number 2658756

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 1794.52

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.6.accl.ucl.opb
MD5SUM9d22902ade96af236e70cdbf7d8bd853
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23621
Total number of constraints67526
Number of constraints which are clauses65126
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2400
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 71
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 261
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2658756-1276331019.opb
0.23/0.21	c reading problem ... 
2.73/2.11	c ... done. Wall clock time 1.89s.
2.73/2.11	c #vars     23621
2.73/2.11	c #constraints  67526
2.73/2.11	c constraints type 
2.73/2.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21189
2.73/2.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 43936
2.73/2.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2400
9.30/7.81	c cleaning 2489 clauses out of 5001 with flag 5001/5001
15.91/14.40	c cleaning 4243 clauses out of 8511 with flag 11000/11000
23.25/21.66	c cleaning 5618 clauses out of 11269 with flag 18001/18001
34.18/32.54	c cleaning 6819 clauses out of 13651 with flag 26001/26001
46.10/44.32	c cleaning 7912 clauses out of 15831 with flag 35000/35000
62.63/60.89	c cleaning 8940 clauses out of 17919 with flag 45000/45000
80.37/78.55	c cleaning 9968 clauses out of 19979 with flag 56000/56000
96.12/94.28	c cleaning 10949 clauses out of 22011 with flag 68000/68000
114.87/112.92	c cleaning 12025 clauses out of 24061 with flag 81000/81000
134.82/132.84	c cleaning 12996 clauses out of 26036 with flag 95000/95000
159.88/157.89	c cleaning 14011 clauses out of 28040 with flag 110000/110000
184.94/182.82	c cleaning 15010 clauses out of 30029 with flag 126001/126001
208.91/206.80	c cleaning 15976 clauses out of 32018 with flag 143000/143000
236.36/234.20	c cleaning 16988 clauses out of 34042 with flag 161000/161000
262.04/259.70	c cleaning 18005 clauses out of 36055 with flag 180001/180001
294.31/291.93	c cleaning 19007 clauses out of 38051 with flag 200002/200002
329.88/327.40	c cleaning 20015 clauses out of 40043 with flag 221001/221001
376.05/373.53	c cleaning 20980 clauses out of 42028 with flag 243001/243001
426.84/424.24	c cleaning 22000 clauses out of 44047 with flag 266000/266000
469.34/466.61	c cleaning 23015 clauses out of 46048 with flag 290001/290001
512.12/509.35	c cleaning 23991 clauses out of 48032 with flag 315000/315000
559.91/557.03	c cleaning 24992 clauses out of 50041 with flag 341000/341000
609.41/606.49	c cleaning 26017 clauses out of 52050 with flag 368001/368001
675.44/672.33	c cleaning 26998 clauses out of 54033 with flag 396001/396001
724.24/721.07	c cleaning 27989 clauses out of 56035 with flag 425001/425001
783.45/780.16	c cleaning 29014 clauses out of 58049 with flag 455004/455004
835.57/832.15	c cleaning 29994 clauses out of 60032 with flag 486001/486001
885.21/881.63	c cleaning 31008 clauses out of 62040 with flag 518003/518003
946.43/942.71	c cleaning 31991 clauses out of 64029 with flag 551000/551000
1019.48/1015.68	c cleaning 33002 clauses out of 66039 with flag 585001/585001
1071.73/1067.71	c cleaning 34001 clauses out of 68036 with flag 620000/620000
1144.68/1140.60	c cleaning 34982 clauses out of 70037 with flag 656002/656002
1202.52/1198.21	c cleaning 36017 clauses out of 72055 with flag 693002/693002
1287.27/1282.81	c cleaning 37008 clauses out of 74039 with flag 731003/731003
1342.52/1337.93	c cleaning 38010 clauses out of 76028 with flag 770000/770000
1410.62/1405.88	c cleaning 38975 clauses out of 78018 with flag 810000/810000
1486.37/1481.45	c cleaning 40003 clauses out of 80044 with flag 851001/851001
1568.43/1563.32	c cleaning 41009 clauses out of 82041 with flag 893001/893001
1646.69/1641.47	c cleaning 42009 clauses out of 84033 with flag 936002/936002
1734.64/1729.26	c cleaning 42989 clauses out of 86025 with flag 980003/980003
1800.02/1794.41	c starts		: 188
1800.02/1794.41	c conflicts		: 1020310
1800.02/1794.41	c decisions		: 3005271
1800.02/1794.41	c propagations		: 604532134
1800.02/1794.41	c inspects		: 3024243458
1800.02/1794.41	c learnt literals	: 2
1800.02/1794.41	c learnt binary clauses	: 264
1800.02/1794.41	c learnt ternary clauses	: 624
1800.02/1794.41	c learnt clauses	: 1020308
1800.02/1794.41	c ignored clauses	: 0
1800.02/1794.41	c root simplifications	: 0
1800.02/1794.41	c removed literals (reason simplification)	: 82647054
1800.02/1794.41	c reason swapping (by a shorter reason)	: 0
1800.02/1794.41	c Calls to reduceDB	: 40
1800.02/1794.41	c number of reductions to clauses (during analyze)	: 0
1800.02/1794.41	c number of learned constraints concerned by reduction	: 0
1800.02/1794.41	c number of learning phase by resolution	: 0
1800.02/1794.41	c number of learning phase by cutting planes	: 0
1800.02/1794.41	c speed (assignments/second)	: 337292.2260701407
1800.02/1794.42	c non guided choices	2706
1800.02/1794.47	c learnt constraints type 
1800.02/1794.47	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 83102
1800.02/1794.47	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 264
1800.02/1794.47	c constraints type 
1800.02/1794.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21189
1800.02/1794.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 43936
1800.02/1794.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2400
1800.02/1794.48	s UNKNOWN
1800.02/1794.48	c Total wall clock time (in seconds): 1794.263

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9996
/proc/meminfo: memFree=1587088/2059040 swapFree=4192956/4192956
[pid=9996] ppid=9994 vsize=1832 CPUtime=0
/proc/9996/stat : 9996 (java6) R 9994 9996 9077 0 -1 4194304 208 0 0 0 0 0 0 0 19 0 1 0 8705591 1875968 112 1992294400 134512640 134550932 4288797152 18446744073709551615 4160513152 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9996/statm: 458 114 89 10 0 63 0

[startup+0.0389709 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9996
/proc/meminfo: memFree=1587088/2059040 swapFree=4192956/4192956
[pid=9996] ppid=9994 vsize=1520328 CPUtime=0.02
/proc/9996/stat : 9996 (java) S 9994 9996 9077 0 -1 4202496 3289 0 1 0 1 1 0 0 15 0 4 0 8705591 1556815872 2732 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/9996/statm: 380082 2733 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.101971 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9996
/proc/meminfo: memFree=1587088/2059040 swapFree=4192956/4192956
[pid=9996] ppid=9994 vsize=1524184 CPUtime=0.09
/proc/9996/stat : 9996 (java) S 9994 9996 9077 0 -1 4202496 3960 0 1 0 7 2 0 0 15 0 12 0 8705591 1560764416 3399 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9996/statm: 381046 3400 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300969 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9996
/proc/meminfo: memFree=1587088/2059040 swapFree=4192956/4192956
[pid=9996] ppid=9994 vsize=1525936 CPUtime=0.34
/proc/9996/stat : 9996 (java) S 9994 9996 9077 0 -1 4202496 5394 0 1 0 31 3 0 0 15 0 12 0 8705591 1562558464 4829 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9996/statm: 381484 4829 1361 10 0 378786 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1525936

[startup+0.700966 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9996
/proc/meminfo: memFree=1587088/2059040 swapFree=4192956/4192956
[pid=9996] ppid=9994 vsize=1528152 CPUtime=1.02
/proc/9996/stat : 9996 (java) S 9994 9996 9077 0 -1 4202496 7069 0 1 0 98 4 0 0 15 0 12 0 8705591 1564827648 6440 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9996/statm: 382038 6440 1402 10 0 379340 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1528152

[startup+1.50196 s]
/proc/loadavg: 0.92 0.98 0.99 4/118 10008
/proc/meminfo: memFree=1555868/2059040 swapFree=4192956/4192956
[pid=9996] ppid=9994 vsize=1528680 CPUtime=2
/proc/9996/stat : 9996 (java) S 9994 9996 9077 0 -1 4202496 21013 0 1 0 190 10 0 0 15 0 12 0 8705591 1565368320 20177 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9996/statm: 382170 20177 1406 10 0 379472 0
[pid=9996/tid=9998] ppid=9994 vsize=1528680 CPUtime=1.18
/proc/9996/task/9998/stat : 9998 (java) R 9994 9996 9077 0 -1 4202560 18384 0 1 0 110 8 0 0 25 0 12 0 8705593 1565368320 20177 1992294400 134512640 134550932 4288965104 18446744073709551615 4108913724 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9996/tid=9999] ppid=9994 vsize=1528680 CPUtime=0
/proc/9996/task/9999/stat : 9999 (java) S 9994 9996 9077 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 8705594 1565368320 20177 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10000] ppid=9994 vsize=1528680 CPUtime=0
/proc/9996/task/10000/stat : 10000 (java) S 9994 9996 9077 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8705594 1565368320 20177 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10001] ppid=9994 vsize=1528680 CPUtime=0
/proc/9996/task/10001/stat : 10001 (java) S 9994 9996 9077 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8705596 1565368320 20177 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 0 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10002] ppid=9994 vsize=1528680 CPUtime=0
/proc/9996/task/10002/stat : 10002 (java) S 9994 9996 9077 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 8705597 1565368320 20177 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10003] ppid=9994 vsize=1528680 CPUtime=0
/proc/9996/task/10003/stat : 10003 (java) S 9994 9996 9077 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 8705597 1565368320 20177 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10004] ppid=9994 vsize=1528680 CPUtime=0
/proc/9996/task/10004/stat : 10004 (java) S 9994 9996 9077 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 8705601 1565368320 20177 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10005] ppid=9994 vsize=1528680 CPUtime=0.37
/proc/9996/task/10005/stat : 10005 (java) S 9994 9996 9077 0 -1 4202560 578 0 0 0 37 0 0 0 16 0 12 0 8705601 1565368320 20177 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10006] ppid=9994 vsize=1528680 CPUtime=0.42
/proc/9996/task/10006/stat : 10006 (java) S 9994 9996 9077 0 -1 4202560 985 0 0 0 42 0 0 0 15 0 12 0 8705601 1565368320 20177 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=9996/tid=10007] ppid=9994 vsize=1528680 CPUtime=0
/proc/9996/task/10007/stat : 10007 (java) S 9994 9996 9077 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 8705601 1565368320 20177 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10008] ppid=9994 vsize=1528680 CPUtime=0
/proc/9996/task/10008/stat : 10008 (java) S 9994 9996 9077 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8705601 1565368320 20177 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1528680

[startup+3.10495 s]
/proc/loadavg: 0.92 0.98 0.99 2/118 10008
/proc/meminfo: memFree=1458032/2059040 swapFree=4192956/4192956
[pid=9996] ppid=9994 vsize=1531192 CPUtime=4.29
/proc/9996/stat : 9996 (java) S 9994 9996 9077 0 -1 4202496 38701 0 1 0 411 18 0 0 15 0 13 0 8705591 1567940608 37093 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9996/statm: 382798 37093 1433 10 0 380100 0
[pid=9996/tid=9998] ppid=9994 vsize=1531192 CPUtime=2.42
/proc/9996/task/9998/stat : 9998 (java) R 9994 9996 9077 0 -1 4202560 32008 0 1 0 227 15 0 0 25 0 13 0 8705593 1567940608 37093 1992294400 134512640 134550932 4288965104 18446744073709551615 4109102103 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9996/tid=9999] ppid=9994 vsize=1531192 CPUtime=0.05
/proc/9996/task/9999/stat : 9999 (java) S 9994 9996 9077 0 -1 4202560 1397 0 0 0 5 0 0 0 16 0 13 0 8705594 1567940608 37093 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10000] ppid=9994 vsize=1531192 CPUtime=0.04
/proc/9996/task/10000/stat : 10000 (java) S 9994 9996 9077 0 -1 4202560 1229 0 0 0 4 0 0 0 18 0 13 0 8705594 1567940608 37093 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=9996/tid=10001] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10001/stat : 10001 (java) S 9994 9996 9077 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 13 0 8705596 1567940608 37093 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 0 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10002] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10002/stat : 10002 (java) S 9994 9996 9077 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8705597 1567940608 37093 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10003] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10003/stat : 10003 (java) S 9994 9996 9077 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8705597 1567940608 37093 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10004] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10004/stat : 10004 (java) S 9994 9996 9077 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8705601 1567940608 37093 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10005] ppid=9994 vsize=1531192 CPUtime=0.83
/proc/9996/task/10005/stat : 10005 (java) S 9994 9996 9077 0 -1 4202560 1340 0 0 0 83 0 0 0 15 0 13 0 8705601 1567940608 37093 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10006] ppid=9994 vsize=1531192 CPUtime=0.9
/proc/9996/task/10006/stat : 10006 (java) S 9994 9996 9077 0 -1 4202560 1652 0 0 0 90 0 0 0 15 0 13 0 8705601 1567940608 37093 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=9996/tid=10007] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10007/stat : 10007 (java) S 9994 9996 9077 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 8705601 1567940608 37093 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10008] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10008/stat : 10008 (java) S 9994 9996 9077 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8705601 1567940608 37093 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 1531192

[startup+6.30193 s]
/proc/loadavg: 0.93 0.98 0.99 2/119 10009
/proc/meminfo: memFree=1432232/2059040 swapFree=4192956/4192956
[pid=9996] ppid=9994 vsize=1531192 CPUtime=7.74
/proc/9996/stat : 9996 (java) S 9994 9996 9077 0 -1 4202496 41542 0 1 0 754 20 0 0 15 0 13 0 8705591 1567940608 39837 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9996/statm: 382798 39837 1439 10 0 380100 0
[pid=9996/tid=9998] ppid=9994 vsize=1531192 CPUtime=5.51
/proc/9996/task/9998/stat : 9998 (java) R 9994 9996 9077 0 -1 4202560 32030 0 1 0 535 16 0 0 25 0 13 0 8705593 1567940608 39837 1992294400 134512640 134550932 4288965104 18446744073709551615 4109125185 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9996/tid=9999] ppid=9994 vsize=1531192 CPUtime=0.12
/proc/9996/task/9999/stat : 9999 (java) S 9994 9996 9077 0 -1 4202560 3054 0 0 0 12 0 0 0 16 0 13 0 8705594 1567940608 39837 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10000] ppid=9994 vsize=1531192 CPUtime=0.11
/proc/9996/task/10000/stat : 10000 (java) S 9994 9996 9077 0 -1 4202560 2296 0 0 0 11 0 0 0 18 0 13 0 8705594 1567940608 39837 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=9996/tid=10001] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10001/stat : 10001 (java) S 9994 9996 9077 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 8705596 1567940608 39837 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 0 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10002] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10002/stat : 10002 (java) S 9994 9996 9077 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8705597 1567940608 39837 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10003] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10003/stat : 10003 (java) S 9994 9996 9077 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8705597 1567940608 39837 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10004] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10004/stat : 10004 (java) S 9994 9996 9077 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8705601 1567940608 39837 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10005] ppid=9994 vsize=1531192 CPUtime=0.87
/proc/9996/task/10005/stat : 10005 (java) S 9994 9996 9077 0 -1 4202560 1347 0 0 0 87 0 0 0 15 0 13 0 8705601 1567940608 39837 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10006] ppid=9994 vsize=1531192 CPUtime=1.06
/proc/9996/task/10006/stat : 10006 (java) S 9994 9996 9077 0 -1 4202560 1736 0 0 0 106 0 0 0 15 0 13 0 8705601 1567940608 39837 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=9996/tid=10007] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10007/stat : 10007 (java) S 9994 9996 9077 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 8705601 1567940608 39837 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10008] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10008/stat : 10008 (java) S 9994 9996 9077 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8705601 1567940608 39837 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10009] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10009/stat : 10009 (java) S 9994 9996 9077 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8705815 1567940608 39837 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.74
Current children cumulated vsize (KiB) 1531192

[startup+12.7009 s]
/proc/loadavg: 0.93 0.98 0.99 2/119 10009
/proc/meminfo: memFree=1420576/2059040 swapFree=4192956/4192956
[pid=9996] ppid=9994 vsize=1531192 CPUtime=14.27
/proc/9996/stat : 9996 (java) S 9994 9996 9077 0 -1 4202496 44404 0 1 0 1406 21 0 0 15 0 13 0 8705591 1567940608 42694 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9996/statm: 382798 42694 1444 10 0 380100 0
[pid=9996/tid=9998] ppid=9994 vsize=1531192 CPUtime=11.69
/proc/9996/task/9998/stat : 9998 (java) R 9994 9996 9077 0 -1 4202560 32036 0 1 0 1153 16 0 0 25 0 13 0 8705593 1567940608 42694 1992294400 134512640 134550932 4288965104 18446744073709551615 4109263933 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9996/tid=9999] ppid=9994 vsize=1531192 CPUtime=0.22
/proc/9996/task/9999/stat : 9999 (java) S 9994 9996 9077 0 -1 4202560 3123 0 0 0 22 0 0 0 15 0 13 0 8705594 1567940608 42694 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10000] ppid=9994 vsize=1531192 CPUtime=0.21
/proc/9996/task/10000/stat : 10000 (java) S 9994 9996 9077 0 -1 4202560 2385 0 0 0 21 0 0 0 18 0 13 0 8705594 1567940608 42694 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=9996/tid=10001] ppid=9994 vsize=1531192 CPUtime=0.08
/proc/9996/task/10001/stat : 10001 (java) S 9994 9996 9077 0 -1 4202560 2703 0 0 0 8 0 0 0 15 0 13 0 8705596 1567940608 42694 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 0 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=9996/tid=10002] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10002/stat : 10002 (java) S 9994 9996 9077 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8705597 1567940608 42694 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10003] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10003/stat : 10003 (java) S 9994 9996 9077 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8705597 1567940608 42694 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10004] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10004/stat : 10004 (java) S 9994 9996 9077 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8705601 1567940608 42694 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10005] ppid=9994 vsize=1531192 CPUtime=0.88
/proc/9996/task/10005/stat : 10005 (java) S 9994 9996 9077 0 -1 4202560 1351 0 0 0 88 0 0 0 15 0 13 0 8705601 1567940608 42694 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10006] ppid=9994 vsize=1531192 CPUtime=1.1
/proc/9996/task/10006/stat : 10006 (java) S 9994 9996 9077 0 -1 4202560 1739 0 0 0 110 0 0 0 15 0 13 0 8705601 1567940608 42694 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=9996/tid=10007] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10007/stat : 10007 (java) S 9994 9996 9077 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 8705601 1567940608 42694 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10008] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10008/stat : 10008 (java) S 9994 9996 9077 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8705601 1567940608 42694 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10009] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10009/stat : 10009 (java) S 9994 9996 9077 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8705815 1567940608 42694 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.27
Current children cumulated vsize (KiB) 1531192

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/119 10011
/proc/meminfo: memFree=1417352/2059040 swapFree=4192956/4192956
[pid=9996] ppid=9994 vsize=1531192 CPUtime=27.16
/proc/9996/stat : 9996 (java) S 9994 9996 9077 0 -1 4202496 45302 0 1 0 2693 23 0 0 15 0 13 0 8705591 1567940608 43551 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9996/statm: 382798 43551 1444 10 0 380100 0
[pid=9996/tid=9998] ppid=9994 vsize=1531192 CPUtime=24.24
/proc/9996/task/9998/stat : 9998 (java) R 9994 9996 9077 0 -1 4202560 32045 0 1 0 2407 17 0 0 25 0 13 0 8705593 1567940608 43551 1992294400 134512640 134550932 4288965104 18446744073709551615 4109178381 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9996/tid=9999] ppid=9994 vsize=1531192 CPUtime=0.28
/proc/9996/task/9999/stat : 9999 (java) S 9994 9996 9077 0 -1 4202560 3412 0 0 0 27 1 0 0 16 0 13 0 8705594 1567940608 43551 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10000] ppid=9994 vsize=1531192 CPUtime=0.27
/proc/9996/task/10000/stat : 10000 (java) S 9994 9996 9077 0 -1 4202560 2789 0 0 0 26 1 0 0 15 0 13 0 8705594 1567940608 43551 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=9996/tid=10001] ppid=9994 vsize=1531192 CPUtime=0.25
/proc/9996/task/10001/stat : 10001 (java) S 9994 9996 9077 0 -1 4202560 2899 0 0 0 25 0 0 0 15 0 13 0 8705596 1567940608 43551 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 0 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=9996/tid=10002] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10002/stat : 10002 (java) S 9994 9996 9077 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8705597 1567940608 43551 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10003] ppid=9994 vsize=1531192 CPUtime=0

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

[pid=9996/tid=10002] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10002/stat : 10002 (java) S 9994 9996 9077 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8705597 1567940608 59484 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10003] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10003/stat : 10003 (java) S 9994 9996 9077 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8705597 1567940608 59484 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10004] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10004/stat : 10004 (java) S 9994 9996 9077 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8705601 1567940608 59484 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10005] ppid=9994 vsize=1531192 CPUtime=0.99
/proc/9996/task/10005/stat : 10005 (java) S 9994 9996 9077 0 -1 4202560 1357 0 0 0 99 0 0 0 15 0 13 0 8705601 1567940608 59484 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10006] ppid=9994 vsize=1531192 CPUtime=1.16
/proc/9996/task/10006/stat : 10006 (java) S 9994 9996 9077 0 -1 4202560 1739 0 0 0 116 0 0 0 15 0 13 0 8705601 1567940608 59484 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=9996/tid=10007] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10007/stat : 10007 (java) S 9994 9996 9077 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 8705601 1567940608 59484 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10008] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10008/stat : 10008 (java) S 9994 9996 9077 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 8705601 1567940608 59484 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10009] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10009/stat : 10009 (java) S 9994 9996 9077 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8705815 1567940608 59484 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1607.51
Current children cumulated vsize (KiB) 1531192

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10053
/proc/meminfo: memFree=1351384/2059040 swapFree=4192956/4192956
[pid=9996] ppid=9994 vsize=1531192 CPUtime=1667.62
/proc/9996/stat : 9996 (java) S 9994 9996 9077 0 -1 4202496 63243 0 1 0 166671 91 0 0 15 0 13 0 8705591 1567940608 59485 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9996/statm: 382798 59485 1444 10 0 380100 0
[pid=9996/tid=9998] ppid=9994 vsize=1531192 CPUtime=1651.54
/proc/9996/task/9998/stat : 9998 (java) R 9994 9996 9077 0 -1 4202560 33501 0 1 0 165094 60 0 0 25 0 13 0 8705593 1567940608 59485 1992294400 134512640 134550932 4288965104 18446744073709551615 4109288328 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9996/tid=9999] ppid=9994 vsize=1531192 CPUtime=4.83
/proc/9996/task/9999/stat : 9999 (java) S 9994 9996 9077 0 -1 4202560 10950 0 0 0 474 9 0 0 15 0 13 0 8705594 1567940608 59485 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10000] ppid=9994 vsize=1531192 CPUtime=4.77
/proc/9996/task/10000/stat : 10000 (java) S 9994 9996 9077 0 -1 4202560 10756 0 0 0 462 15 0 0 15 0 13 0 8705594 1567940608 59485 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=9996/tid=10001] ppid=9994 vsize=1531192 CPUtime=4.24
/proc/9996/task/10001/stat : 10001 (java) S 9994 9996 9077 0 -1 4202560 3777 0 0 0 421 3 0 0 15 0 13 0 8705596 1567940608 59485 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 0 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10002] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10002/stat : 10002 (java) S 9994 9996 9077 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8705597 1567940608 59485 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10003] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10003/stat : 10003 (java) S 9994 9996 9077 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8705597 1567940608 59485 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10004] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10004/stat : 10004 (java) S 9994 9996 9077 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8705601 1567940608 59485 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10005] ppid=9994 vsize=1531192 CPUtime=0.99
/proc/9996/task/10005/stat : 10005 (java) S 9994 9996 9077 0 -1 4202560 1357 0 0 0 99 0 0 0 15 0 13 0 8705601 1567940608 59485 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10006] ppid=9994 vsize=1531192 CPUtime=1.16
/proc/9996/task/10006/stat : 10006 (java) S 9994 9996 9077 0 -1 4202560 1739 0 0 0 116 0 0 0 15 0 13 0 8705601 1567940608 59485 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=9996/tid=10007] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10007/stat : 10007 (java) S 9994 9996 9077 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 8705601 1567940608 59485 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10008] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10008/stat : 10008 (java) S 9994 9996 9077 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 8705601 1567940608 59485 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10009] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10009/stat : 10009 (java) S 9994 9996 9077 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8705815 1567940608 59485 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1667.62
Current children cumulated vsize (KiB) 1531192

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10055
/proc/meminfo: memFree=1351260/2059040 swapFree=4192956/4192956
[pid=9996] ppid=9994 vsize=1531192 CPUtime=1727.72
/proc/9996/stat : 9996 (java) S 9994 9996 9077 0 -1 4202496 63263 0 1 0 172679 93 0 0 15 0 13 0 8705591 1567940608 59486 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9996/statm: 382798 59486 1444 10 0 380100 0
[pid=9996/tid=9998] ppid=9994 vsize=1531192 CPUtime=1711.32
/proc/9996/task/9998/stat : 9998 (java) R 9994 9996 9077 0 -1 4202560 33514 0 1 0 171071 61 0 0 25 0 13 0 8705593 1567940608 59486 1992294400 134512640 134550932 4288965104 18446744073709551615 4109263889 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9996/tid=9999] ppid=9994 vsize=1531192 CPUtime=4.98
/proc/9996/task/9999/stat : 9999 (java) S 9994 9996 9077 0 -1 4202560 10950 0 0 0 489 9 0 0 15 0 13 0 8705594 1567940608 59486 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10000] ppid=9994 vsize=1531192 CPUtime=4.94
/proc/9996/task/10000/stat : 10000 (java) S 9994 9996 9077 0 -1 4202560 10757 0 0 0 479 15 0 0 15 0 13 0 8705594 1567940608 59486 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=9996/tid=10001] ppid=9994 vsize=1531192 CPUtime=4.24
/proc/9996/task/10001/stat : 10001 (java) S 9994 9996 9077 0 -1 4202560 3779 0 0 0 421 3 0 0 15 0 13 0 8705596 1567940608 59486 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 0 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10002] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10002/stat : 10002 (java) S 9994 9996 9077 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8705597 1567940608 59486 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10003] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10003/stat : 10003 (java) S 9994 9996 9077 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8705597 1567940608 59486 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10004] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10004/stat : 10004 (java) S 9994 9996 9077 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8705601 1567940608 59486 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10005] ppid=9994 vsize=1531192 CPUtime=0.99
/proc/9996/task/10005/stat : 10005 (java) S 9994 9996 9077 0 -1 4202560 1357 0 0 0 99 0 0 0 15 0 13 0 8705601 1567940608 59486 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10006] ppid=9994 vsize=1531192 CPUtime=1.16
/proc/9996/task/10006/stat : 10006 (java) S 9994 9996 9077 0 -1 4202560 1739 0 0 0 116 0 0 0 15 0 13 0 8705601 1567940608 59486 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=9996/tid=10007] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10007/stat : 10007 (java) S 9994 9996 9077 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 8705601 1567940608 59486 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10008] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10008/stat : 10008 (java) S 9994 9996 9077 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 8705601 1567940608 59486 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10009] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10009/stat : 10009 (java) S 9994 9996 9077 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8705815 1567940608 59486 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1727.72
Current children cumulated vsize (KiB) 1531192

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10057
/proc/meminfo: memFree=1351012/2059040 swapFree=4192956/4192956
[pid=9996] ppid=9994 vsize=1531192 CPUtime=1787.88
/proc/9996/stat : 9996 (java) S 9994 9996 9077 0 -1 4202496 63287 0 1 0 178692 96 0 0 15 0 13 0 8705591 1567940608 59489 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9996/statm: 382798 59489 1444 10 0 380100 0
[pid=9996/tid=9998] ppid=9994 vsize=1531192 CPUtime=1770.93
/proc/9996/task/9998/stat : 9998 (java) R 9994 9996 9077 0 -1 4202560 33529 0 1 0 177030 63 0 0 25 0 13 0 8705593 1567940608 59489 1992294400 134512640 134550932 4288965104 18446744073709551615 4109284005 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9996/tid=9999] ppid=9994 vsize=1531192 CPUtime=5.18
/proc/9996/task/9999/stat : 9999 (java) S 9994 9996 9077 0 -1 4202560 10950 0 0 0 508 10 0 0 16 0 13 0 8705594 1567940608 59489 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10000] ppid=9994 vsize=1531192 CPUtime=5.13
/proc/9996/task/10000/stat : 10000 (java) S 9994 9996 9077 0 -1 4202560 10760 0 0 0 498 15 0 0 15 0 13 0 8705594 1567940608 59489 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=9996/tid=10001] ppid=9994 vsize=1531192 CPUtime=4.39
/proc/9996/task/10001/stat : 10001 (java) S 9994 9996 9077 0 -1 4202560 3783 0 0 0 436 3 0 0 15 0 13 0 8705596 1567940608 59489 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 0 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10002] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10002/stat : 10002 (java) S 9994 9996 9077 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8705597 1567940608 59489 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10003] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10003/stat : 10003 (java) S 9994 9996 9077 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8705597 1567940608 59489 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10004] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10004/stat : 10004 (java) S 9994 9996 9077 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8705601 1567940608 59489 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10005] ppid=9994 vsize=1531192 CPUtime=0.99
/proc/9996/task/10005/stat : 10005 (java) S 9994 9996 9077 0 -1 4202560 1357 0 0 0 99 0 0 0 15 0 13 0 8705601 1567940608 59489 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10006] ppid=9994 vsize=1531192 CPUtime=1.16
/proc/9996/task/10006/stat : 10006 (java) S 9994 9996 9077 0 -1 4202560 1739 0 0 0 116 0 0 0 15 0 13 0 8705601 1567940608 59489 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=9996/tid=10007] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10007/stat : 10007 (java) S 9994 9996 9077 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 8705601 1567940608 59489 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10008] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10008/stat : 10008 (java) S 9994 9996 9077 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 8705601 1567940608 59489 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10009] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10009/stat : 10009 (java) S 9994 9996 9077 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8705815 1567940608 59489 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1787.88
Current children cumulated vsize (KiB) 1531192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10057
/proc/meminfo: memFree=1351012/2059040 swapFree=4192956/4192956
[pid=9996] ppid=9994 vsize=1531192 CPUtime=1800.02
/proc/9996/stat : 9996 (java) S 9994 9996 9077 0 -1 4202496 63294 0 1 0 179906 96 0 0 15 0 13 0 8705591 1567940608 59489 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9996/statm: 382798 59489 1444 10 0 380100 0
[pid=9996/tid=9998] ppid=9994 vsize=1531192 CPUtime=1782.99
/proc/9996/task/9998/stat : 9998 (java) R 9994 9996 9077 0 -1 4202560 33532 0 1 0 178236 63 0 0 25 0 13 0 8705593 1567940608 59489 1992294400 134512640 134550932 4288965104 18446744073709551615 4109288438 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9996/tid=9999] ppid=9994 vsize=1531192 CPUtime=5.22
/proc/9996/task/9999/stat : 9999 (java) S 9994 9996 9077 0 -1 4202560 10950 0 0 0 512 10 0 0 15 0 13 0 8705594 1567940608 59489 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10000] ppid=9994 vsize=1531192 CPUtime=5.17
/proc/9996/task/10000/stat : 10000 (java) S 9994 9996 9077 0 -1 4202560 10760 0 0 0 502 15 0 0 16 0 13 0 8705594 1567940608 59489 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=9996/tid=10001] ppid=9994 vsize=1531192 CPUtime=4.39
/proc/9996/task/10001/stat : 10001 (java) S 9994 9996 9077 0 -1 4202560 3785 0 0 0 436 3 0 0 15 0 13 0 8705596 1567940608 59489 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 0 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10002] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10002/stat : 10002 (java) S 9994 9996 9077 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8705597 1567940608 59489 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10003] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10003/stat : 10003 (java) S 9994 9996 9077 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8705597 1567940608 59489 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10004] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10004/stat : 10004 (java) S 9994 9996 9077 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8705601 1567940608 59489 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10005] ppid=9994 vsize=1531192 CPUtime=0.99
/proc/9996/task/10005/stat : 10005 (java) S 9994 9996 9077 0 -1 4202560 1357 0 0 0 99 0 0 0 15 0 13 0 8705601 1567940608 59489 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10006] ppid=9994 vsize=1531192 CPUtime=1.16
/proc/9996/task/10006/stat : 10006 (java) S 9994 9996 9077 0 -1 4202560 1739 0 0 0 116 0 0 0 15 0 13 0 8705601 1567940608 59489 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
[pid=9996/tid=10007] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10007/stat : 10007 (java) S 9994 9996 9077 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 8705601 1567940608 59489 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10008] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10008/stat : 10008 (java) S 9994 9996 9077 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 8705601 1567940608 59489 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 0 0 0 0
[pid=9996/tid=10009] ppid=9994 vsize=1531192 CPUtime=0
/proc/9996/task/10009/stat : 10009 (java) S 9994 9996 9077 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8705815 1567940608 59489 1992294400 134512640 134550932 4288965104 18446744073709551615 4294960144 0 4 0 16800975 18446604437869086656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1531192

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

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

[startup+1794.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10057
/proc/meminfo: memFree=1351012/2059040 swapFree=4192956/4192956
[pid=9996] ppid=9994 vsize=0 CPUtime=1800.18
/proc/9996/stat : 9996 (java) Z 9994 9996 9077 0 -1 4203548 63315 0 1 0 179920 98 0 0 15 0 2 0 8705591 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9996/statm: 0 0 0 0 0 0 0
[pid=9996/tid=10007] ppid=9994 vsize=0 CPUtime=0.02
/proc/9996/task/10007/stat : 10007 (java) R 9994 9996 9077 0 -1 4203588 1 0 0 0 0 2 0 0 18 0 2 0 8705601 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.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.52
CPU time (s): 1800.19
CPU user time (s): 1799.21
CPU system time (s): 0.98585
CPU usage (%): 100.316
Max. virtual memory (cumulated for all children) (KiB): 1531668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 0.98585
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63315
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= 41577
involuntary context switches= 32585

runsolver used 3.64145 second user time and 9.53055 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-12 10:23:39
IDJOB=2658756
IDBENCH=1449
IDSOLVER=1164
FILE ID=node005/2658756-1276331019
PBS_JOBID= 11173156
Free space on /tmp= 62532 MiB

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

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

MD5SUM BENCH= 9d22902ade96af236e70cdbf7d8bd853
RANDOM SEED=769071284

node005.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.246
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.49
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.246
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:       1587360 kB
Buffers:        106360 kB
Cached:         236152 kB
SwapCached:          0 kB
Active:          77784 kB
Inactive:       324124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1587360 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2376 kB
Writeback:           0 kB
AnonPages:       59328 kB
Mapped:          15456 kB
Slab:            47756 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181076 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= 62532 MiB
End job on node005 at 2010-06-12 10:53:35