Trace number 2064139

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.1 2009-06-10? (TO) 1800.1 1804.57

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-2.xml
MD5SUMbdbe2078ed8387e97052ed05a12c408b
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark63.8163
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints22714
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22514
Global constraints used (with number of constraints)alldifferent(200)

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-2064139-1247334295/watcher-2064139-1247334295 -o /tmp/evaluation-result-2064139-1247334295/solver-2064139-1247334295 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2064139-1247334295.xml -h 1 -randval true -ac 32 -rest true -rb 10 -rg 1.3 -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: 1.92 2.09 2.07 4/82 12156
/proc/meminfo: memFree=417608/2055920 swapFree=4192956/4192956
[pid=12156] ppid=12154 vsize=10676 CPUtime=0
/proc/12156/stat : 12156 (java) S 12154 12156 11939 0 -1 0 710 0 0 0 0 0 0 0 18 0 2 0 20493665 10932224 488 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12156/statm: 2669 488 211 9 0 1184 0
[pid=12156/tid=12157] ppid=12154 vsize=10676 CPUtime=0
/proc/12156/task/12157/stat : 12157 (java) R 12154 12156 11939 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 20493667 10932224 488 996147200 134512640 134550932 4294955840 18446744073709551615 4378584 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.046787 s]
/proc/loadavg: 1.92 2.09 2.07 4/82 12156
/proc/meminfo: memFree=417608/2055920 swapFree=4192956/4192956
[pid=12156] ppid=12154 vsize=859892 CPUtime=0.02
/proc/12156/stat : 12156 (java) S 12154 12156 11939 0 -1 0 1873 0 1 0 1 1 0 0 18 0 5 0 20493665 880529408 1540 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/12156/statm: 214973 1540 688 9 0 209888 0
[pid=12156/tid=12157] ppid=12154 vsize=859892 CPUtime=0
/proc/12156/task/12157/stat : 12157 (java) S 12154 12156 11939 0 -1 64 1150 0 1 0 0 0 0 0 18 0 5 0 20493667 880529408 1540 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 859892

[startup+0.10263 s]
/proc/loadavg: 1.92 2.09 2.07 4/82 12156
/proc/meminfo: memFree=417608/2055920 swapFree=4192956/4192956
[pid=12156] ppid=12154 vsize=862256 CPUtime=0.07
/proc/12156/stat : 12156 (java) S 12154 12156 11939 0 -1 0 3227 0 1 0 6 1 0 0 18 0 9 0 20493665 882950144 2695 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12156/statm: 215564 2695 1292 9 0 210433 0
[pid=12156/tid=12157] ppid=12154 vsize=862256 CPUtime=0.05
/proc/12156/task/12157/stat : 12157 (java) R 12154 12156 11939 0 -1 64 2289 0 1 0 5 0 0 0 18 0 9 0 20493667 882950144 2695 996147200 134512640 134550932 4294955840 18446744073709551615 4159461031 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 862256

[startup+0.302643 s]
/proc/loadavg: 1.92 2.09 2.07 4/82 12156
/proc/meminfo: memFree=417608/2055920 swapFree=4192956/4192956
[pid=12156] ppid=12154 vsize=864196 CPUtime=0.27
/proc/12156/stat : 12156 (java) S 12154 12156 11939 0 -1 0 4444 0 1 0 25 2 0 0 18 0 9 0 20493665 884936704 3869 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12156/statm: 216049 3869 1852 9 0 210517 0
[pid=12156/tid=12157] ppid=12154 vsize=864196 CPUtime=0.23
/proc/12156/task/12157/stat : 12157 (java) R 12154 12156 11939 0 -1 64 3482 0 1 0 22 1 0 0 19 0 9 0 20493667 884936704 3869 996147200 134512640 134550932 4294955840 18446744073709551615 4126072144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 864196

[startup+0.702682 s]
/proc/loadavg: 1.92 2.09 2.07 4/82 12156
/proc/meminfo: memFree=417608/2055920 swapFree=4192956/4192956
[pid=12156] ppid=12154 vsize=864936 CPUtime=0.66
/proc/12156/stat : 12156 (java) S 12154 12156 11939 0 -1 0 7948 0 1 0 62 4 0 0 18 0 9 0 20493665 885694464 7373 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12156/statm: 216234 7373 1856 9 0 210702 0
[pid=12156/tid=12157] ppid=12154 vsize=864936 CPUtime=0.55
/proc/12156/task/12157/stat : 12157 (java) R 12154 12156 11939 0 -1 64 6725 0 1 0 52 3 0 0 22 0 9 0 20493667 885694464 7373 996147200 134512640 134550932 4294955840 18446744073709551615 4126587593 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 864936

[startup+1.50176 s]
/proc/loadavg: 1.92 2.09 2.07 3/91 12165
/proc/meminfo: memFree=378944/2055920 swapFree=4192956/4192956
[pid=12156] ppid=12154 vsize=865048 CPUtime=1.46
/proc/12156/stat : 12156 (java) S 12154 12156 11939 0 -1 0 22009 0 1 0 136 10 0 0 18 0 9 0 20493665 885809152 21421 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12156/statm: 216262 21421 1908 9 0 210730 0
[pid=12156/tid=12157] ppid=12154 vsize=865048 CPUtime=1.11
/proc/12156/task/12157/stat : 12157 (java) R 12154 12156 11939 0 -1 64 14289 0 1 0 104 7 0 0 25 0 9 0 20493667 885809152 21421 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12159] ppid=12154 vsize=865048 CPUtime=0.13
/proc/12156/task/12159/stat : 12159 (java) R 12154 12156 11939 0 -1 64 6421 0 0 0 12 1 0 0 17 0 9 0 20493670 885809152 21421 996147200 134512640 134550932 4294955840 18446744073709551615 102546852 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12160] ppid=12154 vsize=865048 CPUtime=0
/proc/12156/task/12160/stat : 12160 (java) S 12154 12156 11939 0 -1 64 11 0 0 0 0 0 0 0 18 0 9 0 20493670 885809152 21421 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12161] ppid=12154 vsize=865048 CPUtime=0
/proc/12156/task/12161/stat : 12161 (java) S 12154 12156 11939 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 20493670 885809152 21421 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12162] ppid=12154 vsize=865048 CPUtime=0
/proc/12156/task/12162/stat : 12162 (java) S 12154 12156 11939 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20493672 885809152 21421 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12163] ppid=12154 vsize=865048 CPUtime=0.19
/proc/12156/task/12163/stat : 12163 (java) S 12154 12156 11939 0 -1 64 573 0 0 0 19 0 0 0 16 0 9 0 20493672 885809152 21421 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12164] ppid=12154 vsize=865048 CPUtime=0
/proc/12156/task/12164/stat : 12164 (java) S 12154 12156 11939 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20493672 885809152 21421 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12165] ppid=12154 vsize=865048 CPUtime=0
/proc/12156/task/12165/stat : 12165 (java) S 12154 12156 11939 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20493672 885809152 21421 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 865048

[startup+3.10191 s]
/proc/loadavg: 1.92 2.09 2.07 4/91 12165
/proc/meminfo: memFree=329024/2055920 swapFree=4192956/4192956
[pid=12156] ppid=12154 vsize=865164 CPUtime=3.03
/proc/12156/stat : 12156 (java) S 12154 12156 11939 0 -1 0 26948 0 1 0 291 12 0 0 18 0 9 0 20493665 885927936 26338 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12156/statm: 216291 26338 1960 9 0 210759 0
[pid=12156/tid=12157] ppid=12154 vsize=865164 CPUtime=2.43
/proc/12156/task/12157/stat : 12157 (java) R 12154 12156 11939 0 -1 64 14530 0 1 0 236 7 0 0 25 0 9 0 20493667 885927936 26338 996147200 134512640 134550932 4294955840 18446744073709551615 4126803579 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12159] ppid=12154 vsize=865164 CPUtime=0.31
/proc/12156/task/12159/stat : 12159 (java) S 12154 12156 11939 0 -1 64 11060 0 0 0 28 3 0 0 16 0 9 0 20493670 885927936 26338 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12160] ppid=12154 vsize=865164 CPUtime=0
/proc/12156/task/12160/stat : 12160 (java) S 12154 12156 11939 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20493670 885927936 26338 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12161] ppid=12154 vsize=865164 CPUtime=0
/proc/12156/task/12161/stat : 12161 (java) S 12154 12156 11939 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 20493670 885927936 26338 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12162] ppid=12154 vsize=865164 CPUtime=0
/proc/12156/task/12162/stat : 12162 (java) S 12154 12156 11939 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20493672 885927936 26338 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12163] ppid=12154 vsize=865164 CPUtime=0.26
/proc/12156/task/12163/stat : 12163 (java) S 12154 12156 11939 0 -1 64 626 0 0 0 26 0 0 0 15 0 9 0 20493672 885927936 26338 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12164] ppid=12154 vsize=865164 CPUtime=0
/proc/12156/task/12164/stat : 12164 (java) S 12154 12156 11939 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20493672 885927936 26338 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12165] ppid=12154 vsize=865164 CPUtime=0
/proc/12156/task/12165/stat : 12165 (java) S 12154 12156 11939 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20493672 885927936 26338 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 865164

[startup+6.30222 s]
/proc/loadavg: 1.93 2.09 2.07 3/91 12165
/proc/meminfo: memFree=276608/2055920 swapFree=4192956/4192956
[pid=12156] ppid=12154 vsize=865636 CPUtime=6.21
/proc/12156/stat : 12156 (java) S 12154 12156 11939 0 -1 0 44376 0 1 0 602 19 0 0 18 0 9 0 20493665 886411264 43744 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12156/statm: 216409 43744 1987 9 0 210877 0
[pid=12156/tid=12157] ppid=12154 vsize=865636 CPUtime=4.79
/proc/12156/task/12157/stat : 12157 (java) R 12154 12156 11939 0 -1 64 14805 0 1 0 471 8 0 0 25 0 9 0 20493667 886411264 43744 996147200 134512640 134550932 4294955840 18446744073709551615 4127363302 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12159] ppid=12154 vsize=865636 CPUtime=0.98
/proc/12156/task/12159/stat : 12159 (java) S 12154 12156 11939 0 -1 64 28005 0 0 0 89 9 0 0 17 0 9 0 20493670 886411264 43744 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12160] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12160/stat : 12160 (java) S 12154 12156 11939 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20493670 886411264 43744 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12161] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12161/stat : 12161 (java) S 12154 12156 11939 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 20493670 886411264 43744 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12162] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12162/stat : 12162 (java) S 12154 12156 11939 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20493672 886411264 43744 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12163] ppid=12154 vsize=865636 CPUtime=0.41
/proc/12156/task/12163/stat : 12163 (java) S 12154 12156 11939 0 -1 64 834 0 0 0 41 0 0 0 15 0 9 0 20493672 886411264 43744 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12164] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12164/stat : 12164 (java) S 12154 12156 11939 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20493672 886411264 43744 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12165] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12165/stat : 12165 (java) S 12154 12156 11939 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20493672 886411264 43744 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 865636

[startup+12.7018 s]
/proc/loadavg: 1.93 2.09 2.07 3/91 12165
/proc/meminfo: memFree=170752/2055920 swapFree=4192956/4192956
[pid=12156] ppid=12154 vsize=865636 CPUtime=12.55
/proc/12156/stat : 12156 (java) S 12154 12156 11939 0 -1 0 64022 0 1 0 1229 26 0 0 18 0 9 0 20493665 886411264 63380 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12156/statm: 216409 63380 1987 9 0 210877 0
[pid=12156/tid=12157] ppid=12154 vsize=865636 CPUtime=10.29
/proc/12156/task/12157/stat : 12157 (java) R 12154 12156 11939 0 -1 64 14824 0 1 0 1021 8 0 0 25 0 9 0 20493667 886411264 63380 996147200 134512640 134550932 4294955840 18446744073709551615 4127310455 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12159] ppid=12154 vsize=865636 CPUtime=1.73
/proc/12156/task/12159/stat : 12159 (java) S 12154 12156 11939 0 -1 64 47589 0 0 0 158 15 0 0 16 0 9 0 20493670 886411264 63380 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12160] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12160/stat : 12160 (java) S 12154 12156 11939 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20493670 886411264 63380 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12161] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12161/stat : 12161 (java) S 12154 12156 11939 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 20493670 886411264 63380 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12162] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12162/stat : 12162 (java) S 12154 12156 11939 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20493672 886411264 63380 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12163] ppid=12154 vsize=865636 CPUtime=0.48
/proc/12156/task/12163/stat : 12163 (java) S 12154 12156 11939 0 -1 64 877 0 0 0 48 0 0 0 15 0 9 0 20493672 886411264 63380 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12164] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12164/stat : 12164 (java) S 12154 12156 11939 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20493672 886411264 63380 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12165] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12165/stat : 12165 (java) S 12154 12156 11939 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20493672 886411264 63380 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 865636

[startup+25.503 s]
/proc/loadavg: 1.95 2.08 2.07 3/91 12165
/proc/meminfo: memFree=170944/2055920 swapFree=4192956/4192956
[pid=12156] ppid=12154 vsize=865636 CPUtime=25.22
/proc/12156/stat : 12156 (java) S 12154 12156 11939 0 -1 0 64039 0 1 0 2496 26 0 0 18 0 9 0 20493665 886411264 63383 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12156/statm: 216409 63383 1987 9 0 210877 0
[pid=12156/tid=12157] ppid=12154 vsize=865636 CPUtime=22.91
/proc/12156/task/12157/stat : 12157 (java) R 12154 12156 11939 0 -1 64 14838 0 1 0 2283 8 0 0 25 0 9 0 20493667 886411264 63383 996147200 134512640 134550932 4294955840 18446744073709551615 4126632376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12159] ppid=12154 vsize=865636 CPUtime=1.79
/proc/12156/task/12159/stat : 12159 (java) S 12154 12156 11939 0 -1 64 47589 0 0 0 163 16 0 0 16 0 9 0 20493670 886411264 63383 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12160] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12160/stat : 12160 (java) S 12154 12156 11939 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20493670 886411264 63383 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12161] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12161/stat : 12161 (java) S 12154 12156 11939 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 20493670 886411264 63383 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12162] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12162/stat : 12162 (java) S 12154 12156 11939 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20493672 886411264 63383 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12163] ppid=12154 vsize=865636 CPUtime=0.49
/proc/12156/task/12163/stat : 12163 (java) S 12154 12156 11939 0 -1 64 880 0 0 0 49 0 0 0 15 0 9 0 20493672 886411264 63383 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12164] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12164/stat : 12164 (java) S 12154 12156 11939 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20493672 886411264 63383 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12165] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12165/stat : 12165 (java) S 12154 12156 11939 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20493672 886411264 63383 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 865636

[startup+51.1024 s]
/proc/loadavg: 1.96 2.07 2.07 3/91 12165
/proc/meminfo: memFree=170944/2055920 swapFree=4192956/4192956
[pid=12156] ppid=12154 vsize=865636 CPUtime=50.58
/proc/12156/stat : 12156 (java) S 12154 12156 11939 0 -1 0 64068 0 1 0 5031 27 0 0 18 0 9 0 20493665 886411264 63388 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12156/statm: 216409 63388 1987 9 0 210877 0
[pid=12156/tid=12157] ppid=12154 vsize=865636 CPUtime=48.15
/proc/12156/task/12157/stat : 12157 (java) R 12154 12156 11939 0 -1 64 14862 0 1 0 4806 9 0 0 25 0 9 0 20493667 886411264 63388 996147200 134512640 134550932 4294955840 18446744073709551615 4127629996 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12159] ppid=12154 vsize=865636 CPUtime=1.91
/proc/12156/task/12159/stat : 12159 (java) S 12154 12156 11939 0 -1 64 47593 0 0 0 175 16 0 0 16 0 9 0 20493670 886411264 63388 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0

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

/proc/12156/task/12161/stat : 12161 (java) S 12154 12156 11939 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 20493670 886411264 65241 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12162] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12162/stat : 12162 (java) S 12154 12156 11939 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20493672 886411264 65241 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12163] ppid=12154 vsize=865636 CPUtime=0.55
/proc/12156/task/12163/stat : 12163 (java) S 12154 12156 11939 0 -1 64 909 0 0 0 54 1 0 0 17 0 9 0 20493672 886411264 65241 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12156/tid=12164] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12164/stat : 12164 (java) S 12154 12156 11939 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20493672 886411264 65241 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12165] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12165/stat : 12165 (java) S 12154 12156 11939 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20493672 886411264 65241 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1537.91
Current children cumulated vsize (KiB) 865636

[startup+1602.3 s]
/proc/loadavg: 2.13 2.08 2.02 3/83 12225
/proc/meminfo: memFree=16008/2055920 swapFree=4192956/4192956
[pid=12156] ppid=12154 vsize=865636 CPUtime=1597.89
/proc/12156/stat : 12156 (java) S 12154 12156 11939 0 -1 0 66520 0 1 0 159732 57 0 0 18 0 9 0 20493665 886411264 65246 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12156/statm: 216409 65246 1992 9 0 210877 0
[pid=12156/tid=12157] ppid=12154 vsize=865636 CPUtime=1592.63
/proc/12156/task/12157/stat : 12157 (java) R 12154 12156 11939 0 -1 64 15465 0 1 0 159230 33 0 0 25 0 9 0 20493667 886411264 65246 996147200 134512640 134550932 4294955840 18446744073709551615 4127615155 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12156/tid=12159] ppid=12154 vsize=865636 CPUtime=4.68
/proc/12156/task/12159/stat : 12159 (java) S 12154 12156 11939 0 -1 64 49414 0 0 0 446 22 0 0 16 0 9 0 20493670 886411264 65246 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12156/tid=12160] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12160/stat : 12160 (java) S 12154 12156 11939 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20493670 886411264 65246 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12161] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12161/stat : 12161 (java) S 12154 12156 11939 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 20493670 886411264 65246 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12162] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12162/stat : 12162 (java) S 12154 12156 11939 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20493672 886411264 65246 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12163] ppid=12154 vsize=865636 CPUtime=0.55
/proc/12156/task/12163/stat : 12163 (java) S 12154 12156 11939 0 -1 64 909 0 0 0 54 1 0 0 17 0 9 0 20493672 886411264 65246 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12156/tid=12164] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12164/stat : 12164 (java) S 12154 12156 11939 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20493672 886411264 65246 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12165] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12165/stat : 12165 (java) S 12154 12156 11939 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20493672 886411264 65246 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1597.89
Current children cumulated vsize (KiB) 865636

[startup+1662.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/83 12225
/proc/meminfo: memFree=14984/2055920 swapFree=4192956/4192956
[pid=12156] ppid=12154 vsize=865636 CPUtime=1657.87
/proc/12156/stat : 12156 (java) S 12154 12156 11939 0 -1 0 66550 0 1 0 165729 58 0 0 18 0 9 0 20493665 886411264 65255 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12156/statm: 216409 65255 1992 9 0 210877 0
[pid=12156/tid=12157] ppid=12154 vsize=865636 CPUtime=1652.55
/proc/12156/task/12157/stat : 12157 (java) R 12154 12156 11939 0 -1 64 15486 0 1 0 165221 34 0 0 25 0 9 0 20493667 886411264 65255 996147200 134512640 134550932 4294955840 18446744073709551615 4127747751 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12156/tid=12159] ppid=12154 vsize=865636 CPUtime=4.74
/proc/12156/task/12159/stat : 12159 (java) S 12154 12156 11939 0 -1 64 49423 0 0 0 452 22 0 0 16 0 9 0 20493670 886411264 65255 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12156/tid=12160] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12160/stat : 12160 (java) S 12154 12156 11939 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20493670 886411264 65255 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12161] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12161/stat : 12161 (java) S 12154 12156 11939 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 20493670 886411264 65255 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12162] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12162/stat : 12162 (java) S 12154 12156 11939 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20493672 886411264 65255 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12163] ppid=12154 vsize=865636 CPUtime=0.55
/proc/12156/task/12163/stat : 12163 (java) S 12154 12156 11939 0 -1 64 909 0 0 0 54 1 0 0 17 0 9 0 20493672 886411264 65255 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12156/tid=12164] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12164/stat : 12164 (java) S 12154 12156 11939 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20493672 886411264 65255 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12165] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12165/stat : 12165 (java) S 12154 12156 11939 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20493672 886411264 65255 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.87
Current children cumulated vsize (KiB) 865636

[startup+1722.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/83 12225
/proc/meminfo: memFree=15752/2055920 swapFree=4192956/4192956
[pid=12156] ppid=12154 vsize=865636 CPUtime=1717.85
/proc/12156/stat : 12156 (java) S 12154 12156 11939 0 -1 0 66570 0 1 0 171727 58 0 0 18 0 9 0 20493665 886411264 65257 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12156/statm: 216409 65257 1992 9 0 210877 0
[pid=12156/tid=12157] ppid=12154 vsize=865636 CPUtime=1712.48
/proc/12156/task/12157/stat : 12157 (java) R 12154 12156 11939 0 -1 64 15504 0 1 0 171214 34 0 0 25 0 9 0 20493667 886411264 65257 996147200 134512640 134550932 4294955840 18446744073709551615 4127651712 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12156/tid=12159] ppid=12154 vsize=865636 CPUtime=4.79
/proc/12156/task/12159/stat : 12159 (java) S 12154 12156 11939 0 -1 64 49425 0 0 0 457 22 0 0 16 0 9 0 20493670 886411264 65257 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12156/tid=12160] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12160/stat : 12160 (java) S 12154 12156 11939 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20493670 886411264 65257 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12161] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12161/stat : 12161 (java) S 12154 12156 11939 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 20493670 886411264 65257 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12162] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12162/stat : 12162 (java) S 12154 12156 11939 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20493672 886411264 65257 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12163] ppid=12154 vsize=865636 CPUtime=0.55
/proc/12156/task/12163/stat : 12163 (java) S 12154 12156 11939 0 -1 64 909 0 0 0 54 1 0 0 17 0 9 0 20493672 886411264 65257 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12156/tid=12164] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12164/stat : 12164 (java) S 12154 12156 11939 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20493672 886411264 65257 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12165] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12165/stat : 12165 (java) S 12154 12156 11939 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20493672 886411264 65257 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.85
Current children cumulated vsize (KiB) 865636

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/83 12225
/proc/meminfo: memFree=16072/2055920 swapFree=4192956/4192956
[pid=12156] ppid=12154 vsize=865636 CPUtime=1777.83
/proc/12156/stat : 12156 (java) S 12154 12156 11939 0 -1 0 66590 0 1 0 177724 59 0 0 18 0 9 0 20493665 886411264 65259 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12156/statm: 216409 65259 1992 9 0 210877 0
[pid=12156/tid=12157] ppid=12154 vsize=865636 CPUtime=1772.38
/proc/12156/task/12157/stat : 12157 (java) R 12154 12156 11939 0 -1 64 15522 0 1 0 177204 34 0 0 25 0 9 0 20493667 886411264 65259 996147200 134512640 134550932 4294955840 18446744073709551615 4127747264 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12156/tid=12159] ppid=12154 vsize=865636 CPUtime=4.87
/proc/12156/task/12159/stat : 12159 (java) S 12154 12156 11939 0 -1 64 49427 0 0 0 465 22 0 0 16 0 9 0 20493670 886411264 65259 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12156/tid=12160] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12160/stat : 12160 (java) S 12154 12156 11939 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20493670 886411264 65259 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12161] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12161/stat : 12161 (java) S 12154 12156 11939 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 20493670 886411264 65259 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12162] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12162/stat : 12162 (java) S 12154 12156 11939 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20493672 886411264 65259 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12163] ppid=12154 vsize=865636 CPUtime=0.55
/proc/12156/task/12163/stat : 12163 (java) S 12154 12156 11939 0 -1 64 909 0 0 0 54 1 0 0 17 0 9 0 20493672 886411264 65259 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12156/tid=12164] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12164/stat : 12164 (java) S 12154 12156 11939 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20493672 886411264 65259 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12165] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12165/stat : 12165 (java) S 12154 12156 11939 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20493672 886411264 65259 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.83
Current children cumulated vsize (KiB) 865636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.5 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 12225
/proc/meminfo: memFree=15240/2055920 swapFree=4192956/4192956
[pid=12156] ppid=12154 vsize=865636 CPUtime=1800.03
/proc/12156/stat : 12156 (java) S 12154 12156 11939 0 -1 0 66629 0 1 0 179944 59 0 0 18 0 9 0 20493665 886411264 65291 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12156/statm: 216409 65291 1992 9 0 210877 0
[pid=12156/tid=12157] ppid=12154 vsize=865636 CPUtime=1794.57
/proc/12156/task/12157/stat : 12157 (java) R 12154 12156 11939 0 -1 64 15529 0 1 0 179422 35 0 0 25 0 9 0 20493667 886411264 65291 996147200 134512640 134550932 4294955840 18446744073709551615 4127747497 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12156/tid=12159] ppid=12154 vsize=865636 CPUtime=4.88
/proc/12156/task/12159/stat : 12159 (java) S 12154 12156 11939 0 -1 64 49459 0 0 0 466 22 0 0 16 0 9 0 20493670 886411264 65291 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12156/tid=12160] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12160/stat : 12160 (java) S 12154 12156 11939 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20493670 886411264 65291 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12161] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12161/stat : 12161 (java) S 12154 12156 11939 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 20493670 886411264 65291 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12162] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12162/stat : 12162 (java) S 12154 12156 11939 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20493672 886411264 65291 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12163] ppid=12154 vsize=865636 CPUtime=0.55
/proc/12156/task/12163/stat : 12163 (java) S 12154 12156 11939 0 -1 64 909 0 0 0 54 1 0 0 17 0 9 0 20493672 886411264 65291 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12156/tid=12164] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12164/stat : 12164 (java) S 12154 12156 11939 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20493672 886411264 65291 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12165] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12165/stat : 12165 (java) S 12154 12156 11939 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20493672 886411264 65291 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 865636

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

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

[startup+1804.5 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 12225
/proc/meminfo: memFree=15240/2055920 swapFree=4192956/4192956
[pid=12156] ppid=12154 vsize=865636 CPUtime=1800.03
/proc/12156/stat : 12156 (java) S 12154 12156 11939 0 -1 0 66629 0 1 0 179944 59 0 0 18 0 9 0 20493665 886411264 65291 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12156/statm: 216409 65291 1992 9 0 210877 0
[pid=12156/tid=12157] ppid=12154 vsize=865636 CPUtime=1794.57
/proc/12156/task/12157/stat : 12157 (java) R 12154 12156 11939 0 -1 64 15529 0 1 0 179422 35 0 0 25 0 9 0 20493667 886411264 65291 996147200 134512640 134550932 4294955840 18446744073709551615 4127747497 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12156/tid=12159] ppid=12154 vsize=865636 CPUtime=4.88
/proc/12156/task/12159/stat : 12159 (java) S 12154 12156 11939 0 -1 64 49459 0 0 0 466 22 0 0 16 0 9 0 20493670 886411264 65291 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12156/tid=12160] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12160/stat : 12160 (java) S 12154 12156 11939 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20493670 886411264 65291 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12161] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12161/stat : 12161 (java) S 12154 12156 11939 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 20493670 886411264 65291 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12162] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12162/stat : 12162 (java) S 12154 12156 11939 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20493672 886411264 65291 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12163] ppid=12154 vsize=865636 CPUtime=0.55
/proc/12156/task/12163/stat : 12163 (java) S 12154 12156 11939 0 -1 64 909 0 0 0 54 1 0 0 17 0 9 0 20493672 886411264 65291 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12156/tid=12164] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12164/stat : 12164 (java) S 12154 12156 11939 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20493672 886411264 65291 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12156/tid=12165] ppid=12154 vsize=865636 CPUtime=0
/proc/12156/task/12165/stat : 12165 (java) S 12154 12156 11939 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20493672 886411264 65291 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 865636

Child status: 143
Real time (s): 1804.57
CPU time (s): 1800.1
CPU user time (s): 1799.47
CPU system time (s): 0.634903
CPU usage (%): 99.7525
Max. virtual memory (cumulated for all children) (KiB): 865636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 0.634903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66650
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= 44977
involuntary context switches= 58498

runsolver used 2.07668 second user time and 6.14207 second system time

The end

Launcher Data

Begin job on node48 at 2009-07-11 19:44:55
IDJOB=2064139
IDBENCH=54126
IDSOLVER=737
FILE ID=node48/2064139-1247334295
PBS_JOBID= 9506628
Free space on /tmp= 66456 MiB

SOLVER NAME= Choco2.1.1 2009-06-10
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-2.xml
COMMAND LINE= java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file BENCHNAME -h 1 -randval true -ac 32 -rest true -rb 10 -rg 1.3 -saclim 60 -s true -verb 0 -seed 11041979
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2064139-1247334295/watcher-2064139-1247334295 -o /tmp/evaluation-result-2064139-1247334295/solver-2064139-1247334295 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2064139-1247334295.xml -h 1 -randval true -ac 32 -rest true -rb 10 -rg 1.3 -saclim 60 -s true -verb 0 -seed 11041979

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

MD5SUM BENCH= bdbe2078ed8387e97052ed05a12c408b
RANDOM SEED=1277920518

node48.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.237
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.237
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:        418088 kB
Buffers:         59272 kB
Cached:        1097068 kB
SwapCached:          0 kB
Active:         486880 kB
Inactive:      1098688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        418088 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5808 kB
Writeback:           0 kB
Mapped:         449588 kB
Slab:            36572 kB
Committed_AS:   592452 kB
PageTables:       2656 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= 66324 MiB
End job on node48 at 2009-07-11 20:15:02