Trace number 2663342

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1706.28 2002.15

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_500_3__212_366__1024.opb
MD5SUM7ab5a773955b6c76800e229a63024c00
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, 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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1536498
Total number of constraints2000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1502
Number of constraints which are nor clauses,nor cardinality constraints498
Minimum length of a constraint1024
Maximum length of a constraint21505
Number of terms in the objective function 1536000
Biggest coefficient in the objective function 114804
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 52541822976
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 114804
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 52541822976
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.18	c See www.sat4j.org for details.
0.16/0.24	c version 2.2.0.v20100531
0.16/0.24	c java.runtime.name	Java(TM) SE Runtime Environment
0.16/0.24	c java.vm.name		Java HotSpot(TM) Server VM
0.16/0.24	c java.vm.version	11.2-b01
0.16/0.24	c java.vm.vendor	Sun Microsystems Inc.
0.16/0.24	c sun.arch.data.model	32
0.16/0.24	c java.version		1.6.0_12
0.16/0.24	c os.name		Linux
0.16/0.24	c os.version		2.6.18-164.el5
0.16/0.24	c os.arch		i386
0.16/0.24	c Free memory 		1393557488
0.16/0.24	c Max memory 		1395916800
0.16/0.24	c Total memory 		1395916800
0.16/0.24	c Number of processors 	2
0.16/0.26	c Pseudo Boolean Optimization
0.16/0.26	c ManyCore solver with 2 solvers running in parallel
0.16/0.26	c --- Begin Solver configuration ---
0.16/0.26	c Stops conflict analysis at the first Unique Implication Point
0.16/0.26	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.16/0.26	c Learn all clauses as in MiniSAT
0.16/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.26	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.16/0.26	c Expensive reason simplification
0.16/0.26	c Armin Biere (Picosat) restarts strategy
0.16/0.26	c Glucose learned constraints deletion strategy
0.16/0.26	c timeout=2147483s
0.16/0.26	c DB Simplification allowed=false
0.16/0.26	c --- End Solver configuration ---
0.16/0.26	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.16/0.26	c --- Begin Solver configuration ---
0.16/0.26	c Stops conflict analysis at the first Unique Implication Point
0.16/0.26	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.16/0.26	c Learn all clauses as in MiniSAT
0.16/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.16/0.26	c No reason simplification
0.16/0.26	c Armin Biere (Picosat) restarts strategy
0.16/0.26	c Glucose learned constraints deletion strategy
0.16/0.26	c timeout=2147483s
0.16/0.26	c DB Simplification allowed=false
0.16/0.26	c --- End Solver configuration ---
0.16/0.26	
0.16/0.26	c solving HOME/instance-2663342-1276691723.opb
0.16/0.26	c reading problem ... 
96.24/73.32	c ... done. Wall clock time 73.067s.
96.24/73.32	c #vars     1536498
96.24/73.32	c #constraints  2500
96.24/73.32	c constraints type 
96.24/73.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
96.24/73.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 1502
96.24/73.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 996
96.24/73.32	c constraints type 
96.24/73.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
96.24/73.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1502
96.24/73.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 996
1611.61/1445.89	Exception in thread "Thread-2" java.lang.OutOfMemoryError: GC overhead limit exceeded
1611.61/1445.89		at java.math.BigInteger.add(Unknown Source)
1611.61/1445.89		at org.sat4j.pb.constraints.pb.WatchPb.computeLeftSide(Unknown Source)
1611.61/1445.89		at org.sat4j.pb.constraints.pb.WatchPb.slackConstraint(Unknown Source)
1611.61/1445.89		at org.sat4j.pb.constraints.pb.ConflictMap.reduceUntilConflict(Unknown Source)
1611.61/1445.89		at org.sat4j.pb.constraints.pb.ConflictMap.resolve(Unknown Source)
1611.61/1445.89		at org.sat4j.pb.core.PBSolverCP.analyzeCP(Unknown Source)
1611.61/1445.89		at org.sat4j.pb.core.PBSolverCP.analyze(Unknown Source)
1611.61/1445.89		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1611.61/1445.89		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1611.61/1445.89		at org.sat4j.multicore.RunnableSolver.run(Unknown Source)
1611.61/1445.89		at java.lang.Thread.run(Unknown Source)
1704.13/1538.41	Exception in thread "Thread-1" java.lang.OutOfMemoryError: GC overhead limit exceeded
1704.13/1538.41		at java.math.BigInteger.subtract(Unknown Source)
1704.13/1538.41		at org.sat4j.pb.constraints.pb.MaxWatchPb.propagate(Unknown Source)
1704.13/1538.41		at org.sat4j.minisat.core.Solver.propagate(Unknown Source)
1704.13/1538.41		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1704.13/1538.41		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1704.13/1538.41		at org.sat4j.multicore.RunnableSolver.run(Unknown Source)
1704.13/1538.41		at java.lang.Thread.run(Unknown Source)

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-2663342-1276691723/watcher-2663342-1276691723 -o /tmp/evaluation-result-2663342-1276691723/solver-2663342-1276691723 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663342-1276691723.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.05 1.09 1.09 3/105 15947
/proc/meminfo: memFree=1779056/2059040 swapFree=4140432/4192956
[pid=15947] ppid=15945 vsize=244 CPUtime=0
/proc/15947/stat : 15947 (java) R 15945 15947 15298 0 -1 4194304 256 0 0 0 0 0 0 0 22 0 1 0 10466531 249856 3 1992294400 134512640 134550932 4294440016 18446744073709551615 4909072 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15947/statm: 61 21 15 10 0 22 0

[startup+0.095382 s]
/proc/loadavg: 1.05 1.09 1.09 3/105 15947
/proc/meminfo: memFree=1779056/2059040 swapFree=4140432/4192956
[pid=15947] ppid=15945 vsize=1521664 CPUtime=0.04
/proc/15947/stat : 15947 (java) S 15945 15947 15298 0 -1 4202496 3618 0 1 0 2 2 0 0 22 0 7 0 10466531 1558183936 3060 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/15947/statm: 380416 3060 1023 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.101379 s]
/proc/loadavg: 1.05 1.09 1.09 3/105 15947
/proc/meminfo: memFree=1779056/2059040 swapFree=4140432/4192956
[pid=15947] ppid=15945 vsize=1521796 CPUtime=0.05
/proc/15947/stat : 15947 (java) S 15945 15947 15298 0 -1 4202496 3665 0 1 0 3 2 0 0 22 0 7 0 10466531 1558319104 3107 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/15947/statm: 380449 3107 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.300412 s]
/proc/loadavg: 1.05 1.09 1.09 3/105 15947
/proc/meminfo: memFree=1779056/2059040 swapFree=4140432/4192956
[pid=15947] ppid=15945 vsize=1526292 CPUtime=0.31
/proc/15947/stat : 15947 (java) S 15945 15947 15298 0 -1 4202496 13655 0 1 0 24 7 0 0 22 0 12 0 10466531 1562923008 13093 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15947/statm: 381573 13093 1350 10 0 378876 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1526292

[startup+0.700444 s]
/proc/loadavg: 1.05 1.09 1.09 3/105 15947
/proc/meminfo: memFree=1779056/2059040 swapFree=4140432/4192956
[pid=15947] ppid=15945 vsize=1527788 CPUtime=0.89
/proc/15947/stat : 15947 (java) S 15945 15947 15298 0 -1 4202496 24422 0 1 0 78 11 0 0 22 0 12 0 10466531 1564454912 23861 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15947/statm: 381947 23862 1396 10 0 379250 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1527788

[startup+1.50152 s]
/proc/loadavg: 1.05 1.09 1.09 2/117 15959
/proc/meminfo: memFree=1664952/2059040 swapFree=4140432/4192956
[pid=15947] ppid=15945 vsize=1527788 CPUtime=1.84
/proc/15947/stat : 15947 (java) S 15945 15947 15298 0 -1 4202496 53296 0 1 0 159 25 0 0 22 0 12 0 10466531 1564454912 52733 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15947/statm: 381947 52733 1407 10 0 379250 0
[pid=15947/tid=15949] ppid=15945 vsize=1527788 CPUtime=1.19
/proc/15947/task/15949/stat : 15949 (java) R 15945 15947 15298 0 -1 4202560 32000 0 1 0 106 13 0 0 25 0 12 0 10466533 1564454912 52733 1992294400 134512640 134550932 4294440016 18446744073709551615 4108860810 0 4 0 16800975 0 0 0 -1 1 0 0 3
[pid=15947/tid=15950] ppid=15945 vsize=1527788 CPUtime=0.13
/proc/15947/task/15950/stat : 15950 (java) S 15945 15947 15298 0 -1 4202560 12408 0 0 0 7 6 0 0 18 0 12 0 10466538 1564454912 52733 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15951] ppid=15945 vsize=1527788 CPUtime=0.12
/proc/15947/task/15951/stat : 15951 (java) S 15945 15947 15298 0 -1 4202560 6812 0 0 0 9 3 0 0 18 0 12 0 10466538 1564454912 52733 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15947/tid=15952] ppid=15945 vsize=1527788 CPUtime=0
/proc/15947/task/15952/stat : 15952 (java) S 15945 15947 15298 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 10466540 1564454912 52733 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 0 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15953] ppid=15945 vsize=1527788 CPUtime=0
/proc/15947/task/15953/stat : 15953 (java) S 15945 15947 15298 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 10466540 1564454912 52733 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15954] ppid=15945 vsize=1527788 CPUtime=0
/proc/15947/task/15954/stat : 15954 (java) S 15945 15947 15298 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 10466540 1564454912 52733 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15955] ppid=15945 vsize=1527788 CPUtime=0
/proc/15947/task/15955/stat : 15955 (java) S 15945 15947 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10466544 1564454912 52733 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15956] ppid=15945 vsize=1527788 CPUtime=0.15
/proc/15947/task/15956/stat : 15956 (java) S 15945 15947 15298 0 -1 4202560 282 0 0 0 15 0 0 0 22 0 12 0 10466544 1564454912 52733 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15957] ppid=15945 vsize=1527788 CPUtime=0.19
/proc/15947/task/15957/stat : 15957 (java) S 15945 15947 15298 0 -1 4202560 723 0 0 0 19 0 0 0 16 0 12 0 10466545 1564454912 52733 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15947/tid=15958] ppid=15945 vsize=1527788 CPUtime=0
/proc/15947/task/15958/stat : 15958 (java) S 15945 15947 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10466545 1564454912 52733 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15959] ppid=15945 vsize=1527788 CPUtime=0
/proc/15947/task/15959/stat : 15959 (java) S 15945 15947 15298 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10466545 1564454912 52733 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 1527788

[startup+3.10167 s]
/proc/loadavg: 1.05 1.09 1.09 2/117 15959
/proc/meminfo: memFree=1569968/2059040 swapFree=4140432/4192956
[pid=15947] ppid=15945 vsize=1527788 CPUtime=3.59
/proc/15947/stat : 15947 (java) S 15945 15947 15298 0 -1 4202496 64673 0 1 0 328 31 0 0 22 0 12 0 10466531 1564454912 62018 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15947/statm: 381947 62018 1407 10 0 379250 0
[pid=15947/tid=15949] ppid=15945 vsize=1527788 CPUtime=2.64
/proc/15947/task/15949/stat : 15949 (java) R 15945 15947 15298 0 -1 4202560 32001 0 1 0 250 14 0 0 25 0 12 0 10466533 1564454912 62018 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 3
[pid=15947/tid=15950] ppid=15945 vsize=1527788 CPUtime=0.28
/proc/15947/task/15950/stat : 15950 (java) S 15945 15947 15298 0 -1 4202560 19347 0 0 0 18 10 0 0 18 0 12 0 10466538 1564454912 62018 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15951] ppid=15945 vsize=1527788 CPUtime=0.28
/proc/15947/task/15951/stat : 15951 (java) S 15945 15947 15298 0 -1 4202560 11249 0 0 0 23 5 0 0 18 0 12 0 10466538 1564454912 62018 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15947/tid=15952] ppid=15945 vsize=1527788 CPUtime=0
/proc/15947/task/15952/stat : 15952 (java) S 15945 15947 15298 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 10466540 1564454912 62018 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 0 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15953] ppid=15945 vsize=1527788 CPUtime=0
/proc/15947/task/15953/stat : 15953 (java) S 15945 15947 15298 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 10466540 1564454912 62018 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15954] ppid=15945 vsize=1527788 CPUtime=0
/proc/15947/task/15954/stat : 15954 (java) S 15945 15947 15298 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 10466540 1564454912 62018 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15955] ppid=15945 vsize=1527788 CPUtime=0
/proc/15947/task/15955/stat : 15955 (java) S 15945 15947 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10466544 1564454912 62018 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15956] ppid=15945 vsize=1527788 CPUtime=0.15
/proc/15947/task/15956/stat : 15956 (java) S 15945 15947 15298 0 -1 4202560 282 0 0 0 15 0 0 0 22 0 12 0 10466544 1564454912 62018 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15957] ppid=15945 vsize=1527788 CPUtime=0.19
/proc/15947/task/15957/stat : 15957 (java) S 15945 15947 15298 0 -1 4202560 723 0 0 0 19 0 0 0 16 0 12 0 10466545 1564454912 62018 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15947/tid=15958] ppid=15945 vsize=1527788 CPUtime=0
/proc/15947/task/15958/stat : 15958 (java) S 15945 15947 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10466545 1564454912 62018 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15959] ppid=15945 vsize=1527788 CPUtime=0
/proc/15947/task/15959/stat : 15959 (java) S 15945 15947 15298 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10466545 1564454912 62018 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 1527788

[startup+6.30199 s]
/proc/loadavg: 1.28 1.14 1.10 2/117 15959
/proc/meminfo: memFree=1512928/2059040 swapFree=4140432/4192956
[pid=15947] ppid=15945 vsize=1528432 CPUtime=7.08
/proc/15947/stat : 15947 (java) S 15945 15947 15298 0 -1 4202496 78071 0 1 0 672 36 0 0 22 0 12 0 10466531 1565114368 73130 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15947/statm: 382108 73130 1407 10 0 379411 0
[pid=15947/tid=15949] ppid=15945 vsize=1528432 CPUtime=5.54
/proc/15947/task/15949/stat : 15949 (java) R 15945 15947 15298 0 -1 4202560 32004 0 1 0 540 14 0 0 25 0 12 0 10466533 1565114368 73130 1992294400 134512640 134550932 4294440016 18446744073709551615 4108884934 0 4 0 16800975 0 0 0 -1 1 0 0 3
[pid=15947/tid=15950] ppid=15945 vsize=1528432 CPUtime=0.58
/proc/15947/task/15950/stat : 15950 (java) S 15945 15947 15298 0 -1 4202560 24795 0 0 0 46 12 0 0 18 0 12 0 10466538 1565114368 73130 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15951] ppid=15945 vsize=1528432 CPUtime=0.58
/proc/15947/task/15951/stat : 15951 (java) S 15945 15947 15298 0 -1 4202560 19196 0 0 0 50 8 0 0 18 0 12 0 10466538 1565114368 73130 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15947/tid=15952] ppid=15945 vsize=1528432 CPUtime=0
/proc/15947/task/15952/stat : 15952 (java) S 15945 15947 15298 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 10466540 1565114368 73130 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 0 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15953] ppid=15945 vsize=1528432 CPUtime=0
/proc/15947/task/15953/stat : 15953 (java) S 15945 15947 15298 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 10466540 1565114368 73130 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15954] ppid=15945 vsize=1528432 CPUtime=0
/proc/15947/task/15954/stat : 15954 (java) S 15945 15947 15298 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 10466540 1565114368 73130 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15955] ppid=15945 vsize=1528432 CPUtime=0
/proc/15947/task/15955/stat : 15955 (java) S 15945 15947 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10466544 1565114368 73130 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15956] ppid=15945 vsize=1528432 CPUtime=0.15
/proc/15947/task/15956/stat : 15956 (java) S 15945 15947 15298 0 -1 4202560 282 0 0 0 15 0 0 0 18 0 12 0 10466544 1565114368 73130 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15957] ppid=15945 vsize=1528432 CPUtime=0.19
/proc/15947/task/15957/stat : 15957 (java) S 15945 15947 15298 0 -1 4202560 723 0 0 0 19 0 0 0 16 0 12 0 10466545 1565114368 73130 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15947/tid=15958] ppid=15945 vsize=1528432 CPUtime=0
/proc/15947/task/15958/stat : 15958 (java) S 15945 15947 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10466545 1565114368 73130 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15959] ppid=15945 vsize=1528432 CPUtime=0
/proc/15947/task/15959/stat : 15959 (java) S 15945 15947 15298 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10466545 1565114368 73130 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 1528432

[startup+12.7017 s]
/proc/loadavg: 1.42 1.17 1.11 3/117 15959
/proc/meminfo: memFree=1376652/2059040 swapFree=4140432/4192956
[pid=15947] ppid=15945 vsize=1533940 CPUtime=16.01
/proc/15947/stat : 15947 (java) S 15945 15947 15298 0 -1 4202496 114929 0 1 0 1545 56 0 0 22 0 12 0 10466531 1570754560 106473 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15947/statm: 383485 106476 1423 10 0 380788 0
[pid=15947/tid=15949] ppid=15945 vsize=1533940 CPUtime=9.54
/proc/15947/task/15949/stat : 15949 (java) S 15945 15947 15298 0 -1 4202560 32037 0 1 0 939 15 0 0 18 0 12 0 10466533 1570754560 106478 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 3
[pid=15947/tid=15950] ppid=15945 vsize=1533940 CPUtime=2.82
/proc/15947/task/15950/stat : 15950 (java) R 15945 15947 15298 0 -1 4202560 45283 0 0 0 261 21 0 0 16 0 12 0 10466538 1570754560 106480 1992294400 134512640 134550932 4294440016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15947/tid=15951] ppid=15945 vsize=1533940 CPUtime=2.81
/proc/15947/task/15951/stat : 15951 (java) R 15945 15947 15298 0 -1 4202560 35101 0 0 0 265 16 0 0 16 0 12 0 10466538 1570754560 106482 1992294400 134512640 134550932 4294440016 18446744073709551615 104198138 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15947/tid=15952] ppid=15945 vsize=1533940 CPUtime=0
/proc/15947/task/15952/stat : 15952 (java) S 15945 15947 15298 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 10466540 1570754560 106484 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 0 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15953] ppid=15945 vsize=1533940 CPUtime=0
/proc/15947/task/15953/stat : 15953 (java) S 15945 15947 15298 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 10466540 1570754560 106486 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15954] ppid=15945 vsize=1533940 CPUtime=0
/proc/15947/task/15954/stat : 15954 (java) S 15945 15947 15298 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 10466540 1570754560 106488 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15955] ppid=15945 vsize=1533940 CPUtime=0
/proc/15947/task/15955/stat : 15955 (java) S 15945 15947 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10466544 1570754560 106490 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15956] ppid=15945 vsize=1533940 CPUtime=0.35
/proc/15947/task/15956/stat : 15956 (java) S 15945 15947 15298 0 -1 4202560 304 0 0 0 35 0 0 0 15 0 12 0 10466544 1570754560 106492 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15957] ppid=15945 vsize=1533940 CPUtime=0.43
/proc/15947/task/15957/stat : 15957 (java) S 15945 15947 15298 0 -1 4202560 1140 0 0 0 43 0 0 0 16 0 12 0 10466545 1570754560 106494 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15947/tid=15958] ppid=15945 vsize=1533940 CPUtime=0
/proc/15947/task/15958/stat : 15958 (java) S 15945 15947 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10466545 1570754560 106496 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15959] ppid=15945 vsize=1533940 CPUtime=0
/proc/15947/task/15959/stat : 15959 (java) S 15945 15947 15298 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10466545 1570754560 106496 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.01
Current children cumulated vsize (KiB) 1533940

[startup+25.5019 s]
/proc/loadavg: 1.54 1.21 1.13 2/117 15959
/proc/meminfo: memFree=1057228/2059040 swapFree=4140432/4192956
[pid=15947] ppid=15945 vsize=1533940 CPUtime=33.79
/proc/15947/stat : 15947 (java) S 15945 15947 15298 0 -1 4202496 204206 0 1 0 3280 99 0 0 22 0 12 0 10466531 1570754560 182350 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15947/statm: 383485 182353 1423 10 0 380788 0
[pid=15947/tid=15949] ppid=15945 vsize=1533940 CPUtime=17.12
/proc/15947/task/15949/stat : 15949 (java) S 15945 15947 15298 0 -1 4202560 32057 0 1 0 1696 16 0 0 16 0 12 0 10466533 1570754560 182355 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 3
[pid=15947/tid=15950] ppid=15945 vsize=1533940 CPUtime=7.93
/proc/15947/task/15950/stat : 15950 (java) R 15945 15947 15298 0 -1 4202560 93714 0 0 0 750 43 0 0 16 0 12 0 10466538 1570754560 182358 1992294400 134512640 134550932 4294440016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15947/tid=15951] ppid=15945 vsize=1533940 CPUtime=7.9
/proc/15947/task/15951/stat : 15951 (java) R 15945 15947 15298 0 -1 4202560 75929 0 0 0 753 37 0 0 16 0 12 0 10466538 1570754560 182361 1992294400 134512640 134550932 4294440016 18446744073709551615 106193893 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15947/tid=15952] ppid=15945 vsize=1533940 CPUtime=0
/proc/15947/task/15952/stat : 15952 (java) S 15945 15947 15298 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 10466540 1570754560 182363 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 0 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15953] ppid=15945 vsize=1533940 CPUtime=0
/proc/15947/task/15953/stat : 15953 (java) S 15945 15947 15298 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 10466540 1570754560 182366 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15954] ppid=15945 vsize=1533940 CPUtime=0
/proc/15947/task/15954/stat : 15954 (java) S 15945 15947 15298 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 10466540 1570754560 182368 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15955] ppid=15945 vsize=1533940 CPUtime=0
/proc/15947/task/15955/stat : 15955 (java) S 15945 15947 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10466544 1570754560 182371 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15956] ppid=15945 vsize=1533940 CPUtime=0.36

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

/proc/loadavg: 0.00 0.23 0.65 1/119 16026
/proc/meminfo: memFree=373292/2059040 swapFree=4140432/4192956
[pid=15947] ppid=15945 vsize=1537852 CPUtime=1704.15
/proc/15947/stat : 15947 (java) S 15945 15947 15298 0 -1 4202496 3524979 0 1 0 169082 1333 0 0 22 0 14 0 10466531 1574760448 351730 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15947/statm: 384463 351730 1442 10 0 381766 0
[pid=15947/tid=15949] ppid=15945 vsize=1537852 CPUtime=48.3
/proc/15947/task/15949/stat : 15949 (java) S 15945 15947 15298 0 -1 4202560 32514 0 1 0 4805 25 0 0 15 0 14 0 10466533 1574760448 351730 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 3
[pid=15947/tid=15950] ppid=15945 vsize=1537852 CPUtime=23.76
/proc/15947/task/15950/stat : 15950 (java) S 15945 15947 15298 0 -1 4202560 198823 0 0 0 2278 98 0 0 16 0 14 0 10466538 1574760448 351730 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15951] ppid=15945 vsize=1537852 CPUtime=23.64
/proc/15947/task/15951/stat : 15951 (java) S 15945 15947 15298 0 -1 4202560 167444 0 0 0 2281 83 0 0 15 0 14 0 10466538 1574760448 351730 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15952] ppid=15945 vsize=1537852 CPUtime=1288.86
/proc/15947/task/15952/stat : 15952 (java) S 15945 15947 15298 0 -1 4202560 3121238 0 0 0 127768 1118 0 0 18 0 14 0 10466540 1574760448 351730 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 0 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15947/tid=15953] ppid=15945 vsize=1537852 CPUtime=0
/proc/15947/task/15953/stat : 15953 (java) S 15945 15947 15298 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 14 0 10466540 1574760448 351730 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15947/tid=15954] ppid=15945 vsize=1537852 CPUtime=0
/proc/15947/task/15954/stat : 15954 (java) S 15945 15947 15298 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 10466540 1574760448 351730 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15955] ppid=15945 vsize=1537852 CPUtime=0
/proc/15947/task/15955/stat : 15955 (java) S 15945 15947 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 10466544 1574760448 351730 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15956] ppid=15945 vsize=1537852 CPUtime=0.88
/proc/15947/task/15956/stat : 15956 (java) S 15945 15947 15298 0 -1 4202560 750 0 0 0 88 0 0 0 16 0 14 0 10466544 1574760448 351730 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15957] ppid=15945 vsize=1537852 CPUtime=2.28
/proc/15947/task/15957/stat : 15957 (java) S 15945 15947 15298 0 -1 4202560 2924 0 0 0 226 2 0 0 15 0 14 0 10466545 1574760448 351730 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15947/tid=15958] ppid=15945 vsize=1537852 CPUtime=0
/proc/15947/task/15958/stat : 15958 (java) S 15945 15947 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 10466545 1574760448 351730 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15959] ppid=15945 vsize=1537852 CPUtime=0
/proc/15947/task/15959/stat : 15959 (java) S 15945 15947 15298 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 14 0 10466545 1574760448 351730 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15947/tid=15966] ppid=15945 vsize=1537852 CPUtime=0
/proc/15947/task/15966/stat : 15966 (java) S 15945 15947 15298 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 10482433 1574760448 351730 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15967] ppid=15945 vsize=1537852 CPUtime=0
/proc/15947/task/15967/stat : 15967 (java) S 15945 15947 15298 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 14 0 10482436 1574760448 351730 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1704.15
Current children cumulated vsize (KiB) 1537852

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -15947

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

[startup+2001.4 s]
/proc/loadavg: 0.00 0.23 0.65 2/122 16029
/proc/meminfo: memFree=360124/2059040 swapFree=4140432/4192956
[pid=15947] ppid=15945 vsize=1558984 CPUtime=1705.52
/proc/15947/stat : 15947 (java) S 15945 15947 15298 0 -1 4202496 3534989 0 1 0 169216 1336 0 0 18 0 16 0 10466531 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15947/statm: 389746 357019 1442 10 0 387049 0
[pid=15947/tid=15949] ppid=15945 vsize=1558984 CPUtime=48.3
/proc/15947/task/15949/stat : 15949 (java) S 15945 15947 15298 0 -1 4202560 32515 0 1 0 4805 25 0 0 15 0 16 0 10466533 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 3
[pid=15947/tid=15950] ppid=15945 vsize=1558984 CPUtime=23.76
/proc/15947/task/15950/stat : 15950 (java) S 15945 15947 15298 0 -1 4202560 198823 0 0 0 2278 98 0 0 16 0 16 0 10466538 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15951] ppid=15945 vsize=1558984 CPUtime=23.64
/proc/15947/task/15951/stat : 15951 (java) S 15945 15947 15298 0 -1 4202560 167444 0 0 0 2281 83 0 0 15 0 16 0 10466538 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15952] ppid=15945 vsize=1558984 CPUtime=1290.25
/proc/15947/task/15952/stat : 15952 (java) R 15945 15947 15298 0 -1 4202560 3131240 0 0 0 127903 1122 0 0 17 0 16 0 10466540 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 104177823 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=15947/tid=15953] ppid=15945 vsize=1558984 CPUtime=0
/proc/15947/task/15953/stat : 15953 (java) S 15945 15947 15298 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 16 0 10466540 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15947/tid=15954] ppid=15945 vsize=1558984 CPUtime=0
/proc/15947/task/15954/stat : 15954 (java) S 15945 15947 15298 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 10466540 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15955] ppid=15945 vsize=1558984 CPUtime=0
/proc/15947/task/15955/stat : 15955 (java) S 15945 15947 15298 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 10466544 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15956] ppid=15945 vsize=1558984 CPUtime=0.88
/proc/15947/task/15956/stat : 15956 (java) S 15945 15947 15298 0 -1 4202560 750 0 0 0 88 0 0 0 16 0 16 0 10466544 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15957] ppid=15945 vsize=1558984 CPUtime=2.28
/proc/15947/task/15957/stat : 15957 (java) S 15945 15947 15298 0 -1 4202560 2924 0 0 0 226 2 0 0 15 0 16 0 10466545 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15947/tid=15958] ppid=15945 vsize=1558984 CPUtime=0
/proc/15947/task/15958/stat : 15958 (java) S 15945 15947 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10466545 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15959] ppid=15945 vsize=1558984 CPUtime=0
/proc/15947/task/15959/stat : 15959 (java) S 15945 15947 15298 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 16 0 10466545 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15966] ppid=15945 vsize=1558984 CPUtime=0
/proc/15947/task/15966/stat : 15966 (java) S 15945 15947 15298 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 10482433 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15967] ppid=15945 vsize=1558984 CPUtime=0
/proc/15947/task/15967/stat : 15967 (java) S 15945 15947 15298 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 10482436 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=16028] ppid=15945 vsize=1558984 CPUtime=0
/proc/15947/task/16028/stat : 16028 (java) S 15945 15947 15298 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 16 0 10666533 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=16029] ppid=15945 vsize=1558984 CPUtime=0
/proc/15947/task/16029/stat : 16029 (java) S 15945 15947 15298 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 16 0 10666533 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1705.52
Current children cumulated vsize (KiB) 1558984

[startup+2001.8 s]
/proc/loadavg: 0.00 0.23 0.65 2/122 16029
/proc/meminfo: memFree=360124/2059040 swapFree=4140432/4192956
[pid=15947] ppid=15945 vsize=1558984 CPUtime=1705.92
/proc/15947/stat : 15947 (java) S 15945 15947 15298 0 -1 4202496 3534989 0 1 0 169256 1336 0 0 18 0 16 0 10466531 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15947/statm: 389746 357019 1442 10 0 387049 0
[pid=15947/tid=15949] ppid=15945 vsize=1558984 CPUtime=48.3
/proc/15947/task/15949/stat : 15949 (java) S 15945 15947 15298 0 -1 4202560 32515 0 1 0 4805 25 0 0 15 0 16 0 10466533 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 3
[pid=15947/tid=15950] ppid=15945 vsize=1558984 CPUtime=23.76
/proc/15947/task/15950/stat : 15950 (java) S 15945 15947 15298 0 -1 4202560 198823 0 0 0 2278 98 0 0 16 0 16 0 10466538 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15951] ppid=15945 vsize=1558984 CPUtime=23.64
/proc/15947/task/15951/stat : 15951 (java) S 15945 15947 15298 0 -1 4202560 167444 0 0 0 2281 83 0 0 15 0 16 0 10466538 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15952] ppid=15945 vsize=1558984 CPUtime=1290.65
/proc/15947/task/15952/stat : 15952 (java) R 15945 15947 15298 0 -1 4202560 3131240 0 0 0 127943 1122 0 0 17 0 16 0 10466540 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 105696664 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=15947/tid=15953] ppid=15945 vsize=1558984 CPUtime=0
/proc/15947/task/15953/stat : 15953 (java) S 15945 15947 15298 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 16 0 10466540 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15947/tid=15954] ppid=15945 vsize=1558984 CPUtime=0
/proc/15947/task/15954/stat : 15954 (java) S 15945 15947 15298 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 10466540 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15955] ppid=15945 vsize=1558984 CPUtime=0
/proc/15947/task/15955/stat : 15955 (java) S 15945 15947 15298 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 10466544 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15956] ppid=15945 vsize=1558984 CPUtime=0.88
/proc/15947/task/15956/stat : 15956 (java) S 15945 15947 15298 0 -1 4202560 750 0 0 0 88 0 0 0 16 0 16 0 10466544 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15957] ppid=15945 vsize=1558984 CPUtime=2.28
/proc/15947/task/15957/stat : 15957 (java) S 15945 15947 15298 0 -1 4202560 2924 0 0 0 226 2 0 0 15 0 16 0 10466545 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15947/tid=15958] ppid=15945 vsize=1558984 CPUtime=0
/proc/15947/task/15958/stat : 15958 (java) S 15945 15947 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10466545 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15959] ppid=15945 vsize=1558984 CPUtime=0
/proc/15947/task/15959/stat : 15959 (java) S 15945 15947 15298 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 16 0 10466545 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15966] ppid=15945 vsize=1558984 CPUtime=0
/proc/15947/task/15966/stat : 15966 (java) S 15945 15947 15298 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 10482433 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15967] ppid=15945 vsize=1558984 CPUtime=0
/proc/15947/task/15967/stat : 15967 (java) S 15945 15947 15298 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 10482436 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=16028] ppid=15945 vsize=1558984 CPUtime=0
/proc/15947/task/16028/stat : 16028 (java) S 15945 15947 15298 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 16 0 10666533 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=16029] ppid=15945 vsize=1558984 CPUtime=0
/proc/15947/task/16029/stat : 16029 (java) S 15945 15947 15298 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 16 0 10666533 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1705.92
Current children cumulated vsize (KiB) 1558984

[startup+2002.01 s]
/proc/loadavg: 0.00 0.23 0.65 2/122 16029
/proc/meminfo: memFree=352064/2059040 swapFree=4140432/4192956
[pid=15947] ppid=15945 vsize=1558984 CPUtime=1706.13
/proc/15947/stat : 15947 (java) S 15945 15947 15298 0 -1 4202496 3534989 0 1 0 169277 1336 0 0 18 0 16 0 10466531 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15947/statm: 389746 357019 1442 10 0 387049 0
[pid=15947/tid=15949] ppid=15945 vsize=1558984 CPUtime=48.3
/proc/15947/task/15949/stat : 15949 (java) S 15945 15947 15298 0 -1 4202560 32515 0 1 0 4805 25 0 0 15 0 16 0 10466533 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 3
[pid=15947/tid=15950] ppid=15945 vsize=1558984 CPUtime=23.76
/proc/15947/task/15950/stat : 15950 (java) S 15945 15947 15298 0 -1 4202560 198823 0 0 0 2278 98 0 0 16 0 16 0 10466538 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15951] ppid=15945 vsize=1558984 CPUtime=23.64
/proc/15947/task/15951/stat : 15951 (java) S 15945 15947 15298 0 -1 4202560 167444 0 0 0 2281 83 0 0 15 0 16 0 10466538 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15952] ppid=15945 vsize=1558984 CPUtime=1290.86
/proc/15947/task/15952/stat : 15952 (java) R 15945 15947 15298 0 -1 4202560 3131240 0 0 0 127964 1122 0 0 18 0 16 0 10466540 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 106157861 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=15947/tid=15953] ppid=15945 vsize=1558984 CPUtime=0
/proc/15947/task/15953/stat : 15953 (java) S 15945 15947 15298 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 16 0 10466540 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15947/tid=15954] ppid=15945 vsize=1558984 CPUtime=0
/proc/15947/task/15954/stat : 15954 (java) S 15945 15947 15298 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 10466540 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15955] ppid=15945 vsize=1558984 CPUtime=0
/proc/15947/task/15955/stat : 15955 (java) S 15945 15947 15298 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 10466544 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15956] ppid=15945 vsize=1558984 CPUtime=0.88
/proc/15947/task/15956/stat : 15956 (java) S 15945 15947 15298 0 -1 4202560 750 0 0 0 88 0 0 0 16 0 16 0 10466544 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15957] ppid=15945 vsize=1558984 CPUtime=2.28
/proc/15947/task/15957/stat : 15957 (java) S 15945 15947 15298 0 -1 4202560 2924 0 0 0 226 2 0 0 15 0 16 0 10466545 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 1 0 0 0
[pid=15947/tid=15958] ppid=15945 vsize=1558984 CPUtime=0
/proc/15947/task/15958/stat : 15958 (java) S 15945 15947 15298 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10466545 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15959] ppid=15945 vsize=1558984 CPUtime=0
/proc/15947/task/15959/stat : 15959 (java) S 15945 15947 15298 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 16 0 10466545 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15966] ppid=15945 vsize=1558984 CPUtime=0
/proc/15947/task/15966/stat : 15966 (java) S 15945 15947 15298 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 10482433 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=15967] ppid=15945 vsize=1558984 CPUtime=0
/proc/15947/task/15967/stat : 15967 (java) S 15945 15947 15298 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 10482436 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=16028] ppid=15945 vsize=1558984 CPUtime=0
/proc/15947/task/16028/stat : 16028 (java) S 15945 15947 15298 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 16 0 10666533 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
[pid=15947/tid=16029] ppid=15945 vsize=1558984 CPUtime=0
/proc/15947/task/16029/stat : 16029 (java) S 15945 15947 15298 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 16 0 10666533 1596399616 357019 1992294400 134512640 134550932 4294440016 18446744073709551615 4294960144 0 4 0 16800975 18446604437566813504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1706.13
Current children cumulated vsize (KiB) 1558984

[startup+2002.1 s]
/proc/loadavg: 0.00 0.23 0.65 2/122 16029
/proc/meminfo: memFree=352064/2059040 swapFree=4140432/4192956
[pid=15947] ppid=15945 vsize=0 CPUtime=1706.22
/proc/15947/stat : 15947 (java) Z 15945 15947 15298 0 -1 4203548 3534989 0 1 0 169278 1344 0 0 18 0 2 0 10466531 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15947/statm: 0 0 0 0 0 0 0
[pid=15947/tid=16029] ppid=15945 vsize=0 CPUtime=0.07
/proc/15947/task/16029/stat : 16029 (java) R 15945 15947 15298 0 -1 4203588 0 0 0 0 0 7 0 0 18 0 2 0 10666533 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1706.22
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2002.15
CPU time (s): 1706.28
CPU user time (s): 1692.79
CPU system time (s): 13.4959
CPU usage (%): 85.2225
Max. virtual memory (cumulated for all children) (KiB): 1566988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1692.79
system time used= 13.4959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3534989
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= 44424
involuntary context switches= 31987

runsolver used 4.75928 second user time and 11.4753 second system time

The end

Launcher Data

Begin job on node084 at 2010-06-16 14:35:27
IDJOB=2663342
IDBENCH=71882
IDSOLVER=1166
FILE ID=node084/2663342-1276691723
PBS_JOBID= 11172572
Free space on /tmp= 62440 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_500_3__212_366__1024.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663342-1276691723/watcher-2663342-1276691723 -o /tmp/evaluation-result-2663342-1276691723/solver-2663342-1276691723 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663342-1276691723.opb

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

MD5SUM BENCH= 7ab5a773955b6c76800e229a63024c00
RANDOM SEED=2004833707

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1779328 kB
Buffers:          7644 kB
Cached:         183564 kB
SwapCached:      13444 kB
Active:          99132 kB
Inactive:       112720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1779328 kB
SwapTotal:     4192956 kB
SwapFree:      4140432 kB
Dirty:           73912 kB
Writeback:           0 kB
AnonPages:       11108 kB
Mapped:          13112 kB
Slab:            45872 kB
PageTables:       3968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179748 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= 62440 MiB
End job on node084 at 2010-06-16 15:08:49