Trace number 2115801

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Choco2.1.1b 2009-07-16? (TO) 1800.13 1817.13

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-clauses-71-70.xml
MD5SUM1ed9b29809e37ecdd38e641694300923
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4970
Number of constraints174021
Maximum constraint arity70
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(174021)

Solver Data


Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2115801-1248030295/watcher-2115801-1248030295 -o /tmp/evaluation-result-2115801-1248030295/solver-2115801-1248030295 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2115801-1248030295.xml -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 2.03 1.93 3/80 26286
/proc/meminfo: memFree=835664/2055920 swapFree=4192812/4192956
[pid=26286] ppid=26284 vsize=10676 CPUtime=0
/proc/26286/stat : 26286 (java) S 26284 26286 25826 0 -1 0 710 0 0 0 0 0 0 0 18 0 2 0 90092928 10932224 488 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/26286/statm: 2669 488 211 9 0 1184 0
[pid=26286/tid=26287] ppid=26284 vsize=10676 CPUtime=0
/proc/26286/task/26287/stat : 26287 (java) R 26284 26286 25826 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 90092929 10932224 488 996147200 134512640 134550932 4294955888 18446744073709551615 8241112 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.094049 s]
/proc/loadavg: 2.10 2.03 1.93 3/80 26286
/proc/meminfo: memFree=835664/2055920 swapFree=4192812/4192956
[pid=26286] ppid=26284 vsize=862264 CPUtime=0.08
/proc/26286/stat : 26286 (java) S 26284 26286 25826 0 -1 0 3325 0 1 0 6 2 0 0 18 0 9 0 90092928 882958336 2793 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26286/statm: 215566 2793 1314 9 0 210436 0
[pid=26286/tid=26287] ppid=26284 vsize=862264 CPUtime=0.06
/proc/26286/task/26287/stat : 26287 (java) R 26284 26286 25826 0 -1 64 2375 0 1 0 5 1 0 0 20 0 9 0 90092929 882958336 2793 996147200 134512640 134550932 4294955888 18446744073709551615 102254223 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 862264

[startup+0.101051 s]
/proc/loadavg: 2.10 2.03 1.93 3/80 26286
/proc/meminfo: memFree=835664/2055920 swapFree=4192812/4192956
[pid=26286] ppid=26284 vsize=864072 CPUtime=0.09
/proc/26286/stat : 26286 (java) S 26284 26286 25826 0 -1 0 3806 0 1 0 7 2 0 0 18 0 9 0 90092928 884809728 3269 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26286/statm: 216018 3269 1724 9 0 210487 0
[pid=26286/tid=26287] ppid=26284 vsize=864072 CPUtime=0.07
/proc/26286/task/26287/stat : 26287 (java) R 26284 26286 25826 0 -1 64 2856 0 1 0 6 1 0 0 20 0 9 0 90092929 884809728 3269 996147200 134512640 134550932 4294955888 18446744073709551615 4159461117 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 864072

[startup+0.301082 s]
/proc/loadavg: 2.10 2.03 1.93 3/80 26286
/proc/meminfo: memFree=835664/2055920 swapFree=4192812/4192956
[pid=26286] ppid=26284 vsize=864988 CPUtime=0.29
/proc/26286/stat : 26286 (java) S 26284 26286 25826 0 -1 0 4766 0 1 0 26 3 0 0 18 0 9 0 90092928 885747712 4191 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26286/statm: 216247 4191 1858 9 0 210716 0
[pid=26286/tid=26287] ppid=26284 vsize=864988 CPUtime=0.18
/proc/26286/task/26287/stat : 26287 (java) R 26284 26286 25826 0 -1 64 3548 0 1 0 16 2 0 0 18 0 9 0 90092929 885747712 4191 996147200 134512640 134550932 4294955888 18446744073709551615 4126588366 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 864988

[startup+0.701153 s]
/proc/loadavg: 2.10 2.03 1.93 3/80 26286
/proc/meminfo: memFree=835664/2055920 swapFree=4192812/4192956
[pid=26286] ppid=26284 vsize=864988 CPUtime=0.69
/proc/26286/stat : 26286 (java) S 26284 26286 25826 0 -1 0 10906 0 1 0 62 7 0 0 18 0 9 0 90092928 885747712 10331 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26286/statm: 216247 10331 1859 9 0 210716 0
[pid=26286/tid=26287] ppid=26284 vsize=864988 CPUtime=0.57
/proc/26286/task/26287/stat : 26287 (java) R 26284 26286 25826 0 -1 64 9680 0 1 0 51 6 0 0 22 0 9 0 90092929 885747712 10331 996147200 134512640 134550932 4294955888 18446744073709551615 4126424364 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 864988

[startup+1.50229 s]
/proc/loadavg: 2.10 2.03 1.93 4/89 26295
/proc/meminfo: memFree=761288/2055920 swapFree=4192812/4192956
[pid=26286] ppid=26284 vsize=864988 CPUtime=1.48
/proc/26286/stat : 26286 (java) S 26284 26286 25826 0 -1 0 26206 0 1 0 133 15 0 0 18 0 9 0 90092928 885747712 25628 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26286/statm: 216247 25628 1871 9 0 210716 0
[pid=26286/tid=26287] ppid=26284 vsize=864988 CPUtime=1.17
/proc/26286/task/26287/stat : 26287 (java) R 26284 26286 25826 0 -1 64 14154 0 1 0 108 9 0 0 25 0 9 0 90092929 885747712 25628 996147200 134512640 134550932 4294955888 18446744073709551615 4126514624 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26289] ppid=26284 vsize=864988 CPUtime=0.18
/proc/26286/task/26289/stat : 26289 (java) S 26284 26286 25826 0 -1 64 10820 0 0 0 14 4 0 0 18 0 9 0 90092930 885747712 25628 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26290] ppid=26284 vsize=864988 CPUtime=0
/proc/26286/task/26290/stat : 26290 (java) S 26284 26286 25826 0 -1 64 16 0 0 0 0 0 0 0 17 0 9 0 90092930 885747712 25628 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26291] ppid=26284 vsize=864988 CPUtime=0
/proc/26286/task/26291/stat : 26291 (java) S 26284 26286 25826 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90092930 885747712 25628 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26292] ppid=26284 vsize=864988 CPUtime=0
/proc/26286/task/26292/stat : 26292 (java) S 26284 26286 25826 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90092932 885747712 25628 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26293] ppid=26284 vsize=864988 CPUtime=0.1
/proc/26286/task/26293/stat : 26293 (java) S 26284 26286 25826 0 -1 64 500 0 0 0 10 0 0 0 16 0 9 0 90092932 885747712 25628 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26294] ppid=26284 vsize=864988 CPUtime=0
/proc/26286/task/26294/stat : 26294 (java) S 26284 26286 25826 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90092933 885747712 25628 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26295] ppid=26284 vsize=864988 CPUtime=0
/proc/26286/task/26295/stat : 26295 (java) S 26284 26286 25826 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 90092933 885747712 25628 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 864988

[startup+3.10256 s]
/proc/loadavg: 2.10 2.03 1.93 3/89 26295
/proc/meminfo: memFree=681032/2055920 swapFree=4192812/4192956
[pid=26286] ppid=26284 vsize=864988 CPUtime=3.06
/proc/26286/stat : 26286 (java) S 26284 26286 25826 0 -1 0 49617 0 1 0 279 27 0 0 18 0 9 0 90092928 885747712 49037 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26286/statm: 216247 49037 1872 9 0 210716 0
[pid=26286/tid=26287] ppid=26284 vsize=864988 CPUtime=2.35
/proc/26286/task/26287/stat : 26287 (java) R 26284 26286 25826 0 -1 64 14161 0 1 0 224 11 0 0 25 0 9 0 90092929 885747712 49037 996147200 134512640 134550932 4294955888 18446744073709551615 104262879 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26289] ppid=26284 vsize=864988 CPUtime=0.59
/proc/26286/task/26289/stat : 26289 (java) S 26284 26286 25826 0 -1 64 34224 0 0 0 44 15 0 0 17 0 9 0 90092930 885747712 49037 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26290] ppid=26284 vsize=864988 CPUtime=0
/proc/26286/task/26290/stat : 26290 (java) S 26284 26286 25826 0 -1 64 16 0 0 0 0 0 0 0 17 0 9 0 90092930 885747712 49037 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26291] ppid=26284 vsize=864988 CPUtime=0
/proc/26286/task/26291/stat : 26291 (java) S 26284 26286 25826 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90092930 885747712 49037 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26292] ppid=26284 vsize=864988 CPUtime=0
/proc/26286/task/26292/stat : 26292 (java) S 26284 26286 25826 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90092932 885747712 49037 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26293] ppid=26284 vsize=864988 CPUtime=0.1
/proc/26286/task/26293/stat : 26293 (java) S 26284 26286 25826 0 -1 64 500 0 0 0 10 0 0 0 16 0 9 0 90092932 885747712 49037 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26294] ppid=26284 vsize=864988 CPUtime=0
/proc/26286/task/26294/stat : 26294 (java) S 26284 26286 25826 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90092933 885747712 49037 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26295] ppid=26284 vsize=864988 CPUtime=0
/proc/26286/task/26295/stat : 26295 (java) S 26284 26286 25826 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 90092933 885747712 49037 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 864988

[startup+6.30209 s]
/proc/loadavg: 2.09 2.03 1.93 4/89 26295
/proc/meminfo: memFree=505928/2055920 swapFree=4192812/4192956
[pid=26286] ppid=26284 vsize=864988 CPUtime=6.22
/proc/26286/stat : 26286 (java) S 26284 26286 25826 0 -1 0 83587 0 1 0 579 43 0 0 18 0 9 0 90092928 885747712 82999 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26286/statm: 216247 82999 1889 9 0 210716 0
[pid=26286/tid=26287] ppid=26284 vsize=864988 CPUtime=4.35
/proc/26286/task/26287/stat : 26287 (java) R 26284 26286 25826 0 -1 64 14217 0 1 0 423 12 0 0 25 0 9 0 90092929 885747712 82999 996147200 134512640 134550932 4294955888 18446744073709551615 4126755652 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26289] ppid=26284 vsize=864988 CPUtime=1.64
/proc/26286/task/26289/stat : 26289 (java) S 26284 26286 25826 0 -1 64 68070 0 0 0 135 29 0 0 17 0 9 0 90092930 885747712 82999 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26290] ppid=26284 vsize=864988 CPUtime=0
/proc/26286/task/26290/stat : 26290 (java) S 26284 26286 25826 0 -1 64 16 0 0 0 0 0 0 0 17 0 9 0 90092930 885747712 82999 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26291] ppid=26284 vsize=864988 CPUtime=0
/proc/26286/task/26291/stat : 26291 (java) S 26284 26286 25826 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90092930 885747712 82999 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26292] ppid=26284 vsize=864988 CPUtime=0
/proc/26286/task/26292/stat : 26292 (java) S 26284 26286 25826 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90092932 885747712 82999 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26293] ppid=26284 vsize=864988 CPUtime=0.2
/proc/26286/task/26293/stat : 26293 (java) S 26284 26286 25826 0 -1 64 568 0 0 0 20 0 0 0 16 0 9 0 90092932 885747712 82999 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26294] ppid=26284 vsize=864988 CPUtime=0
/proc/26286/task/26294/stat : 26294 (java) S 26284 26286 25826 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90092933 885747712 82999 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26295] ppid=26284 vsize=864988 CPUtime=0
/proc/26286/task/26295/stat : 26295 (java) S 26284 26286 25826 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 90092933 885747712 82999 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 864988

[startup+12.7022 s]
/proc/loadavg: 2.08 2.03 1.93 4/89 26295
/proc/meminfo: memFree=410184/2055920 swapFree=4192812/4192956
[pid=26286] ppid=26284 vsize=865776 CPUtime=12.56
/proc/26286/stat : 26286 (java) S 26284 26286 25826 0 -1 0 117208 0 1 0 1198 58 0 0 18 0 9 0 90092928 886554624 116578 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26286/statm: 216444 116578 1967 9 0 210913 0
[pid=26286/tid=26287] ppid=26284 vsize=865776 CPUtime=9.17
/proc/26286/task/26287/stat : 26287 (java) R 26284 26286 25826 0 -1 64 14665 0 1 0 904 13 0 0 25 0 9 0 90092929 886554624 116578 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26289] ppid=26284 vsize=865776 CPUtime=3.05
/proc/26286/task/26289/stat : 26289 (java) R 26284 26286 25826 0 -1 64 100962 0 0 0 263 42 0 0 16 0 9 0 90092930 886554624 116578 996147200 134512640 134550932 4294955888 18446744073709551615 102759241 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26290] ppid=26284 vsize=865776 CPUtime=0
/proc/26286/task/26290/stat : 26290 (java) S 26284 26286 25826 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90092930 886554624 116578 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26291] ppid=26284 vsize=865776 CPUtime=0
/proc/26286/task/26291/stat : 26291 (java) S 26284 26286 25826 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 90092930 886554624 116578 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26292] ppid=26284 vsize=865776 CPUtime=0
/proc/26286/task/26292/stat : 26292 (java) S 26284 26286 25826 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90092932 886554624 116578 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26293] ppid=26284 vsize=865776 CPUtime=0.31
/proc/26286/task/26293/stat : 26293 (java) S 26284 26286 25826 0 -1 64 848 0 0 0 30 1 0 0 16 0 9 0 90092932 886554624 116578 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26294] ppid=26284 vsize=865776 CPUtime=0
/proc/26286/task/26294/stat : 26294 (java) S 26284 26286 25826 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90092933 886554624 116578 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26295] ppid=26284 vsize=865776 CPUtime=0
/proc/26286/task/26295/stat : 26295 (java) S 26284 26286 25826 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 90092933 886554624 116578 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 865776

[startup+25.5013 s]
/proc/loadavg: 2.06 2.03 1.93 3/89 26295
/proc/meminfo: memFree=361352/2055920 swapFree=4192812/4192956
[pid=26286] ppid=26284 vsize=865040 CPUtime=25.24
/proc/26286/stat : 26286 (java) S 26284 26286 25826 0 -1 0 118769 0 1 0 2465 59 0 0 18 0 9 0 90092928 885800960 117909 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26286/statm: 216260 117909 1973 9 0 210729 0
[pid=26286/tid=26287] ppid=26284 vsize=865040 CPUtime=21.66
/proc/26286/task/26287/stat : 26287 (java) R 26284 26286 25826 0 -1 64 14750 0 1 0 2153 13 0 0 25 0 9 0 90092929 885800960 117909 996147200 134512640 134550932 4294955888 18446744073709551615 103823641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26289] ppid=26284 vsize=865040 CPUtime=3.21
/proc/26286/task/26289/stat : 26289 (java) S 26284 26286 25826 0 -1 64 102424 0 0 0 278 43 0 0 16 0 9 0 90092930 885800960 117909 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26290] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26290/stat : 26290 (java) S 26284 26286 25826 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90092930 885800960 117909 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26291] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26291/stat : 26291 (java) S 26284 26286 25826 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 90092930 885800960 117909 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26292] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26292/stat : 26292 (java) S 26284 26286 25826 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90092932 885800960 117909 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26293] ppid=26284 vsize=865040 CPUtime=0.34
/proc/26286/task/26293/stat : 26293 (java) S 26284 26286 25826 0 -1 64 862 0 0 0 33 1 0 0 15 0 9 0 90092932 885800960 117909 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26294] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26294/stat : 26294 (java) S 26284 26286 25826 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90092933 885800960 117909 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26295] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26295/stat : 26295 (java) S 26284 26286 25826 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 90092933 885800960 117909 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 865040

[startup+51.1016 s]
/proc/loadavg: 2.10 2.04 1.94 3/89 26295
/proc/meminfo: memFree=360264/2055920 swapFree=4192812/4192956
[pid=26286] ppid=26284 vsize=865040 CPUtime=50.6
/proc/26286/stat : 26286 (java) S 26284 26286 25826 0 -1 0 119140 0 1 0 5000 60 0 0 18 0 9 0 90092928 885800960 118154 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26286/statm: 216260 118154 1973 9 0 210729 0
[pid=26286/tid=26287] ppid=26284 vsize=865040 CPUtime=46.7
/proc/26286/task/26287/stat : 26287 (java) R 26284 26286 25826 0 -1 64 14877 0 1 0 4656 14 0 0 25 0 9 0 90092929 885800960 118154 996147200 134512640 134550932 4294955888 18446744073709551615 103823634 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26289] ppid=26284 vsize=865040 CPUtime=3.51
/proc/26286/task/26289/stat : 26289 (java) S 26284 26286 25826 0 -1 64 102654 0 0 0 307 44 0 0 16 0 9 0 90092930 885800960 118154 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0

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

Current children cumulated CPU time (s) 1468.09
Current children cumulated vsize (KiB) 865040

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 1.99 3/89 26295
/proc/meminfo: memFree=301320/2055920 swapFree=4192812/4192956
[pid=26286] ppid=26284 vsize=865040 CPUtime=1527.52
/proc/26286/stat : 26286 (java) S 26284 26286 25826 0 -1 0 139931 0 1 0 152596 156 0 0 18 0 9 0 90092928 885800960 131398 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26286/statm: 216260 131398 1973 9 0 210729 0
[pid=26286/tid=26287] ppid=26284 vsize=865040 CPUtime=1503.44
/proc/26286/task/26287/stat : 26287 (java) R 26284 26286 25826 0 -1 64 22424 0 1 0 150298 46 0 0 25 0 9 0 90092929 885800960 131398 996147200 134512640 134550932 4294955888 18446744073709551615 103823641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26289] ppid=26284 vsize=865040 CPUtime=23.68
/proc/26286/task/26289/stat : 26289 (java) S 26284 26286 25826 0 -1 64 115895 0 0 0 2261 107 0 0 16 0 9 0 90092930 885800960 131398 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26290] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26290/stat : 26290 (java) S 26284 26286 25826 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90092930 885800960 131398 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26291] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26291/stat : 26291 (java) S 26284 26286 25826 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 90092930 885800960 131398 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26292] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26292/stat : 26292 (java) S 26284 26286 25826 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90092932 885800960 131398 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26293] ppid=26284 vsize=865040 CPUtime=0.36
/proc/26286/task/26293/stat : 26293 (java) S 26284 26286 25826 0 -1 64 879 0 0 0 35 1 0 0 16 0 9 0 90092932 885800960 131398 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26294] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26294/stat : 26294 (java) S 26284 26286 25826 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90092933 885800960 131398 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26295] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26295/stat : 26295 (java) S 26284 26286 25826 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 90092933 885800960 131398 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.52
Current children cumulated vsize (KiB) 865040

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/89 26295
/proc/meminfo: memFree=299400/2055920 swapFree=4192812/4192956
[pid=26286] ppid=26284 vsize=865040 CPUtime=1586.94
/proc/26286/stat : 26286 (java) S 26284 26286 25826 0 -1 0 140715 0 1 0 158533 161 0 0 18 0 9 0 90092928 885800960 131879 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26286/statm: 216260 131879 1973 9 0 210729 0
[pid=26286/tid=26287] ppid=26284 vsize=865040 CPUtime=1562.01
/proc/26286/task/26287/stat : 26287 (java) R 26284 26286 25826 0 -1 64 22727 0 1 0 156154 47 0 0 25 0 9 0 90092929 885800960 131879 996147200 134512640 134550932 4294955888 18446744073709551615 103823694 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26289] ppid=26284 vsize=865040 CPUtime=24.53
/proc/26286/task/26289/stat : 26289 (java) S 26284 26286 25826 0 -1 64 116376 0 0 0 2342 111 0 0 16 0 9 0 90092930 885800960 131879 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26290] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26290/stat : 26290 (java) S 26284 26286 25826 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90092930 885800960 131879 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26291] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26291/stat : 26291 (java) S 26284 26286 25826 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 90092930 885800960 131879 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26292] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26292/stat : 26292 (java) S 26284 26286 25826 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90092932 885800960 131879 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26293] ppid=26284 vsize=865040 CPUtime=0.36
/proc/26286/task/26293/stat : 26293 (java) S 26284 26286 25826 0 -1 64 879 0 0 0 35 1 0 0 16 0 9 0 90092932 885800960 131879 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26294] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26294/stat : 26294 (java) S 26284 26286 25826 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90092933 885800960 131879 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26295] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26295/stat : 26295 (java) S 26284 26286 25826 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 90092933 885800960 131879 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1586.94
Current children cumulated vsize (KiB) 865040

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/89 26295
/proc/meminfo: memFree=297416/2055920 swapFree=4192812/4192956
[pid=26286] ppid=26284 vsize=865040 CPUtime=1646.37
/proc/26286/stat : 26286 (java) S 26284 26286 25826 0 -1 0 141501 0 1 0 164472 165 0 0 18 0 9 0 90092928 885800960 132361 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26286/statm: 216260 132361 1973 9 0 210729 0
[pid=26286/tid=26287] ppid=26284 vsize=865040 CPUtime=1620.57
/proc/26286/task/26287/stat : 26287 (java) R 26284 26286 25826 0 -1 64 23031 0 1 0 162008 49 0 0 25 0 9 0 90092929 885800960 132361 996147200 134512640 134550932 4294955888 18446744073709551615 103823641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26289] ppid=26284 vsize=865040 CPUtime=25.4
/proc/26286/task/26289/stat : 26289 (java) S 26284 26286 25826 0 -1 64 116858 0 0 0 2426 114 0 0 16 0 9 0 90092930 885800960 132361 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26290] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26290/stat : 26290 (java) S 26284 26286 25826 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90092930 885800960 132361 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26291] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26291/stat : 26291 (java) S 26284 26286 25826 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 90092930 885800960 132361 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26292] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26292/stat : 26292 (java) S 26284 26286 25826 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90092932 885800960 132361 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26293] ppid=26284 vsize=865040 CPUtime=0.36
/proc/26286/task/26293/stat : 26293 (java) S 26284 26286 25826 0 -1 64 879 0 0 0 35 1 0 0 16 0 9 0 90092932 885800960 132361 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26294] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26294/stat : 26294 (java) S 26284 26286 25826 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90092933 885800960 132361 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26295] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26295/stat : 26295 (java) S 26284 26286 25826 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 90092933 885800960 132361 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.37
Current children cumulated vsize (KiB) 865040

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/89 26295
/proc/meminfo: memFree=295496/2055920 swapFree=4192812/4192956
[pid=26286] ppid=26284 vsize=865040 CPUtime=1705.79
/proc/26286/stat : 26286 (java) S 26284 26286 25826 0 -1 0 142285 0 1 0 170410 169 0 0 18 0 9 0 90092928 885800960 132842 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26286/statm: 216260 132842 1973 9 0 210729 0
[pid=26286/tid=26287] ppid=26284 vsize=865040 CPUtime=1679.15
/proc/26286/task/26287/stat : 26287 (java) R 26284 26286 25826 0 -1 64 23334 0 1 0 167865 50 0 0 25 0 9 0 90092929 885800960 132842 996147200 134512640 134550932 4294955888 18446744073709551615 103823641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26289] ppid=26284 vsize=865040 CPUtime=26.24
/proc/26286/task/26289/stat : 26289 (java) S 26284 26286 25826 0 -1 64 117339 0 0 0 2507 117 0 0 16 0 9 0 90092930 885800960 132842 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26290] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26290/stat : 26290 (java) S 26284 26286 25826 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90092930 885800960 132842 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26291] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26291/stat : 26291 (java) S 26284 26286 25826 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 90092930 885800960 132842 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26292] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26292/stat : 26292 (java) S 26284 26286 25826 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90092932 885800960 132842 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26293] ppid=26284 vsize=865040 CPUtime=0.36
/proc/26286/task/26293/stat : 26293 (java) S 26284 26286 25826 0 -1 64 879 0 0 0 35 1 0 0 16 0 9 0 90092932 885800960 132842 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26294] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26294/stat : 26294 (java) S 26284 26286 25826 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90092933 885800960 132842 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26295] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26295/stat : 26295 (java) S 26284 26286 25826 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 90092933 885800960 132842 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1705.79
Current children cumulated vsize (KiB) 865040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 26333
/proc/meminfo: memFree=255872/2055920 swapFree=4192812/4192956
[pid=26286] ppid=26284 vsize=865040 CPUtime=1765.32
/proc/26286/stat : 26286 (java) S 26284 26286 25826 0 -1 0 143079 0 1 0 176358 174 0 0 18 0 9 0 90092928 885800960 133329 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26286/statm: 216260 133329 1973 9 0 210729 0
[pid=26286/tid=26287] ppid=26284 vsize=865040 CPUtime=1737.83
/proc/26286/task/26287/stat : 26287 (java) R 26284 26286 25826 0 -1 64 23641 0 1 0 173730 53 0 0 25 0 9 0 90092929 885800960 133329 996147200 134512640 134550932 4294955888 18446744073709551615 103823641 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26286/tid=26289] ppid=26284 vsize=865040 CPUtime=27.09
/proc/26286/task/26289/stat : 26289 (java) S 26284 26286 25826 0 -1 64 117826 0 0 0 2590 119 0 0 16 0 9 0 90092930 885800960 133329 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26286/tid=26290] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26290/stat : 26290 (java) S 26284 26286 25826 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90092930 885800960 133329 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26291] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26291/stat : 26291 (java) S 26284 26286 25826 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 90092930 885800960 133329 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26292] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26292/stat : 26292 (java) S 26284 26286 25826 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90092932 885800960 133329 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26293] ppid=26284 vsize=865040 CPUtime=0.36
/proc/26286/task/26293/stat : 26293 (java) S 26284 26286 25826 0 -1 64 879 0 0 0 35 1 0 0 16 0 9 0 90092932 885800960 133329 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26294] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26294/stat : 26294 (java) S 26284 26286 25826 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90092933 885800960 133329 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26295] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26295/stat : 26295 (java) S 26284 26286 25826 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 90092933 885800960 133329 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1765.32
Current children cumulated vsize (KiB) 865040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 26333
/proc/meminfo: memFree=141952/2055920 swapFree=4192812/4192956
[pid=26286] ppid=26284 vsize=865040 CPUtime=1800.01
/proc/26286/stat : 26286 (java) S 26284 26286 25826 0 -1 0 143427 0 1 0 179823 178 0 0 18 0 9 0 90092928 885800960 133542 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26286/statm: 216260 133542 1973 9 0 210729 0
[pid=26286/tid=26287] ppid=26284 vsize=865040 CPUtime=1772.18
/proc/26286/task/26287/stat : 26287 (java) R 26284 26286 25826 0 -1 64 23776 0 1 0 177164 54 0 0 25 0 9 0 90092929 885800960 133542 996147200 134512640 134550932 4294955888 18446744073709551615 103823656 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26286/tid=26289] ppid=26284 vsize=865040 CPUtime=27.43
/proc/26286/task/26289/stat : 26289 (java) S 26284 26286 25826 0 -1 64 118039 0 0 0 2622 121 0 0 16 0 9 0 90092930 885800960 133542 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26286/tid=26290] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26290/stat : 26290 (java) S 26284 26286 25826 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90092930 885800960 133542 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26291] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26291/stat : 26291 (java) S 26284 26286 25826 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 90092930 885800960 133542 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26292] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26292/stat : 26292 (java) S 26284 26286 25826 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90092932 885800960 133542 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26293] ppid=26284 vsize=865040 CPUtime=0.36
/proc/26286/task/26293/stat : 26293 (java) S 26284 26286 25826 0 -1 64 879 0 0 0 35 1 0 0 16 0 9 0 90092932 885800960 133542 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26294] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26294/stat : 26294 (java) S 26284 26286 25826 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90092933 885800960 133542 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26286/tid=26295] ppid=26284 vsize=865040 CPUtime=0
/proc/26286/task/26295/stat : 26295 (java) S 26284 26286 25826 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 90092933 885800960 133542 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 865040

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

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

[startup+1817.11 s]
/proc/loadavg: 2.00 2.00 1.99 3/82 26336
/proc/meminfo: memFree=640760/2055920 swapFree=4192812/4192956
[pid=26286] ppid=26284 vsize=0 CPUtime=1800.11
/proc/26286/stat : 26286 (java) Z 26284 26286 25826 0 -1 1036 143448 0 1 0 179826 185 0 0 16 0 2 0 90092928 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26286/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1817.13
CPU time (s): 1800.13
CPU user time (s): 1798.26
CPU system time (s): 1.86272
CPU usage (%): 99.0645
Max. virtual memory (cumulated for all children) (KiB): 865776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.26
system time used= 1.86272
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143448
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= 118423
involuntary context switches= 154013

runsolver used 2.27565 second user time and 6.11807 second system time

The end

Launcher Data

Begin job on node57 at 2009-07-19 21:04:57
IDJOB=2115801
IDBENCH=55621
IDSOLVER=780
FILE ID=node57/2115801-1248030295
PBS_JOBID= 9528935
Free space on /tmp= 66312 MiB

SOLVER NAME= Choco2.1.1b 2009-07-16
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-clauses-71-70.xml
COMMAND LINE= java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file BENCHNAME -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2115801-1248030295/watcher-2115801-1248030295 -o /tmp/evaluation-result-2115801-1248030295/solver-2115801-1248030295 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2115801-1248030295.xml -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979

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

MD5SUM BENCH= 1ed9b29809e37ecdd38e641694300923
RANDOM SEED=1403627108

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

/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.261
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.261
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:        836144 kB
Buffers:         99460 kB
Cached:         947672 kB
SwapCached:          0 kB
Active:         261516 kB
Inactive:       854916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        836144 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           39764 kB
Writeback:           0 kB
Mapped:          87080 kB
Slab:            88776 kB
Committed_AS:  1277564 kB
PageTables:       1888 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= 66308 MiB
End job on node57 at 2009-07-19 21:35:16