Trace number 332930

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 SAT 2007UNSAT 776.611 776.253

General information on the benchmark

Namecrafted/Medium/contest05/others/
gensys-ukn002.sat05-2744.reshuffled-07.cnf
MD5SUMa2019e53d39465096d989c5106a4e0ef
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark99.1819
Satisfiable
(Un)Satisfiability was proved
Number of variables1697
Number of clauses8961
Sum of the clauses size79749
Maximum clause length16
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2259
Number of clauses of size 31190
Number of clauses of size 4136
Number of clauses of size 5906
Number of clauses of size over 56443

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c version SAT COMPETITION 2007
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1703279312
0.08/0.15	c Max memory 1706164224
0.08/0.15	c Total memory 1706164224
0.08/0.15	c Number of processors 2
0.08/0.19	c --- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.08/0.19	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.19	c Expensive reason simplification
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c timeout: 2147483s
0.08/0.19	c solving /tmp/evaluation/332930-1173496408/instance-332930-1173496408.cnf
0.08/0.19	c reading problem ... 
0.38/0.37	c ... done. Wall clock time 0.175s.
0.38/0.37	c CPU time (experimental) 0.29s.
0.38/0.37	c #vars     2129
0.38/0.37	c #constraints  8752
776.59/776.20	c starts		: 18
776.59/776.20	c conflicts		: 289976
776.59/776.20	c decisions		: 551626
776.59/776.20	c propagations		: 10952703
776.59/776.20	c inspects		: 2472185128
776.59/776.20	c learnt literals	: 26
776.59/776.20	c learnt binary clauses	: 358
776.59/776.20	c learnt ternary clauses	: 972
776.59/776.20	c learnt clauses	: 289949
776.59/776.20	c root simplifications	: 0
776.59/776.20	c removed literals (reason simplification)	: 3505661
776.59/776.20	c reason swapping (by a shorter reason)	: 0
776.59/776.20	c Calls to reduceDB	: 0
776.59/776.20	c speed (decisions/second)	: 711.0158437179375
776.59/776.20	c non guided choices	61147
776.59/776.20	s UNSATISFIABLE
776.59/776.20	c Total wall clock time (in seconds) : 776.008
776.59/776.20	c Total CPU time (experimental, in seconds) : 775.89

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/node3/watcher-332930-1173496408 -o ROOT/results/node3/solver-332930-1173496408 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/332930-1173496408/sat4j-sat2007.jar /tmp/evaluation/332930-1173496408/instance-332930-1173496408.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.92 0.98 0.99 3/77 24527
/proc/meminfo: memFree=1561256/2055920 swapFree=4158660/4192956
[pid=24527] ppid=24525 vsize=152 CPUtime=0
/proc/24527/stat : 24527 (java) R 24525 24527 23124 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 369595673 155648 26 18446744073709551615 134512640 134550740 4294956640 18446744073709551615 10924331 0 0 4096 0 0 0 0 17 1 0 0
/proc/24527/statm: 38 26 19 9 0 4 0

[startup+0.034776 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 24527
/proc/meminfo: memFree=1561256/2055920 swapFree=4158660/4192956
[pid=24527] ppid=24525 vsize=1827340 CPUtime=0.01
/proc/24527/stat : 24527 (java) S 24525 24527 23124 0 -1 0 3088 0 1 0 0 1 0 0 18 0 4 0 369595673 1871196160 2835 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/24527/statm: 456835 2835 795 9 0 454471 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1827340

[startup+0.101779 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 24527
/proc/meminfo: memFree=1561256/2055920 swapFree=4158660/4192956
[pid=24527] ppid=24525 vsize=1831496 CPUtime=0.08
/proc/24527/stat : 24527 (java) S 24525 24527 23124 0 -1 0 4020 0 1 0 6 2 0 0 18 0 12 0 369595673 1875451904 3761 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24527/statm: 457874 3761 1122 9 0 455493 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1831496

[startup+0.301795 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 24527
/proc/meminfo: memFree=1561256/2055920 swapFree=4158660/4192956
[pid=24527] ppid=24525 vsize=1834332 CPUtime=0.38
/proc/24527/stat : 24527 (java) S 24525 24527 23124 0 -1 0 5409 0 1 0 34 4 0 0 18 0 12 0 369595673 1878355968 5147 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24527/statm: 458583 5147 1287 9 0 456195 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1834332

[startup+0.701831 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 24527
/proc/meminfo: memFree=1561256/2055920 swapFree=4158660/4192956
[pid=24527] ppid=24525 vsize=1836176 CPUtime=1.12
/proc/24527/stat : 24527 (java) S 24525 24527 23124 0 -1 0 6852 0 1 0 108 4 0 0 18 0 13 0 369595673 1880244224 5995 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24527/statm: 459044 5995 1308 9 0 456656 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1836176

[startup+1.50289 s]
/proc/loadavg: 0.92 0.98 0.99 2/90 24540
/proc/meminfo: memFree=1541056/2055920 swapFree=4158660/4192956
[pid=24527] ppid=24525 vsize=1837200 CPUtime=2.02
/proc/24527/stat : 24527 (java) S 24525 24527 23124 0 -1 0 7365 0 1 0 198 4 0 0 18 0 13 0 369595673 1881292800 6465 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24527/statm: 459300 6465 1311 9 0 456912 0
[pid=24527/tid=24529] ppid=24525 vsize=1837200 CPUtime=1.41
/proc/24527/task/24529/stat : 24529 (java) R 24525 24527 23124 0 -1 64 4788 0 1 0 138 3 0 0 20 0 13 0 369595674 1881292800 6465 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109532218 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24527/tid=24530] ppid=24525 vsize=1837200 CPUtime=0
/proc/24527/task/24530/stat : 24530 (java) S 24525 24527 23124 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 369595676 1881292800 6465 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24531] ppid=24525 vsize=1837200 CPUtime=0
/proc/24527/task/24531/stat : 24531 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 369595676 1881292800 6465 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24532] ppid=24525 vsize=1837200 CPUtime=0
/proc/24527/task/24532/stat : 24532 (java) S 24525 24527 23124 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 369595678 1881292800 6465 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24533] ppid=24525 vsize=1837200 CPUtime=0
/proc/24527/task/24533/stat : 24533 (java) S 24525 24527 23124 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 369595678 1881292800 6465 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24534] ppid=24525 vsize=1837200 CPUtime=0
/proc/24527/task/24534/stat : 24534 (java) S 24525 24527 23124 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 369595678 1881292800 6465 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24535] ppid=24525 vsize=1837200 CPUtime=0
/proc/24527/task/24535/stat : 24535 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 369595682 1881292800 6465 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24536] ppid=24525 vsize=1837200 CPUtime=0.34
/proc/24527/task/24536/stat : 24536 (java) S 24525 24527 23124 0 -1 64 939 0 0 0 34 0 0 0 16 0 13 0 369595682 1881292800 6465 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24537] ppid=24525 vsize=1837200 CPUtime=0.24
/proc/24527/task/24537/stat : 24537 (java) S 24525 24527 23124 0 -1 64 912 0 0 0 24 0 0 0 16 0 13 0 369595682 1881292800 6465 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24538] ppid=24525 vsize=1837200 CPUtime=0
/proc/24527/task/24538/stat : 24538 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 369595682 1881292800 6465 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24539] ppid=24525 vsize=1837200 CPUtime=0
/proc/24527/task/24539/stat : 24539 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 369595682 1881292800 6465 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24527/tid=24540] ppid=24525 vsize=1837200 CPUtime=0
/proc/24527/task/24540/stat : 24540 (java) S 24525 24527 23124 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 369595711 1881292800 6465 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 1837200

[startup+3.10202 s]
/proc/loadavg: 0.92 0.98 0.99 2/90 24540
/proc/meminfo: memFree=1539200/2055920 swapFree=4158660/4192956
[pid=24527] ppid=24525 vsize=1837200 CPUtime=3.67
/proc/24527/stat : 24527 (java) S 24525 24527 23124 0 -1 0 7861 0 1 0 362 5 0 0 18 0 13 0 369595673 1881292800 6960 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24527/statm: 459300 6960 1312 9 0 456912 0
[pid=24527/tid=24529] ppid=24525 vsize=1837200 CPUtime=3.01
/proc/24527/task/24529/stat : 24529 (java) R 24525 24527 23124 0 -1 64 5280 0 1 0 298 3 0 0 25 0 13 0 369595674 1881292800 6960 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109575347 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24527/tid=24530] ppid=24525 vsize=1837200 CPUtime=0
/proc/24527/task/24530/stat : 24530 (java) S 24525 24527 23124 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 369595676 1881292800 6960 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24531] ppid=24525 vsize=1837200 CPUtime=0
/proc/24527/task/24531/stat : 24531 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 369595676 1881292800 6960 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24532] ppid=24525 vsize=1837200 CPUtime=0
/proc/24527/task/24532/stat : 24532 (java) S 24525 24527 23124 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 369595678 1881292800 6960 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24533] ppid=24525 vsize=1837200 CPUtime=0
/proc/24527/task/24533/stat : 24533 (java) S 24525 24527 23124 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 369595678 1881292800 6960 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24534] ppid=24525 vsize=1837200 CPUtime=0
/proc/24527/task/24534/stat : 24534 (java) S 24525 24527 23124 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 369595678 1881292800 6960 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24535] ppid=24525 vsize=1837200 CPUtime=0
/proc/24527/task/24535/stat : 24535 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 369595682 1881292800 6960 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24536] ppid=24525 vsize=1837200 CPUtime=0.37
/proc/24527/task/24536/stat : 24536 (java) S 24525 24527 23124 0 -1 64 941 0 0 0 37 0 0 0 17 0 13 0 369595682 1881292800 6960 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24537] ppid=24525 vsize=1837200 CPUtime=0.26
/proc/24527/task/24537/stat : 24537 (java) S 24525 24527 23124 0 -1 64 914 0 0 0 26 0 0 0 17 0 13 0 369595682 1881292800 6960 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24538] ppid=24525 vsize=1837200 CPUtime=0
/proc/24527/task/24538/stat : 24538 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 369595682 1881292800 6960 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24539] ppid=24525 vsize=1837200 CPUtime=0
/proc/24527/task/24539/stat : 24539 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 369595682 1881292800 6960 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24527/tid=24540] ppid=24525 vsize=1837200 CPUtime=0
/proc/24527/task/24540/stat : 24540 (java) S 24525 24527 23124 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 369595711 1881292800 6960 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 1837200

[startup+6.30228 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 24540
/proc/meminfo: memFree=1537152/2055920 swapFree=4158660/4192956
[pid=24527] ppid=24525 vsize=1835968 CPUtime=6.87
/proc/24527/stat : 24527 (java) S 24525 24527 23124 0 -1 0 8434 0 1 0 682 5 0 0 18 0 13 0 369595673 1880031232 7338 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24527/statm: 458992 7338 1312 9 0 456604 0
[pid=24527/tid=24529] ppid=24525 vsize=1835968 CPUtime=6.21
/proc/24527/task/24529/stat : 24529 (java) R 24525 24527 23124 0 -1 64 5853 0 1 0 617 4 0 0 25 0 13 0 369595674 1880031232 7338 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109624415 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24527/tid=24530] ppid=24525 vsize=1835968 CPUtime=0
/proc/24527/task/24530/stat : 24530 (java) S 24525 24527 23124 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 369595676 1880031232 7338 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24531] ppid=24525 vsize=1835968 CPUtime=0
/proc/24527/task/24531/stat : 24531 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 369595676 1880031232 7338 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24532] ppid=24525 vsize=1835968 CPUtime=0
/proc/24527/task/24532/stat : 24532 (java) S 24525 24527 23124 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 369595678 1880031232 7338 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24533] ppid=24525 vsize=1835968 CPUtime=0
/proc/24527/task/24533/stat : 24533 (java) S 24525 24527 23124 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 369595678 1880031232 7338 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24534] ppid=24525 vsize=1835968 CPUtime=0
/proc/24527/task/24534/stat : 24534 (java) S 24525 24527 23124 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 369595678 1880031232 7338 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24535] ppid=24525 vsize=1835968 CPUtime=0
/proc/24527/task/24535/stat : 24535 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 369595682 1880031232 7338 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24536] ppid=24525 vsize=1835968 CPUtime=0.37
/proc/24527/task/24536/stat : 24536 (java) S 24525 24527 23124 0 -1 64 941 0 0 0 37 0 0 0 16 0 13 0 369595682 1880031232 7338 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24537] ppid=24525 vsize=1835968 CPUtime=0.26
/proc/24527/task/24537/stat : 24537 (java) S 24525 24527 23124 0 -1 64 914 0 0 0 26 0 0 0 17 0 13 0 369595682 1880031232 7338 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24538] ppid=24525 vsize=1835968 CPUtime=0
/proc/24527/task/24538/stat : 24538 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 369595682 1880031232 7338 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24539] ppid=24525 vsize=1835968 CPUtime=0
/proc/24527/task/24539/stat : 24539 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 369595682 1880031232 7338 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24527/tid=24540] ppid=24525 vsize=1835968 CPUtime=0
/proc/24527/task/24540/stat : 24540 (java) S 24525 24527 23124 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 369595711 1880031232 7338 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 1835968

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 24540
/proc/meminfo: memFree=1533568/2055920 swapFree=4158660/4192956
[pid=24527] ppid=24525 vsize=1835856 CPUtime=13.26
/proc/24527/stat : 24527 (java) S 24525 24527 23124 0 -1 0 9211 0 1 0 1320 6 0 0 18 0 13 0 369595673 1879916544 8087 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24527/statm: 458964 8087 1312 9 0 456576 0
[pid=24527/tid=24529] ppid=24525 vsize=1835856 CPUtime=12.6
/proc/24527/task/24529/stat : 24529 (java) R 24525 24527 23124 0 -1 64 6630 0 1 0 1255 5 0 0 25 0 13 0 369595674 1879916544 8087 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109528156 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24527/tid=24530] ppid=24525 vsize=1835856 CPUtime=0
/proc/24527/task/24530/stat : 24530 (java) S 24525 24527 23124 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 369595676 1879916544 8087 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24531] ppid=24525 vsize=1835856 CPUtime=0
/proc/24527/task/24531/stat : 24531 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 369595676 1879916544 8087 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24532] ppid=24525 vsize=1835856 CPUtime=0
/proc/24527/task/24532/stat : 24532 (java) S 24525 24527 23124 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 369595678 1879916544 8087 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24533] ppid=24525 vsize=1835856 CPUtime=0
/proc/24527/task/24533/stat : 24533 (java) S 24525 24527 23124 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 369595678 1879916544 8087 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24534] ppid=24525 vsize=1835856 CPUtime=0
/proc/24527/task/24534/stat : 24534 (java) S 24525 24527 23124 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 369595678 1879916544 8087 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24535] ppid=24525 vsize=1835856 CPUtime=0
/proc/24527/task/24535/stat : 24535 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 369595682 1879916544 8087 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24536] ppid=24525 vsize=1835856 CPUtime=0.37
/proc/24527/task/24536/stat : 24536 (java) S 24525 24527 23124 0 -1 64 941 0 0 0 37 0 0 0 16 0 13 0 369595682 1879916544 8087 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24537] ppid=24525 vsize=1835856 CPUtime=0.26
/proc/24527/task/24537/stat : 24537 (java) S 24525 24527 23124 0 -1 64 914 0 0 0 26 0 0 0 17 0 13 0 369595682 1879916544 8087 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24527/tid=24538] ppid=24525 vsize=1835856 CPUtime=0
/proc/24527/task/24538/stat : 24538 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 369595682 1879916544 8087 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24539] ppid=24525 vsize=1835856 CPUtime=0
/proc/24527/task/24539/stat : 24539 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 369595682 1879916544 8087 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24527/tid=24540] ppid=24525 vsize=1835856 CPUtime=0
/proc/24527/task/24540/stat : 24540 (java) S 24525 24527 23124 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 369595711 1879916544 8087 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.26
Current children cumulated vsize (KiB) 1835856

[startup+25.5029 s]
/proc/loadavg: 0.95 0.98 0.99 2/90 24540
/proc/meminfo: memFree=1529984/2055920 swapFree=4158660/4192956
[pid=24527] ppid=24525 vsize=1835724 CPUtime=26.07
/proc/24527/stat : 24527 (java) S 24525 24527 23124 0 -1 0 10092 0 1 0 2600 7 0 0 18 0 13 0 369595673 1879781376 8938 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24527/statm: 458931 8938 1312 9 0 456543 0
[pid=24527/tid=24529] ppid=24525 vsize=1835724 CPUtime=25.39
/proc/24527/task/24529/stat : 24529 (java) R 24525 24527 23124 0 -1 64 7511 0 1 0 2534 5 0 0 25 0 13 0 369595674 1879781376 8938 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109528156 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24527/tid=24530] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24530/stat : 24530 (java) S 24525 24527 23124 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 369595676 1879781376 8938 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24531] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24531/stat : 24531 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 369595676 1879781376 8938 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/24527/task/24539/stat : 24539 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 369595682 1879781376 23833 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24527/tid=24540] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24540/stat : 24540 (java) S 24525 24527 23124 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 369595711 1879781376 23833 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 771.49
Current children cumulated vsize (KiB) 1835724

[startup+774.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 24540
/proc/meminfo: memFree=1470016/2055920 swapFree=4158660/4192956
[pid=24527] ppid=24525 vsize=1835724 CPUtime=774.69
/proc/24527/stat : 24527 (java) S 24525 24527 23124 0 -1 0 25009 0 1 0 77441 28 0 0 18 0 13 0 369595673 1879781376 23855 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24527/statm: 458931 23855 1312 9 0 456543 0
[pid=24527/tid=24529] ppid=24525 vsize=1835724 CPUtime=774
/proc/24527/task/24529/stat : 24529 (java) R 24525 24527 23124 0 -1 64 22427 0 1 0 77374 26 0 0 25 0 13 0 369595674 1879781376 23855 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109528156 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24527/tid=24530] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24530/stat : 24530 (java) S 24525 24527 23124 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 369595676 1879781376 23855 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24531] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24531/stat : 24531 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 369595676 1879781376 23855 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24532] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24532/stat : 24532 (java) S 24525 24527 23124 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 369595678 1879781376 23855 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24533] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24533/stat : 24533 (java) S 24525 24527 23124 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 369595678 1879781376 23855 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24534] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24534/stat : 24534 (java) S 24525 24527 23124 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 369595678 1879781376 23855 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24535] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24535/stat : 24535 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 369595682 1879781376 23855 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24536] ppid=24525 vsize=1835724 CPUtime=0.38
/proc/24527/task/24536/stat : 24536 (java) S 24525 24527 23124 0 -1 64 942 0 0 0 38 0 0 0 16 0 13 0 369595682 1879781376 23855 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24537] ppid=24525 vsize=1835724 CPUtime=0.28
/proc/24527/task/24537/stat : 24537 (java) S 24525 24527 23124 0 -1 64 914 0 0 0 28 0 0 0 17 0 13 0 369595682 1879781376 23855 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24527/tid=24538] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24538/stat : 24538 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 369595682 1879781376 23855 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24539] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24539/stat : 24539 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 369595682 1879781376 23855 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24527/tid=24540] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24540/stat : 24540 (java) S 24525 24527 23124 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 369595711 1879781376 23855 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 774.69
Current children cumulated vsize (KiB) 1835724

[startup+775.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 24540
/proc/meminfo: memFree=1470016/2055920 swapFree=4158660/4192956
[pid=24527] ppid=24525 vsize=1835724 CPUtime=775.49
/proc/24527/stat : 24527 (java) S 24525 24527 23124 0 -1 0 25012 0 1 0 77521 28 0 0 18 0 13 0 369595673 1879781376 23858 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24527/statm: 458931 23858 1312 9 0 456543 0
[pid=24527/tid=24529] ppid=24525 vsize=1835724 CPUtime=774.79
/proc/24527/task/24529/stat : 24529 (java) R 24525 24527 23124 0 -1 64 22430 0 1 0 77453 26 0 0 25 0 13 0 369595674 1879781376 23858 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109528156 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24527/tid=24530] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24530/stat : 24530 (java) S 24525 24527 23124 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 369595676 1879781376 23858 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24531] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24531/stat : 24531 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 369595676 1879781376 23858 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24532] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24532/stat : 24532 (java) S 24525 24527 23124 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 369595678 1879781376 23858 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24533] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24533/stat : 24533 (java) S 24525 24527 23124 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 369595678 1879781376 23858 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24534] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24534/stat : 24534 (java) S 24525 24527 23124 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 369595678 1879781376 23858 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24535] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24535/stat : 24535 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 369595682 1879781376 23858 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24536] ppid=24525 vsize=1835724 CPUtime=0.38
/proc/24527/task/24536/stat : 24536 (java) S 24525 24527 23124 0 -1 64 942 0 0 0 38 0 0 0 16 0 13 0 369595682 1879781376 23858 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24537] ppid=24525 vsize=1835724 CPUtime=0.28
/proc/24527/task/24537/stat : 24537 (java) S 24525 24527 23124 0 -1 64 914 0 0 0 28 0 0 0 17 0 13 0 369595682 1879781376 23858 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24527/tid=24538] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24538/stat : 24538 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 369595682 1879781376 23858 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24539] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24539/stat : 24539 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 369595682 1879781376 23858 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24527/tid=24540] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24540/stat : 24540 (java) S 24525 24527 23124 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 369595711 1879781376 23858 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 775.49
Current children cumulated vsize (KiB) 1835724

[startup+775.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 24540
/proc/meminfo: memFree=1470016/2055920 swapFree=4158660/4192956
[pid=24527] ppid=24525 vsize=1835724 CPUtime=776.29
/proc/24527/stat : 24527 (java) S 24525 24527 23124 0 -1 0 25014 0 1 0 77601 28 0 0 18 0 13 0 369595673 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24527/statm: 458931 23860 1312 9 0 456543 0
[pid=24527/tid=24529] ppid=24525 vsize=1835724 CPUtime=775.59
/proc/24527/task/24529/stat : 24529 (java) R 24525 24527 23124 0 -1 64 22432 0 1 0 77533 26 0 0 25 0 13 0 369595674 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109528156 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24527/tid=24530] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24530/stat : 24530 (java) S 24525 24527 23124 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 369595676 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24531] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24531/stat : 24531 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 369595676 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24532] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24532/stat : 24532 (java) S 24525 24527 23124 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 369595678 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24533] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24533/stat : 24533 (java) S 24525 24527 23124 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 369595678 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24534] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24534/stat : 24534 (java) S 24525 24527 23124 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 369595678 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24535] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24535/stat : 24535 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 369595682 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24536] ppid=24525 vsize=1835724 CPUtime=0.38
/proc/24527/task/24536/stat : 24536 (java) S 24525 24527 23124 0 -1 64 942 0 0 0 38 0 0 0 16 0 13 0 369595682 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24537] ppid=24525 vsize=1835724 CPUtime=0.28
/proc/24527/task/24537/stat : 24537 (java) S 24525 24527 23124 0 -1 64 914 0 0 0 28 0 0 0 17 0 13 0 369595682 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24527/tid=24538] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24538/stat : 24538 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 369595682 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24539] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24539/stat : 24539 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 369595682 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24527/tid=24540] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24540/stat : 24540 (java) S 24525 24527 23124 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 369595711 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 776.29
Current children cumulated vsize (KiB) 1835724

[startup+776.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 24540
/proc/meminfo: memFree=1470016/2055920 swapFree=4158660/4192956
[pid=24527] ppid=24525 vsize=1835724 CPUtime=776.49
/proc/24527/stat : 24527 (java) S 24525 24527 23124 0 -1 0 25014 0 1 0 77621 28 0 0 18 0 13 0 369595673 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24527/statm: 458931 23860 1312 9 0 456543 0
[pid=24527/tid=24529] ppid=24525 vsize=1835724 CPUtime=775.79
/proc/24527/task/24529/stat : 24529 (java) R 24525 24527 23124 0 -1 64 22432 0 1 0 77553 26 0 0 25 0 13 0 369595674 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109528156 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24527/tid=24530] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24530/stat : 24530 (java) S 24525 24527 23124 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 369595676 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24531] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24531/stat : 24531 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 369595676 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24532] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24532/stat : 24532 (java) S 24525 24527 23124 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 369595678 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24533] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24533/stat : 24533 (java) S 24525 24527 23124 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 369595678 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24534] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24534/stat : 24534 (java) S 24525 24527 23124 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 369595678 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24535] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24535/stat : 24535 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 369595682 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24536] ppid=24525 vsize=1835724 CPUtime=0.38
/proc/24527/task/24536/stat : 24536 (java) S 24525 24527 23124 0 -1 64 942 0 0 0 38 0 0 0 16 0 13 0 369595682 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24537] ppid=24525 vsize=1835724 CPUtime=0.28
/proc/24527/task/24537/stat : 24537 (java) S 24525 24527 23124 0 -1 64 914 0 0 0 28 0 0 0 17 0 13 0 369595682 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24527/tid=24538] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24538/stat : 24538 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 369595682 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24539] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24539/stat : 24539 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 369595682 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24527/tid=24540] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24540/stat : 24540 (java) S 24525 24527 23124 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 369595711 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 776.49
Current children cumulated vsize (KiB) 1835724

[startup+776.201 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 24540
/proc/meminfo: memFree=1470016/2055920 swapFree=4158660/4192956
[pid=24527] ppid=24525 vsize=1835724 CPUtime=776.59
/proc/24527/stat : 24527 (java) S 24525 24527 23124 0 -1 0 25014 0 1 0 77631 28 0 0 18 0 13 0 369595673 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24527/statm: 458931 23860 1312 9 0 456543 0
[pid=24527/tid=24529] ppid=24525 vsize=1835724 CPUtime=775.89
/proc/24527/task/24529/stat : 24529 (java) R 24525 24527 23124 0 -1 64 22432 0 1 0 77563 26 0 0 25 0 13 0 369595674 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109528156 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24527/tid=24530] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24530/stat : 24530 (java) S 24525 24527 23124 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 369595676 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24531] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24531/stat : 24531 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 369595676 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24532] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24532/stat : 24532 (java) S 24525 24527 23124 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 369595678 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24533] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24533/stat : 24533 (java) S 24525 24527 23124 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 369595678 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24534] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24534/stat : 24534 (java) S 24525 24527 23124 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 369595678 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24535] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24535/stat : 24535 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 369595682 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24536] ppid=24525 vsize=1835724 CPUtime=0.38
/proc/24527/task/24536/stat : 24536 (java) S 24525 24527 23124 0 -1 64 942 0 0 0 38 0 0 0 16 0 13 0 369595682 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24537] ppid=24525 vsize=1835724 CPUtime=0.28
/proc/24527/task/24537/stat : 24537 (java) S 24525 24527 23124 0 -1 64 914 0 0 0 28 0 0 0 17 0 13 0 369595682 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24527/tid=24538] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24538/stat : 24538 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 369595682 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24527/tid=24539] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24539/stat : 24539 (java) S 24525 24527 23124 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 369595682 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24527/tid=24540] ppid=24525 vsize=1835724 CPUtime=0
/proc/24527/task/24540/stat : 24540 (java) R 24525 24527 23124 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 369595711 1879781376 23860 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 776.59
Current children cumulated vsize (KiB) 1835724

Child status: 20
Real time (s): 776.253
CPU time (s): 776.611
CPU user time (s): 776.314
CPU system time (s): 0.296954
CPU usage (%): 100.046
Max. virtual memory (cumulated for all children) (KiB): 1837336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 776.314
system time used= 0.296954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25027
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= 15904
involuntary context switches= 19672

runsolver used 0.693894 second user time and 2.14467 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Sat Mar 10 03:13:28 UTC 2007

IDJOB= 332930
IDBENCH= 24592
IDSOLVER= 96
FILE ID= node3/332930-1173496408

PBS_JOBID= 4101097

Free space on /tmp= 66517 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/others/gensys-ukn002.sat05-2744.reshuffled-07.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/332930-1173496408/sat4j-sat2007.jar /tmp/evaluation/332930-1173496408/instance-332930-1173496408.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-332930-1173496408 -o ROOT/results/node3/solver-332930-1173496408 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/332930-1173496408/sat4j-sat2007.jar /tmp/evaluation/332930-1173496408/instance-332930-1173496408.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  a2019e53d39465096d989c5106a4e0ef

RANDOM SEED= 556075943

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.241
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.241
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:       1561664 kB
Buffers:         47840 kB
Cached:         356980 kB
SwapCached:       2568 kB
Active:         190572 kB
Inactive:       237412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1561664 kB
SwapTotal:     4192956 kB
SwapFree:      4158660 kB
Dirty:            1908 kB
Writeback:           0 kB
Mapped:          30816 kB
Slab:            51880 kB
Committed_AS:  1495100 kB
PageTables:       1656 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= 66517 MiB

End job on node3 on Sat Mar 10 03:26:25 UTC 2007