Trace number 331777

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 NameAnswerCPU timeWall clock time
SAT4J JVM PARAM CHANGED SAT 2007UNSAT 811.033 810.658

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h31-unknown.cnf
MD5SUM4211c3af8594e6cbb06d7f7e8978c614
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark53.0629
Satisfiable
(Un)Satisfiability was proved
Number of variables149210
Number of clauses761906
Sum of the clauses size1988854
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2614506
Number of clauses of size 3141844
Number of clauses of size 41307
Number of clauses of size 5115
Number of clauses of size over 53858

Solver Data (download as text)

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.15	c version SAT COMPETITION 2007
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.20/0.20	c --- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.20/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c Expensive reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c timeout: 2147483s
0.20/0.20	c solving /tmp/evaluation/331777-1173356792/instance-331777-1173356792.cnf
0.20/0.20	c reading problem ... 
2.45/2.24	c ... done. Wall clock time 2.048s.
2.45/2.25	c CPU time (experimental) 2.19s.
2.45/2.25	c #vars     151768
2.45/2.25	c #constraints  761606
811.00/810.60	c starts		: 15
811.00/810.60	c conflicts		: 83240
811.00/810.60	c decisions		: 161233
811.00/810.60	c propagations		: 565262657
811.00/810.60	c inspects		: 1322595057
811.00/810.60	c learnt literals	: 32
811.00/810.60	c learnt binary clauses	: 423
811.00/810.60	c learnt ternary clauses	: 1720
811.00/810.60	c learnt clauses	: 83207
811.00/810.60	c root simplifications	: 0
811.00/810.60	c removed literals (reason simplification)	: 3803699
811.00/810.60	c reason swapping (by a shorter reason)	: 0
811.00/810.60	c Calls to reduceDB	: 0
811.00/810.60	c speed (decisions/second)	: 199.47222435289956
811.00/810.60	c non guided choices	6647
811.00/810.60	s UNSATISFIABLE
811.00/810.60	c Total wall clock time (in seconds) : 810.406
811.00/810.60	c Total CPU time (experimental, in seconds) : 809.98

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-331777-1173356792 -o ROOT/results/node9/solver-331777-1173356792 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331777-1173356792/sat4j-sat2007.jar /tmp/evaluation/331777-1173356792/instance-331777-1173356792.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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.99 0.97 0.91 2/77 1631
/proc/meminfo: memFree=1822752/2055920 swapFree=4152252/4192956
[pid=1631] ppid=1629 vsize=1520 CPUtime=0
/proc/1631/stat : 1631 (java6) R 1629 1631 805 0 -1 0 90 0 0 0 0 0 0 0 18 0 1 0 355633972 1556480 73 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 8631990 0 0 4096 0 0 0 0 17 1 0 0
/proc/1631/statm: 380 74 55 9 0 10 0

[startup+0.0247901 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 1631
/proc/meminfo: memFree=1822752/2055920 swapFree=4152252/4192956
[pid=1631] ppid=1629 vsize=1772952 CPUtime=0.01
/proc/1631/stat : 1631 (java) S 1629 1631 805 0 -1 0 2025 0 1 0 0 1 0 0 18 0 2 0 355633972 1815502848 1775 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/1631/statm: 443238 1786 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.101794 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 1631
/proc/meminfo: memFree=1822752/2055920 swapFree=4152252/4192956
[pid=1631] ppid=1629 vsize=1780108 CPUtime=0.09
/proc/1631/stat : 1631 (java) S 1629 1631 805 0 -1 0 3979 0 1 0 6 3 0 0 18 0 12 0 355633972 1822830592 3721 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1631/statm: 445027 3722 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.301837 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 1631
/proc/meminfo: memFree=1822752/2055920 swapFree=4152252/4192956
[pid=1631] ppid=1629 vsize=1782972 CPUtime=0.35
/proc/1631/stat : 1631 (java) S 1629 1631 805 0 -1 0 7317 0 1 0 30 5 0 0 18 0 12 0 355633972 1825763328 7056 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1631/statm: 445743 7056 1286 9 0 443355 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1782972

[startup+0.701922 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 1631
/proc/meminfo: memFree=1822752/2055920 swapFree=4152252/4192956
[pid=1631] ppid=1629 vsize=1784320 CPUtime=0.96
/proc/1631/stat : 1631 (java) S 1629 1631 805 0 -1 0 10674 0 1 0 89 7 0 0 18 0 12 0 355633972 1827143680 9825 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1631/statm: 446080 9825 1299 9 0 443692 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1784320

[startup+1.50206 s]
/proc/loadavg: 0.99 0.97 0.91 2/89 1643
/proc/meminfo: memFree=1777920/2055920 swapFree=4152252/4192956
[pid=1631] ppid=1629 vsize=1784320 CPUtime=1.75
/proc/1631/stat : 1631 (java) S 1629 1631 805 0 -1 0 17965 0 1 0 165 10 0 0 18 0 12 0 355633972 1827143680 17115 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1631/statm: 446080 17115 1304 9 0 443692 0
[pid=1631/tid=1633] ppid=1629 vsize=1784320 CPUtime=1.44
/proc/1631/task/1633/stat : 1633 (java) R 1629 1631 805 0 -1 64 15802 0 1 0 135 9 0 0 25 0 12 0 355633974 1827143680 17115 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109506946 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1634] ppid=1629 vsize=1784320 CPUtime=0
/proc/1631/task/1634/stat : 1634 (java) S 1629 1631 805 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 355633975 1827143680 17116 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1635] ppid=1629 vsize=1784320 CPUtime=0
/proc/1631/task/1635/stat : 1635 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 355633975 1827143680 17116 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1636] ppid=1629 vsize=1784320 CPUtime=0
/proc/1631/task/1636/stat : 1636 (java) S 1629 1631 805 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 355633977 1827143680 17116 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1637] ppid=1629 vsize=1784320 CPUtime=0
/proc/1631/task/1637/stat : 1637 (java) S 1629 1631 805 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 355633978 1827143680 17116 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1638] ppid=1629 vsize=1784320 CPUtime=0
/proc/1631/task/1638/stat : 1638 (java) S 1629 1631 805 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 355633978 1827143680 17116 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1639] ppid=1629 vsize=1784320 CPUtime=0
/proc/1631/task/1639/stat : 1639 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 355633982 1827143680 17116 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1640] ppid=1629 vsize=1784320 CPUtime=0.13
/proc/1631/task/1640/stat : 1640 (java) S 1629 1631 805 0 -1 64 476 0 0 0 13 0 0 0 16 0 12 0 355633982 1827143680 17117 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1631/tid=1641] ppid=1629 vsize=1784320 CPUtime=0.15
/proc/1631/task/1641/stat : 1641 (java) S 1629 1631 805 0 -1 64 965 0 0 0 15 0 0 0 15 0 12 0 355633982 1827143680 17117 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1642] ppid=1629 vsize=1784320 CPUtime=0
/proc/1631/task/1642/stat : 1642 (java) S 1629 1631 805 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 355633982 1827143680 17118 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1643] ppid=1629 vsize=1784320 CPUtime=0
/proc/1631/task/1643/stat : 1643 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 355633982 1827143680 17118 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 1784320

[startup+3.10237 s]
/proc/loadavg: 0.99 0.97 0.91 2/89 1643
/proc/meminfo: memFree=1734848/2055920 swapFree=4152252/4192956
[pid=1631] ppid=1629 vsize=1786268 CPUtime=3.7
/proc/1631/stat : 1631 (java) S 1629 1631 805 0 -1 0 28346 0 1 0 354 16 0 0 18 0 13 0 355633972 1829138432 26175 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1631/statm: 446567 26175 1317 9 0 444179 0
[pid=1631/tid=1633] ppid=1629 vsize=1786268 CPUtime=2.91
/proc/1631/task/1633/stat : 1633 (java) R 1629 1631 805 0 -1 64 24343 0 1 0 278 13 0 0 25 0 13 0 355633974 1829138432 26175 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109583688 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1634] ppid=1629 vsize=1786268 CPUtime=0
/proc/1631/task/1634/stat : 1634 (java) S 1629 1631 805 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355633975 1829138432 26175 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1635] ppid=1629 vsize=1786268 CPUtime=0
/proc/1631/task/1635/stat : 1635 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355633975 1829138432 26175 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1636] ppid=1629 vsize=1786268 CPUtime=0
/proc/1631/task/1636/stat : 1636 (java) S 1629 1631 805 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 355633977 1829138432 26175 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1637] ppid=1629 vsize=1786268 CPUtime=0
/proc/1631/task/1637/stat : 1637 (java) S 1629 1631 805 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355633978 1829138432 26175 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1638] ppid=1629 vsize=1786268 CPUtime=0
/proc/1631/task/1638/stat : 1638 (java) S 1629 1631 805 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 355633978 1829138432 26175 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1639] ppid=1629 vsize=1786268 CPUtime=0
/proc/1631/task/1639/stat : 1639 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 355633982 1829138432 26175 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1640] ppid=1629 vsize=1786268 CPUtime=0.37
/proc/1631/task/1640/stat : 1640 (java) S 1629 1631 805 0 -1 64 1246 0 0 0 37 0 0 0 16 0 13 0 355633982 1829138432 26175 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1631/tid=1641] ppid=1629 vsize=1786268 CPUtime=0.39
/proc/1631/task/1641/stat : 1641 (java) S 1629 1631 805 0 -1 64 2031 0 0 0 38 1 0 0 16 0 13 0 355633982 1829138432 26175 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1642] ppid=1629 vsize=1786268 CPUtime=0
/proc/1631/task/1642/stat : 1642 (java) S 1629 1631 805 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355633982 1829138432 26175 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1643] ppid=1629 vsize=1786268 CPUtime=0
/proc/1631/task/1643/stat : 1643 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355633982 1829138432 26175 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 1786268

[startup+6.30299 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 1644
/proc/meminfo: memFree=1722552/2055920 swapFree=4152252/4192956
[pid=1631] ppid=1629 vsize=1785884 CPUtime=6.94
/proc/1631/stat : 1631 (java) S 1629 1631 805 0 -1 0 28467 0 1 0 678 16 0 0 18 0 13 0 355633972 1828745216 26173 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1631/statm: 446471 26173 1317 9 0 444083 0
[pid=1631/tid=1633] ppid=1629 vsize=1785884 CPUtime=6.09
/proc/1631/task/1633/stat : 1633 (java) R 1629 1631 805 0 -1 64 24433 0 1 0 596 13 0 0 25 0 13 0 355633974 1828745216 26173 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109582218 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1634] ppid=1629 vsize=1785884 CPUtime=0
/proc/1631/task/1634/stat : 1634 (java) S 1629 1631 805 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355633975 1828745216 26173 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1635] ppid=1629 vsize=1785884 CPUtime=0
/proc/1631/task/1635/stat : 1635 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355633975 1828745216 26173 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1636] ppid=1629 vsize=1785884 CPUtime=0
/proc/1631/task/1636/stat : 1636 (java) S 1629 1631 805 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355633977 1828745216 26173 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1631/tid=1637] ppid=1629 vsize=1785884 CPUtime=0
/proc/1631/task/1637/stat : 1637 (java) S 1629 1631 805 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355633978 1828745216 26173 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1638] ppid=1629 vsize=1785884 CPUtime=0
/proc/1631/task/1638/stat : 1638 (java) S 1629 1631 805 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 355633978 1828745216 26173 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1639] ppid=1629 vsize=1785884 CPUtime=0
/proc/1631/task/1639/stat : 1639 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 355633982 1828745216 26173 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1640] ppid=1629 vsize=1785884 CPUtime=0.39
/proc/1631/task/1640/stat : 1640 (java) S 1629 1631 805 0 -1 64 1246 0 0 0 39 0 0 0 16 0 13 0 355633982 1828745216 26173 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1631/tid=1641] ppid=1629 vsize=1785884 CPUtime=0.43
/proc/1631/task/1641/stat : 1641 (java) S 1629 1631 805 0 -1 64 2062 0 0 0 42 1 0 0 16 0 13 0 355633982 1828745216 26173 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1642] ppid=1629 vsize=1785884 CPUtime=0
/proc/1631/task/1642/stat : 1642 (java) S 1629 1631 805 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355633982 1828745216 26173 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1643] ppid=1629 vsize=1785884 CPUtime=0
/proc/1631/task/1643/stat : 1643 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355633982 1828745216 26173 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1631/tid=1644] ppid=1629 vsize=1785884 CPUtime=0
/proc/1631/task/1644/stat : 1644 (java) S 1629 1631 805 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 355634204 1828745216 26173 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (KiB) 1785884

[startup+12.7022 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 1644
/proc/meminfo: memFree=1722304/2055920 swapFree=4152252/4192956
[pid=1631] ppid=1629 vsize=1785884 CPUtime=13.34
/proc/1631/stat : 1631 (java) S 1629 1631 805 0 -1 0 28534 0 1 0 1318 16 0 0 18 0 13 0 355633972 1828745216 26240 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1631/statm: 446471 26240 1317 9 0 444083 0
[pid=1631/tid=1633] ppid=1629 vsize=1785884 CPUtime=12.48
/proc/1631/task/1633/stat : 1633 (java) R 1629 1631 805 0 -1 64 24500 0 1 0 1235 13 0 0 25 0 13 0 355633974 1828745216 26240 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109582083 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1634] ppid=1629 vsize=1785884 CPUtime=0
/proc/1631/task/1634/stat : 1634 (java) S 1629 1631 805 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355633975 1828745216 26240 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1635] ppid=1629 vsize=1785884 CPUtime=0
/proc/1631/task/1635/stat : 1635 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355633975 1828745216 26240 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1636] ppid=1629 vsize=1785884 CPUtime=0
/proc/1631/task/1636/stat : 1636 (java) S 1629 1631 805 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355633977 1828745216 26240 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1631/tid=1637] ppid=1629 vsize=1785884 CPUtime=0
/proc/1631/task/1637/stat : 1637 (java) S 1629 1631 805 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355633978 1828745216 26240 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1638] ppid=1629 vsize=1785884 CPUtime=0
/proc/1631/task/1638/stat : 1638 (java) S 1629 1631 805 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 355633978 1828745216 26240 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1639] ppid=1629 vsize=1785884 CPUtime=0
/proc/1631/task/1639/stat : 1639 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 355633982 1828745216 26240 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1640] ppid=1629 vsize=1785884 CPUtime=0.39
/proc/1631/task/1640/stat : 1640 (java) S 1629 1631 805 0 -1 64 1246 0 0 0 39 0 0 0 16 0 13 0 355633982 1828745216 26240 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1631/tid=1641] ppid=1629 vsize=1785884 CPUtime=0.44
/proc/1631/task/1641/stat : 1641 (java) S 1629 1631 805 0 -1 64 2062 0 0 0 43 1 0 0 16 0 13 0 355633982 1828745216 26240 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1642] ppid=1629 vsize=1785884 CPUtime=0
/proc/1631/task/1642/stat : 1642 (java) S 1629 1631 805 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355633982 1828745216 26240 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1643] ppid=1629 vsize=1785884 CPUtime=0
/proc/1631/task/1643/stat : 1643 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355633982 1828745216 26240 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1631/tid=1644] ppid=1629 vsize=1785884 CPUtime=0
/proc/1631/task/1644/stat : 1644 (java) S 1629 1631 805 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 355634204 1828745216 26240 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.34
Current children cumulated vsize (KiB) 1785884

[startup+25.5017 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 1644
/proc/meminfo: memFree=1722880/2055920 swapFree=4152252/4192956
[pid=1631] ppid=1629 vsize=1784484 CPUtime=26.2
/proc/1631/stat : 1631 (java) S 1629 1631 805 0 -1 0 28708 0 1 0 2604 16 0 0 18 0 13 0 355633972 1827311616 26081 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1631/statm: 446121 26081 1320 9 0 443733 0
[pid=1631/tid=1633] ppid=1629 vsize=1784484 CPUtime=25.27
/proc/1631/task/1633/stat : 1633 (java) R 1629 1631 805 0 -1 64 24665 0 1 0 2513 14 0 0 25 0 13 0 355633974 1827311616 26081 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109631498 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1634] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1634/stat : 1634 (java) S 1629 1631 805 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355633975 1827311616 26081 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1635] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1635/stat : 1635 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355633975 1827311616 26081 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1636] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1636/stat : 1636 (java) S 1629 1631 805 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355633977 1827311616 26081 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1631/tid=1637] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1637/stat : 1637 (java) S 1629 1631 805 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355633978 1827311616 26081 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/1631/task/1642/stat : 1642 (java) S 1629 1631 805 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355633982 1827311616 35289 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1643] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1643/stat : 1643 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355633982 1827311616 35289 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1644] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1644/stat : 1644 (java) S 1629 1631 805 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 355634204 1827311616 35289 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 806.7
Current children cumulated vsize (KiB) 1784484

[startup+807.901 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 1644
/proc/meminfo: memFree=1685888/2055920 swapFree=4152252/4192956
[pid=1631] ppid=1629 vsize=1784484 CPUtime=808.29
/proc/1631/stat : 1631 (java) S 1629 1631 805 0 -1 0 37925 0 1 0 80798 31 0 0 18 0 13 0 355633972 1827311616 35297 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1631/statm: 446121 35297 1321 9 0 443733 0
[pid=1631/tid=1633] ppid=1629 vsize=1784484 CPUtime=807.28
/proc/1631/task/1633/stat : 1633 (java) R 1629 1631 805 0 -1 64 33875 0 1 0 80699 29 0 0 25 0 13 0 355633974 1827311616 35297 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109644739 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1631/tid=1634] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1634/stat : 1634 (java) S 1629 1631 805 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355633975 1827311616 35297 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1635] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1635/stat : 1635 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355633975 1827311616 35297 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1636] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1636/stat : 1636 (java) S 1629 1631 805 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355633977 1827311616 35297 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1631/tid=1637] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1637/stat : 1637 (java) S 1629 1631 805 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355633978 1827311616 35297 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1638] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1638/stat : 1638 (java) S 1629 1631 805 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 355633978 1827311616 35297 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1639] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1639/stat : 1639 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 355633982 1827311616 35297 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1640] ppid=1629 vsize=1784484 CPUtime=0.5
/proc/1631/task/1640/stat : 1640 (java) S 1629 1631 805 0 -1 64 1257 0 0 0 50 0 0 0 17 0 13 0 355633982 1827311616 35297 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1631/tid=1641] ppid=1629 vsize=1784484 CPUtime=0.48
/proc/1631/task/1641/stat : 1641 (java) S 1629 1631 805 0 -1 64 2067 0 0 0 47 1 0 0 16 0 13 0 355633982 1827311616 35297 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1642] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1642/stat : 1642 (java) S 1629 1631 805 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355633982 1827311616 35297 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1643] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1643/stat : 1643 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355633982 1827311616 35297 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1644] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1644/stat : 1644 (java) S 1629 1631 805 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 355634204 1827311616 35297 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 808.29
Current children cumulated vsize (KiB) 1784484

[startup+809.502 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 1644
/proc/meminfo: memFree=1685824/2055920 swapFree=4152252/4192956
[pid=1631] ppid=1629 vsize=1784484 CPUtime=809.89
/proc/1631/stat : 1631 (java) S 1629 1631 805 0 -1 0 37933 0 1 0 80958 31 0 0 18 0 13 0 355633972 1827311616 35305 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1631/statm: 446121 35305 1321 9 0 443733 0
[pid=1631/tid=1633] ppid=1629 vsize=1784484 CPUtime=808.89
/proc/1631/task/1633/stat : 1633 (java) R 1629 1631 805 0 -1 64 33883 0 1 0 80860 29 0 0 25 0 13 0 355633974 1827311616 35305 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109583091 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1631/tid=1634] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1634/stat : 1634 (java) S 1629 1631 805 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355633975 1827311616 35305 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1635] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1635/stat : 1635 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355633975 1827311616 35305 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1636] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1636/stat : 1636 (java) S 1629 1631 805 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355633977 1827311616 35305 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1631/tid=1637] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1637/stat : 1637 (java) S 1629 1631 805 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355633978 1827311616 35305 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1638] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1638/stat : 1638 (java) S 1629 1631 805 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 355633978 1827311616 35305 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1639] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1639/stat : 1639 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 355633982 1827311616 35305 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1640] ppid=1629 vsize=1784484 CPUtime=0.5
/proc/1631/task/1640/stat : 1640 (java) S 1629 1631 805 0 -1 64 1257 0 0 0 50 0 0 0 17 0 13 0 355633982 1827311616 35305 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1631/tid=1641] ppid=1629 vsize=1784484 CPUtime=0.48
/proc/1631/task/1641/stat : 1641 (java) S 1629 1631 805 0 -1 64 2067 0 0 0 47 1 0 0 16 0 13 0 355633982 1827311616 35305 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1642] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1642/stat : 1642 (java) S 1629 1631 805 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355633982 1827311616 35305 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1643] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1643/stat : 1643 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355633982 1827311616 35305 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1644] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1644/stat : 1644 (java) S 1629 1631 805 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 355634204 1827311616 35305 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 809.89
Current children cumulated vsize (KiB) 1784484

[startup+810.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 1644
/proc/meminfo: memFree=1685824/2055920 swapFree=4152252/4192956
[pid=1631] ppid=1629 vsize=1784484 CPUtime=810.69
/proc/1631/stat : 1631 (java) S 1629 1631 805 0 -1 0 37939 0 1 0 81038 31 0 0 18 0 13 0 355633972 1827311616 35311 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1631/statm: 446121 35311 1321 9 0 443733 0
[pid=1631/tid=1633] ppid=1629 vsize=1784484 CPUtime=809.68
/proc/1631/task/1633/stat : 1633 (java) R 1629 1631 805 0 -1 64 33889 0 1 0 80939 29 0 0 25 0 13 0 355633974 1827311616 35311 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109583753 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1631/tid=1634] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1634/stat : 1634 (java) S 1629 1631 805 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355633975 1827311616 35311 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1635] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1635/stat : 1635 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355633975 1827311616 35311 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1636] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1636/stat : 1636 (java) S 1629 1631 805 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355633977 1827311616 35311 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1631/tid=1637] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1637/stat : 1637 (java) S 1629 1631 805 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355633978 1827311616 35311 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1638] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1638/stat : 1638 (java) S 1629 1631 805 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 355633978 1827311616 35311 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1639] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1639/stat : 1639 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 355633982 1827311616 35311 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1640] ppid=1629 vsize=1784484 CPUtime=0.5
/proc/1631/task/1640/stat : 1640 (java) S 1629 1631 805 0 -1 64 1257 0 0 0 50 0 0 0 17 0 13 0 355633982 1827311616 35311 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1631/tid=1641] ppid=1629 vsize=1784484 CPUtime=0.48
/proc/1631/task/1641/stat : 1641 (java) S 1629 1631 805 0 -1 64 2067 0 0 0 47 1 0 0 16 0 13 0 355633982 1827311616 35311 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1642] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1642/stat : 1642 (java) S 1629 1631 805 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355633982 1827311616 35311 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1643] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1643/stat : 1643 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355633982 1827311616 35311 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1644] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1644/stat : 1644 (java) S 1629 1631 805 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 355634204 1827311616 35311 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 810.69
Current children cumulated vsize (KiB) 1784484

[startup+810.503 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 1644
/proc/meminfo: memFree=1685824/2055920 swapFree=4152252/4192956
[pid=1631] ppid=1629 vsize=1784484 CPUtime=810.89
/proc/1631/stat : 1631 (java) S 1629 1631 805 0 -1 0 37941 0 1 0 81058 31 0 0 18 0 13 0 355633972 1827311616 35313 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1631/statm: 446121 35313 1321 9 0 443733 0
[pid=1631/tid=1633] ppid=1629 vsize=1784484 CPUtime=809.88
/proc/1631/task/1633/stat : 1633 (java) R 1629 1631 805 0 -1 64 33891 0 1 0 80959 29 0 0 25 0 13 0 355633974 1827311616 35313 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109583286 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1631/tid=1634] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1634/stat : 1634 (java) S 1629 1631 805 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355633975 1827311616 35313 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1635] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1635/stat : 1635 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355633975 1827311616 35313 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1636] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1636/stat : 1636 (java) S 1629 1631 805 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355633977 1827311616 35313 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1631/tid=1637] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1637/stat : 1637 (java) S 1629 1631 805 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355633978 1827311616 35313 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1638] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1638/stat : 1638 (java) S 1629 1631 805 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 355633978 1827311616 35313 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1639] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1639/stat : 1639 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 355633982 1827311616 35313 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1640] ppid=1629 vsize=1784484 CPUtime=0.5
/proc/1631/task/1640/stat : 1640 (java) S 1629 1631 805 0 -1 64 1257 0 0 0 50 0 0 0 17 0 13 0 355633982 1827311616 35313 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1631/tid=1641] ppid=1629 vsize=1784484 CPUtime=0.48
/proc/1631/task/1641/stat : 1641 (java) S 1629 1631 805 0 -1 64 2067 0 0 0 47 1 0 0 16 0 13 0 355633982 1827311616 35313 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1642] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1642/stat : 1642 (java) S 1629 1631 805 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355633982 1827311616 35313 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1643] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1643/stat : 1643 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355633982 1827311616 35313 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1644] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1644/stat : 1644 (java) S 1629 1631 805 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 355634204 1827311616 35313 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 810.89
Current children cumulated vsize (KiB) 1784484

[startup+810.603 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 1644
/proc/meminfo: memFree=1685824/2055920 swapFree=4152252/4192956
[pid=1631] ppid=1629 vsize=1784484 CPUtime=811
/proc/1631/stat : 1631 (java) S 1629 1631 805 0 -1 0 37943 0 1 0 81069 31 0 0 18 0 12 0 355633972 1827311616 35315 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1631/statm: 446121 35315 1322 9 0 443733 0
[pid=1631/tid=1633] ppid=1629 vsize=1784484 CPUtime=809.98
/proc/1631/task/1633/stat : 1633 (java) D 1629 1631 805 0 -1 64 33892 0 1 0 80969 29 0 0 25 0 12 0 355633974 1827311616 35315 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 2147483391 0 23759 18446744072099781622 0 0 -1 1 0 0
[pid=1631/tid=1634] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1634/stat : 1634 (java) S 1629 1631 805 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 355633975 1827311616 35315 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1635] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1635/stat : 1635 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 355633975 1827311616 35315 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1636] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1636/stat : 1636 (java) S 1629 1631 805 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 355633977 1827311616 35316 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1631/tid=1637] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1637/stat : 1637 (java) S 1629 1631 805 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 355633978 1827311616 35316 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1638] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1638/stat : 1638 (java) S 1629 1631 805 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 355633978 1827311616 35316 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1639] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1639/stat : 1639 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 355633982 1827311616 35316 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1640] ppid=1629 vsize=1784484 CPUtime=0.5
/proc/1631/task/1640/stat : 1640 (java) S 1629 1631 805 0 -1 64 1257 0 0 0 50 0 0 0 17 0 12 0 355633982 1827311616 35316 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1631/tid=1641] ppid=1629 vsize=1784484 CPUtime=0.48
/proc/1631/task/1641/stat : 1641 (java) S 1629 1631 805 0 -1 64 2067 0 0 0 47 1 0 0 16 0 12 0 355633982 1827311616 35317 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1642] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1642/stat : 1642 (java) S 1629 1631 805 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 355633982 1827311616 35317 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1631/tid=1643] ppid=1629 vsize=1784484 CPUtime=0
/proc/1631/task/1643/stat : 1643 (java) S 1629 1631 805 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 355633982 1827311616 35317 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 811
Current children cumulated vsize (KiB) 1784484

Child status: 20
Real time (s): 810.658
CPU time (s): 811.033
CPU user time (s): 810.693
CPU system time (s): 0.339948
CPU usage (%): 100.046
Max. virtual memory (cumulated for all children) (KiB): 1786544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 810.693
system time used= 0.339948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37952
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= 16798
involuntary context switches= 7411

runsolver used 0.740887 second user time and 2.31265 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Thu Mar  8 12:26:33 UTC 2007

IDJOB= 331777
IDBENCH= 20419
IDSOLVER= 141
FILE ID= node9/331777-1173356792

PBS_JOBID= 4045312

Free space on /tmp= 66421 MiB

SOLVER NAME= SAT4J  JVM PARAM CHANGED SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l06-ipc5-h31-unknown.cnf
COMMAND LINE= java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331777-1173356792/sat4j-sat2007.jar /tmp/evaluation/331777-1173356792/instance-331777-1173356792.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-331777-1173356792 -o ROOT/results/node9/solver-331777-1173356792 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331777-1173356792/sat4j-sat2007.jar /tmp/evaluation/331777-1173356792/instance-331777-1173356792.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  4211c3af8594e6cbb06d7f7e8978c614

RANDOM SEED= 633876124

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.263
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	: 5914.62
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.263
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:       1823160 kB
Buffers:         35588 kB
Cached:         107200 kB
SwapCached:       8784 kB
Active:         140380 kB
Inactive:        45728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1823160 kB
SwapTotal:     4192956 kB
SwapFree:      4152252 kB
Dirty:           14976 kB
Writeback:           0 kB
Mapped:          50216 kB
Slab:            32200 kB
Committed_AS:  1467680 kB
PageTables:       1736 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= 66421 MiB

End job on node9 on Thu Mar  8 12:40:04 UTC 2007