Trace number 2658167

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.24 1795.62

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_2_80.opb
MD5SUM4b0064bdd43b7a445f2334396cfebe4e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.9697
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)12656
Sum of products size (including duplicates)25312
Number of different products6328
Sum of products size12656

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.22	c Expensive reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-2658167-1276675224.opb
0.21/0.22	c reading problem ... 
15.69/14.81	c ... done. Wall clock time 14.587s.
15.69/14.81	c #vars     7328
15.69/14.81	c #constraints  14159
15.69/14.81	c constraints type 
15.69/14.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6328
15.69/14.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
15.69/14.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
15.69/14.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6328
33.67/32.16	c cleaning 2504 clauses out of 5007 with flag 5007/5007
54.62/52.92	c cleaning 4267 clauses out of 8533 with flag 11037/11037
82.03/80.30	c cleaning 5615 clauses out of 11229 with flag 18000/18000
117.92/116.08	c cleaning 6822 clauses out of 13643 with flag 26029/26029
167.94/165.91	c cleaning 7896 clauses out of 15792 with flag 35000/35000
204.55/202.46	c cleaning 8964 clauses out of 17928 with flag 45032/45032
225.00/222.84	c cleaning 9969 clauses out of 19937 with flag 56005/56005
288.24/285.91	c cleaning 11079 clauses out of 22157 with flag 68194/68194
384.10/381.60	c cleaning 11955 clauses out of 23909 with flag 81025/81025
488.20/485.58	c cleaning 12992 clauses out of 25984 with flag 95055/95055
618.84/615.94	c cleaning 14044 clauses out of 28087 with flag 110150/110150
720.56/717.46	c cleaning 14451 clauses out of 28902 with flag 125009/125009
844.43/841.00	c cleaning 14742 clauses out of 29483 with flag 140041/140041
962.72/959.00	c cleaning 14850 clauses out of 29700 with flag 155000/155000
1059.07/1055.27	c cleaning 14941 clauses out of 29885 with flag 170035/170035
1165.41/1161.55	c cleaning 14959 clauses out of 29921 with flag 185012/185012
1257.62/1253.61	c cleaning 14988 clauses out of 29977 with flag 200027/200027
1364.60/1360.54	c cleaning 14981 clauses out of 29965 with flag 215003/215003
1467.08/1462.94	c cleaning 15002 clauses out of 30003 with flag 230022/230022
1542.78/1538.53	c cleaning 14992 clauses out of 29988 with flag 245009/245009
1651.27/1646.91	c cleaning 14999 clauses out of 30002 with flag 260015/260015
1749.46/1745.09	c cleaning 14997 clauses out of 29998 with flag 275010/275010
1800.06/1795.51	c starts		: 132
1800.06/1795.51	c conflicts		: 285003
1800.06/1795.51	c decisions		: 492763
1800.06/1795.51	c propagations		: 19667127
1800.06/1795.51	c inspects		: 783316413
1800.06/1795.51	c learnt literals	: 0
1800.06/1795.51	c learnt binary clauses	: 0
1800.06/1795.51	c learnt ternary clauses	: 0
1800.06/1795.51	c learnt clauses	: 285003
1800.06/1795.51	c ignored clauses	: 0
1800.06/1795.51	c root simplifications	: 0
1800.06/1795.51	c removed literals (reason simplification)	: 788940
1800.06/1795.51	c reason swapping (by a shorter reason)	: 0
1800.06/1795.51	c Calls to reduceDB	: 22
1800.06/1795.51	c number of reductions to clauses (during analyze)	: 0
1800.06/1795.51	c number of learned constraints concerned by reduction	: 0
1800.06/1795.51	c number of learning phase by resolution	: 0
1800.06/1795.51	c number of learning phase by cutting planes	: 0
1800.06/1795.51	c speed (assignments/second)	: 11044.573357181565
1800.06/1795.51	c non guided choices	6812
1800.06/1795.56	c learnt constraints type 
1800.06/1795.56	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 25008
1800.06/1795.56	c constraints type 
1800.06/1795.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6328
1800.06/1795.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.06/1795.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.06/1795.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6328
1800.06/1795.56	s UNKNOWN
1800.06/1795.56	c Total wall clock time (in seconds): 1795.34

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-2658167-1276675224/watcher-2658167-1276675224 -o /tmp/evaluation-result-2658167-1276675224/solver-2658167-1276675224 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658167-1276675224.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.04 1.01 1.00 3/106 15038
/proc/meminfo: memFree=1736748/2059040 swapFree=4192956/4192956
[pid=15038] ppid=15036 vsize=1700 CPUtime=0
/proc/15038/stat : 15038 (java6) R 15036 15038 14680 0 -1 4194304 201 0 0 0 0 0 0 0 19 0 1 0 8814675 1740800 106 1992294400 134512640 134550932 4288433920 18446744073709551615 12978336 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15038/statm: 458 113 88 10 0 63 0

[startup+0.107608 s]
/proc/loadavg: 1.04 1.01 1.00 3/106 15038
/proc/meminfo: memFree=1736748/2059040 swapFree=4192956/4192956
[pid=15038] ppid=15036 vsize=1524184 CPUtime=0.08
/proc/15038/stat : 15038 (java) S 15036 15038 14680 0 -1 4202496 3999 0 1 0 6 2 0 0 15 0 12 0 8814675 1560764416 3438 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15038/statm: 381046 3438 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.201627 s]
/proc/loadavg: 1.04 1.01 1.00 3/106 15038
/proc/meminfo: memFree=1736748/2059040 swapFree=4192956/4192956
[pid=15038] ppid=15036 vsize=1526524 CPUtime=0.21
/proc/15038/stat : 15038 (java) S 15036 15038 14680 0 -1 4202496 5093 0 1 0 19 2 0 0 15 0 12 0 8814675 1563160576 4530 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15038/statm: 381631 4530 1346 10 0 378933 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1526524

[startup+0.301641 s]
/proc/loadavg: 1.04 1.01 1.00 3/106 15038
/proc/meminfo: memFree=1736748/2059040 swapFree=4192956/4192956
[pid=15038] ppid=15036 vsize=1526524 CPUtime=0.34
/proc/15038/stat : 15038 (java) S 15036 15038 14680 0 -1 4202496 5412 0 1 0 31 3 0 0 15 0 12 0 8814675 1563160576 4849 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15038/statm: 381631 4850 1358 10 0 378933 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526524

[startup+0.701716 s]
/proc/loadavg: 1.04 1.01 1.00 3/106 15038
/proc/meminfo: memFree=1736748/2059040 swapFree=4192956/4192956
[pid=15038] ppid=15036 vsize=1528056 CPUtime=0.93
/proc/15038/stat : 15038 (java) S 15036 15038 14680 0 -1 4202496 6917 0 1 0 90 3 0 0 15 0 12 0 8814675 1564729344 6277 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15038/statm: 382014 6277 1396 10 0 379316 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1528056

[startup+1.50186 s]
/proc/loadavg: 1.04 1.01 1.00 2/118 15050
/proc/meminfo: memFree=1712720/2059040 swapFree=4192956/4192956
[pid=15038] ppid=15036 vsize=1529712 CPUtime=2.02
/proc/15038/stat : 15038 (java) S 15036 15038 14680 0 -1 4202496 9170 0 1 0 198 4 0 0 15 0 12 0 8814675 1566425088 8204 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15038/statm: 382428 8204 1407 10 0 379730 0
[pid=15038/tid=15040] ppid=15036 vsize=1529712 CPUtime=1.33
/proc/15038/task/15040/stat : 15040 (java) R 15036 15038 14680 0 -1 4202560 6270 0 1 0 130 3 0 0 25 0 12 0 8814676 1566425088 8204 1992294400 134512640 134550932 4287204848 18446744073709551615 4108659572 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15038/tid=15041] ppid=15036 vsize=1529712 CPUtime=0
/proc/15038/task/15041/stat : 15041 (java) S 15036 15038 14680 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 8814678 1566425088 8204 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
[pid=15038/tid=15042] ppid=15036 vsize=1529712 CPUtime=0
/proc/15038/task/15042/stat : 15042 (java) S 15036 15038 14680 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8814678 1566425088 8204 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
[pid=15038/tid=15043] ppid=15036 vsize=1529712 CPUtime=0
/proc/15038/task/15043/stat : 15043 (java) S 15036 15038 14680 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8814679 1566425088 8204 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 0 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15044] ppid=15036 vsize=1529712 CPUtime=0
/proc/15038/task/15044/stat : 15044 (java) S 15036 15038 14680 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 8814680 1566425088 8204 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15045] ppid=15036 vsize=1529712 CPUtime=0
/proc/15038/task/15045/stat : 15045 (java) S 15036 15038 14680 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 8814680 1566425088 8204 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15046] ppid=15036 vsize=1529712 CPUtime=0
/proc/15038/task/15046/stat : 15046 (java) S 15036 15038 14680 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 8814684 1566425088 8204 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15047] ppid=15036 vsize=1529712 CPUtime=0.42
/proc/15038/task/15047/stat : 15047 (java) S 15036 15038 14680 0 -1 4202560 1242 0 0 0 42 0 0 0 15 0 12 0 8814684 1566425088 8204 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15048] ppid=15036 vsize=1529712 CPUtime=0.25
/proc/15038/task/15048/stat : 15048 (java) S 15036 15038 14680 0 -1 4202560 592 0 0 0 25 0 0 0 16 0 12 0 8814684 1566425088 8204 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
[pid=15038/tid=15049] ppid=15036 vsize=1529712 CPUtime=0
/proc/15038/task/15049/stat : 15049 (java) S 15036 15038 14680 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 8814684 1566425088 8204 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15050] ppid=15036 vsize=1529712 CPUtime=0
/proc/15038/task/15050/stat : 15050 (java) S 15036 15038 14680 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8814684 1566425088 8204 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 1529712

[startup+3.10215 s]
/proc/loadavg: 1.03 1.01 1.00 2/118 15050
/proc/meminfo: memFree=1705528/2059040 swapFree=4192956/4192956
[pid=15038] ppid=15036 vsize=1529712 CPUtime=3.74
/proc/15038/stat : 15038 (java) S 15036 15038 14680 0 -1 4202496 10847 0 1 0 369 5 0 0 15 0 12 0 8814675 1566425088 9881 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15038/statm: 382428 9881 1414 10 0 379730 0
[pid=15038/tid=15040] ppid=15036 vsize=1529712 CPUtime=2.92
/proc/15038/task/15040/stat : 15040 (java) R 15036 15038 14680 0 -1 4202560 7942 0 1 0 289 3 0 0 25 0 12 0 8814676 1566425088 9881 1992294400 134512640 134550932 4287204848 18446744073709551615 4108947212 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15038/tid=15041] ppid=15036 vsize=1529712 CPUtime=0
/proc/15038/task/15041/stat : 15041 (java) S 15036 15038 14680 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 8814678 1566425088 9881 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
[pid=15038/tid=15042] ppid=15036 vsize=1529712 CPUtime=0
/proc/15038/task/15042/stat : 15042 (java) S 15036 15038 14680 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8814678 1566425088 9881 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
[pid=15038/tid=15043] ppid=15036 vsize=1529712 CPUtime=0
/proc/15038/task/15043/stat : 15043 (java) S 15036 15038 14680 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8814679 1566425088 9881 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 0 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15044] ppid=15036 vsize=1529712 CPUtime=0
/proc/15038/task/15044/stat : 15044 (java) S 15036 15038 14680 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 8814680 1566425088 9881 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15045] ppid=15036 vsize=1529712 CPUtime=0
/proc/15038/task/15045/stat : 15045 (java) S 15036 15038 14680 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 8814680 1566425088 9881 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15046] ppid=15036 vsize=1529712 CPUtime=0
/proc/15038/task/15046/stat : 15046 (java) S 15036 15038 14680 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 8814684 1566425088 9881 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15047] ppid=15036 vsize=1529712 CPUtime=0.54
/proc/15038/task/15047/stat : 15047 (java) S 15036 15038 14680 0 -1 4202560 1247 0 0 0 54 0 0 0 15 0 12 0 8814684 1566425088 9881 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15048] ppid=15036 vsize=1529712 CPUtime=0.25
/proc/15038/task/15048/stat : 15048 (java) S 15036 15038 14680 0 -1 4202560 592 0 0 0 25 0 0 0 15 0 12 0 8814684 1566425088 9881 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
[pid=15038/tid=15049] ppid=15036 vsize=1529712 CPUtime=0
/proc/15038/task/15049/stat : 15049 (java) S 15036 15038 14680 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 8814684 1566425088 9881 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15050] ppid=15036 vsize=1529712 CPUtime=0
/proc/15038/task/15050/stat : 15050 (java) S 15036 15038 14680 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8814684 1566425088 9881 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 1529712

[startup+6.30072 s]
/proc/loadavg: 1.03 1.01 1.00 2/118 15050
/proc/meminfo: memFree=1694492/2059040 swapFree=4192956/4192956
[pid=15038] ppid=15036 vsize=1529712 CPUtime=7.06
/proc/15038/stat : 15038 (java) S 15036 15038 14680 0 -1 4202496 13411 0 1 0 699 7 0 0 15 0 12 0 8814675 1566425088 12444 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15038/statm: 382428 12444 1416 10 0 379730 0
[pid=15038/tid=15040] ppid=15036 vsize=1529712 CPUtime=6.11
/proc/15038/task/15040/stat : 15040 (java) R 15036 15038 14680 0 -1 4202560 10497 0 1 0 606 5 0 0 25 0 12 0 8814676 1566425088 12444 1992294400 134512640 134550932 4287204848 18446744073709551615 4108946625 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15038/tid=15041] ppid=15036 vsize=1529712 CPUtime=0
/proc/15038/task/15041/stat : 15041 (java) S 15036 15038 14680 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 8814678 1566425088 12444 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
[pid=15038/tid=15042] ppid=15036 vsize=1529712 CPUtime=0
/proc/15038/task/15042/stat : 15042 (java) S 15036 15038 14680 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8814678 1566425088 12444 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
[pid=15038/tid=15043] ppid=15036 vsize=1529712 CPUtime=0
/proc/15038/task/15043/stat : 15043 (java) S 15036 15038 14680 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 8814679 1566425088 12444 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 0 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15044] ppid=15036 vsize=1529712 CPUtime=0
/proc/15038/task/15044/stat : 15044 (java) S 15036 15038 14680 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 8814680 1566425088 12444 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15045] ppid=15036 vsize=1529712 CPUtime=0
/proc/15038/task/15045/stat : 15045 (java) S 15036 15038 14680 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 8814680 1566425088 12444 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15046] ppid=15036 vsize=1529712 CPUtime=0
/proc/15038/task/15046/stat : 15046 (java) S 15036 15038 14680 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 8814684 1566425088 12444 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15047] ppid=15036 vsize=1529712 CPUtime=0.66
/proc/15038/task/15047/stat : 15047 (java) S 15036 15038 14680 0 -1 4202560 1256 0 0 0 66 0 0 0 15 0 12 0 8814684 1566425088 12444 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15048] ppid=15036 vsize=1529712 CPUtime=0.26
/proc/15038/task/15048/stat : 15048 (java) S 15036 15038 14680 0 -1 4202560 592 0 0 0 26 0 0 0 15 0 12 0 8814684 1566425088 12444 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
[pid=15038/tid=15049] ppid=15036 vsize=1529712 CPUtime=0
/proc/15038/task/15049/stat : 15049 (java) S 15036 15038 14680 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 8814684 1566425088 12444 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15050] ppid=15036 vsize=1529712 CPUtime=0
/proc/15038/task/15050/stat : 15050 (java) S 15036 15038 14680 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8814684 1566425088 12444 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.06
Current children cumulated vsize (KiB) 1529712

[startup+12.7019 s]
/proc/loadavg: 1.03 1.01 1.00 2/118 15050
/proc/meminfo: memFree=1671428/2059040 swapFree=4192956/4192956
[pid=15038] ppid=15036 vsize=1529460 CPUtime=13.58
/proc/15038/stat : 15038 (java) S 15036 15038 14680 0 -1 4202496 19275 0 1 0 1348 10 0 0 15 0 12 0 8814675 1566167040 18103 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15038/statm: 382365 18103 1416 10 0 379667 0
[pid=15038/tid=15040] ppid=15036 vsize=1529460 CPUtime=12.5
/proc/15038/task/15040/stat : 15040 (java) R 15036 15038 14680 0 -1 4202560 16133 0 1 0 1241 9 0 0 25 0 12 0 8814676 1566167040 18103 1992294400 134512640 134550932 4287204848 18446744073709551615 4108946947 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15038/tid=15041] ppid=15036 vsize=1529460 CPUtime=0
/proc/15038/task/15041/stat : 15041 (java) S 15036 15038 14680 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 8814678 1566167040 18103 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
[pid=15038/tid=15042] ppid=15036 vsize=1529460 CPUtime=0
/proc/15038/task/15042/stat : 15042 (java) S 15036 15038 14680 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8814678 1566167040 18103 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
[pid=15038/tid=15043] ppid=15036 vsize=1529460 CPUtime=0
/proc/15038/task/15043/stat : 15043 (java) S 15036 15038 14680 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 8814679 1566167040 18103 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 0 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15044] ppid=15036 vsize=1529460 CPUtime=0
/proc/15038/task/15044/stat : 15044 (java) S 15036 15038 14680 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 8814680 1566167040 18103 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15045] ppid=15036 vsize=1529460 CPUtime=0
/proc/15038/task/15045/stat : 15045 (java) S 15036 15038 14680 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 8814680 1566167040 18103 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15046] ppid=15036 vsize=1529460 CPUtime=0
/proc/15038/task/15046/stat : 15046 (java) S 15036 15038 14680 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 8814684 1566167040 18103 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15047] ppid=15036 vsize=1529460 CPUtime=0.78
/proc/15038/task/15047/stat : 15047 (java) S 15036 15038 14680 0 -1 4202560 1484 0 0 0 78 0 0 0 15 0 12 0 8814684 1566167040 18103 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15048] ppid=15036 vsize=1529460 CPUtime=0.28
/proc/15038/task/15048/stat : 15048 (java) S 15036 15038 14680 0 -1 4202560 592 0 0 0 28 0 0 0 16 0 12 0 8814684 1566167040 18103 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
[pid=15038/tid=15049] ppid=15036 vsize=1529460 CPUtime=0
/proc/15038/task/15049/stat : 15049 (java) S 15036 15038 14680 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 8814684 1566167040 18103 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15050] ppid=15036 vsize=1529460 CPUtime=0
/proc/15038/task/15050/stat : 15050 (java) S 15036 15038 14680 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8814684 1566167040 18103 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.58
Current children cumulated vsize (KiB) 1529460

[startup+25.5022 s]
/proc/loadavg: 1.02 1.01 1.00 2/119 15051
/proc/meminfo: memFree=1586356/2059040 swapFree=4192956/4192956
[pid=15038] ppid=15036 vsize=1529784 CPUtime=27.06
/proc/15038/stat : 15038 (java) S 15036 15038 14680 0 -1 4202496 39920 0 1 0 2687 19 0 0 15 0 13 0 8814675 1566498816 38702 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15038/statm: 382446 38702 1439 10 0 379748 0
[pid=15038/tid=15040] ppid=15036 vsize=1529784 CPUtime=25.03
/proc/15038/task/15040/stat : 15040 (java) R 15036 15038 14680 0 -1 4202560 32064 0 1 0 2488 15 0 0 25 0 13 0 8814676 1566498816 38702 1992294400 134512640 134550932 4287204848 18446744073709551615 4109342562 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15038/tid=15041] ppid=15036 vsize=1529784 CPUtime=0.05
/proc/15038/task/15041/stat : 15041 (java) S 15036 15038 14680 0 -1 4202560 1971 0 0 0 5 0 0 0 16 0 13 0 8814678 1566498816 38702 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
[pid=15038/tid=15042] ppid=15036 vsize=1529784 CPUtime=0.04
/proc/15038/task/15042/stat : 15042 (java) S 15036 15038 14680 0 -1 4202560 2660 0 0 0 4 0 0 0 18 0 13 0 8814678 1566498816 38702 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15043] ppid=15036 vsize=1529784 CPUtime=0
/proc/15038/task/15043/stat : 15043 (java) S 15036 15038 14680 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 8814679 1566498816 38702 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 0 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15044] ppid=15036 vsize=1529784 CPUtime=0
/proc/15038/task/15044/stat : 15044 (java) S 15036 15038 14680 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8814680 1566498816 38702 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15045] ppid=15036 vsize=1529784 CPUtime=0
/proc/15038/task/15045/stat : 15045 (java) S 15036 15038 14680 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8814680 1566498816 38702 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15046] ppid=15036 vsize=1529784 CPUtime=0
/proc/15038/task/15046/stat : 15046 (java) S 15036 15038 14680 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8814684 1566498816 38702 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15047] ppid=15036 vsize=1529784 CPUtime=1.18

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

[pid=15038/tid=15044] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15044/stat : 15044 (java) S 15036 15038 14680 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8814680 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15045] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15045/stat : 15045 (java) S 15036 15038 14680 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8814680 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15046] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15046/stat : 15046 (java) S 15036 15038 14680 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8814684 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15047] ppid=15036 vsize=1530808 CPUtime=1.28
/proc/15038/task/15047/stat : 15047 (java) S 15036 15038 14680 0 -1 4202560 1526 0 0 0 127 1 0 0 15 0 13 0 8814684 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15048] ppid=15036 vsize=1530808 CPUtime=0.87
/proc/15038/task/15048/stat : 15048 (java) S 15036 15038 14680 0 -1 4202560 953 0 0 0 87 0 0 0 15 0 13 0 8814684 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
[pid=15038/tid=15049] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15049/stat : 15049 (java) S 15036 15038 14680 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8814684 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15050] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15050/stat : 15050 (java) S 15036 15038 14680 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 8814684 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
[pid=15038/tid=15051] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15051/stat : 15051 (java) S 15036 15038 14680 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8816161 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1606.65
Current children cumulated vsize (KiB) 1530808

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15104
/proc/meminfo: memFree=1425156/2059040 swapFree=4192956/4192956
[pid=15038] ppid=15036 vsize=1530808 CPUtime=1666.71
/proc/15038/stat : 15038 (java) S 15036 15038 14680 0 -1 4202496 89942 0 1 0 166596 75 0 0 15 0 13 0 8814675 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15038/statm: 382702 78541 1444 10 0 380004 0
[pid=15038/tid=15040] ppid=15036 vsize=1530808 CPUtime=1654.46
/proc/15038/task/15040/stat : 15040 (java) R 15036 15038 14680 0 -1 4202560 32286 0 1 0 165413 33 0 0 25 0 13 0 8814676 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4109226922 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15038/tid=15041] ppid=15036 vsize=1530808 CPUtime=3.87
/proc/15038/task/15041/stat : 15041 (java) S 15036 15038 14680 0 -1 4202560 22632 0 0 0 370 17 0 0 15 0 13 0 8814678 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15042] ppid=15036 vsize=1530808 CPUtime=3.88
/proc/15038/task/15042/stat : 15042 (java) S 15036 15038 14680 0 -1 4202560 24469 0 0 0 369 19 0 0 16 0 13 0 8814678 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
[pid=15038/tid=15043] ppid=15036 vsize=1530808 CPUtime=2.3
/proc/15038/task/15043/stat : 15043 (java) S 15036 15038 14680 0 -1 4202560 6912 0 0 0 228 2 0 0 15 0 13 0 8814679 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 0 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
[pid=15038/tid=15044] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15044/stat : 15044 (java) S 15036 15038 14680 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8814680 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15045] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15045/stat : 15045 (java) S 15036 15038 14680 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8814680 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15046] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15046/stat : 15046 (java) S 15036 15038 14680 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8814684 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15047] ppid=15036 vsize=1530808 CPUtime=1.28
/proc/15038/task/15047/stat : 15047 (java) S 15036 15038 14680 0 -1 4202560 1526 0 0 0 127 1 0 0 15 0 13 0 8814684 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15048] ppid=15036 vsize=1530808 CPUtime=0.87
/proc/15038/task/15048/stat : 15048 (java) S 15036 15038 14680 0 -1 4202560 953 0 0 0 87 0 0 0 15 0 13 0 8814684 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
[pid=15038/tid=15049] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15049/stat : 15049 (java) S 15036 15038 14680 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8814684 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15050] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15050/stat : 15050 (java) S 15036 15038 14680 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 8814684 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15051] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15051/stat : 15051 (java) S 15036 15038 14680 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8816161 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1666.71
Current children cumulated vsize (KiB) 1530808

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15106
/proc/meminfo: memFree=1425032/2059040 swapFree=4192956/4192956
[pid=15038] ppid=15036 vsize=1530808 CPUtime=1726.73
/proc/15038/stat : 15038 (java) S 15036 15038 14680 0 -1 4202496 89949 0 1 0 172598 75 0 0 15 0 13 0 8814675 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15038/statm: 382702 78541 1444 10 0 380004 0
[pid=15038/tid=15040] ppid=15036 vsize=1530808 CPUtime=1714.39
/proc/15038/task/15040/stat : 15040 (java) R 15036 15038 14680 0 -1 4202560 32287 0 1 0 171406 33 0 0 25 0 13 0 8814676 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4109342532 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15038/tid=15041] ppid=15036 vsize=1530808 CPUtime=3.91
/proc/15038/task/15041/stat : 15041 (java) S 15036 15038 14680 0 -1 4202560 22632 0 0 0 374 17 0 0 16 0 13 0 8814678 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15042] ppid=15036 vsize=1530808 CPUtime=3.93
/proc/15038/task/15042/stat : 15042 (java) S 15036 15038 14680 0 -1 4202560 24469 0 0 0 374 19 0 0 16 0 13 0 8814678 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
[pid=15038/tid=15043] ppid=15036 vsize=1530808 CPUtime=2.3
/proc/15038/task/15043/stat : 15043 (java) S 15036 15038 14680 0 -1 4202560 6914 0 0 0 228 2 0 0 15 0 13 0 8814679 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 0 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
[pid=15038/tid=15044] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15044/stat : 15044 (java) S 15036 15038 14680 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8814680 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15045] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15045/stat : 15045 (java) S 15036 15038 14680 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8814680 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15046] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15046/stat : 15046 (java) S 15036 15038 14680 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8814684 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15047] ppid=15036 vsize=1530808 CPUtime=1.28
/proc/15038/task/15047/stat : 15047 (java) S 15036 15038 14680 0 -1 4202560 1526 0 0 0 127 1 0 0 15 0 13 0 8814684 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15048] ppid=15036 vsize=1530808 CPUtime=0.87
/proc/15038/task/15048/stat : 15048 (java) S 15036 15038 14680 0 -1 4202560 953 0 0 0 87 0 0 0 15 0 13 0 8814684 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
[pid=15038/tid=15049] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15049/stat : 15049 (java) S 15036 15038 14680 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8814684 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15050] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15050/stat : 15050 (java) S 15036 15038 14680 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 8814684 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15051] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15051/stat : 15051 (java) S 15036 15038 14680 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8816161 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.73
Current children cumulated vsize (KiB) 1530808

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 15108
/proc/meminfo: memFree=1424908/2059040 swapFree=4192956/4192956
[pid=15038] ppid=15036 vsize=1530808 CPUtime=1786.8
/proc/15038/stat : 15038 (java) S 15036 15038 14680 0 -1 4202496 89958 0 1 0 178605 75 0 0 15 0 13 0 8814675 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15038/statm: 382702 78541 1444 10 0 380004 0
[pid=15038/tid=15040] ppid=15036 vsize=1530808 CPUtime=1774.14
/proc/15038/task/15040/stat : 15040 (java) R 15036 15038 14680 0 -1 4202560 32290 0 1 0 177381 33 0 0 25 0 13 0 8814676 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4109342609 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15038/tid=15041] ppid=15036 vsize=1530808 CPUtime=4.02
/proc/15038/task/15041/stat : 15041 (java) S 15036 15038 14680 0 -1 4202560 22632 0 0 0 385 17 0 0 16 0 13 0 8814678 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15042] ppid=15036 vsize=1530808 CPUtime=4.03
/proc/15038/task/15042/stat : 15042 (java) S 15036 15038 14680 0 -1 4202560 24469 0 0 0 384 19 0 0 16 0 13 0 8814678 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
[pid=15038/tid=15043] ppid=15036 vsize=1530808 CPUtime=2.39
/proc/15038/task/15043/stat : 15043 (java) S 15036 15038 14680 0 -1 4202560 6918 0 0 0 237 2 0 0 15 0 13 0 8814679 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 0 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
[pid=15038/tid=15044] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15044/stat : 15044 (java) S 15036 15038 14680 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8814680 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15045] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15045/stat : 15045 (java) S 15036 15038 14680 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8814680 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15046] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15046/stat : 15046 (java) S 15036 15038 14680 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8814684 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15047] ppid=15036 vsize=1530808 CPUtime=1.28
/proc/15038/task/15047/stat : 15047 (java) S 15036 15038 14680 0 -1 4202560 1526 0 0 0 127 1 0 0 15 0 13 0 8814684 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15048] ppid=15036 vsize=1530808 CPUtime=0.87
/proc/15038/task/15048/stat : 15048 (java) S 15036 15038 14680 0 -1 4202560 953 0 0 0 87 0 0 0 15 0 13 0 8814684 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
[pid=15038/tid=15049] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15049/stat : 15049 (java) S 15036 15038 14680 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8814684 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15050] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15050/stat : 15050 (java) S 15036 15038 14680 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 8814684 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15051] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15051/stat : 15051 (java) S 15036 15038 14680 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8816161 1567547392 78541 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.8
Current children cumulated vsize (KiB) 1530808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15108
/proc/meminfo: memFree=1424908/2059040 swapFree=4192956/4192956
[pid=15038] ppid=15036 vsize=1530808 CPUtime=1800.06
/proc/15038/stat : 15038 (java) S 15036 15038 14680 0 -1 4202496 89964 0 1 0 179931 75 0 0 15 0 13 0 8814675 1567547392 78542 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15038/statm: 382702 78542 1444 10 0 380004 0
[pid=15038/tid=15040] ppid=15036 vsize=1530808 CPUtime=1787.28
/proc/15038/task/15040/stat : 15040 (java) R 15036 15038 14680 0 -1 4202560 32291 0 1 0 178695 33 0 0 25 0 13 0 8814676 1567547392 78542 1992294400 134512640 134550932 4287204848 18446744073709551615 4109342532 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15038/tid=15041] ppid=15036 vsize=1530808 CPUtime=4.07
/proc/15038/task/15041/stat : 15041 (java) S 15036 15038 14680 0 -1 4202560 22632 0 0 0 390 17 0 0 16 0 13 0 8814678 1567547392 78542 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15042] ppid=15036 vsize=1530808 CPUtime=4.09
/proc/15038/task/15042/stat : 15042 (java) S 15036 15038 14680 0 -1 4202560 24470 0 0 0 390 19 0 0 16 0 13 0 8814678 1567547392 78542 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
[pid=15038/tid=15043] ppid=15036 vsize=1530808 CPUtime=2.39
/proc/15038/task/15043/stat : 15043 (java) S 15036 15038 14680 0 -1 4202560 6919 0 0 0 237 2 0 0 15 0 13 0 8814679 1567547392 78542 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 0 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
[pid=15038/tid=15044] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15044/stat : 15044 (java) S 15036 15038 14680 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8814680 1567547392 78542 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15045] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15045/stat : 15045 (java) S 15036 15038 14680 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8814680 1567547392 78542 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15046] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15046/stat : 15046 (java) S 15036 15038 14680 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8814684 1567547392 78542 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15047] ppid=15036 vsize=1530808 CPUtime=1.28
/proc/15038/task/15047/stat : 15047 (java) S 15036 15038 14680 0 -1 4202560 1526 0 0 0 127 1 0 0 15 0 13 0 8814684 1567547392 78542 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15048] ppid=15036 vsize=1530808 CPUtime=0.9
/proc/15038/task/15048/stat : 15048 (java) S 15036 15038 14680 0 -1 4202560 954 0 0 0 90 0 0 0 16 0 13 0 8814684 1567547392 78542 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
[pid=15038/tid=15049] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15049/stat : 15049 (java) S 15036 15038 14680 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8814684 1567547392 78542 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15050] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15050/stat : 15050 (java) S 15036 15038 14680 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 8814684 1567547392 78542 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 0 0 0 0
[pid=15038/tid=15051] ppid=15036 vsize=1530808 CPUtime=0
/proc/15038/task/15051/stat : 15051 (java) S 15036 15038 14680 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8816161 1567547392 78542 1992294400 134512640 134550932 4287204848 18446744073709551615 4294960144 0 4 0 16800975 18446604437879175872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1530808

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

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

[startup+1795.62 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15108
/proc/meminfo: memFree=1424908/2059040 swapFree=4192956/4192956
[pid=15038] ppid=15036 vsize=0 CPUtime=1800.22
/proc/15038/stat : 15038 (java) Z 15036 15038 14680 0 -1 4203548 89984 0 1 0 179944 78 0 0 15 0 2 0 8814675 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15038/statm: 0 0 0 0 0 0 0
[pid=15038/tid=15040] ppid=15036 vsize=0 CPUtime=1787.38
/proc/15038/task/15040/stat : 15040 (java) R 15036 15038 14680 0 -1 4203588 32291 0 1 0 178702 36 0 0 25 0 2 0 8814676 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.62
CPU time (s): 1800.24
CPU user time (s): 1799.45
CPU system time (s): 0.792879
CPU usage (%): 100.257
Max. virtual memory (cumulated for all children) (KiB): 1530808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.45
system time used= 0.792879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89984
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= 39197
involuntary context switches= 43112

runsolver used 3.79842 second user time and 9.45356 second system time

The end

Launcher Data

Begin job on node044 at 2010-06-16 10:00:24
IDJOB=2658167
IDBENCH=48286
IDSOLVER=1164
FILE ID=node044/2658167-1276675224
PBS_JOBID= 11172551
Free space on /tmp= 62588 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_10_2_80.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658167-1276675224/watcher-2658167-1276675224 -o /tmp/evaluation-result-2658167-1276675224/solver-2658167-1276675224 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658167-1276675224.opb

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

MD5SUM BENCH= 4b0064bdd43b7a445f2334396cfebe4e
RANDOM SEED=1518983009

node044.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.266
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.53
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.266
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1737144 kB
Buffers:         55012 kB
Cached:         141636 kB
SwapCached:          0 kB
Active:         122336 kB
Inactive:       133652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1737144 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             560 kB
Writeback:           0 kB
AnonPages:       59328 kB
Mapped:          15320 kB
Slab:            43952 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181484 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= 62588 MiB
End job on node044 at 2010-06-16 10:30:21