Trace number 2661535

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.29 953.382

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
MD5SUM611c10fb20bc9774d31ac4d0681f384d
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
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)31412
Sum of products size (including duplicates)62824
Number of different products15706
Sum of products size31412

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2661535-1276676336.opb
0.22/0.22	c reading problem ... 
89.64/87.79	c ... done. Wall clock time 87.573s.
89.64/87.79	c #vars     16706
89.64/87.79	c #constraints  32915
89.64/87.79	c constraints type 
89.64/87.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15706
89.64/87.79	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
89.64/87.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
89.64/87.79	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15706
89.64/87.79	c constraints type 
89.64/87.79	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
89.64/87.79	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15706
89.64/87.79	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
89.64/87.79	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15706
129.03/107.67	c cleaning 2505 clauses out of 5010 with flag 5010/5010
170.80/128.71	c cleaning 4264 clauses out of 8528 with flag 11033/11033
233.18/160.21	c cleaning 5618 clauses out of 11236 with flag 18005/18005
326.02/207.12	c cleaning 6827 clauses out of 13654 with flag 26041/26041
420.14/254.80	c cleaning 7896 clauses out of 15791 with flag 35005/35005
510.30/300.43	c cleaning 9005 clauses out of 18009 with flag 45119/45119
662.15/377.02	c cleaning 9961 clauses out of 19922 with flag 56037/56037
829.65/461.64	c cleaning 11076 clauses out of 22151 with flag 68227/68227
1034.52/565.17	c cleaning 11928 clauses out of 23856 with flag 81008/81008
1288.49/693.27	c cleaning 13079 clauses out of 26158 with flag 95238/95238
1532.96/817.86	c cleaning 13923 clauses out of 27846 with flag 110005/110005
1730.15/917.68	c cleaning 14959 clauses out of 29918 with flag 126000/126000
1800.01/953.21	c starts		: 102
1800.01/953.21	c conflicts		: 132159
1800.01/953.21	c decisions		: 340846
1800.01/953.21	c propagations		: 12859125
1800.01/953.21	c inspects		: 509967208
1800.01/953.22	c learnt literals	: 0
1800.01/953.22	c learnt binary clauses	: 0
1800.01/953.22	c learnt ternary clauses	: 1
1800.01/953.22	c learnt clauses	: 132158
1800.01/953.22	c ignored clauses	: 0
1800.01/953.22	c root simplifications	: 0
1800.01/953.22	c removed literals (reason simplification)	: 460461
1800.01/953.22	c reason swapping (by a shorter reason)	: 0
1800.01/953.22	c Calls to reduceDB	: 12
1800.01/953.22	c number of reductions to clauses (during analyze)	: 0
1800.01/953.22	c number of learned constraints concerned by reduction	: 0
1800.01/953.22	c number of learning phase by resolution	: 0
1800.01/953.22	c number of learning phase by cutting planes	: 0
1800.01/953.22	c speed (assignments/second)	: 14858.808602980514
1800.01/953.22	c non guided choices	16171
1800.01/953.27	c learnt constraints type 
1800.01/953.27	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 21120
1800.01/953.27	c constraints type 
1800.01/953.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15706
1800.01/953.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.01/953.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.01/953.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15706
1800.01/953.27	c constraints type 
1800.01/953.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1800.01/953.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15706
1800.01/953.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1800.01/953.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15706
1800.01/953.27	s UNKNOWN
1800.01/953.27	c Total wall clock time (in seconds): 953.056

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-2661535-1276676336/watcher-2661535-1276676336 -o /tmp/evaluation-result-2661535-1276676336/solver-2661535-1276676336 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661535-1276676336.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.00 3/106 15368
/proc/meminfo: memFree=1580232/2059040 swapFree=4192956/4192956
[pid=15368] ppid=15366 vsize=1832 CPUtime=0
/proc/15368/stat : 15368 (java6) R 15366 15368 15165 0 -1 4194304 236 0 0 0 0 0 0 0 16 0 1 0 8926469 1875968 140 1992294400 134512640 134550932 4293418336 18446744073709551615 11415378 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15368/statm: 458 143 107 10 0 63 0

[startup+0.0975639 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15368
/proc/meminfo: memFree=1580232/2059040 swapFree=4192956/4192956
[pid=15368] ppid=15366 vsize=1523992 CPUtime=0.08
/proc/15368/stat : 15368 (java) S 15366 15368 15165 0 -1 4202496 3911 0 1 0 6 2 0 0 15 0 12 0 8926469 1560567808 3350 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15368/statm: 380998 3350 1061 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1523992

[startup+0.100561 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15368
/proc/meminfo: memFree=1580232/2059040 swapFree=4192956/4192956
[pid=15368] ppid=15366 vsize=1524180 CPUtime=0.08
/proc/15368/stat : 15368 (java) S 15366 15368 15165 0 -1 4202496 3946 0 1 0 6 2 0 0 15 0 12 0 8926469 1560760320 3385 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15368/statm: 381045 3385 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.30058 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15368
/proc/meminfo: memFree=1580232/2059040 swapFree=4192956/4192956
[pid=15368] ppid=15366 vsize=1526228 CPUtime=0.34
/proc/15368/stat : 15368 (java) S 15366 15368 15165 0 -1 4202496 5420 0 1 0 31 3 0 0 15 0 12 0 8926469 1562857472 4856 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15368/statm: 381557 4856 1351 10 0 378860 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526228

[startup+0.700629 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15368
/proc/meminfo: memFree=1580232/2059040 swapFree=4192956/4192956
[pid=15368] ppid=15366 vsize=1528276 CPUtime=1.09
/proc/15368/stat : 15368 (java) S 15366 15368 15165 0 -1 4202496 7110 0 1 0 105 4 0 0 15 0 12 0 8926469 1564954624 6495 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15368/statm: 382069 6496 1405 10 0 379372 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1528276

[startup+1.5017 s]
/proc/loadavg: 1.00 1.00 1.00 3/118 15382
/proc/meminfo: memFree=1555400/2059040 swapFree=4192956/4192956
[pid=15368] ppid=15366 vsize=1528184 CPUtime=2.16
/proc/15368/stat : 15368 (java) S 15366 15368 15165 0 -1 4202496 9015 0 1 0 211 5 0 0 15 0 12 0 8926469 1564860416 7946 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15368/statm: 382046 7946 1409 10 0 379349 0
[pid=15368/tid=15370] ppid=15366 vsize=1528184 CPUtime=1.45
/proc/15368/task/15370/stat : 15370 (java) R 15366 15368 15165 0 -1 4202560 6295 0 1 0 142 3 0 0 25 0 12 0 8926471 1564860416 7946 1992294400 134512640 134550932 4288405856 18446744073709551615 4109561347 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15368/tid=15371] ppid=15366 vsize=1528184 CPUtime=0
/proc/15368/task/15371/stat : 15371 (java) S 15366 15368 15165 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 8926473 1564860416 7946 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15372] ppid=15366 vsize=1528184 CPUtime=0
/proc/15368/task/15372/stat : 15372 (java) S 15366 15368 15165 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 8926473 1564860416 7946 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15373] ppid=15366 vsize=1528184 CPUtime=0
/proc/15368/task/15373/stat : 15373 (java) S 15366 15368 15165 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8926474 1564860416 7946 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 0 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15374] ppid=15366 vsize=1528184 CPUtime=0
/proc/15368/task/15374/stat : 15374 (java) S 15366 15368 15165 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 8926475 1564860416 7946 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15375] ppid=15366 vsize=1528184 CPUtime=0
/proc/15368/task/15375/stat : 15375 (java) S 15366 15368 15165 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8926475 1564860416 7946 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15376] ppid=15366 vsize=1528184 CPUtime=0
/proc/15368/task/15376/stat : 15376 (java) S 15366 15368 15165 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 8926479 1564860416 7953 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15377] ppid=15366 vsize=1528184 CPUtime=0.23
/proc/15368/task/15377/stat : 15377 (java) S 15366 15368 15165 0 -1 4202560 460 0 0 0 23 0 0 0 19 0 12 0 8926479 1564860416 7954 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15378] ppid=15366 vsize=1528184 CPUtime=0.45
/proc/15368/task/15378/stat : 15378 (java) R 15366 15368 15165 0 -1 4202560 1205 0 0 0 45 0 0 0 15 0 12 0 8926479 1564860416 7954 1992294400 134512640 134550932 4288405856 18446744073709551615 104138083 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15368/tid=15379] ppid=15366 vsize=1528184 CPUtime=0
/proc/15368/task/15379/stat : 15379 (java) S 15366 15368 15165 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 8926479 1564860416 7954 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15380] ppid=15366 vsize=1528184 CPUtime=0
/proc/15368/task/15380/stat : 15380 (java) S 15366 15368 15165 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 8926479 1564860416 7954 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 1528184

[startup+3.10186 s]
/proc/loadavg: 1.00 1.00 1.00 3/118 15382
/proc/meminfo: memFree=1542008/2059040 swapFree=4192956/4192956
[pid=15368] ppid=15366 vsize=1541008 CPUtime=4.64
/proc/15368/stat : 15368 (java) S 15366 15368 15165 0 -1 4202496 17343 0 1 0 455 9 0 0 15 0 12 0 8926469 1577992192 12293 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15368/statm: 385252 12293 1410 10 0 382555 0
[pid=15368/tid=15370] ppid=15366 vsize=1541008 CPUtime=3.03
/proc/15368/task/15370/stat : 15370 (java) R 15366 15368 15165 0 -1 4202560 7508 0 1 0 299 4 0 0 25 0 12 0 8926471 1577992192 12293 1992294400 134512640 134550932 4288405856 18446744073709551615 4109561025 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15368/tid=15371] ppid=15366 vsize=1541008 CPUtime=0
/proc/15368/task/15371/stat : 15371 (java) S 15366 15368 15165 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 8926473 1577992192 12293 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15372] ppid=15366 vsize=1541008 CPUtime=0
/proc/15368/task/15372/stat : 15372 (java) S 15366 15368 15165 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 8926473 1577992192 12293 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15373] ppid=15366 vsize=1541008 CPUtime=0
/proc/15368/task/15373/stat : 15373 (java) S 15366 15368 15165 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8926474 1577992192 12293 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 0 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15374] ppid=15366 vsize=1541008 CPUtime=0
/proc/15368/task/15374/stat : 15374 (java) S 15366 15368 15165 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 8926475 1577992192 12293 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15375] ppid=15366 vsize=1541008 CPUtime=0
/proc/15368/task/15375/stat : 15375 (java) S 15366 15368 15165 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8926475 1577992192 12293 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15376] ppid=15366 vsize=1541008 CPUtime=0
/proc/15368/task/15376/stat : 15376 (java) S 15366 15368 15165 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 8926479 1577992192 12293 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15377] ppid=15366 vsize=1541008 CPUtime=0.26
/proc/15368/task/15377/stat : 15377 (java) S 15366 15368 15165 0 -1 4202560 816 0 0 0 26 0 0 0 15 0 12 0 8926479 1577992192 12293 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 1 0 0 0
[pid=15368/tid=15378] ppid=15366 vsize=1541008 CPUtime=1.32
/proc/15368/task/15378/stat : 15378 (java) S 15366 15368 15165 0 -1 4202560 7956 0 0 0 129 3 0 0 16 0 12 0 8926479 1577992192 12293 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 1 0 0 0
[pid=15368/tid=15379] ppid=15366 vsize=1541008 CPUtime=0
/proc/15368/task/15379/stat : 15379 (java) S 15366 15368 15165 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 8926479 1577992192 12293 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15380] ppid=15366 vsize=1541008 CPUtime=0
/proc/15368/task/15380/stat : 15380 (java) S 15366 15368 15165 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 8926479 1577992192 12293 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 1541008

[startup+6.30216 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 15382
/proc/meminfo: memFree=1532956/2059040 swapFree=4192956/4192956
[pid=15368] ppid=15366 vsize=1538360 CPUtime=7.97
/proc/15368/stat : 15368 (java) S 15366 15368 15165 0 -1 4202496 19010 0 1 0 786 11 0 0 15 0 12 0 8926469 1575280640 13253 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15368/statm: 384590 13253 1417 10 0 381893 0
[pid=15368/tid=15370] ppid=15366 vsize=1538360 CPUtime=6.21
/proc/15368/task/15370/stat : 15370 (java) R 15366 15368 15165 0 -1 4202560 9099 0 1 0 615 6 0 0 25 0 12 0 8926471 1575280640 13253 1992294400 134512640 134550932 4288405856 18446744073709551615 4109561612 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15368/tid=15371] ppid=15366 vsize=1538360 CPUtime=0
/proc/15368/task/15371/stat : 15371 (java) S 15366 15368 15165 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 8926473 1575280640 13253 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15372] ppid=15366 vsize=1538360 CPUtime=0
/proc/15368/task/15372/stat : 15372 (java) S 15366 15368 15165 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 8926473 1575280640 13253 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15373] ppid=15366 vsize=1538360 CPUtime=0
/proc/15368/task/15373/stat : 15373 (java) S 15366 15368 15165 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 8926474 1575280640 13253 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 0 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15374] ppid=15366 vsize=1538360 CPUtime=0
/proc/15368/task/15374/stat : 15374 (java) S 15366 15368 15165 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 8926475 1575280640 13253 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15375] ppid=15366 vsize=1538360 CPUtime=0
/proc/15368/task/15375/stat : 15375 (java) S 15366 15368 15165 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8926475 1575280640 13253 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15376] ppid=15366 vsize=1538360 CPUtime=0
/proc/15368/task/15376/stat : 15376 (java) S 15366 15368 15165 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 8926479 1575280640 13253 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15377] ppid=15366 vsize=1538360 CPUtime=0.32
/proc/15368/task/15377/stat : 15377 (java) S 15366 15368 15165 0 -1 4202560 871 0 0 0 32 0 0 0 15 0 12 0 8926479 1575280640 13253 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 1 0 0 0
[pid=15368/tid=15378] ppid=15366 vsize=1538360 CPUtime=1.41
/proc/15368/task/15378/stat : 15378 (java) S 15366 15368 15165 0 -1 4202560 7977 0 0 0 138 3 0 0 16 0 12 0 8926479 1575280640 13253 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 1 0 0 0
[pid=15368/tid=15379] ppid=15366 vsize=1538360 CPUtime=0
/proc/15368/task/15379/stat : 15379 (java) S 15366 15368 15165 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 8926479 1575280640 13253 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15380] ppid=15366 vsize=1538360 CPUtime=0
/proc/15368/task/15380/stat : 15380 (java) S 15366 15368 15165 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 8926479 1575280640 13253 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 1538360

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 15382
/proc/meminfo: memFree=1524524/2059040 swapFree=4192956/4192956
[pid=15368] ppid=15366 vsize=1536312 CPUtime=14.39
/proc/15368/stat : 15368 (java) S 15366 15368 15165 0 -1 4202496 21705 0 1 0 1426 13 0 0 15 0 12 0 8926469 1573183488 15338 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15368/statm: 384078 15338 1417 10 0 381381 0
[pid=15368/tid=15370] ppid=15366 vsize=1536312 CPUtime=12.59
/proc/15368/task/15370/stat : 15370 (java) R 15366 15368 15165 0 -1 4202560 11793 0 1 0 1252 7 0 0 25 0 12 0 8926471 1573183488 15338 1992294400 134512640 134550932 4288405856 18446744073709551615 4109561612 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15368/tid=15371] ppid=15366 vsize=1536312 CPUtime=0
/proc/15368/task/15371/stat : 15371 (java) S 15366 15368 15165 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 8926473 1573183488 15338 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15372] ppid=15366 vsize=1536312 CPUtime=0
/proc/15368/task/15372/stat : 15372 (java) S 15366 15368 15165 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 8926473 1573183488 15338 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15373] ppid=15366 vsize=1536312 CPUtime=0
/proc/15368/task/15373/stat : 15373 (java) S 15366 15368 15165 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 8926474 1573183488 15338 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 0 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15374] ppid=15366 vsize=1536312 CPUtime=0
/proc/15368/task/15374/stat : 15374 (java) S 15366 15368 15165 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 8926475 1573183488 15338 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15375] ppid=15366 vsize=1536312 CPUtime=0
/proc/15368/task/15375/stat : 15375 (java) S 15366 15368 15165 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8926475 1573183488 15338 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15376] ppid=15366 vsize=1536312 CPUtime=0
/proc/15368/task/15376/stat : 15376 (java) S 15366 15368 15165 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 8926479 1573183488 15338 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15377] ppid=15366 vsize=1536312 CPUtime=0.35
/proc/15368/task/15377/stat : 15377 (java) S 15366 15368 15165 0 -1 4202560 872 0 0 0 35 0 0 0 15 0 12 0 8926479 1573183488 15338 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 1 0 0 0
[pid=15368/tid=15378] ppid=15366 vsize=1536312 CPUtime=1.41
/proc/15368/task/15378/stat : 15378 (java) S 15366 15368 15165 0 -1 4202560 7977 0 0 0 138 3 0 0 16 0 12 0 8926479 1573183488 15338 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 1 0 0 0
[pid=15368/tid=15379] ppid=15366 vsize=1536312 CPUtime=0
/proc/15368/task/15379/stat : 15379 (java) S 15366 15368 15165 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 8926479 1573183488 15338 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15380] ppid=15366 vsize=1536312 CPUtime=0
/proc/15368/task/15380/stat : 15380 (java) S 15366 15368 15165 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 8926479 1573183488 15338 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.39
Current children cumulated vsize (KiB) 1536312

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 15382
/proc/meminfo: memFree=1504808/2059040 swapFree=4192956/4192956
[pid=15368] ppid=15366 vsize=1539924 CPUtime=27.31
/proc/15368/stat : 15368 (java) S 15366 15368 15165 0 -1 4202496 26677 0 1 0 2714 17 0 0 15 0 12 0 8926469 1576882176 20119 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15368/statm: 384981 20119 1417 10 0 382284 0
[pid=15368/tid=15370] ppid=15366 vsize=1539924 CPUtime=25.38
/proc/15368/task/15370/stat : 15370 (java) R 15366 15368 15165 0 -1 4202560 15779 0 1 0 2527 11 0 0 25 0 12 0 8926471 1576882176 20119 1992294400 134512640 134550932 4288405856 18446744073709551615 4109561347 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15368/tid=15371] ppid=15366 vsize=1539924 CPUtime=0
/proc/15368/task/15371/stat : 15371 (java) S 15366 15368 15165 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 8926473 1576882176 20119 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15372] ppid=15366 vsize=1539924 CPUtime=0
/proc/15368/task/15372/stat : 15372 (java) S 15366 15368 15165 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 8926473 1576882176 20119 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15373] ppid=15366 vsize=1539924 CPUtime=0
/proc/15368/task/15373/stat : 15373 (java) S 15366 15368 15165 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 12 0 8926474 1576882176 20119 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 0 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15374] ppid=15366 vsize=1539924 CPUtime=0
/proc/15368/task/15374/stat : 15374 (java) S 15366 15368 15165 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 8926475 1576882176 20119 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15375] ppid=15366 vsize=1539924 CPUtime=0
/proc/15368/task/15375/stat : 15375 (java) S 15366 15368 15165 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8926475 1576882176 20119 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15376] ppid=15366 vsize=1539924 CPUtime=0
/proc/15368/task/15376/stat : 15376 (java) S 15366 15368 15165 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 8926479 1576882176 20119 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15377] ppid=15366 vsize=1539924 CPUtime=0.48

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

/proc/15368/task/15385/stat : 15385 (java) R 15366 15368 15165 0 -1 4202560 326 0 0 0 71142 17 0 0 25 0 16 0 8935249 1577967616 169984 1992294400 134512640 134550932 4288405856 18446744073709551615 4110026394 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15368/tid=15386] ppid=15366 vsize=1540984 CPUtime=710.1
/proc/15368/task/15386/stat : 15386 (java) R 15366 15368 15165 0 -1 4202560 302 0 0 0 71002 8 0 0 25 0 16 0 8935249 1577967616 169984 1992294400 134512640 134550932 4288405856 18446744073709551615 4109691745 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15368/tid=15387] ppid=15366 vsize=1540984 CPUtime=0
/proc/15368/task/15387/stat : 15387 (java) S 15366 15368 15165 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8935255 1577967616 169984 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 1 0 0 0
[pid=15368/tid=15388] ppid=15366 vsize=1540984 CPUtime=0
/proc/15368/task/15388/stat : 15388 (java) S 15366 15368 15165 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8935256 1577967616 169984 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1541.38
Current children cumulated vsize (KiB) 1540984

[startup+882.302 s]
/proc/loadavg: 2.29 2.20 1.72 3/122 15411
/proc/meminfo: memFree=901756/2059040 swapFree=4192956/4192956
[pid=15368] ppid=15366 vsize=1540984 CPUtime=1660.22
/proc/15368/stat : 15368 (java) S 15366 15368 15165 0 -1 4202496 216220 0 1 0 165847 175 0 0 15 0 16 0 8926469 1577967616 169984 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15368/statm: 385246 169984 1446 10 0 382549 0
[pid=15368/tid=15370] ppid=15366 vsize=1540984 CPUtime=87.55
/proc/15368/task/15370/stat : 15370 (java) S 15366 15368 15165 0 -1 4202560 32028 0 1 0 8735 20 0 0 15 0 16 0 8926471 1577967616 169984 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15371] ppid=15366 vsize=1540984 CPUtime=13.23
/proc/15368/task/15371/stat : 15371 (java) S 15366 15368 15165 0 -1 4202560 84821 0 0 0 1278 45 0 0 15 0 16 0 8926473 1577967616 169984 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 1 0 0 0
[pid=15368/tid=15372] ppid=15366 vsize=1540984 CPUtime=13.21
/proc/15368/task/15372/stat : 15372 (java) S 15366 15368 15165 0 -1 4202560 84603 0 0 0 1262 59 0 0 16 0 16 0 8926473 1577967616 169984 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15373] ppid=15366 vsize=1540984 CPUtime=4.57
/proc/15368/task/15373/stat : 15373 (java) S 15366 15368 15165 0 -1 4202560 1888 0 0 0 443 14 0 0 15 0 16 0 8926474 1577967616 169984 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 0 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15374] ppid=15366 vsize=1540984 CPUtime=0
/proc/15368/task/15374/stat : 15374 (java) S 15366 15368 15165 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8926475 1577967616 169984 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15375] ppid=15366 vsize=1540984 CPUtime=0
/proc/15368/task/15375/stat : 15375 (java) S 15366 15368 15165 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8926475 1577967616 169984 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15376] ppid=15366 vsize=1540984 CPUtime=0
/proc/15368/task/15376/stat : 15376 (java) S 15366 15368 15165 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 8926479 1577967616 169984 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15377] ppid=15366 vsize=1540984 CPUtime=1.87
/proc/15368/task/15377/stat : 15377 (java) S 15366 15368 15165 0 -1 4202560 2944 0 0 0 186 1 0 0 16 0 16 0 8926479 1577967616 169984 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15378] ppid=15366 vsize=1540984 CPUtime=2.88
/proc/15368/task/15378/stat : 15378 (java) S 15366 15368 15165 0 -1 4202560 8096 0 0 0 285 3 0 0 15 0 16 0 8926479 1577967616 169984 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 1 0 0 0
[pid=15368/tid=15379] ppid=15366 vsize=1540984 CPUtime=0
/proc/15368/task/15379/stat : 15379 (java) S 15366 15368 15165 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 8926479 1577967616 169984 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15380] ppid=15366 vsize=1540984 CPUtime=0
/proc/15368/task/15380/stat : 15380 (java) S 15366 15368 15165 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 8926479 1577967616 169984 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15385] ppid=15366 vsize=1540984 CPUtime=769.66
/proc/15368/task/15385/stat : 15385 (java) R 15366 15368 15165 0 -1 4202560 364 0 0 0 76946 20 0 0 25 0 16 0 8935249 1577967616 169984 1992294400 134512640 134550932 4288405856 18446744073709551615 4110180565 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15368/tid=15386] ppid=15366 vsize=1540984 CPUtime=767.18
/proc/15368/task/15386/stat : 15386 (java) R 15366 15368 15165 0 -1 4202560 352 0 0 0 76709 9 0 0 25 0 16 0 8935249 1577967616 169984 1992294400 134512640 134550932 4288405856 18446744073709551615 4110128624 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15368/tid=15387] ppid=15366 vsize=1540984 CPUtime=0
/proc/15368/task/15387/stat : 15387 (java) S 15366 15368 15165 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8935255 1577967616 169984 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 1 0 0 0
[pid=15368/tid=15388] ppid=15366 vsize=1540984 CPUtime=0
/proc/15368/task/15388/stat : 15388 (java) S 15366 15368 15165 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8935256 1577967616 169984 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1660.22
Current children cumulated vsize (KiB) 1540984

[startup+942.302 s]
/proc/loadavg: 2.16 2.18 1.74 3/122 15413
/proc/meminfo: memFree=901756/2059040 swapFree=4192956/4192956
[pid=15368] ppid=15366 vsize=1540984 CPUtime=1778.41
/proc/15368/stat : 15368 (java) S 15366 15368 15165 0 -1 4202496 216311 0 1 0 177656 185 0 0 15 0 16 0 8926469 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15368/statm: 385246 169987 1446 10 0 382549 0
[pid=15368/tid=15370] ppid=15366 vsize=1540984 CPUtime=87.55
/proc/15368/task/15370/stat : 15370 (java) S 15366 15368 15165 0 -1 4202560 32030 0 1 0 8735 20 0 0 15 0 16 0 8926471 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15371] ppid=15366 vsize=1540984 CPUtime=15.01
/proc/15368/task/15371/stat : 15371 (java) S 15366 15368 15165 0 -1 4202560 84821 0 0 0 1455 46 0 0 16 0 16 0 8926473 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15372] ppid=15366 vsize=1540984 CPUtime=15
/proc/15368/task/15372/stat : 15372 (java) S 15366 15368 15165 0 -1 4202560 84603 0 0 0 1436 64 0 0 15 0 16 0 8926473 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 1 0 0 0
[pid=15368/tid=15373] ppid=15366 vsize=1540984 CPUtime=5.3
/proc/15368/task/15373/stat : 15373 (java) S 15366 15368 15165 0 -1 4202560 1890 0 0 0 515 15 0 0 15 0 16 0 8926474 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 0 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15374] ppid=15366 vsize=1540984 CPUtime=0
/proc/15368/task/15374/stat : 15374 (java) S 15366 15368 15165 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8926475 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15375] ppid=15366 vsize=1540984 CPUtime=0
/proc/15368/task/15375/stat : 15375 (java) S 15366 15368 15165 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8926475 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15376] ppid=15366 vsize=1540984 CPUtime=0
/proc/15368/task/15376/stat : 15376 (java) S 15366 15368 15165 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 8926479 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15377] ppid=15366 vsize=1540984 CPUtime=1.87
/proc/15368/task/15377/stat : 15377 (java) S 15366 15368 15165 0 -1 4202560 2944 0 0 0 186 1 0 0 16 0 16 0 8926479 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15378] ppid=15366 vsize=1540984 CPUtime=2.93
/proc/15368/task/15378/stat : 15378 (java) S 15366 15368 15165 0 -1 4202560 8099 0 0 0 290 3 0 0 15 0 16 0 8926479 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 1 0 0 0
[pid=15368/tid=15379] ppid=15366 vsize=1540984 CPUtime=0
/proc/15368/task/15379/stat : 15379 (java) S 15366 15368 15165 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 8926479 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15380] ppid=15366 vsize=1540984 CPUtime=0
/proc/15368/task/15380/stat : 15380 (java) S 15366 15368 15165 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 8926479 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15385] ppid=15366 vsize=1540984 CPUtime=827.1
/proc/15368/task/15385/stat : 15385 (java) R 15366 15368 15165 0 -1 4202560 408 0 0 0 82688 22 0 0 25 0 16 0 8935249 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4110073137 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15368/tid=15386] ppid=15366 vsize=1540984 CPUtime=823.56
/proc/15368/task/15386/stat : 15386 (java) R 15366 15368 15165 0 -1 4202560 390 0 0 0 82347 9 0 0 25 0 16 0 8935249 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4110128624 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15368/tid=15387] ppid=15366 vsize=1540984 CPUtime=0
/proc/15368/task/15387/stat : 15387 (java) S 15366 15368 15165 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8935255 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 1 0 0 0
[pid=15368/tid=15388] ppid=15366 vsize=1540984 CPUtime=0
/proc/15368/task/15388/stat : 15388 (java) S 15366 15368 15165 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8935256 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1778.41
Current children cumulated vsize (KiB) 1540984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+953.201 s]
/proc/loadavg: 2.13 2.17 1.74 3/122 15413
/proc/meminfo: memFree=901756/2059040 swapFree=4192956/4192956
[pid=15368] ppid=15366 vsize=1540984 CPUtime=1800.01
/proc/15368/stat : 15368 (java) S 15366 15368 15165 0 -1 4202496 216331 0 1 0 179814 187 0 0 15 0 16 0 8926469 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15368/statm: 385246 169987 1446 10 0 382549 0
[pid=15368/tid=15370] ppid=15366 vsize=1540984 CPUtime=87.55
/proc/15368/task/15370/stat : 15370 (java) S 15366 15368 15165 0 -1 4202560 32030 0 1 0 8735 20 0 0 15 0 16 0 8926471 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15371] ppid=15366 vsize=1540984 CPUtime=15.34
/proc/15368/task/15371/stat : 15371 (java) S 15366 15368 15165 0 -1 4202560 84821 0 0 0 1487 47 0 0 16 0 16 0 8926473 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15372] ppid=15366 vsize=1540984 CPUtime=15.32
/proc/15368/task/15372/stat : 15372 (java) S 15366 15368 15165 0 -1 4202560 84603 0 0 0 1468 64 0 0 16 0 16 0 8926473 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 1 0 0 0
[pid=15368/tid=15373] ppid=15366 vsize=1540984 CPUtime=5.31
/proc/15368/task/15373/stat : 15373 (java) S 15366 15368 15165 0 -1 4202560 1892 0 0 0 516 15 0 0 15 0 16 0 8926474 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 0 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15374] ppid=15366 vsize=1540984 CPUtime=0
/proc/15368/task/15374/stat : 15374 (java) S 15366 15368 15165 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8926475 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15375] ppid=15366 vsize=1540984 CPUtime=0
/proc/15368/task/15375/stat : 15375 (java) S 15366 15368 15165 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8926475 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15376] ppid=15366 vsize=1540984 CPUtime=0
/proc/15368/task/15376/stat : 15376 (java) S 15366 15368 15165 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 8926479 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15377] ppid=15366 vsize=1540984 CPUtime=1.87
/proc/15368/task/15377/stat : 15377 (java) S 15366 15368 15165 0 -1 4202560 2944 0 0 0 186 1 0 0 16 0 16 0 8926479 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15378] ppid=15366 vsize=1540984 CPUtime=2.93
/proc/15368/task/15378/stat : 15378 (java) S 15366 15368 15165 0 -1 4202560 8099 0 0 0 290 3 0 0 15 0 16 0 8926479 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 1 0 0 0
[pid=15368/tid=15379] ppid=15366 vsize=1540984 CPUtime=0
/proc/15368/task/15379/stat : 15379 (java) S 15366 15368 15165 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 8926479 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15380] ppid=15366 vsize=1540984 CPUtime=0
/proc/15368/task/15380/stat : 15380 (java) S 15366 15368 15165 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 8926479 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15385] ppid=15366 vsize=1540984 CPUtime=837.68
/proc/15368/task/15385/stat : 15385 (java) R 15366 15368 15165 0 -1 4202560 419 0 0 0 83745 23 0 0 25 0 16 0 8935249 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4110451550 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15368/tid=15386] ppid=15366 vsize=1540984 CPUtime=833.93
/proc/15368/task/15386/stat : 15386 (java) R 15366 15368 15165 0 -1 4202560 395 0 0 0 83384 9 0 0 25 0 16 0 8935249 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4109627595 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15368/tid=15387] ppid=15366 vsize=1540984 CPUtime=0
/proc/15368/task/15387/stat : 15387 (java) S 15366 15368 15165 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8935255 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 1 0 0 0
[pid=15368/tid=15388] ppid=15366 vsize=1540984 CPUtime=0
/proc/15368/task/15388/stat : 15388 (java) S 15366 15368 15165 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8935256 1577967616 169987 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1540984

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

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

[startup+953.316 s]
/proc/loadavg: 2.13 2.17 1.74 3/122 15413
/proc/meminfo: memFree=901756/2059040 swapFree=4192956/4192956
[pid=15368] ppid=15366 vsize=1541632 CPUtime=1800.22
/proc/15368/stat : 15368 (java) S 15366 15368 15165 0 -1 4202496 216350 0 1 0 179835 187 0 0 15 0 16 0 8926469 1578631168 170006 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15368/statm: 385408 170006 1447 10 0 382711 0
[pid=15368/tid=15370] ppid=15366 vsize=1541632 CPUtime=87.55
/proc/15368/task/15370/stat : 15370 (java) S 15366 15368 15165 0 -1 4202560 32030 0 1 0 8735 20 0 0 15 0 15 0 8926471 1578631168 170006 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15371] ppid=15366 vsize=1541632 CPUtime=15.34
/proc/15368/task/15371/stat : 15371 (java) S 15366 15368 15165 0 -1 4202560 84821 0 0 0 1487 47 0 0 16 0 15 0 8926473 1578631168 170006 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15372] ppid=15366 vsize=1541632 CPUtime=15.32
/proc/15368/task/15372/stat : 15372 (java) S 15366 15368 15165 0 -1 4202560 84603 0 0 0 1468 64 0 0 16 0 15 0 8926473 1578631168 170006 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 1 0 0 0
[pid=15368/tid=15373] ppid=15366 vsize=1541632 CPUtime=5.31
/proc/15368/task/15373/stat : 15373 (java) R 15366 15368 15165 0 -1 4202560 1892 0 0 0 516 15 0 0 15 0 15 0 8926474 1578631168 170006 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=15368/tid=15374] ppid=15366 vsize=1541632 CPUtime=0
/proc/15368/task/15374/stat : 15374 (java) S 15366 15368 15165 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 8926475 1578631168 170006 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15375] ppid=15366 vsize=1541632 CPUtime=0
/proc/15368/task/15375/stat : 15375 (java) S 15366 15368 15165 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 8926475 1578631168 170006 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15377] ppid=15366 vsize=1541632 CPUtime=1.87
/proc/15368/task/15377/stat : 15377 (java) S 15366 15368 15165 0 -1 4202560 2944 0 0 0 186 1 0 0 16 0 15 0 8926479 1578631168 170006 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15378] ppid=15366 vsize=1541632 CPUtime=2.96
/proc/15368/task/15378/stat : 15378 (java) S 15366 15368 15165 0 -1 4202560 8099 0 0 0 293 3 0 0 15 0 15 0 8926479 1578631168 170006 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 1 0 0 0
[pid=15368/tid=15379] ppid=15366 vsize=1541632 CPUtime=0
/proc/15368/task/15379/stat : 15379 (java) S 15366 15368 15165 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 15 0 8926479 1578631168 170006 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
[pid=15368/tid=15385] ppid=15366 vsize=1541632 CPUtime=837.76
/proc/15368/task/15385/stat : 15385 (java) R 15366 15368 15165 0 -1 4202560 419 0 0 0 83753 23 0 0 25 0 15 0 8935249 1578631168 170006 1992294400 134512640 134550932 4288405856 18446744073709551615 4110025900 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15368/tid=15386] ppid=15366 vsize=1541632 CPUtime=834.01
/proc/15368/task/15386/stat : 15386 (java) R 15366 15368 15165 0 -1 4202560 395 0 0 0 83392 9 0 0 25 0 15 0 8935249 1578631168 170006 1992294400 134512640 134550932 4288405856 18446744073709551615 4110128624 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15368/tid=15387] ppid=15366 vsize=1541632 CPUtime=0
/proc/15368/task/15387/stat : 15387 (java) S 15366 15368 15165 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 15 0 8935255 1578631168 170006 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 1 0 0 0
[pid=15368/tid=15388] ppid=15366 vsize=1541632 CPUtime=0
/proc/15368/task/15388/stat : 15388 (java) S 15366 15368 15165 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 15 0 8935256 1578631168 170006 1992294400 134512640 134550932 4288405856 18446744073709551615 4294960144 0 4 0 16800975 18446604437861905728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 1541632

Child status: 143
Real time (s): 953.382
CPU time (s): 1800.29
CPU user time (s): 1798.35
CPU system time (s): 1.9367
CPU usage (%): 188.832
Max. virtual memory (cumulated for all children) (KiB): 1543340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.35
system time used= 1.9367
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216351
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= 28976
involuntary context switches= 51688

runsolver used 4.31234 second user time and 8.77467 second system time

The end

Launcher Data

Begin job on node036 at 2010-06-16 10:18:56
IDJOB=2661535
IDBENCH=48295
IDSOLVER=1166
FILE ID=node036/2661535-1276676336
PBS_JOBID= 11172546
Free space on /tmp= 62524 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_25_5_80.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661535-1276676336/watcher-2661535-1276676336 -o /tmp/evaluation-result-2661535-1276676336/solver-2661535-1276676336 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661535-1276676336.opb

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

MD5SUM BENCH= 611c10fb20bc9774d31ac4d0681f384d
RANDOM SEED=1610300061

node036.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.251
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.50
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.251
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:       1580752 kB
Buffers:        115904 kB
Cached:         221564 kB
SwapCached:          0 kB
Active:         153720 kB
Inactive:       243184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1580752 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             660 kB
Writeback:           0 kB
AnonPages:       59396 kB
Mapped:          15428 kB
Slab:            59476 kB
PageTables:       4052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181872 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62524 MiB
End job on node036 at 2010-06-16 10:34:51