Trace number 1092572

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
Abscon 112v4 AC? (TO) 1800.09 1817.88

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-95-7.xml
MD5SUMa7bfced7c76430a4e64d921de0f86ae8
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.46847
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1551
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1092572-1215276083.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.39	   
0.28/0.39	   variables being loaded...
0.58/0.69	     nbVariables=400  nbDomainTypes=400  minDomainSize=1453  maxDomainSize=1551  nbTotalValues=600598
0.58/0.69	       =>  wckTime=0.447  cpuTime=0.36  mem=21M621
0.58/0.69	   
0.58/0.69	   predicates being loaded...
0.68/0.78	   
0.68/0.78	   constraints being loaded...
2.95/3.06	     nbConstraints=4200  nbGlobalConstraints=4199  nbConvertedConstraints=1  nbConvertConstraintsChecks=2269360
2.95/3.06	     nbExtensionStructures=1  nbSharedExtensionStructures=0  nbConflictsStructures=1  nbSharedConflictsStructures=0
2.95/3.06	     nbSharedBinaryRepresentations=90  minDegree=21  maxDegree=22  minArity=2  avgArity=2.09  maxArity=20
2.95/3.06	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.875  symmetryCpuTime=0.77  nbCliques=20
2.95/3.06	       =>  wckTime=2.82  cpuTime=2.38  mem=34M247
3.05/3.18	   
3.05/3.18	   solver IterativeSystematicSolver being built... 
3.15/3.25	   
3.15/3.25	   INFO : Forward propagation technique limited 
3.25/3.36	       =>  wckTime=3.12  cpuTime=2.53  mem=55M837
3.64/3.70	   
3.64/3.70	   preprocessing
3.64/3.70	     nbConstraintChecks=39262  nbPropagations=910  nbRevisions=4  nbUselessRevisions=0  nbRemovedValues=383838
3.64/3.70	     detectedInconsistency=no
3.64/3.70	       =>  wckTime=0.319  cpuTime=0.23  mem=48M535
5.82/5.99	   
5.82/5.99	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=110, mem=78M584)

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1092572-1215276083/watcher-1092572-1215276083 -o /tmp/evaluation-result-1092572-1215276083/solver-1092572-1215276083 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1092572-1215276083.xml 

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): 2200 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
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: 1.92 1.98 1.99 4/81 13880
/proc/meminfo: memFree=1408760/2055920 swapFree=4179808/4192956
[pid=13880] ppid=13878 vsize=10616 CPUtime=0
/proc/13880/stat : 13880 (java) S 13878 13880 11917 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 2006577147 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 2654 472 209 9 0 1184 0
[pid=13880/tid=13881] ppid=13878 vsize=10616 CPUtime=0
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 11917 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 2006577148 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 12799960 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.090466 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 13880
/proc/meminfo: memFree=1408760/2055920 swapFree=4179808/4192956
[pid=13880] ppid=13878 vsize=865884 CPUtime=0.07
/proc/13880/stat : 13880 (java) S 13878 13880 11917 0 -1 0 3623 0 1 0 5 2 0 0 18 0 9 0 2006577147 886665216 3111 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 216471 3111 1668 9 0 211026 0
[pid=13880/tid=13881] ppid=13878 vsize=865884 CPUtime=0.06
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 11917 0 -1 64 2721 0 1 0 4 2 0 0 18 0 9 0 2006577148 886665216 3111 996147200 134512640 134550740 4294955968 18446744073709551615 102538926 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.101468 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 13880
/proc/meminfo: memFree=1408760/2055920 swapFree=4179808/4192956
[pid=13880] ppid=13878 vsize=865884 CPUtime=0.08
/proc/13880/stat : 13880 (java) S 13878 13880 11917 0 -1 0 3766 0 1 0 6 2 0 0 18 0 9 0 2006577147 886665216 3220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 216471 3220 1709 9 0 211026 0
[pid=13880/tid=13881] ppid=13878 vsize=865884 CPUtime=0.07
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 11917 0 -1 64 2864 0 1 0 5 2 0 0 18 0 9 0 2006577148 886665216 3220 996147200 134512640 134550740 4294955968 18446744073709551615 102300288 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301499 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 13880
/proc/meminfo: memFree=1408760/2055920 swapFree=4179808/4192956
[pid=13880] ppid=13878 vsize=866128 CPUtime=0.28
/proc/13880/stat : 13880 (java) S 13878 13880 11917 0 -1 0 5787 0 1 0 24 4 0 0 18 0 9 0 2006577147 886915072 5161 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 216532 5161 1946 9 0 211060 0
[pid=13880/tid=13881] ppid=13878 vsize=866128 CPUtime=0.26
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 11917 0 -1 64 4882 0 1 0 23 3 0 0 18 0 9 0 2006577148 886915072 5161 996147200 134512640 134550740 4294955968 18446744073709551615 4159583334 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866128

[startup+0.701565 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 13880
/proc/meminfo: memFree=1408760/2055920 swapFree=4179808/4192956
[pid=13880] ppid=13878 vsize=867016 CPUtime=0.68
/proc/13880/stat : 13880 (java) S 13878 13880 11917 0 -1 0 10119 0 1 0 61 7 0 0 18 0 9 0 2006577147 887824384 9481 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 216754 9481 1974 9 0 211282 0
[pid=13880/tid=13881] ppid=13878 vsize=867016 CPUtime=0.58
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 11917 0 -1 64 8951 0 1 0 52 6 0 0 20 0 9 0 2006577148 887824384 9481 996147200 134512640 134550740 4294955968 18446744073709551615 102385829 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867016

[startup+1.50168 s]
/proc/loadavg: 1.92 1.98 1.99 3/90 13889
/proc/meminfo: memFree=1368560/2055920 swapFree=4179808/4192956
[pid=13880] ppid=13878 vsize=867696 CPUtime=1.47
/proc/13880/stat : 13880 (java) S 13878 13880 11917 0 -1 0 15309 0 1 0 136 11 0 0 18 0 9 0 2006577147 888520704 14668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 216924 14668 2013 9 0 211430 0
[pid=13880/tid=13881] ppid=13878 vsize=867696 CPUtime=1.26
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 11917 0 -1 64 13916 0 1 0 116 10 0 0 25 0 9 0 2006577148 888520704 14668 996147200 134512640 134550740 4294955968 18446744073709551615 4126934846 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13883] ppid=13878 vsize=867696 CPUtime=0
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 11917 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 2006577150 888520704 14668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13884] ppid=13878 vsize=867696 CPUtime=0
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 11917 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2006577150 888520704 14668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13885] ppid=13878 vsize=867696 CPUtime=0
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 11917 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2006577150 888520704 14668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13886] ppid=13878 vsize=867696 CPUtime=0
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 11917 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006577152 888520704 14668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13887] ppid=13878 vsize=867696 CPUtime=0.19
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 11917 0 -1 64 696 0 0 0 19 0 0 0 16 0 9 0 2006577152 888520704 14668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13888] ppid=13878 vsize=867696 CPUtime=0
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 11917 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006577152 888520704 14668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13889] ppid=13878 vsize=867696 CPUtime=0
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 11917 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006577152 888520704 14668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867696

[startup+3.10295 s]
/proc/loadavg: 1.92 1.98 1.99 3/90 13889
/proc/meminfo: memFree=1333040/2055920 swapFree=4179808/4192956
[pid=13880] ppid=13878 vsize=868072 CPUtime=3.05
/proc/13880/stat : 13880 (java) S 13878 13880 11917 0 -1 0 28191 485 1 0 267 33 4 1 18 0 9 0 2006577147 888905728 21026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 217018 21026 2065 9 0 211546 0
[pid=13880/tid=13881] ppid=13878 vsize=868072 CPUtime=2.64
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 11917 0 -1 64 18873 485 1 0 231 28 4 1 25 0 9 0 2006577148 888905728 21026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13883] ppid=13878 vsize=868072 CPUtime=0.16
/proc/13880/task/13883/stat : 13883 (java) R 13878 13880 11917 0 -1 64 7625 485 0 0 9 2 4 1 16 0 9 0 2006577150 888905728 21026 996147200 134512640 134550740 4294955968 18446744073709551615 104456944 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13884] ppid=13878 vsize=868072 CPUtime=0.05
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 11917 0 -1 64 13 485 0 0 0 0 4 1 16 0 9 0 2006577150 888905728 21026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13885] ppid=13878 vsize=868072 CPUtime=0.05
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 11917 0 -1 64 5 485 0 0 0 0 4 1 16 0 9 0 2006577150 888905728 21026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13886] ppid=13878 vsize=868072 CPUtime=0.05
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 11917 0 -1 64 1 485 0 0 0 0 4 1 18 0 9 0 2006577152 888905728 21026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13887] ppid=13878 vsize=868072 CPUtime=0.31
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 11917 0 -1 64 858 485 0 0 26 0 4 1 15 0 9 0 2006577152 888905728 21026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13888] ppid=13878 vsize=868072 CPUtime=0.05
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 11917 0 -1 64 2 485 0 0 0 0 4 1 19 0 9 0 2006577152 888905728 21026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13889] ppid=13878 vsize=868072 CPUtime=0.05
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 11917 0 -1 64 10 485 0 0 0 0 4 1 15 0 9 0 2006577152 888905728 21026 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 868072

[startup+6.30246 s]
/proc/loadavg: 1.93 1.98 1.99 3/90 13893
/proc/meminfo: memFree=1296432/2055920 swapFree=4179808/4192956
[pid=13880] ppid=13878 vsize=868112 CPUtime=6.22
/proc/13880/stat : 13880 (java) S 13878 13880 11917 0 -1 0 49093 485 1 0 579 38 4 1 18 0 9 0 2006577147 888946688 30576 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 217028 30576 2637 9 0 211534 0
[pid=13880/tid=13881] ppid=13878 vsize=868112 CPUtime=5.55
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 11917 0 -1 64 29795 485 1 0 520 30 4 1 25 0 9 0 2006577148 888946688 30576 996147200 134512640 134550740 4294955968 18446744073709551615 4127062370 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13883] ppid=13878 vsize=868112 CPUtime=0.32
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 11917 0 -1 64 17429 485 0 0 22 5 4 1 16 0 9 0 2006577150 888946688 30576 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13884] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 11917 0 -1 64 16 485 0 0 0 0 4 1 16 0 9 0 2006577150 888946688 30576 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13885] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 11917 0 -1 64 8 485 0 0 0 0 4 1 15 0 9 0 2006577150 888946688 30576 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13886] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 11917 0 -1 64 1 485 0 0 0 0 4 1 18 0 9 0 2006577152 888946688 30576 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13887] ppid=13878 vsize=868112 CPUtime=0.4
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 11917 0 -1 64 997 485 0 0 35 0 4 1 15 0 9 0 2006577152 888946688 30576 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13888] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 11917 0 -1 64 2 485 0 0 0 0 4 1 19 0 9 0 2006577152 888946688 30576 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13889] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 11917 0 -1 64 41 485 0 0 0 0 4 1 15 0 9 0 2006577152 888946688 30576 996147200 134512640 134550740 4294955968 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) 868112

[startup+12.7025 s]
/proc/loadavg: 1.93 1.98 1.99 3/90 13893
/proc/meminfo: memFree=1296112/2055920 swapFree=4179808/4192956
[pid=13880] ppid=13878 vsize=868112 CPUtime=12.56
/proc/13880/stat : 13880 (java) S 13878 13880 11917 0 -1 0 49122 485 1 0 1213 38 4 1 18 0 9 0 2006577147 888946688 30592 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 217028 30592 2637 9 0 211534 0
[pid=13880/tid=13881] ppid=13878 vsize=868112 CPUtime=11.82
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 11917 0 -1 64 29804 485 1 0 1147 30 4 1 25 0 9 0 2006577148 888946688 30592 996147200 134512640 134550740 4294955968 18446744073709551615 4127175967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13883] ppid=13878 vsize=868112 CPUtime=0.35
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 11917 0 -1 64 17429 485 0 0 25 5 4 1 16 0 9 0 2006577150 888946688 30592 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13884] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 11917 0 -1 64 16 485 0 0 0 0 4 1 16 0 9 0 2006577150 888946688 30592 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13885] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 11917 0 -1 64 8 485 0 0 0 0 4 1 15 0 9 0 2006577150 888946688 30592 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13886] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 11917 0 -1 64 1 485 0 0 0 0 4 1 18 0 9 0 2006577152 888946688 30592 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13887] ppid=13878 vsize=868112 CPUtime=0.44
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 11917 0 -1 64 1017 485 0 0 39 0 4 1 16 0 9 0 2006577152 888946688 30592 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13888] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 11917 0 -1 64 2 485 0 0 0 0 4 1 19 0 9 0 2006577152 888946688 30592 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13889] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 11917 0 -1 64 41 485 0 0 0 0 4 1 15 0 9 0 2006577152 888946688 30592 996147200 134512640 134550740 4294955968 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) 868112

[startup+25.5015 s]
/proc/loadavg: 1.95 1.98 1.99 3/90 13893
/proc/meminfo: memFree=1295152/2055920 swapFree=4179808/4192956
[pid=13880] ppid=13878 vsize=868112 CPUtime=25.23
/proc/13880/stat : 13880 (java) S 13878 13880 11917 0 -1 0 49387 485 1 0 2480 38 4 1 18 0 9 0 2006577147 888946688 30840 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 217028 30840 2637 9 0 211534 0
[pid=13880/tid=13881] ppid=13878 vsize=868112 CPUtime=24.44
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 11917 0 -1 64 29820 485 1 0 2409 30 4 1 25 0 9 0 2006577148 888946688 30840 996147200 134512640 134550740 4294955968 18446744073709551615 4127062359 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13883] ppid=13878 vsize=868112 CPUtime=0.42
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 11917 0 -1 64 17678 485 0 0 31 6 4 1 17 0 9 0 2006577150 888946688 30840 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13884] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 11917 0 -1 64 16 485 0 0 0 0 4 1 16 0 9 0 2006577150 888946688 30840 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13885] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 11917 0 -1 64 8 485 0 0 0 0 4 1 15 0 9 0 2006577150 888946688 30840 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13886] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 11917 0 -1 64 1 485 0 0 0 0 4 1 18 0 9 0 2006577152 888946688 30840 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13887] ppid=13878 vsize=868112 CPUtime=0.44
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 11917 0 -1 64 1017 485 0 0 39 0 4 1 16 0 9 0 2006577152 888946688 30840 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13888] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 11917 0 -1 64 2 485 0 0 0 0 4 1 19 0 9 0 2006577152 888946688 30840 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13889] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 11917 0 -1 64 41 485 0 0 0 0 4 1 15 0 9 0 2006577152 888946688 30840 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868112

[startup+51.1017 s]
/proc/loadavg: 1.96 1.98 1.99 3/90 13893
/proc/meminfo: memFree=1295088/2055920 swapFree=4179808/4192956
[pid=13880] ppid=13878 vsize=868112 CPUtime=50.58
/proc/13880/stat : 13880 (java) S 13878 13880 11917 0 -1 0 49429 485 1 0 5015 38 4 1 18 0 9 0 2006577147 888946688 30853 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 217028 30853 2637 9 0 211534 0
[pid=13880/tid=13881] ppid=13878 vsize=868112 CPUtime=49.72
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 11917 0 -1 64 29849 485 1 0 4937 30 4 1 25 0 9 0 2006577148 888946688 30853 996147200 134512640 134550740 4294955968 18446744073709551615 4127066429 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13883] ppid=13878 vsize=868112 CPUtime=0.48

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

/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 11917 0 -1 64 8 485 0 0 0 0 4 1 15 0 9 0 2006577150 888946688 30913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13886] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 11917 0 -1 64 1 485 0 0 0 0 4 1 18 0 9 0 2006577152 888946688 30913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13887] ppid=13878 vsize=868112 CPUtime=0.45
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 11917 0 -1 64 1021 485 0 0 40 0 4 1 16 0 9 0 2006577152 888946688 30913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13888] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 11917 0 -1 64 2 485 0 0 0 0 4 1 19 0 9 0 2006577152 888946688 30913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13889] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 11917 0 -1 64 41 485 0 0 0 0 4 1 15 0 9 0 2006577152 888946688 30913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1467.74
Current children cumulated vsize (KiB) 868112

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/93 13941
/proc/meminfo: memFree=1279336/2055920 swapFree=4179808/4192956
[pid=13880] ppid=13878 vsize=868112 CPUtime=1527.17
/proc/13880/stat : 13880 (java) S 13878 13880 11917 0 -1 0 51808 485 1 0 152645 67 4 1 18 0 9 0 2006577147 888946688 30913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 217028 30913 2637 9 0 211534 0
[pid=13880/tid=13881] ppid=13878 vsize=868112 CPUtime=1519.85
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 11917 0 -1 64 32168 485 1 0 151940 40 4 1 25 0 9 0 2006577148 888946688 30913 996147200 134512640 134550740 4294955968 18446744073709551615 4126650008 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13883] ppid=13878 vsize=868112 CPUtime=6.92
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 11917 0 -1 64 17747 485 0 0 663 24 4 1 16 0 9 0 2006577150 888946688 30913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13884] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 11917 0 -1 64 16 485 0 0 0 0 4 1 16 0 9 0 2006577150 888946688 30913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13885] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 11917 0 -1 64 8 485 0 0 0 0 4 1 15 0 9 0 2006577150 888946688 30913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13886] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 11917 0 -1 64 1 485 0 0 0 0 4 1 18 0 9 0 2006577152 888946688 30913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13887] ppid=13878 vsize=868112 CPUtime=0.45
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 11917 0 -1 64 1021 485 0 0 40 0 4 1 16 0 9 0 2006577152 888946688 30913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13888] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 11917 0 -1 64 2 485 0 0 0 0 4 1 19 0 9 0 2006577152 888946688 30913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13889] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 11917 0 -1 64 41 485 0 0 0 0 4 1 15 0 9 0 2006577152 888946688 30913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.17
Current children cumulated vsize (KiB) 868112

[startup+1602.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/93 13941
/proc/meminfo: memFree=1279344/2055920 swapFree=4179808/4192956
[pid=13880] ppid=13878 vsize=868112 CPUtime=1586.6
/proc/13880/stat : 13880 (java) S 13878 13880 11917 0 -1 0 51910 485 1 0 158586 69 4 1 18 0 9 0 2006577147 888946688 30913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 217028 30913 2637 9 0 211534 0
[pid=13880/tid=13881] ppid=13878 vsize=868112 CPUtime=1578.97
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 11917 0 -1 64 32270 485 1 0 157851 41 4 1 25 0 9 0 2006577148 888946688 30913 996147200 134512640 134550740 4294955968 18446744073709551615 4126650008 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13883] ppid=13878 vsize=868112 CPUtime=7.24
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 11917 0 -1 64 17747 485 0 0 694 25 4 1 16 0 9 0 2006577150 888946688 30913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13884] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 11917 0 -1 64 16 485 0 0 0 0 4 1 16 0 9 0 2006577150 888946688 30913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13885] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 11917 0 -1 64 8 485 0 0 0 0 4 1 15 0 9 0 2006577150 888946688 30913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13886] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 11917 0 -1 64 1 485 0 0 0 0 4 1 18 0 9 0 2006577152 888946688 30913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13887] ppid=13878 vsize=868112 CPUtime=0.45
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 11917 0 -1 64 1021 485 0 0 40 0 4 1 16 0 9 0 2006577152 888946688 30913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13888] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 11917 0 -1 64 2 485 0 0 0 0 4 1 19 0 9 0 2006577152 888946688 30913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13889] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 11917 0 -1 64 41 485 0 0 0 0 4 1 15 0 9 0 2006577152 888946688 30913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1586.6
Current children cumulated vsize (KiB) 868112

[startup+1662.3 s]
/proc/loadavg: 2.29 2.10 2.02 3/93 13941
/proc/meminfo: memFree=1279280/2055920 swapFree=4179808/4192956
[pid=13880] ppid=13878 vsize=868112 CPUtime=1646.02
/proc/13880/stat : 13880 (java) S 13878 13880 11917 0 -1 0 52015 485 1 0 164527 70 4 1 18 0 9 0 2006577147 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 217028 30915 2637 9 0 211534 0
[pid=13880/tid=13881] ppid=13878 vsize=868112 CPUtime=1638.08
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 11917 0 -1 64 32373 485 1 0 163761 42 4 1 25 0 9 0 2006577148 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4127260057 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13883] ppid=13878 vsize=868112 CPUtime=7.56
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 11917 0 -1 64 17749 485 0 0 725 26 4 1 16 0 9 0 2006577150 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13884] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 11917 0 -1 64 16 485 0 0 0 0 4 1 16 0 9 0 2006577150 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13885] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 11917 0 -1 64 8 485 0 0 0 0 4 1 15 0 9 0 2006577150 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13886] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 11917 0 -1 64 1 485 0 0 0 0 4 1 18 0 9 0 2006577152 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13887] ppid=13878 vsize=868112 CPUtime=0.45
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 11917 0 -1 64 1021 485 0 0 40 0 4 1 16 0 9 0 2006577152 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13888] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 11917 0 -1 64 2 485 0 0 0 0 4 1 19 0 9 0 2006577152 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13889] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 11917 0 -1 64 41 485 0 0 0 0 4 1 15 0 9 0 2006577152 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.02
Current children cumulated vsize (KiB) 868112

[startup+1722.3 s]
/proc/loadavg: 2.11 2.08 2.02 3/93 13941
/proc/meminfo: memFree=1265648/2055920 swapFree=4179808/4192956
[pid=13880] ppid=13878 vsize=868112 CPUtime=1705.4
/proc/13880/stat : 13880 (java) S 13878 13880 11917 0 -1 0 52116 485 1 0 170464 71 4 1 18 0 9 0 2006577147 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 217028 30915 2637 9 0 211534 0
[pid=13880/tid=13881] ppid=13878 vsize=868112 CPUtime=1697.14
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 11917 0 -1 64 32474 485 1 0 169667 42 4 1 25 0 9 0 2006577148 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4126650008 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13883] ppid=13878 vsize=868112 CPUtime=7.87
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 11917 0 -1 64 17749 485 0 0 755 27 4 1 16 0 9 0 2006577150 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13884] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 11917 0 -1 64 16 485 0 0 0 0 4 1 16 0 9 0 2006577150 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13885] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 11917 0 -1 64 8 485 0 0 0 0 4 1 15 0 9 0 2006577150 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13886] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 11917 0 -1 64 1 485 0 0 0 0 4 1 18 0 9 0 2006577152 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13887] ppid=13878 vsize=868112 CPUtime=0.45
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 11917 0 -1 64 1021 485 0 0 40 0 4 1 16 0 9 0 2006577152 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13888] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 11917 0 -1 64 2 485 0 0 0 0 4 1 19 0 9 0 2006577152 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13889] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 11917 0 -1 64 41 485 0 0 0 0 4 1 15 0 9 0 2006577152 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1705.4
Current children cumulated vsize (KiB) 868112

[startup+1782.3 s]
/proc/loadavg: 2.04 2.06 2.01 3/93 13941
/proc/meminfo: memFree=1265520/2055920 swapFree=4179808/4192956
[pid=13880] ppid=13878 vsize=868112 CPUtime=1764.83
/proc/13880/stat : 13880 (java) S 13878 13880 11917 0 -1 0 52195 485 1 0 176405 73 4 1 18 0 9 0 2006577147 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 217028 30915 2637 9 0 211534 0
[pid=13880/tid=13881] ppid=13878 vsize=868112 CPUtime=1756.33
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 11917 0 -1 64 32553 485 1 0 175586 42 4 1 25 0 9 0 2006577148 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4127164891 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13883] ppid=13878 vsize=868112 CPUtime=8.11
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 11917 0 -1 64 17749 485 0 0 778 28 4 1 17 0 9 0 2006577150 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13884] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 11917 0 -1 64 16 485 0 0 0 0 4 1 16 0 9 0 2006577150 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13885] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 11917 0 -1 64 8 485 0 0 0 0 4 1 15 0 9 0 2006577150 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13886] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 11917 0 -1 64 1 485 0 0 0 0 4 1 18 0 9 0 2006577152 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13887] ppid=13878 vsize=868112 CPUtime=0.45
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 11917 0 -1 64 1021 485 0 0 40 0 4 1 16 0 9 0 2006577152 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13888] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 11917 0 -1 64 2 485 0 0 0 0 4 1 19 0 9 0 2006577152 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13889] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 11917 0 -1 64 41 485 0 0 0 0 4 1 15 0 9 0 2006577152 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1764.83
Current children cumulated vsize (KiB) 868112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.8 s]
/proc/loadavg: 2.02 2.05 2.01 5/93 13941
/proc/meminfo: memFree=1265520/2055920 swapFree=4179808/4192956
[pid=13880] ppid=13878 vsize=868112 CPUtime=1800
/proc/13880/stat : 13880 (java) S 13878 13880 11917 0 -1 0 52237 485 1 0 179922 73 4 1 18 0 9 0 2006577147 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13880/statm: 217028 30915 2637 9 0 211534 0
[pid=13880/tid=13881] ppid=13878 vsize=868112 CPUtime=1791.38
/proc/13880/task/13881/stat : 13881 (java) R 13878 13880 11917 0 -1 64 32595 485 1 0 179090 43 4 1 25 0 9 0 2006577148 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4127164891 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13883] ppid=13878 vsize=868112 CPUtime=8.23
/proc/13880/task/13883/stat : 13883 (java) S 13878 13880 11917 0 -1 64 17749 485 0 0 790 28 4 1 16 0 9 0 2006577150 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13884] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13884/stat : 13884 (java) S 13878 13880 11917 0 -1 64 16 485 0 0 0 0 4 1 16 0 9 0 2006577150 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13885] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13885/stat : 13885 (java) S 13878 13880 11917 0 -1 64 8 485 0 0 0 0 4 1 15 0 9 0 2006577150 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13886] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13886/stat : 13886 (java) S 13878 13880 11917 0 -1 64 1 485 0 0 0 0 4 1 18 0 9 0 2006577152 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13887] ppid=13878 vsize=868112 CPUtime=0.45
/proc/13880/task/13887/stat : 13887 (java) S 13878 13880 11917 0 -1 64 1021 485 0 0 40 0 4 1 16 0 9 0 2006577152 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13888] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13888/stat : 13888 (java) S 13878 13880 11917 0 -1 64 2 485 0 0 0 0 4 1 19 0 9 0 2006577152 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13880/tid=13889] ppid=13878 vsize=868112 CPUtime=0.05
/proc/13880/task/13889/stat : 13889 (java) S 13878 13880 11917 0 -1 64 41 485 0 0 0 0 4 1 15 0 9 0 2006577152 888946688 30915 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 868112

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

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

Child status: 143
Real time (s): 1817.88
CPU time (s): 1800.09
CPU user time (s): 1799.31
CPU system time (s): 0.771882
CPU usage (%): 99.0213
Max. virtual memory (cumulated for all children) (KiB): 868112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.31
system time used= 0.771882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52752
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= 55966
involuntary context switches= 109114

runsolver used 2.36164 second user time and 5.95709 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-05 18:41:23
IDJOB=1092572
IDBENCH=58636
IDSOLVER=363
FILE ID=node69/1092572-1215276083
PBS_JOBID= 7882146
Free space on /tmp= 66476 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/js-taillard-20/normalized-js-taillard-20-95-7.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1092572-1215276083/watcher-1092572-1215276083 -o /tmp/evaluation-result-1092572-1215276083/solver-1092572-1215276083 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1092572-1215276083.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a7bfced7c76430a4e64d921de0f86ae8
RANDOM SEED=1858511997

node69.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.259
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.259
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:       1409240 kB
Buffers:         61468 kB
Cached:         242004 kB
SwapCached:       7560 kB
Active:         445384 kB
Inactive:       136864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1409240 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:            2600 kB
Writeback:           0 kB
Mapped:         294492 kB
Slab:            48780 kB
Committed_AS:  4399468 kB
PageTables:       2556 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= 66472 MiB
End job on node69 at 2008-07-05 19:11:42