Trace number 352912

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, and are wall clock time (not CPU 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
SAT4JPseudoResolution 2007-03-23? (exit code) 607.332 598.349

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii16a1.opb
MD5SUMf385fcab37e162e321ef096cfb16e5e9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1101
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1096
Optimality of the best value was proved NO
Number of variables3300
Total number of constraints21018
Number of constraints which are clauses21018
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint16
Number of terms in the objective function 3300
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3300
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 3300
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.11/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.11/0.31	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.11/0.31	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.11/0.32	c no version file found!!!
0.11/0.32	c sun.arch.data.model	32
0.11/0.32	c java.version	1.6.0
0.11/0.32	c os.name	Linux
0.11/0.32	c os.version	2.6.9-22.EL.rootsmp
0.11/0.32	c os.arch	i386
0.11/0.32	c Free memory 1651659224
0.11/0.32	c Max memory 1654456320
0.11/0.32	c Total memory 1654456320
0.11/0.32	c Number of processors 2
0.11/0.38	--- Begin Solver configuration ---
0.11/0.38	c Stops conflict analysis at the first Unique Implication Point
0.11/0.38	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.11/0.38	c Learn all clauses as in MiniSAT
0.11/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.38	c VSIDS like heuristics from MiniSAT using a heap
0.11/0.38	c No reason simplification
0.11/0.38	c --- End Solver configuration ---
0.11/0.38	c solving /tmp/evaluation/352912-1176646158/instance-352912-1176646158.opb
0.11/0.38	c reading problem ... 
2.09/1.61	c ... done. Wall clock time 1.233s.
2.09/1.61	c CPU time (experimental) 1.0s.
2.09/1.61	c #vars     3300
2.09/1.61	c #constraints  21018
2.55/1.96	c SATISFIABLE
2.55/1.96	c OPTIMIZING...
2.55/1.96	c Got one! Elapsed wall clock time (in seconds):1.587
2.55/1.98	o 1623
3.09/2.29	c Got one! Elapsed wall clock time (in seconds):1.915
3.24/2.30	o 1588
5.98/4.92	c Got one! Elapsed wall clock time (in seconds):4.545
5.98/4.94	o 1582
7.28/6.12	c Got one! Elapsed wall clock time (in seconds):5.738
7.28/6.12	o 1569
7.41/6.24	c Got one! Elapsed wall clock time (in seconds):5.859
7.41/6.24	o 1557
9.34/8.19	c Got one! Elapsed wall clock time (in seconds):7.813
9.44/8.20	o 1543
12.68/11.39	c Got one! Elapsed wall clock time (in seconds):11.008
12.68/11.39	o 1542
13.00/11.67	c Got one! Elapsed wall clock time (in seconds):11.29
13.00/11.67	o 1536
17.50/16.19	c Got one! Elapsed wall clock time (in seconds):15.815
17.60/16.20	o 1532
18.10/16.73	c Got one! Elapsed wall clock time (in seconds):16.349
18.10/16.73	o 1516
21.49/20.18	c Got one! Elapsed wall clock time (in seconds):19.8
21.49/20.19	o 1494
24.90/23.55	c Got one! Elapsed wall clock time (in seconds):23.173
24.90/23.56	o 1478
206.66/202.44	c cleaning 122499 clauses out of 245025 for limit 11.940899161472228
207.98/203.75	c cleaning 61506 clauses out of 123027 for limit 39.25883371025993
208.59/204.34	c cleaning 30939 clauses out of 62020 for limit 128.3002317395168
209.08/204.84	c cleaning 15706 clauses out of 31582 for limit 415.920160765324
209.58/205.36	c cleaning 8104 clauses out of 16376 for limit 1322.8105771173016
210.08/205.81	c cleaning 4298 clauses out of 8772 for limit 4072.515561871029
210.48/206.27	c cleaning 2403 clauses out of 4973 for limit 11834.891793213194
210.88/206.62	c cleaning 1449 clauses out of 3070 for limit 31615.515119756634
211.18/206.96	c cleaning 968 clauses out of 2121 for limit 75466.43876138615
211.58/207.31	c cleaning 741 clauses out of 1654 for limit 159753.14559774674
314.58/309.26	c cleaning 54937 clauses out of 109912 for limit 5.52444519052679E10
315.78/310.49	c cleaning 27724 clauses out of 55475 for limit 1.8050629652260178E11
316.48/311.14	c cleaning 14109 clauses out of 28251 for limit 5.845366261796709E11
316.98/311.64	c cleaning 7301 clauses out of 14642 for limit 1.85994900957423E12
317.38/312.09	c cleaning 3899 clauses out of 7841 for limit 5.727774001928583E12
317.79/312.47	c cleaning 2205 clauses out of 4442 for limit 1.6673802789253633E13
318.18/312.87	c cleaning 1368 clauses out of 2737 for limit 4.462665180635765E13
318.58/313.22	c cleaning 913 clauses out of 1869 for limit 1.077744182781402E14
377.60/371.62	c cleaning 31218 clauses out of 62456 for limit 0.17022561994154883
381.60/375.51	c cleaning 17356 clauses out of 34741 for limit 10.182432036473463
382.10/376.06	c cleaning 8925 clauses out of 17882 for limit 32.525957963691205
382.59/376.56	c cleaning 4715 clauses out of 9457 for limit 101.42585675007653
382.99/376.96	c cleaning 2604 clauses out of 5242 for limit 301.7594950548195
383.40/377.35	c cleaning 1550 clauses out of 3139 for limit 831.8730293964393
383.79/377.71	c cleaning 1030 clauses out of 2089 for limit 2061.416779351583
384.09/378.07	c cleaning 761 clauses out of 1558 for limit 4553.634498397999
384.50/378.41	c cleaning 635 clauses out of 1299 for limit 9024.878866866424
384.79/378.74	c cleaning 566 clauses out of 1162 for limit 16604.708962227036
385.09/379.08	c cleaning 533 clauses out of 1096 for limit 29032.38596394131
385.50/379.42	c cleaning 515 clauses out of 1064 for limit 49367.60446354469
385.79/379.76	c cleaning 512 clauses out of 1050 for limit 82581.8830439371
386.09/380.09	c cleaning 501 clauses out of 1036 for limit 137753.03897553738
386.49/380.44	c cleaning 501 clauses out of 1038 for limit 227417.0453802935
386.79/380.77	c cleaning 499 clauses out of 1034 for limit 375363.62043509196
425.12/418.66	c Got one! Elapsed wall clock time (in seconds):418.28
425.12/418.66	o 1477
598.08/589.20	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
600.38/591.49		at org.sat4j.minisat.constraints.cnf.WLClause.(Unknown Source)
601.58/592.64		at org.sat4j.minisat.constraints.cnf.LearntWLClause.(Unknown Source)
602.68/593.79		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
603.88/594.93		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
605.59/596.66		at org.sat4j.minisat.core.Solver.search(Unknown Source)
606.79/597.81		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node4/watcher-352912-1176646158 -o ROOT/results/node4/solver-352912-1176646158 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352912-1176646158/sat4jPseudoResolution.jar /tmp/evaluation/352912-1176646158/instance-352912-1176646158.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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 9661
/proc/meminfo: memFree=1824080/2055920 swapFree=4153972/4192956
[pid=9661] ppid=9659 vsize=272 CPUtime=0
/proc/9661/stat : 9661 (java) D 9659 9661 9598 0 -1 0 54 0 0 0 0 0 0 0 18 0 1 0 140653575 278528 37 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 10588964 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/9661/statm: 68 37 28 9 0 6 0

[startup+0.0723021 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 9661
/proc/meminfo: memFree=1824080/2055920 swapFree=4153972/4192956
[pid=9661] ppid=9659 vsize=1777708 CPUtime=0.06
/proc/9661/stat : 9661 (java) S 9659 9661 9598 0 -1 0 3727 0 1 0 4 2 0 0 18 0 7 0 140653575 1820372992 3469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 444427 3469 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.101304 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 9661
/proc/meminfo: memFree=1824080/2055920 swapFree=4153972/4192956
[pid=9661] ppid=9659 vsize=1780108 CPUtime=0.08
/proc/9661/stat : 9661 (java) S 9659 9661 9598 0 -1 0 3978 0 1 0 6 2 0 0 18 0 12 0 140653575 1822830592 3719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 445027 3719 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301315 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 9661
/proc/meminfo: memFree=1824080/2055920 swapFree=4153972/4192956
[pid=9661] ppid=9659 vsize=1780256 CPUtime=0.11
/proc/9661/stat : 9661 (java) S 9659 9661 9598 0 -1 0 4219 0 1 0 9 2 0 0 18 0 12 0 140653575 1822982144 3960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 445064 3960 1134 9 0 442683 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1780256

[startup+0.701374 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 9661
/proc/meminfo: memFree=1824080/2055920 swapFree=4153972/4192956
[pid=9661] ppid=9659 vsize=1783884 CPUtime=0.68
/proc/9661/stat : 9661 (java) S 9659 9661 9598 0 -1 0 6644 0 1 0 64 4 0 0 18 0 12 0 140653575 1826697216 6060 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 445971 6068 1284 9 0 443583 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1783884

[startup+1.50144 s]
/proc/loadavg: 0.78 0.95 0.98 4/89 9673
/proc/meminfo: memFree=1798640/2055920 swapFree=4153972/4192956
[pid=9661] ppid=9659 vsize=1785652 CPUtime=1.99
/proc/9661/stat : 9661 (java) S 9659 9661 9598 0 -1 0 14771 0 1 0 190 9 0 0 18 0 12 0 140653575 1828507648 12822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 446413 12822 1308 9 0 444025 0
[pid=9661/tid=9663] ppid=9659 vsize=1785652 CPUtime=0.89
/proc/9661/task/9663/stat : 9663 (java) R 9659 9661 9598 0 -1 64 10908 0 1 0 83 6 0 0 17 0 12 0 140653576 1828507648 12823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109659737 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9661/tid=9664] ppid=9659 vsize=1785652 CPUtime=0
/proc/9661/task/9664/stat : 9664 (java) S 9659 9661 9598 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 140653577 1828507648 12823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9665] ppid=9659 vsize=1785652 CPUtime=0
/proc/9661/task/9665/stat : 9665 (java) S 9659 9661 9598 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 140653577 1828507648 12824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9661/tid=9666] ppid=9659 vsize=1785652 CPUtime=0
/proc/9661/task/9666/stat : 9666 (java) S 9659 9661 9598 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 140653580 1828507648 12825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9667] ppid=9659 vsize=1785652 CPUtime=0
/proc/9661/task/9667/stat : 9667 (java) S 9659 9661 9598 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 140653580 1828507648 12826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9668] ppid=9659 vsize=1785652 CPUtime=0
/proc/9661/task/9668/stat : 9668 (java) S 9659 9661 9598 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 140653580 1828507648 12827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9669] ppid=9659 vsize=1785652 CPUtime=0
/proc/9661/task/9669/stat : 9669 (java) S 9659 9661 9598 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 140653584 1828507648 12828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9670] ppid=9659 vsize=1785652 CPUtime=0.57
/proc/9661/task/9670/stat : 9670 (java) S 9659 9661 9598 0 -1 64 1918 0 0 0 57 0 0 0 17 0 12 0 140653584 1828507648 12829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9661/tid=9671] ppid=9659 vsize=1785652 CPUtime=0.49
/proc/9661/task/9671/stat : 9671 (java) R 9659 9661 9598 0 -1 64 1224 0 0 0 49 0 0 0 16 0 12 0 140653584 1828507648 12830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102694425 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9672] ppid=9659 vsize=1785652 CPUtime=0
/proc/9661/task/9672/stat : 9672 (java) S 9659 9661 9598 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 140653584 1828507648 12831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9673] ppid=9659 vsize=1785652 CPUtime=0
/proc/9661/task/9673/stat : 9673 (java) S 9659 9661 9598 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 140653584 1828507648 12832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1785652

[startup+3.10158 s]
/proc/loadavg: 0.78 0.95 0.98 4/89 9674
/proc/meminfo: memFree=1760752/2055920 swapFree=4153972/4192956
[pid=9661] ppid=9659 vsize=1787128 CPUtime=4.18
/proc/9661/stat : 9661 (java) S 9659 9661 9598 0 -1 0 22066 0 1 0 405 13 0 0 18 0 13 0 140653575 1830019072 18958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 446782 18958 1325 9 0 444394 0
[pid=9661/tid=9663] ppid=9659 vsize=1787128 CPUtime=2.21
/proc/9661/task/9663/stat : 9663 (java) R 9659 9661 9598 0 -1 64 16710 0 1 0 211 10 0 0 25 0 13 0 140653576 1830019072 18958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105880117 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9661/tid=9664] ppid=9659 vsize=1787128 CPUtime=0
/proc/9661/task/9664/stat : 9664 (java) S 9659 9661 9598 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 140653577 1830019072 18958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9665] ppid=9659 vsize=1787128 CPUtime=0
/proc/9661/task/9665/stat : 9665 (java) S 9659 9661 9598 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 140653577 1830019072 18958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9661/tid=9666] ppid=9659 vsize=1787128 CPUtime=0
/proc/9661/task/9666/stat : 9666 (java) S 9659 9661 9598 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 140653580 1830019072 18958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9661/tid=9667] ppid=9659 vsize=1787128 CPUtime=0
/proc/9661/task/9667/stat : 9667 (java) S 9659 9661 9598 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 140653580 1830019072 18958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9668] ppid=9659 vsize=1787128 CPUtime=0
/proc/9661/task/9668/stat : 9668 (java) S 9659 9661 9598 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 140653580 1830019072 18958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9669] ppid=9659 vsize=1787128 CPUtime=0
/proc/9661/task/9669/stat : 9669 (java) S 9659 9661 9598 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 140653584 1830019072 18959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9670] ppid=9659 vsize=1787128 CPUtime=1.07
/proc/9661/task/9670/stat : 9670 (java) S 9659 9661 9598 0 -1 64 3052 0 0 0 106 1 0 0 17 0 13 0 140653584 1830019072 18959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9661/tid=9671] ppid=9659 vsize=1787128 CPUtime=0.87
/proc/9661/task/9671/stat : 9671 (java) S 9659 9661 9598 0 -1 64 1577 0 0 0 87 0 0 0 16 0 13 0 140653584 1830019072 18959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9672] ppid=9659 vsize=1787128 CPUtime=0
/proc/9661/task/9672/stat : 9672 (java) S 9659 9661 9598 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 140653584 1830019072 18959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9673] ppid=9659 vsize=1787128 CPUtime=0
/proc/9661/task/9673/stat : 9673 (java) S 9659 9661 9598 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140653584 1830019072 18959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 1787128

[startup+6.3029 s]
/proc/loadavg: 0.80 0.95 0.98 2/90 9677
/proc/meminfo: memFree=1725472/2055920 swapFree=4153972/4192956
[pid=9661] ppid=9659 vsize=1787000 CPUtime=7.53
/proc/9661/stat : 9661 (java) S 9659 9661 9598 0 -1 0 32416 0 1 0 736 17 0 0 18 0 13 0 140653575 1829888000 29277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 446750 29277 1326 9 0 444362 0
[pid=9661/tid=9663] ppid=9659 vsize=1787000 CPUtime=5.31
/proc/9661/task/9663/stat : 9663 (java) R 9659 9661 9598 0 -1 64 27045 0 1 0 517 14 0 0 18 0 13 0 140653576 1829888000 29277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109829964 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9664] ppid=9659 vsize=1787000 CPUtime=0
/proc/9661/task/9664/stat : 9664 (java) S 9659 9661 9598 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 140653577 1829888000 29277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9665] ppid=9659 vsize=1787000 CPUtime=0
/proc/9661/task/9665/stat : 9665 (java) S 9659 9661 9598 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 140653577 1829888000 29277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9661/tid=9666] ppid=9659 vsize=1787000 CPUtime=0
/proc/9661/task/9666/stat : 9666 (java) S 9659 9661 9598 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 140653580 1829888000 29277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9661/tid=9667] ppid=9659 vsize=1787000 CPUtime=0
/proc/9661/task/9667/stat : 9667 (java) S 9659 9661 9598 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 140653580 1829888000 29277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9668] ppid=9659 vsize=1787000 CPUtime=0
/proc/9661/task/9668/stat : 9668 (java) S 9659 9661 9598 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 140653580 1829888000 29277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9669] ppid=9659 vsize=1787000 CPUtime=0
/proc/9661/task/9669/stat : 9669 (java) S 9659 9661 9598 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 140653584 1829888000 29277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9670] ppid=9659 vsize=1787000 CPUtime=1.23
/proc/9661/task/9670/stat : 9670 (java) S 9659 9661 9598 0 -1 64 3060 0 0 0 122 1 0 0 16 0 13 0 140653584 1829888000 29277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9661/tid=9671] ppid=9659 vsize=1787000 CPUtime=0.96
/proc/9661/task/9671/stat : 9671 (java) S 9659 9661 9598 0 -1 64 1581 0 0 0 96 0 0 0 16 0 13 0 140653584 1829888000 29277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9672] ppid=9659 vsize=1787000 CPUtime=0
/proc/9661/task/9672/stat : 9672 (java) S 9659 9661 9598 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 140653584 1829888000 29277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9673] ppid=9659 vsize=1787000 CPUtime=0
/proc/9661/task/9673/stat : 9673 (java) S 9659 9661 9598 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140653584 1829888000 29277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 1787000

[startup+12.7025 s]
/proc/loadavg: 0.81 0.95 0.98 2/90 9682
/proc/meminfo: memFree=1585224/2055920 swapFree=4153972/4192956
[pid=9661] ppid=9659 vsize=1787000 CPUtime=14.1
/proc/9661/stat : 9661 (java) S 9659 9661 9598 0 -1 0 69311 0 1 0 1375 35 0 0 18 0 13 0 140653575 1829888000 60706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 446750 60706 1335 9 0 444362 0
[pid=9661/tid=9663] ppid=9659 vsize=1787000 CPUtime=11.54
/proc/9661/task/9663/stat : 9663 (java) R 9659 9661 9598 0 -1 64 37729 0 1 0 1136 18 0 0 25 0 13 0 140653576 1829888000 60706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109946931 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9661/tid=9664] ppid=9659 vsize=1787000 CPUtime=0.12
/proc/9661/task/9664/stat : 9664 (java) S 9659 9661 9598 0 -1 64 13500 0 0 0 6 6 0 0 16 0 13 0 140653577 1829888000 60706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9665] ppid=9659 vsize=1787000 CPUtime=0.12
/proc/9661/task/9665/stat : 9665 (java) S 9659 9661 9598 0 -1 64 12702 0 0 0 5 7 0 0 16 0 13 0 140653577 1829888000 60706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9661/tid=9666] ppid=9659 vsize=1787000 CPUtime=0
/proc/9661/task/9666/stat : 9666 (java) S 9659 9661 9598 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 140653580 1829888000 60706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9667] ppid=9659 vsize=1787000 CPUtime=0
/proc/9661/task/9667/stat : 9667 (java) S 9659 9661 9598 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 140653580 1829888000 60706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9668] ppid=9659 vsize=1787000 CPUtime=0
/proc/9661/task/9668/stat : 9668 (java) S 9659 9661 9598 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 140653580 1829888000 60706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9669] ppid=9659 vsize=1787000 CPUtime=0
/proc/9661/task/9669/stat : 9669 (java) S 9659 9661 9598 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 140653584 1829888000 60706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9670] ppid=9659 vsize=1787000 CPUtime=1.25
/proc/9661/task/9670/stat : 9670 (java) S 9659 9661 9598 0 -1 64 3060 0 0 0 124 1 0 0 16 0 13 0 140653584 1829888000 60706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9661/tid=9671] ppid=9659 vsize=1787000 CPUtime=1.01
/proc/9661/task/9671/stat : 9671 (java) S 9659 9661 9598 0 -1 64 1581 0 0 0 101 0 0 0 17 0 13 0 140653584 1829888000 60706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9672] ppid=9659 vsize=1787000 CPUtime=0
/proc/9661/task/9672/stat : 9672 (java) S 9659 9661 9598 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 140653584 1829888000 60706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9673] ppid=9659 vsize=1787000 CPUtime=0
/proc/9661/task/9673/stat : 9673 (java) S 9659 9661 9598 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140653584 1829888000 60706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9661/tid=9682] ppid=9659 vsize=1787000 CPUtime=0
/proc/9661/task/9682/stat : 9682 (java) S 9659 9661 9598 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 140654744 1829888000 60706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.1
Current children cumulated vsize (KiB) 1787000

[startup+25.5027 s]
/proc/loadavg: 0.85 0.95 0.98 3/90 9686
/proc/meminfo: memFree=1500840/2055920 swapFree=4153972/4192956
[pid=9661] ppid=9659 vsize=1787000 CPUtime=27.13
/proc/9661/stat : 9661 (java) S 9659 9661 9598 0 -1 0 115182 0 1 0 2655 58 0 0 18 0 13 0 140653575 1829888000 96183 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 446750 96183 1335 9 0 444362 0
[pid=9661/tid=9663] ppid=9659 vsize=1787000 CPUtime=24.1
/proc/9661/task/9663/stat : 9663 (java) R 9659 9661 9598 0 -1 64 37738 0 1 0 2392 18 0 0 18 0 13 0 140653576 1829888000 96183 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109895810 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9661/tid=9664] ppid=9659 vsize=1787000 CPUtime=0.35
/proc/9661/task/9664/stat : 9664 (java) S 9659 9661 9598 0 -1 64 36761 0 0 0 17 18 0 0 16 0 13 0 140653577 1829888000 96183 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9665] ppid=9659 vsize=1787000 CPUtime=0.36
/proc/9661/task/9665/stat : 9665 (java) S 9659 9661 9598 0 -1 64 35300 0 0 0 18 18 0 0 16 0 13 0 140653577 1829888000 96183 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9661/tid=9666] ppid=9659 vsize=1787000 CPUtime=0
/proc/9661/task/9666/stat : 9666 (java) S 9659 9661 9598 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 140653580 1829888000 96183 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9667] ppid=9659 vsize=1787000 CPUtime=0
/proc/9661/task/9667/stat : 9667 (java) S 9659 9661 9598 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 140653580 1829888000 96183 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9668] ppid=9659 vsize=1787000 CPUtime=0
/proc/9661/task/9668/stat : 9668 (java) S 9659 9661 9598 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 140653580 1829888000 96183 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=9661] ppid=9659 vsize=1788648 CPUtime=597.69
/proc/9661/stat : 9661 (java) S 9659 9661 9598 0 -1 0 923155 0 1 0 59287 482 0 0 18 0 13 0 140653575 1831575552 415869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 447162 415869 1338 9 0 444774 0
[pid=9661/tid=9663] ppid=9659 vsize=1788648 CPUtime=573.69
/proc/9661/task/9663/stat : 9663 (java) S 9659 9661 9598 0 -1 64 37802 0 1 0 57347 22 0 0 15 0 13 0 140653576 1831575552 415869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9664] ppid=9659 vsize=1788648 CPUtime=7.8
/proc/9661/task/9664/stat : 9664 (java) S 9659 9661 9598 0 -1 64 403513 0 0 0 576 204 0 0 17 0 13 0 140653577 1831575552 415869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9665] ppid=9659 vsize=1788648 CPUtime=7.79
/proc/9661/task/9665/stat : 9665 (java) S 9659 9661 9598 0 -1 64 413253 0 0 0 570 209 0 0 17 0 13 0 140653577 1831575552 415869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9666] ppid=9659 vsize=1788648 CPUtime=5.88
/proc/9661/task/9666/stat : 9666 (java) R 9659 9661 9598 0 -1 64 63204 0 0 0 546 42 0 0 17 0 13 0 140653580 1831575552 415869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104904660 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9661/tid=9667] ppid=9659 vsize=1788648 CPUtime=0
/proc/9661/task/9667/stat : 9667 (java) S 9659 9661 9598 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 140653580 1831575552 415869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9661/tid=9668] ppid=9659 vsize=1788648 CPUtime=0
/proc/9661/task/9668/stat : 9668 (java) S 9659 9661 9598 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 140653580 1831575552 415869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9669] ppid=9659 vsize=1788648 CPUtime=0
/proc/9661/task/9669/stat : 9669 (java) S 9659 9661 9598 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 140653584 1831575552 415869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9670] ppid=9659 vsize=1788648 CPUtime=1.37
/proc/9661/task/9670/stat : 9670 (java) S 9659 9661 9598 0 -1 64 3061 0 0 0 136 1 0 0 16 0 13 0 140653584 1831575552 415869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9671] ppid=9659 vsize=1788648 CPUtime=1.09
/proc/9661/task/9671/stat : 9671 (java) S 9659 9661 9598 0 -1 64 1581 0 0 0 109 0 0 0 16 0 13 0 140653584 1831575552 415869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9661/tid=9672] ppid=9659 vsize=1788648 CPUtime=0
/proc/9661/task/9672/stat : 9672 (java) S 9659 9661 9598 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 140653584 1831575552 415869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9673] ppid=9659 vsize=1788648 CPUtime=0
/proc/9661/task/9673/stat : 9673 (java) S 9659 9661 9598 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140653584 1831575552 415869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9687] ppid=9659 vsize=1788648 CPUtime=0
/proc/9661/task/9687/stat : 9687 (java) S 9659 9661 9598 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 140695443 1831575552 415869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 597.69
Current children cumulated vsize (KiB) 1788648

[startup+595.106 s]
/proc/loadavg: 0.99 0.97 0.98 2/90 9687
/proc/meminfo: memFree=162272/2055920 swapFree=4153972/4192956
[pid=9661] ppid=9659 vsize=1787644 CPUtime=604.08
/proc/9661/stat : 9661 (java) S 9659 9661 9598 0 -1 0 923554 0 1 0 59926 482 0 0 18 0 13 0 140653575 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 446911 415618 1338 9 0 444523 0
[pid=9661/tid=9663] ppid=9659 vsize=1787644 CPUtime=573.69
/proc/9661/task/9663/stat : 9663 (java) S 9659 9661 9598 0 -1 64 37824 0 1 0 57347 22 0 0 15 0 13 0 140653576 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9664] ppid=9659 vsize=1787644 CPUtime=7.8
/proc/9661/task/9664/stat : 9664 (java) S 9659 9661 9598 0 -1 64 403513 0 0 0 576 204 0 0 17 0 13 0 140653577 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9665] ppid=9659 vsize=1787644 CPUtime=7.79
/proc/9661/task/9665/stat : 9665 (java) S 9659 9661 9598 0 -1 64 413253 0 0 0 570 209 0 0 17 0 13 0 140653577 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9666] ppid=9659 vsize=1787644 CPUtime=12.29
/proc/9661/task/9666/stat : 9666 (java) R 9659 9661 9598 0 -1 64 63581 0 0 0 1186 43 0 0 17 0 13 0 140653580 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105332840 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9661/tid=9667] ppid=9659 vsize=1787644 CPUtime=0
/proc/9661/task/9667/stat : 9667 (java) S 9659 9661 9598 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 140653580 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9668] ppid=9659 vsize=1787644 CPUtime=0
/proc/9661/task/9668/stat : 9668 (java) S 9659 9661 9598 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 140653580 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9669] ppid=9659 vsize=1787644 CPUtime=0
/proc/9661/task/9669/stat : 9669 (java) S 9659 9661 9598 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 140653584 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9670] ppid=9659 vsize=1787644 CPUtime=1.37
/proc/9661/task/9670/stat : 9670 (java) S 9659 9661 9598 0 -1 64 3061 0 0 0 136 1 0 0 16 0 13 0 140653584 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9671] ppid=9659 vsize=1787644 CPUtime=1.09
/proc/9661/task/9671/stat : 9671 (java) S 9659 9661 9598 0 -1 64 1581 0 0 0 109 0 0 0 16 0 13 0 140653584 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9661/tid=9672] ppid=9659 vsize=1787644 CPUtime=0
/proc/9661/task/9672/stat : 9672 (java) S 9659 9661 9598 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 140653584 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9673] ppid=9659 vsize=1787644 CPUtime=0
/proc/9661/task/9673/stat : 9673 (java) S 9659 9661 9598 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140653584 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9687] ppid=9659 vsize=1787644 CPUtime=0
/proc/9661/task/9687/stat : 9687 (java) S 9659 9661 9598 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 140695443 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 604.08
Current children cumulated vsize (KiB) 1787644

[startup+596.702 s]
/proc/loadavg: 0.99 0.97 0.98 2/90 9687
/proc/meminfo: memFree=162272/2055920 swapFree=4153972/4192956
[pid=9661] ppid=9659 vsize=1787644 CPUtime=605.69
/proc/9661/stat : 9661 (java) S 9659 9661 9598 0 -1 0 923560 0 1 0 60086 483 0 0 18 0 13 0 140653575 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 446911 415618 1338 9 0 444523 0
[pid=9661/tid=9663] ppid=9659 vsize=1787644 CPUtime=573.69
/proc/9661/task/9663/stat : 9663 (java) S 9659 9661 9598 0 -1 64 37830 0 1 0 57347 22 0 0 15 0 13 0 140653576 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9664] ppid=9659 vsize=1787644 CPUtime=7.8
/proc/9661/task/9664/stat : 9664 (java) S 9659 9661 9598 0 -1 64 403513 0 0 0 576 204 0 0 17 0 13 0 140653577 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9665] ppid=9659 vsize=1787644 CPUtime=7.79
/proc/9661/task/9665/stat : 9665 (java) S 9659 9661 9598 0 -1 64 413253 0 0 0 570 209 0 0 17 0 13 0 140653577 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9666] ppid=9659 vsize=1787644 CPUtime=13.88
/proc/9661/task/9666/stat : 9666 (java) R 9659 9661 9598 0 -1 64 63581 0 0 0 1345 43 0 0 17 0 13 0 140653580 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105882512 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9661/tid=9667] ppid=9659 vsize=1787644 CPUtime=0
/proc/9661/task/9667/stat : 9667 (java) S 9659 9661 9598 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 140653580 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9668] ppid=9659 vsize=1787644 CPUtime=0
/proc/9661/task/9668/stat : 9668 (java) S 9659 9661 9598 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 140653580 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9669] ppid=9659 vsize=1787644 CPUtime=0
/proc/9661/task/9669/stat : 9669 (java) S 9659 9661 9598 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 140653584 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9670] ppid=9659 vsize=1787644 CPUtime=1.37
/proc/9661/task/9670/stat : 9670 (java) S 9659 9661 9598 0 -1 64 3061 0 0 0 136 1 0 0 16 0 13 0 140653584 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9671] ppid=9659 vsize=1787644 CPUtime=1.09
/proc/9661/task/9671/stat : 9671 (java) S 9659 9661 9598 0 -1 64 1581 0 0 0 109 0 0 0 16 0 13 0 140653584 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9661/tid=9672] ppid=9659 vsize=1787644 CPUtime=0
/proc/9661/task/9672/stat : 9672 (java) S 9659 9661 9598 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 140653584 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9673] ppid=9659 vsize=1787644 CPUtime=0
/proc/9661/task/9673/stat : 9673 (java) S 9659 9661 9598 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140653584 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9687] ppid=9659 vsize=1787644 CPUtime=0
/proc/9661/task/9687/stat : 9687 (java) S 9659 9661 9598 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 140695443 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 605.69
Current children cumulated vsize (KiB) 1787644

[startup+597.503 s]
/proc/loadavg: 0.99 0.97 0.98 2/90 9687
/proc/meminfo: memFree=162272/2055920 swapFree=4153972/4192956
[pid=9661] ppid=9659 vsize=1787644 CPUtime=606.49
/proc/9661/stat : 9661 (java) S 9659 9661 9598 0 -1 0 923562 0 1 0 60166 483 0 0 18 0 13 0 140653575 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 446911 415618 1338 9 0 444523 0
[pid=9661/tid=9663] ppid=9659 vsize=1787644 CPUtime=573.69
/proc/9661/task/9663/stat : 9663 (java) S 9659 9661 9598 0 -1 64 37832 0 1 0 57347 22 0 0 15 0 13 0 140653576 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9664] ppid=9659 vsize=1787644 CPUtime=7.8
/proc/9661/task/9664/stat : 9664 (java) S 9659 9661 9598 0 -1 64 403513 0 0 0 576 204 0 0 17 0 13 0 140653577 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9665] ppid=9659 vsize=1787644 CPUtime=7.79
/proc/9661/task/9665/stat : 9665 (java) S 9659 9661 9598 0 -1 64 413253 0 0 0 570 209 0 0 17 0 13 0 140653577 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9666] ppid=9659 vsize=1787644 CPUtime=14.68
/proc/9661/task/9666/stat : 9666 (java) R 9659 9661 9598 0 -1 64 63581 0 0 0 1425 43 0 0 17 0 13 0 140653580 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103360749 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9661/tid=9667] ppid=9659 vsize=1787644 CPUtime=0
/proc/9661/task/9667/stat : 9667 (java) S 9659 9661 9598 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 140653580 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9668] ppid=9659 vsize=1787644 CPUtime=0
/proc/9661/task/9668/stat : 9668 (java) S 9659 9661 9598 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 140653580 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9669] ppid=9659 vsize=1787644 CPUtime=0
/proc/9661/task/9669/stat : 9669 (java) S 9659 9661 9598 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 140653584 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9670] ppid=9659 vsize=1787644 CPUtime=1.37
/proc/9661/task/9670/stat : 9670 (java) S 9659 9661 9598 0 -1 64 3061 0 0 0 136 1 0 0 16 0 13 0 140653584 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9671] ppid=9659 vsize=1787644 CPUtime=1.09
/proc/9661/task/9671/stat : 9671 (java) S 9659 9661 9598 0 -1 64 1581 0 0 0 109 0 0 0 16 0 13 0 140653584 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9661/tid=9672] ppid=9659 vsize=1787644 CPUtime=0
/proc/9661/task/9672/stat : 9672 (java) S 9659 9661 9598 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 140653584 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9673] ppid=9659 vsize=1787644 CPUtime=0
/proc/9661/task/9673/stat : 9673 (java) S 9659 9661 9598 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140653584 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9687] ppid=9659 vsize=1787644 CPUtime=0
/proc/9661/task/9687/stat : 9687 (java) S 9659 9661 9598 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 140695443 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 606.49
Current children cumulated vsize (KiB) 1787644

[startup+597.903 s]
/proc/loadavg: 0.99 0.97 0.98 2/90 9687
/proc/meminfo: memFree=162272/2055920 swapFree=4153972/4192956
[pid=9661] ppid=9659 vsize=1787644 CPUtime=606.88
/proc/9661/stat : 9661 (java) S 9659 9661 9598 0 -1 0 923565 0 1 0 60205 483 0 0 18 0 13 0 140653575 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 446911 415618 1338 9 0 444523 0
[pid=9661/tid=9663] ppid=9659 vsize=1787644 CPUtime=573.69
/proc/9661/task/9663/stat : 9663 (java) S 9659 9661 9598 0 -1 64 37834 0 1 0 57347 22 0 0 16 0 13 0 140653576 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9664] ppid=9659 vsize=1787644 CPUtime=7.8
/proc/9661/task/9664/stat : 9664 (java) S 9659 9661 9598 0 -1 64 403513 0 0 0 576 204 0 0 17 0 13 0 140653577 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9665] ppid=9659 vsize=1787644 CPUtime=7.79
/proc/9661/task/9665/stat : 9665 (java) S 9659 9661 9598 0 -1 64 413253 0 0 0 570 209 0 0 17 0 13 0 140653577 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9666] ppid=9659 vsize=1787644 CPUtime=15.08
/proc/9661/task/9666/stat : 9666 (java) R 9659 9661 9598 0 -1 64 63581 0 0 0 1465 43 0 0 17 0 13 0 140653580 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104904322 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9661/tid=9667] ppid=9659 vsize=1787644 CPUtime=0
/proc/9661/task/9667/stat : 9667 (java) S 9659 9661 9598 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 140653580 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9668] ppid=9659 vsize=1787644 CPUtime=0
/proc/9661/task/9668/stat : 9668 (java) S 9659 9661 9598 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 140653580 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9669] ppid=9659 vsize=1787644 CPUtime=0
/proc/9661/task/9669/stat : 9669 (java) S 9659 9661 9598 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 140653584 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9670] ppid=9659 vsize=1787644 CPUtime=1.37
/proc/9661/task/9670/stat : 9670 (java) S 9659 9661 9598 0 -1 64 3061 0 0 0 136 1 0 0 16 0 13 0 140653584 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9671] ppid=9659 vsize=1787644 CPUtime=1.09
/proc/9661/task/9671/stat : 9671 (java) S 9659 9661 9598 0 -1 64 1581 0 0 0 109 0 0 0 16 0 13 0 140653584 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9661/tid=9672] ppid=9659 vsize=1787644 CPUtime=0
/proc/9661/task/9672/stat : 9672 (java) S 9659 9661 9598 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 140653584 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9673] ppid=9659 vsize=1787644 CPUtime=0
/proc/9661/task/9673/stat : 9673 (java) S 9659 9661 9598 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 140653584 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9661/tid=9687] ppid=9659 vsize=1787644 CPUtime=0
/proc/9661/task/9687/stat : 9687 (java) S 9659 9661 9598 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 140695443 1830547456 415618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 606.88
Current children cumulated vsize (KiB) 1787644

[startup+598.303 s]
/proc/loadavg: 0.99 0.97 0.98 3/79 9687
/proc/meminfo: memFree=1560544/2055920 swapFree=4153972/4192956
[pid=9661] ppid=9659 vsize=0 CPUtime=607.28
/proc/9661/stat : 9661 (java) Z 9659 9661 9598 0 -1 12 923566 0 1 0 60225 503 0 0 16 0 2 0 140653575 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 607.28
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 598.349
CPU time (s): 607.332
CPU user time (s): 602.258
CPU system time (s): 5.07323
CPU usage (%): 101.501
Max. virtual memory (cumulated for all children) (KiB): 1788648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 602.258
system time used= 5.07323
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 923566
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= 13852
involuntary context switches= 10312

runsolver used 0.606907 second user time and 1.60776 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Sun Apr 15 14:09:18 UTC 2007

IDJOB= 352912
IDBENCH= 2083
IDSOLVER= 159
FILE ID= node4/352912-1176646158

PBS_JOBID= 4559355

Free space on /tmp= 66556 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii16a1.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352912-1176646158/sat4jPseudoResolution.jar /tmp/evaluation/352912-1176646158/instance-352912-1176646158.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-352912-1176646158 -o ROOT/results/node4/solver-352912-1176646158 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352912-1176646158/sat4jPseudoResolution.jar /tmp/evaluation/352912-1176646158/instance-352912-1176646158.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  f385fcab37e162e321ef096cfb16e5e9

RANDOM SEED= 526293235

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.218
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
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.218
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1824488 kB
Buffers:         28592 kB
Cached:         127844 kB
SwapCached:       2140 kB
Active:          81444 kB
Inactive:        97500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1824488 kB
SwapTotal:     4192956 kB
SwapFree:      4153972 kB
Dirty:            4324 kB
Writeback:           0 kB
Mapped:          30540 kB
Slab:            37964 kB
Committed_AS:  4658432 kB
PageTables:       1816 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB

End job on node4 on Sun Apr 15 14:19:17 UTC 2007