Trace number 2661619

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.35 1089.95

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_4_80.opb
MD5SUMfa22dd251e76880c1495cc1725a19f60
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74916
Sum of products size (including duplicates)149832
Number of different products37458
Sum of products size74916

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.16	c version 2.2.0.v20100531
0.09/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.16	c java.vm.version	11.2-b01
0.09/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version		1.6.0_12
0.09/0.16	c os.name		Linux
0.09/0.16	c os.version		2.6.18-164.el5
0.09/0.16	c os.arch		i386
0.09/0.16	c Free memory 		1393557488
0.09/0.16	c Max memory 		1395916800
0.09/0.16	c Total memory 		1395916800
0.09/0.16	c Number of processors 	2
0.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c ManyCore solver with 2 solvers running in parallel
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1786e64
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@2808b3
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	
0.23/0.22	c solving HOME/instance-2661619-1276684171.opb
0.23/0.22	c reading problem ... 
366.72/364.26	c ... done. Wall clock time 363.38s.
366.72/364.26	c #vars     38458
366.72/364.26	c #constraints  76419
366.72/364.26	c constraints type 
366.72/364.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37458
366.72/364.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
366.72/364.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
366.72/364.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37458
366.72/364.26	c constraints type 
366.72/364.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
366.72/364.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37458
366.72/364.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
366.72/364.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37458
415.09/388.62	c cleaning 2510 clauses out of 5020 with flag 5020/5020
464.56/413.74	c cleaning 4247 clauses out of 8494 with flag 11004/11004
519.80/441.85	c cleaning 5630 clauses out of 11259 with flag 18016/18016
604.02/484.51	c cleaning 6814 clauses out of 13627 with flag 26014/26014
717.25/541.94	c cleaning 7900 clauses out of 15799 with flag 35000/35000
881.40/625.09	c cleaning 8994 clauses out of 17988 with flag 45089/45089
1090.24/730.77	c cleaning 9986 clauses out of 19972 with flag 56067/56067
1370.13/872.21	c cleaning 10974 clauses out of 21947 with flag 68028/68028
1699.98/1039.08	c cleaning 11973 clauses out of 23946 with flag 81001/81001
1800.12/1089.81	c starts		: 87
1800.12/1089.81	c conflicts		: 84827
1800.12/1089.81	c decisions		: 230375
1800.12/1089.81	c propagations		: 9813658
1800.12/1089.81	c inspects		: 605639611
1800.12/1089.81	c learnt literals	: 0
1800.12/1089.81	c learnt binary clauses	: 0
1800.12/1089.81	c learnt ternary clauses	: 14
1800.12/1089.81	c learnt clauses	: 84827
1800.12/1089.81	c ignored clauses	: 0
1800.12/1089.81	c root simplifications	: 0
1800.12/1089.81	c removed literals (reason simplification)	: 1414876
1800.12/1089.81	c reason swapping (by a shorter reason)	: 0
1800.12/1089.81	c Calls to reduceDB	: 9
1800.12/1089.81	c number of reductions to clauses (during analyze)	: 0
1800.12/1089.81	c number of learned constraints concerned by reduction	: 0
1800.12/1089.82	c number of learning phase by resolution	: 0
1800.12/1089.82	c number of learning phase by cutting planes	: 0
1800.12/1089.82	c speed (assignments/second)	: 13513.358917902175
1800.12/1089.82	c non guided choices	37869
1800.12/1089.86	c learnt constraints type 
1800.12/1089.86	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15800
1800.12/1089.86	c constraints type 
1800.12/1089.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37458
1800.12/1089.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.12/1089.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.12/1089.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37458
1800.12/1089.86	c constraints type 
1800.12/1089.86	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1800.12/1089.86	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37458
1800.12/1089.86	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1800.12/1089.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37458
1800.12/1089.86	s UNKNOWN
1800.12/1089.86	c Total wall clock time (in seconds): 1089.639

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.09 3/105 15111
/proc/meminfo: memFree=1747200/2059040 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=428 CPUtime=0
/proc/15111/stat : 15111 (java6) R 15109 15111 14905 0 -1 4194304 124 0 0 0 0 0 0 0 25 0 1 0 9711167 438272 43 1992294400 134512640 134550932 4293223696 18446744073709551615 3117652 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15111/statm: 107 46 36 10 0 25 0

[startup+0.110951 s]
/proc/loadavg: 1.00 1.00 1.09 3/105 15111
/proc/meminfo: memFree=1747200/2059040 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=1524180 CPUtime=0.09
/proc/15111/stat : 15111 (java) S 15109 15111 14905 0 -1 4202496 4026 0 1 0 7 2 0 0 25 0 12 0 9711167 1560760320 3465 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15111/statm: 381045 3465 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.201363 s]
/proc/loadavg: 1.00 1.00 1.09 3/105 15111
/proc/meminfo: memFree=1747200/2059040 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=1526120 CPUtime=0.23
/proc/15111/stat : 15111 (java) S 15109 15111 14905 0 -1 4202496 5085 0 1 0 20 3 0 0 25 0 12 0 9711167 1562746880 4522 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15111/statm: 381530 4522 1345 10 0 378833 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1526120

[startup+0.301371 s]
/proc/loadavg: 1.00 1.00 1.09 3/105 15111
/proc/meminfo: memFree=1747200/2059040 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=1526120 CPUtime=0.35
/proc/15111/stat : 15111 (java) S 15109 15111 14905 0 -1 4202496 5439 0 1 0 32 3 0 0 25 0 12 0 9711167 1562746880 4876 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15111/statm: 381530 4876 1360 10 0 378833 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526120

[startup+0.700418 s]
/proc/loadavg: 1.00 1.00 1.09 3/105 15111
/proc/meminfo: memFree=1747200/2059040 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=1528492 CPUtime=0.97
/proc/15111/stat : 15111 (java) S 15109 15111 14905 0 -1 4202496 6780 0 1 0 93 4 0 0 25 0 12 0 9711167 1565175808 6217 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15111/statm: 382123 6217 1406 10 0 379426 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1528492

[startup+1.5015 s]
/proc/loadavg: 1.00 1.00 1.09 2/117 15123
/proc/meminfo: memFree=1723296/2059040 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=1528020 CPUtime=1.98
/proc/15111/stat : 15111 (java) S 15109 15111 14905 0 -1 4202496 8804 0 1 0 193 5 0 0 25 0 12 0 9711167 1564692480 7661 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15111/statm: 382005 7661 1409 10 0 379308 0
[pid=15111/tid=15113] ppid=15109 vsize=1528020 CPUtime=1.3
/proc/15111/task/15113/stat : 15113 (java) R 15109 15111 14905 0 -1 4202560 6059 0 1 0 127 3 0 0 18 0 12 0 9711168 1564692480 7661 1992294400 134512640 134550932 4288506896 18446744073709551615 4109725328 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15111/tid=15114] ppid=15109 vsize=1528020 CPUtime=0
/proc/15111/task/15114/stat : 15114 (java) S 15109 15111 14905 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9711170 1564692480 7661 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15115] ppid=15109 vsize=1528020 CPUtime=0
/proc/15111/task/15115/stat : 15115 (java) S 15109 15111 14905 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 9711170 1564692480 7661 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15116] ppid=15109 vsize=1528020 CPUtime=0
/proc/15111/task/15116/stat : 15116 (java) S 15109 15111 14905 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9711171 1564692480 7661 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 0 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15117] ppid=15109 vsize=1528020 CPUtime=0
/proc/15111/task/15117/stat : 15117 (java) S 15109 15111 14905 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 9711172 1564692480 7661 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15118] ppid=15109 vsize=1528020 CPUtime=0
/proc/15111/task/15118/stat : 15118 (java) S 15109 15111 14905 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 9711172 1564692480 7661 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15119] ppid=15109 vsize=1528020 CPUtime=0
/proc/15111/task/15119/stat : 15119 (java) S 15109 15111 14905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9711176 1564692480 7661 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15120] ppid=15109 vsize=1528020 CPUtime=0.36
/proc/15111/task/15120/stat : 15120 (java) S 15109 15111 14905 0 -1 4202560 1056 0 0 0 36 0 0 0 20 0 12 0 9711176 1564692480 7661 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15121] ppid=15109 vsize=1528020 CPUtime=0.29
/proc/15111/task/15121/stat : 15121 (java) S 15109 15111 14905 0 -1 4202560 622 0 0 0 29 0 0 0 15 0 12 0 9711176 1564692480 7661 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15122] ppid=15109 vsize=1528020 CPUtime=0
/proc/15111/task/15122/stat : 15122 (java) S 15109 15111 14905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9711176 1564692480 7661 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15123] ppid=15109 vsize=1528020 CPUtime=0
/proc/15111/task/15123/stat : 15123 (java) S 15109 15111 14905 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9711176 1564692480 7661 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1528020

[startup+3.10167 s]
/proc/loadavg: 1.00 1.00 1.09 3/117 15123
/proc/meminfo: memFree=1709532/2059040 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=1541772 CPUtime=4.45
/proc/15111/stat : 15111 (java) S 15109 15111 14905 0 -1 4202496 16919 0 1 0 435 10 0 0 25 0 12 0 9711167 1578774528 12058 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15111/statm: 385443 12058 1410 10 0 382746 0
[pid=15111/tid=15113] ppid=15109 vsize=1541772 CPUtime=2.9
/proc/15111/task/15113/stat : 15113 (java) R 15109 15111 14905 0 -1 4202560 7114 0 1 0 285 5 0 0 21 0 12 0 9711168 1578774528 12058 1992294400 134512640 134550932 4288506896 18446744073709551615 4109861515 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15111/tid=15114] ppid=15109 vsize=1541772 CPUtime=0
/proc/15111/task/15114/stat : 15114 (java) S 15109 15111 14905 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9711170 1578774528 12058 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15115] ppid=15109 vsize=1541772 CPUtime=0
/proc/15111/task/15115/stat : 15115 (java) S 15109 15111 14905 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 9711170 1578774528 12058 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15116] ppid=15109 vsize=1541772 CPUtime=0
/proc/15111/task/15116/stat : 15116 (java) S 15109 15111 14905 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9711171 1578774528 12058 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 0 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15117] ppid=15109 vsize=1541772 CPUtime=0
/proc/15111/task/15117/stat : 15117 (java) S 15109 15111 14905 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 9711172 1578774528 12058 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15118] ppid=15109 vsize=1541772 CPUtime=0
/proc/15111/task/15118/stat : 15118 (java) S 15109 15111 14905 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 9711172 1578774528 12058 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15119] ppid=15109 vsize=1541772 CPUtime=0
/proc/15111/task/15119/stat : 15119 (java) S 15109 15111 14905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9711176 1578774528 12058 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15120] ppid=15109 vsize=1541772 CPUtime=1.2
/proc/15111/task/15120/stat : 15120 (java) S 15109 15111 14905 0 -1 4202560 7806 0 0 0 117 3 0 0 16 0 12 0 9711176 1578774528 12058 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15121] ppid=15109 vsize=1541772 CPUtime=0.32
/proc/15111/task/15121/stat : 15121 (java) S 15109 15111 14905 0 -1 4202560 932 0 0 0 32 0 0 0 15 0 12 0 9711176 1578774528 12058 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15122] ppid=15109 vsize=1541772 CPUtime=0
/proc/15111/task/15122/stat : 15122 (java) S 15109 15111 14905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9711176 1578774528 12058 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15123] ppid=15109 vsize=1541772 CPUtime=0
/proc/15111/task/15123/stat : 15123 (java) S 15109 15111 14905 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9711176 1578774528 12058 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 1541772

[startup+6.302 s]
/proc/loadavg: 1.16 1.03 1.10 2/117 15123
/proc/meminfo: memFree=1699612/2059040 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=1541772 CPUtime=7.76
/proc/15111/stat : 15111 (java) S 15109 15111 14905 0 -1 4202496 18234 0 1 0 765 11 0 0 25 0 12 0 9711167 1578774528 13372 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15111/statm: 385443 13372 1417 10 0 382746 0
[pid=15111/tid=15113] ppid=15109 vsize=1541772 CPUtime=6.08
/proc/15111/task/15113/stat : 15113 (java) R 15109 15111 14905 0 -1 4202560 8400 0 1 0 602 6 0 0 25 0 12 0 9711168 1578774528 13372 1992294400 134512640 134550932 4288506896 18446744073709551615 4109861632 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15111/tid=15114] ppid=15109 vsize=1541772 CPUtime=0
/proc/15111/task/15114/stat : 15114 (java) S 15109 15111 14905 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9711170 1578774528 13372 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15115] ppid=15109 vsize=1541772 CPUtime=0
/proc/15111/task/15115/stat : 15115 (java) S 15109 15111 14905 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 9711170 1578774528 13372 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15116] ppid=15109 vsize=1541772 CPUtime=0
/proc/15111/task/15116/stat : 15116 (java) S 15109 15111 14905 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9711171 1578774528 13372 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 0 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15117] ppid=15109 vsize=1541772 CPUtime=0
/proc/15111/task/15117/stat : 15117 (java) S 15109 15111 14905 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 9711172 1578774528 13372 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15118] ppid=15109 vsize=1541772 CPUtime=0
/proc/15111/task/15118/stat : 15118 (java) S 15109 15111 14905 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 9711172 1578774528 13372 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15119] ppid=15109 vsize=1541772 CPUtime=0
/proc/15111/task/15119/stat : 15119 (java) S 15109 15111 14905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9711176 1578774528 13372 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15120] ppid=15109 vsize=1541772 CPUtime=1.26
/proc/15111/task/15120/stat : 15120 (java) S 15109 15111 14905 0 -1 4202560 7816 0 0 0 123 3 0 0 15 0 12 0 9711176 1578774528 13372 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15121] ppid=15109 vsize=1541772 CPUtime=0.38
/proc/15111/task/15121/stat : 15121 (java) S 15109 15111 14905 0 -1 4202560 951 0 0 0 38 0 0 0 15 0 12 0 9711176 1578774528 13372 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15122] ppid=15109 vsize=1541772 CPUtime=0
/proc/15111/task/15122/stat : 15122 (java) S 15109 15111 14905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9711176 1578774528 13372 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15123] ppid=15109 vsize=1541772 CPUtime=0
/proc/15111/task/15123/stat : 15123 (java) S 15109 15111 14905 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9711176 1578774528 13372 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 1541772

[startup+12.7017 s]
/proc/loadavg: 1.15 1.03 1.10 2/117 15123
/proc/meminfo: memFree=1694032/2059040 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=1537852 CPUtime=14.18
/proc/15111/stat : 15111 (java) S 15109 15111 14905 0 -1 4202496 20386 0 1 0 1405 13 0 0 25 0 12 0 9711167 1574760448 14597 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15111/statm: 384463 14597 1417 10 0 381766 0
[pid=15111/tid=15113] ppid=15109 vsize=1537852 CPUtime=12.46
/proc/15111/task/15113/stat : 15113 (java) R 15109 15111 14905 0 -1 4202560 10551 0 1 0 1238 8 0 0 25 0 12 0 9711168 1574760448 14597 1992294400 134512640 134550932 4288506896 18446744073709551615 4109861761 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15111/tid=15114] ppid=15109 vsize=1537852 CPUtime=0
/proc/15111/task/15114/stat : 15114 (java) S 15109 15111 14905 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9711170 1574760448 14597 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15115] ppid=15109 vsize=1537852 CPUtime=0
/proc/15111/task/15115/stat : 15115 (java) S 15109 15111 14905 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 9711170 1574760448 14597 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15116] ppid=15109 vsize=1537852 CPUtime=0
/proc/15111/task/15116/stat : 15116 (java) S 15109 15111 14905 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9711171 1574760448 14597 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 0 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15117] ppid=15109 vsize=1537852 CPUtime=0
/proc/15111/task/15117/stat : 15117 (java) S 15109 15111 14905 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 9711172 1574760448 14597 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15118] ppid=15109 vsize=1537852 CPUtime=0
/proc/15111/task/15118/stat : 15118 (java) S 15109 15111 14905 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 9711172 1574760448 14597 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15119] ppid=15109 vsize=1537852 CPUtime=0
/proc/15111/task/15119/stat : 15119 (java) S 15109 15111 14905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9711176 1574760448 14597 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15120] ppid=15109 vsize=1537852 CPUtime=1.3
/proc/15111/task/15120/stat : 15120 (java) S 15109 15111 14905 0 -1 4202560 7817 0 0 0 127 3 0 0 15 0 12 0 9711176 1574760448 14598 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15121] ppid=15109 vsize=1537852 CPUtime=0.38
/proc/15111/task/15121/stat : 15121 (java) S 15109 15111 14905 0 -1 4202560 951 0 0 0 38 0 0 0 15 0 12 0 9711176 1574760448 14598 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15122] ppid=15109 vsize=1537852 CPUtime=0
/proc/15111/task/15122/stat : 15122 (java) S 15109 15111 14905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9711176 1574760448 14598 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15123] ppid=15109 vsize=1537852 CPUtime=0
/proc/15111/task/15123/stat : 15123 (java) S 15109 15111 14905 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9711176 1574760448 14598 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.18
Current children cumulated vsize (KiB) 1537852

[startup+25.501 s]
/proc/loadavg: 1.11 1.03 1.10 2/117 15125
/proc/meminfo: memFree=1681632/2059040 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=1537852 CPUtime=27.04
/proc/15111/stat : 15111 (java) S 15109 15111 14905 0 -1 4202496 23379 0 1 0 2687 17 0 0 25 0 12 0 9711167 1574760448 17588 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15111/statm: 384463 17588 1417 10 0 381766 0
[pid=15111/tid=15113] ppid=15109 vsize=1537852 CPUtime=25.24
/proc/15111/task/15113/stat : 15113 (java) R 15109 15111 14905 0 -1 4202560 13536 0 1 0 2512 12 0 0 25 0 12 0 9711168 1574760448 17588 1992294400 134512640 134550932 4288506896 18446744073709551615 4109725737 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15111/tid=15114] ppid=15109 vsize=1537852 CPUtime=0
/proc/15111/task/15114/stat : 15114 (java) S 15109 15111 14905 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9711170 1574760448 17588 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15115] ppid=15109 vsize=1537852 CPUtime=0
/proc/15111/task/15115/stat : 15115 (java) S 15109 15111 14905 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 9711170 1574760448 17588 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15116] ppid=15109 vsize=1537852 CPUtime=0
/proc/15111/task/15116/stat : 15116 (java) S 15109 15111 14905 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9711171 1574760448 17588 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 0 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15117] ppid=15109 vsize=1537852 CPUtime=0
/proc/15111/task/15117/stat : 15117 (java) S 15109 15111 14905 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 9711172 1574760448 17588 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15118] ppid=15109 vsize=1537852 CPUtime=0
/proc/15111/task/15118/stat : 15118 (java) S 15109 15111 14905 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 9711172 1574760448 17588 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15119] ppid=15109 vsize=1537852 CPUtime=0
/proc/15111/task/15119/stat : 15119 (java) S 15109 15111 14905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9711176 1574760448 17588 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15120] ppid=15109 vsize=1537852 CPUtime=1.37

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

/proc/15111/statm: 384883 133055 1446 10 0 382186 0
[pid=15111/tid=15113] ppid=15109 vsize=1539532 CPUtime=362.79
/proc/15111/task/15113/stat : 15113 (java) S 15109 15111 14905 0 -1 4202560 32077 0 1 0 36254 25 0 0 15 0 16 0 9711168 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15114] ppid=15109 vsize=1539532 CPUtime=15.54
/proc/15111/task/15114/stat : 15114 (java) S 15109 15111 14905 0 -1 4202560 50815 0 0 0 1513 41 0 0 16 0 16 0 9711170 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15115] ppid=15109 vsize=1539532 CPUtime=15.52
/proc/15111/task/15115/stat : 15115 (java) S 15109 15111 14905 0 -1 4202560 59167 0 0 0 1511 41 0 0 15 0 16 0 9711170 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15116] ppid=15109 vsize=1539532 CPUtime=5.07
/proc/15111/task/15116/stat : 15116 (java) S 15109 15111 14905 0 -1 4202560 49 0 0 0 499 8 0 0 15 0 16 0 9711171 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 0 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15117] ppid=15109 vsize=1539532 CPUtime=0
/proc/15111/task/15117/stat : 15117 (java) S 15109 15111 14905 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 9711172 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15118] ppid=15109 vsize=1539532 CPUtime=0
/proc/15111/task/15118/stat : 15118 (java) S 15109 15111 14905 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 9711172 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15119] ppid=15109 vsize=1539532 CPUtime=0
/proc/15111/task/15119/stat : 15119 (java) S 15109 15111 14905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9711176 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15120] ppid=15109 vsize=1539532 CPUtime=4.57
/proc/15111/task/15120/stat : 15120 (java) S 15109 15111 14905 0 -1 4202560 10293 0 0 0 453 4 0 0 16 0 16 0 9711176 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15121] ppid=15109 vsize=1539532 CPUtime=1.09
/proc/15111/task/15121/stat : 15121 (java) S 15109 15111 14905 0 -1 4202560 1012 0 0 0 109 0 0 0 15 0 16 0 9711176 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15122] ppid=15109 vsize=1539532 CPUtime=0
/proc/15111/task/15122/stat : 15122 (java) S 15109 15111 14905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9711176 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15123] ppid=15109 vsize=1539532 CPUtime=0
/proc/15111/task/15123/stat : 15123 (java) S 15109 15111 14905 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 9711176 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15137] ppid=15109 vsize=1539532 CPUtime=554.05
/proc/15111/task/15137/stat : 15137 (java) R 15109 15111 14905 0 -1 4202560 358 0 0 0 55402 3 0 0 25 0 16 0 9747527 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4110261539 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15111/tid=15138] ppid=15109 vsize=1539532 CPUtime=549.58
/proc/15111/task/15138/stat : 15138 (java) R 15109 15111 14905 0 -1 4202560 289 0 0 0 54953 5 0 0 25 0 16 0 9747527 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4110254292 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15111/tid=15139] ppid=15109 vsize=1539532 CPUtime=0
/proc/15111/task/15139/stat : 15139 (java) S 15109 15111 14905 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 9747533 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15140] ppid=15109 vsize=1539532 CPUtime=0
/proc/15111/task/15140/stat : 15140 (java) S 15109 15111 14905 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 9747547 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1508.3
Current children cumulated vsize (KiB) 1539532

[startup+1002.3 s]
/proc/loadavg: 2.13 1.96 1.55 3/121 15158
/proc/meminfo: memFree=1216972/2059040 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=1539532 CPUtime=1627.22
/proc/15111/stat : 15111 (java) S 15109 15111 14905 0 -1 4202496 155270 0 1 0 162585 137 0 0 25 0 16 0 9711167 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15111/statm: 384883 133055 1446 10 0 382186 0
[pid=15111/tid=15113] ppid=15109 vsize=1539532 CPUtime=362.79
/proc/15111/task/15113/stat : 15113 (java) S 15109 15111 14905 0 -1 4202560 32078 0 1 0 36254 25 0 0 15 0 16 0 9711168 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15114] ppid=15109 vsize=1539532 CPUtime=17.35
/proc/15111/task/15114/stat : 15114 (java) S 15109 15111 14905 0 -1 4202560 50815 0 0 0 1693 42 0 0 15 0 16 0 9711170 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15115] ppid=15109 vsize=1539532 CPUtime=17.34
/proc/15111/task/15115/stat : 15115 (java) S 15109 15111 14905 0 -1 4202560 59167 0 0 0 1691 43 0 0 16 0 16 0 9711170 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15116] ppid=15109 vsize=1539532 CPUtime=5.09
/proc/15111/task/15116/stat : 15116 (java) S 15109 15111 14905 0 -1 4202560 53 0 0 0 501 8 0 0 15 0 16 0 9711171 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 0 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15117] ppid=15109 vsize=1539532 CPUtime=0
/proc/15111/task/15117/stat : 15117 (java) S 15109 15111 14905 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 9711172 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15118] ppid=15109 vsize=1539532 CPUtime=0
/proc/15111/task/15118/stat : 15118 (java) S 15109 15111 14905 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 9711172 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15119] ppid=15109 vsize=1539532 CPUtime=0
/proc/15111/task/15119/stat : 15119 (java) S 15109 15111 14905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9711176 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15120] ppid=15109 vsize=1539532 CPUtime=4.57
/proc/15111/task/15120/stat : 15120 (java) S 15109 15111 14905 0 -1 4202560 10293 0 0 0 453 4 0 0 16 0 16 0 9711176 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15121] ppid=15109 vsize=1539532 CPUtime=1.09
/proc/15111/task/15121/stat : 15121 (java) S 15109 15111 14905 0 -1 4202560 1012 0 0 0 109 0 0 0 15 0 16 0 9711176 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15122] ppid=15109 vsize=1539532 CPUtime=0
/proc/15111/task/15122/stat : 15122 (java) S 15109 15111 14905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9711176 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15123] ppid=15109 vsize=1539532 CPUtime=0
/proc/15111/task/15123/stat : 15123 (java) S 15109 15111 14905 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 16 0 9711176 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15137] ppid=15109 vsize=1539532 CPUtime=612.03
/proc/15111/task/15137/stat : 15137 (java) R 15109 15111 14905 0 -1 4202560 394 0 0 0 61199 4 0 0 25 0 16 0 9747527 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4110203523 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15111/tid=15138] ppid=15109 vsize=1539532 CPUtime=606.86
/proc/15111/task/15138/stat : 15138 (java) R 15109 15111 14905 0 -1 4202560 324 0 0 0 60681 5 0 0 25 0 16 0 9747527 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4110213423 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15111/tid=15139] ppid=15109 vsize=1539532 CPUtime=0
/proc/15111/task/15139/stat : 15139 (java) S 15109 15111 14905 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 9747533 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15140] ppid=15109 vsize=1539532 CPUtime=0
/proc/15111/task/15140/stat : 15140 (java) S 15109 15111 14905 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 9747547 1576480768 133055 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1627.22
Current children cumulated vsize (KiB) 1539532

[startup+1062.3 s]
/proc/loadavg: 2.15 1.99 1.59 3/121 15158
/proc/meminfo: memFree=1213252/2059040 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=1539532 CPUtime=1745.6
/proc/15111/stat : 15111 (java) S 15109 15111 14905 0 -1 4202496 156301 0 1 0 174418 142 0 0 25 0 16 0 9711167 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15111/statm: 384883 133996 1446 10 0 382186 0
[pid=15111/tid=15113] ppid=15109 vsize=1539532 CPUtime=362.79
/proc/15111/task/15113/stat : 15113 (java) S 15109 15111 14905 0 -1 4202560 32079 0 1 0 36254 25 0 0 15 0 16 0 9711168 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15114] ppid=15109 vsize=1539532 CPUtime=19.16
/proc/15111/task/15114/stat : 15114 (java) S 15109 15111 14905 0 -1 4202560 51093 0 0 0 1872 44 0 0 15 0 16 0 9711170 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15115] ppid=15109 vsize=1539532 CPUtime=19.15
/proc/15111/task/15115/stat : 15115 (java) S 15109 15111 14905 0 -1 4202560 59841 0 0 0 1870 45 0 0 16 0 16 0 9711170 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15116] ppid=15109 vsize=1539532 CPUtime=5.71
/proc/15111/task/15116/stat : 15116 (java) S 15109 15111 14905 0 -1 4202560 57 0 0 0 562 9 0 0 16 0 16 0 9711171 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 0 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15117] ppid=15109 vsize=1539532 CPUtime=0
/proc/15111/task/15117/stat : 15117 (java) S 15109 15111 14905 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 9711172 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15118] ppid=15109 vsize=1539532 CPUtime=0
/proc/15111/task/15118/stat : 15118 (java) S 15109 15111 14905 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 9711172 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15119] ppid=15109 vsize=1539532 CPUtime=0
/proc/15111/task/15119/stat : 15119 (java) S 15109 15111 14905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9711176 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15120] ppid=15109 vsize=1539532 CPUtime=4.57
/proc/15111/task/15120/stat : 15120 (java) S 15109 15111 14905 0 -1 4202560 10293 0 0 0 453 4 0 0 16 0 16 0 9711176 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15121] ppid=15109 vsize=1539532 CPUtime=1.09
/proc/15111/task/15121/stat : 15121 (java) S 15109 15111 14905 0 -1 4202560 1012 0 0 0 109 0 0 0 15 0 16 0 9711176 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15122] ppid=15109 vsize=1539532 CPUtime=0
/proc/15111/task/15122/stat : 15122 (java) S 15109 15111 14905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9711176 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15123] ppid=15109 vsize=1539532 CPUtime=0.01
/proc/15111/task/15123/stat : 15123 (java) S 15109 15111 14905 0 -1 4202560 65 0 0 0 0 1 0 0 15 0 16 0 9711176 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15137] ppid=15109 vsize=1539532 CPUtime=669.58
/proc/15111/task/15137/stat : 15137 (java) R 15109 15111 14905 0 -1 4202560 428 0 0 0 66954 4 0 0 25 0 16 0 9747527 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4110252347 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15111/tid=15138] ppid=15109 vsize=1539532 CPUtime=663.46
/proc/15111/task/15138/stat : 15138 (java) R 15109 15111 14905 0 -1 4202560 360 0 0 0 66341 5 0 0 25 0 16 0 9747527 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4110266360 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15111/tid=15139] ppid=15109 vsize=1539532 CPUtime=0
/proc/15111/task/15139/stat : 15139 (java) S 15109 15111 14905 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 9747533 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15140] ppid=15109 vsize=1539532 CPUtime=0
/proc/15111/task/15140/stat : 15140 (java) S 15109 15111 14905 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 9747547 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1745.6
Current children cumulated vsize (KiB) 1539532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1089.8 s]
/proc/loadavg: 2.09 1.99 1.60 4/121 15160
/proc/meminfo: memFree=1213252/2059040 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=1539532 CPUtime=1800.12
/proc/15111/stat : 15111 (java) S 15109 15111 14905 0 -1 4202496 156336 0 1 0 179868 144 0 0 25 0 16 0 9711167 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15111/statm: 384883 133996 1446 10 0 382186 0
[pid=15111/tid=15113] ppid=15109 vsize=1539532 CPUtime=362.79
/proc/15111/task/15113/stat : 15113 (java) S 15109 15111 14905 0 -1 4202560 32080 0 1 0 36254 25 0 0 15 0 16 0 9711168 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15114] ppid=15109 vsize=1539532 CPUtime=20.09
/proc/15111/task/15114/stat : 15114 (java) S 15109 15111 14905 0 -1 4202560 51093 0 0 0 1964 45 0 0 15 0 16 0 9711170 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15115] ppid=15109 vsize=1539532 CPUtime=20.06
/proc/15111/task/15115/stat : 15115 (java) S 15109 15111 14905 0 -1 4202560 59841 0 0 0 1961 45 0 0 16 0 16 0 9711170 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15116] ppid=15109 vsize=1539532 CPUtime=5.72
/proc/15111/task/15116/stat : 15116 (java) S 15109 15111 14905 0 -1 4202560 57 0 0 0 563 9 0 0 15 0 16 0 9711171 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 0 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15117] ppid=15109 vsize=1539532 CPUtime=0
/proc/15111/task/15117/stat : 15117 (java) S 15109 15111 14905 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 9711172 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15118] ppid=15109 vsize=1539532 CPUtime=0
/proc/15111/task/15118/stat : 15118 (java) S 15109 15111 14905 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 9711172 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15119] ppid=15109 vsize=1539532 CPUtime=0
/proc/15111/task/15119/stat : 15119 (java) S 15109 15111 14905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9711176 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15120] ppid=15109 vsize=1539532 CPUtime=4.57
/proc/15111/task/15120/stat : 15120 (java) S 15109 15111 14905 0 -1 4202560 10293 0 0 0 453 4 0 0 16 0 16 0 9711176 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 1 0 0 0
[pid=15111/tid=15121] ppid=15109 vsize=1539532 CPUtime=1.09
/proc/15111/task/15121/stat : 15121 (java) S 15109 15111 14905 0 -1 4202560 1012 0 0 0 109 0 0 0 15 0 16 0 9711176 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15122] ppid=15109 vsize=1539532 CPUtime=0
/proc/15111/task/15122/stat : 15122 (java) S 15109 15111 14905 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9711176 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15123] ppid=15109 vsize=1539532 CPUtime=0.01
/proc/15111/task/15123/stat : 15123 (java) S 15109 15111 14905 0 -1 4202560 65 0 0 0 0 1 0 0 15 0 16 0 9711176 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15137] ppid=15109 vsize=1539532 CPUtime=696.05
/proc/15111/task/15137/stat : 15137 (java) R 15109 15111 14905 0 -1 4202560 450 0 0 0 69601 4 0 0 25 0 16 0 9747527 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4110732977 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15111/tid=15138] ppid=15109 vsize=1539532 CPUtime=689.66
/proc/15111/task/15138/stat : 15138 (java) R 15109 15111 14905 0 -1 4202560 372 0 0 0 68961 5 0 0 25 0 16 0 9747527 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4110212274 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15111/tid=15139] ppid=15109 vsize=1539532 CPUtime=0
/proc/15111/task/15139/stat : 15139 (java) S 15109 15111 14905 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 9747533 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
[pid=15111/tid=15140] ppid=15109 vsize=1539532 CPUtime=0
/proc/15111/task/15140/stat : 15140 (java) S 15109 15111 14905 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 9747547 1576480768 133996 1992294400 134512640 134550932 4288506896 18446744073709551615 4294960144 0 4 0 16800975 18446604437828020160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 1539532

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

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

[startup+1089.92 s]
/proc/loadavg: 2.09 1.99 1.60 4/121 15160
/proc/meminfo: memFree=1213252/2059040 swapFree=4192956/4192956
[pid=15111] ppid=15109 vsize=0 CPUtime=1800.31
/proc/15111/stat : 15111 (java) Z 15109 15111 14905 0 -1 4203548 156355 0 1 0 179885 146 0 0 17 0 2 0 9711167 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15111/statm: 0 0 0 0 0 0 0
[pid=15111/tid=15137] ppid=15109 vsize=0 CPUtime=696.13
/proc/15111/task/15137/stat : 15137 (java) R 15109 15111 14905 0 -1 4203588 450 0 0 0 69607 6 0 0 25 0 2 0 9747527 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.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1089.95
CPU time (s): 1800.35
CPU user time (s): 1798.85
CPU system time (s): 1.49977
CPU usage (%): 165.178
Max. virtual memory (cumulated for all children) (KiB): 1542748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.85
system time used= 1.49977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156355
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= 31923
involuntary context switches= 44044

runsolver used 4.76028 second user time and 9.01063 second system time

The end

Launcher Data

Begin job on node081 at 2010-06-16 12:29:31
IDJOB=2661619
IDBENCH=48379
IDSOLVER=1166
FILE ID=node081/2661619-1276684171
PBS_JOBID= 11172576
Free space on /tmp= 121808 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_60_4_80.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661619-1276684171/watcher-2661619-1276684171 -o /tmp/evaluation-result-2661619-1276684171/solver-2661619-1276684171 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661619-1276684171.opb

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

MD5SUM BENCH= fa22dd251e76880c1495cc1725a19f60
RANDOM SEED=1923144286

node081.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.212
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.42
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.212
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1747472 kB
Buffers:         47292 kB
Cached:         138884 kB
SwapCached:          0 kB
Active:         118068 kB
Inactive:       127620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1747472 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1352 kB
Writeback:           0 kB
AnonPages:       59576 kB
Mapped:          15432 kB
Slab:            44008 kB
PageTables:       3960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181512 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 121808 MiB
End job on node081 at 2010-06-16 12:47:43