Trace number 1058448

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.16 1815.41

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-20.xml
MD5SUMbe35789960256c589543366605c747b5
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark115.765
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints46582
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension46282
Global constraints used (with number of constraints)alldifferent(300)

Solver Data (download as text)

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.27	
0.18/0.27	   configuration
0.18/0.27	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1058448-1215115116.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.48/0.51	     nbVariables=700  nbDomainTypes=25  minDomainSize=1  maxDomainSize=45  nbTotalValues=16951
0.48/0.51	       =>  wckTime=0.237  cpuTime=0.17  mem=9M837
0.48/0.51	   
0.48/0.51	   predicates being loaded...
0.48/0.57	   
0.48/0.57	   constraints being loaded...
13.62/13.89	     nbConstraints=46584  nbGlobalConstraints=302  nbSingletonDomainVariables=28  nbConflictsStructures=18
13.62/13.89	     nbSharedConflictsStructures=7371  nbUnbuiltConflictsStructures=273  nbSharedBinaryRepresentations=0
13.62/13.89	     nbEvaluationManagers=291  nbSharedEvaluationManagers=45991  minDegree=202  maxDegree=351  minArity=4  avgArity=4.09
13.62/13.89	     maxArity=20  nbGenerators=2  nbFusions=0  symmetryWckTime=2.616  symmetryCpuTime=0.88
13.62/13.89	       =>  wckTime=13.616  cpuTime=9.88  mem=255M998
14.63/14.81	   
14.63/14.82	   solver IterativeSystematicSolver being built... 
17.60/17.85	   
17.60/17.85	   INFO : Forward propagation technique limited 
17.70/17.95	       =>  wckTime=17.672  cpuTime=11.55  mem=408M768
20.57/20.83	   
20.57/20.83	   preprocessing
20.57/20.83	     nbConstraintChecks=3677411  nbValidityChecks=151100  nbPropagations=700  nbRevisions=155572
20.57/20.83	     nbUselessRevisions=155572  nbRemovedValues=0  detectedInconsistency=no
20.57/20.83	       =>  wckTime=2.878  cpuTime=2.82  mem=415M911
84.07/84.91	   
84.07/84.91	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=418M972)

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-1058448-1215115116/watcher-1058448-1215115116 -o /tmp/evaluation-result-1058448-1215115116/solver-1058448-1215115116 -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-1058448-1215115116.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: 2.00 2.02 2.00 3/80 22942
/proc/meminfo: memFree=1325984/2055920 swapFree=4113920/4192956
[pid=22942] ppid=22940 vsize=18572 CPUtime=0
/proc/22942/stat : 22942 (runsolver) R 22940 22942 21892 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1541187935 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 215418989863 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/22942/statm: 4643 292 257 25 0 2626 0

[startup+0.0483019 s]
/proc/loadavg: 2.00 2.02 2.00 3/80 22942
/proc/meminfo: memFree=1325984/2055920 swapFree=4113920/4192956
[pid=22942] ppid=22940 vsize=861876 CPUtime=0.03
/proc/22942/stat : 22942 (java) S 22940 22942 21892 0 -1 0 2274 0 1 0 2 1 0 0 18 0 5 0 1541187935 882561024 1881 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/22942/statm: 215550 1960 901 9 0 210529 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.107975 s]
/proc/loadavg: 2.00 2.02 2.00 3/80 22942
/proc/meminfo: memFree=1325984/2055920 swapFree=4113920/4192956
[pid=22942] ppid=22940 vsize=865884 CPUtime=0.09
/proc/22942/stat : 22942 (java) S 22940 22942 21892 0 -1 0 3689 0 1 0 7 2 0 0 18 0 9 0 1541187935 886665216 3164 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22942/statm: 216471 3164 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301973 s]
/proc/loadavg: 2.00 2.02 2.00 3/80 22942
/proc/meminfo: memFree=1325984/2055920 swapFree=4113920/4192956
[pid=22942] ppid=22940 vsize=866204 CPUtime=0.28
/proc/22942/stat : 22942 (java) S 22940 22942 21892 0 -1 0 5581 0 1 0 24 4 0 0 18 0 9 0 1541187935 886992896 5004 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22942/statm: 216551 5004 1884 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866204

[startup+0.701058 s]
/proc/loadavg: 2.00 2.02 2.00 3/80 22942
/proc/meminfo: memFree=1325984/2055920 swapFree=4113920/4192956
[pid=22942] ppid=22940 vsize=867544 CPUtime=0.68
/proc/22942/stat : 22942 (java) S 22940 22942 21892 0 -1 0 8349 0 1 0 62 6 0 0 18 0 9 0 1541187935 888365056 7709 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22942/statm: 216886 7709 2011 9 0 211392 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867544

[startup+1.50121 s]
/proc/loadavg: 2.00 2.02 2.00 4/89 22951
/proc/meminfo: memFree=1286680/2055920 swapFree=4113920/4192956
[pid=22942] ppid=22940 vsize=867592 CPUtime=1.47
/proc/22942/stat : 22942 (java) S 22940 22942 21892 0 -1 0 18483 0 1 0 134 13 0 0 18 0 9 0 1541187935 888414208 17818 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22942/statm: 216898 17818 2004 9 0 211426 0
[pid=22942/tid=22944] ppid=22940 vsize=867592 CPUtime=1.18
/proc/22942/task/22944/stat : 22944 (java) R 22940 22942 21892 0 -1 64 15750 0 1 0 107 11 0 0 25 0 9 0 1541187936 888414208 17818 996147200 134512640 134550740 4294955984 18446744073709551615 103825584 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22945] ppid=22940 vsize=867592 CPUtime=0.07
/proc/22942/task/22945/stat : 22945 (java) S 22940 22942 21892 0 -1 64 1372 0 0 0 7 0 0 0 16 0 9 0 1541187938 888414208 17818 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22946] ppid=22940 vsize=867592 CPUtime=0
/proc/22942/task/22946/stat : 22946 (java) S 22940 22942 21892 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1541187938 888414208 17818 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22947] ppid=22940 vsize=867592 CPUtime=0
/proc/22942/task/22947/stat : 22947 (java) S 22940 22942 21892 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1541187938 888414208 17818 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22948] ppid=22940 vsize=867592 CPUtime=0
/proc/22942/task/22948/stat : 22948 (java) S 22940 22942 21892 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541187940 888414208 17818 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22949] ppid=22940 vsize=867592 CPUtime=0.19
/proc/22942/task/22949/stat : 22949 (java) S 22940 22942 21892 0 -1 64 665 0 0 0 19 0 0 0 16 0 9 0 1541187940 888414208 17818 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22950] ppid=22940 vsize=867592 CPUtime=0
/proc/22942/task/22950/stat : 22950 (java) S 22940 22942 21892 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1541187940 888414208 17818 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22951] ppid=22940 vsize=867592 CPUtime=0
/proc/22942/task/22951/stat : 22951 (java) S 22940 22942 21892 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1541187940 888414208 17818 996147200 134512640 134550740 4294955984 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) 867592

[startup+3.10252 s]
/proc/loadavg: 2.00 2.02 2.00 4/89 22951
/proc/meminfo: memFree=1259928/2055920 swapFree=4113920/4192956
[pid=22942] ppid=22940 vsize=867592 CPUtime=3.05
/proc/22942/stat : 22942 (java) S 22940 22942 21892 0 -1 0 22734 0 1 0 289 16 0 0 18 0 9 0 1541187935 888414208 22067 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22942/statm: 216898 22067 2004 9 0 211426 0
[pid=22942/tid=22944] ppid=22940 vsize=867592 CPUtime=2.5
/proc/22942/task/22944/stat : 22944 (java) R 22940 22942 21892 0 -1 64 15753 0 1 0 239 11 0 0 25 0 9 0 1541187936 888414208 22067 996147200 134512640 134550740 4294955984 18446744073709551615 4126724770 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22945] ppid=22940 vsize=867592 CPUtime=0.33
/proc/22942/task/22945/stat : 22945 (java) S 22940 22942 21892 0 -1 64 5620 0 0 0 30 3 0 0 17 0 9 0 1541187938 888414208 22067 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22946] ppid=22940 vsize=867592 CPUtime=0
/proc/22942/task/22946/stat : 22946 (java) S 22940 22942 21892 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1541187938 888414208 22067 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22947] ppid=22940 vsize=867592 CPUtime=0
/proc/22942/task/22947/stat : 22947 (java) S 22940 22942 21892 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1541187938 888414208 22067 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22948] ppid=22940 vsize=867592 CPUtime=0
/proc/22942/task/22948/stat : 22948 (java) S 22940 22942 21892 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541187940 888414208 22067 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22949] ppid=22940 vsize=867592 CPUtime=0.19
/proc/22942/task/22949/stat : 22949 (java) S 22940 22942 21892 0 -1 64 665 0 0 0 19 0 0 0 16 0 9 0 1541187940 888414208 22067 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22950] ppid=22940 vsize=867592 CPUtime=0
/proc/22942/task/22950/stat : 22950 (java) S 22940 22942 21892 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1541187940 888414208 22067 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22951] ppid=22940 vsize=867592 CPUtime=0
/proc/22942/task/22951/stat : 22951 (java) S 22940 22942 21892 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1541187940 888414208 22067 996147200 134512640 134550740 4294955984 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) 867592

[startup+6.30114 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 22951
/proc/meminfo: memFree=1222368/2055920 swapFree=4113920/4192956
[pid=22942] ppid=22940 vsize=867592 CPUtime=6.22
/proc/22942/stat : 22942 (java) S 22940 22942 21892 0 -1 0 33642 0 1 0 547 75 0 0 18 0 9 0 1541187935 888414208 32971 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22942/statm: 216898 32971 2005 9 0 211426 0
[pid=22942/tid=22944] ppid=22940 vsize=867592 CPUtime=5.15
/proc/22942/task/22944/stat : 22944 (java) R 22940 22942 21892 0 -1 64 15779 0 1 0 451 64 0 0 25 0 9 0 1541187936 888414208 32971 996147200 134512640 134550740 4294955984 18446744073709551615 103210597 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22945] ppid=22940 vsize=867592 CPUtime=0.76
/proc/22942/task/22945/stat : 22945 (java) S 22940 22942 21892 0 -1 64 16441 0 0 0 67 9 0 0 17 0 9 0 1541187938 888414208 32971 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22946] ppid=22940 vsize=867592 CPUtime=0
/proc/22942/task/22946/stat : 22946 (java) S 22940 22942 21892 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1541187938 888414208 32971 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22947] ppid=22940 vsize=867592 CPUtime=0
/proc/22942/task/22947/stat : 22947 (java) S 22940 22942 21892 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1541187938 888414208 32971 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22948] ppid=22940 vsize=867592 CPUtime=0
/proc/22942/task/22948/stat : 22948 (java) S 22940 22942 21892 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541187940 888414208 32971 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22949] ppid=22940 vsize=867592 CPUtime=0.27
/proc/22942/task/22949/stat : 22949 (java) S 22940 22942 21892 0 -1 64 726 0 0 0 27 0 0 0 16 0 9 0 1541187940 888414208 32971 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22950] ppid=22940 vsize=867592 CPUtime=0
/proc/22942/task/22950/stat : 22950 (java) S 22940 22942 21892 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1541187940 888414208 32971 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22951] ppid=22940 vsize=867592 CPUtime=0
/proc/22942/task/22951/stat : 22951 (java) S 22940 22942 21892 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1541187940 888414208 32971 996147200 134512640 134550740 4294955984 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) 867592

[startup+12.7024 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 22951
/proc/meminfo: memFree=1048288/2055920 swapFree=4113920/4192956
[pid=22942] ppid=22940 vsize=867916 CPUtime=11.91
/proc/22942/stat : 22942 (java) S 22940 22942 21892 0 -1 0 70390 0 1 0 956 235 0 0 18 0 10 0 1541187935 888745984 69591 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22942/statm: 216979 69591 2012 9 0 211507 0
[pid=22942/tid=22944] ppid=22940 vsize=867916 CPUtime=9.71
/proc/22942/task/22944/stat : 22944 (java) S 22940 22942 21892 0 -1 64 15863 0 1 0 769 202 0 0 24 0 10 0 1541187936 888745984 69591 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=22942/tid=22945] ppid=22940 vsize=867916 CPUtime=1.84
/proc/22942/task/22945/stat : 22945 (java) S 22940 22942 21892 0 -1 64 53022 0 0 0 155 29 0 0 17 0 10 0 1541187938 888745984 69591 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22946] ppid=22940 vsize=867916 CPUtime=0
/proc/22942/task/22946/stat : 22946 (java) S 22940 22942 21892 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1541187938 888745984 69591 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22947] ppid=22940 vsize=867916 CPUtime=0
/proc/22942/task/22947/stat : 22947 (java) S 22940 22942 21892 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 1541187938 888745984 69591 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22948] ppid=22940 vsize=867916 CPUtime=0
/proc/22942/task/22948/stat : 22948 (java) S 22940 22942 21892 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1541187940 888745984 69591 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22949] ppid=22940 vsize=867916 CPUtime=0.3
/proc/22942/task/22949/stat : 22949 (java) S 22940 22942 21892 0 -1 64 737 0 0 0 30 0 0 0 15 0 10 0 1541187940 888745984 69591 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22950] ppid=22940 vsize=867916 CPUtime=0
/proc/22942/task/22950/stat : 22950 (java) S 22940 22942 21892 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1541187940 888745984 69591 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22951] ppid=22940 vsize=867916 CPUtime=0
/proc/22942/task/22951/stat : 22951 (java) S 22940 22942 21892 0 -1 64 5 0 0 0 0 0 0 0 15 0 10 0 1541187940 888745984 69591 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.91
Current children cumulated vsize (KiB) 867916

[startup+25.5018 s]
/proc/loadavg: 2.07 2.03 2.00 3/89 22955
/proc/meminfo: memFree=888976/2055920 swapFree=4113920/4192956
[pid=22942] ppid=22940 vsize=868328 CPUtime=25.22
/proc/22942/stat : 22942 (java) S 22940 22942 21892 0 -1 0 176660 4136 1 0 2107 271 136 8 18 0 9 0 1541187935 889167872 111512 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22942/statm: 217082 111512 2637 9 0 211588 0
[pid=22942/tid=22944] ppid=22940 vsize=868328 CPUtime=20.6
/proc/22942/task/22944/stat : 22944 (java) R 22940 22942 21892 0 -1 64 28907 4136 1 0 1711 205 136 8 25 0 9 0 1541187936 889167872 111512 996147200 134512640 134550740 4294955984 18446744073709551615 4127322580 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22945] ppid=22940 vsize=868328 CPUtime=5.57
/proc/22942/task/22945/stat : 22945 (java) S 22940 22942 21892 0 -1 64 145871 4136 0 0 353 60 136 8 17 0 9 0 1541187938 889167872 111512 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22946] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22946/stat : 22946 (java) S 22940 22942 21892 0 -1 64 17 4136 0 0 0 0 136 8 15 0 9 0 1541187938 889167872 111512 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22947] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22947/stat : 22947 (java) S 22940 22942 21892 0 -1 64 9 4136 0 0 0 0 136 8 16 0 9 0 1541187938 889167872 111512 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22948] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22948/stat : 22948 (java) S 22940 22942 21892 0 -1 64 1 4136 0 0 0 0 136 8 18 0 9 0 1541187940 889167872 111512 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22949] ppid=22940 vsize=868328 CPUtime=1.86
/proc/22942/task/22949/stat : 22949 (java) S 22940 22942 21892 0 -1 64 1035 4136 0 0 42 0 136 8 16 0 9 0 1541187940 889167872 111512 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22950] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22950/stat : 22950 (java) S 22940 22942 21892 0 -1 64 1 4136 0 0 0 0 136 8 19 0 9 0 1541187940 889167872 111512 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22951] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22951/stat : 22951 (java) S 22940 22942 21892 0 -1 64 8 4136 0 0 0 0 136 8 15 0 9 0 1541187940 889167872 111512 996147200 134512640 134550740 4294955984 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) 868328

[startup+51.1018 s]
/proc/loadavg: 2.10 2.04 2.01 3/89 22955
/proc/meminfo: memFree=888976/2055920 swapFree=4113920/4192956
[pid=22942] ppid=22940 vsize=868328 CPUtime=50.58
/proc/22942/stat : 22942 (java) S 22940 22942 21892 0 -1 0 176677 4136 1 0 4643 271 136 8 18 0 9 0 1541187935 889167872 111520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22942/statm: 217082 111520 2637 9 0 211588 0
[pid=22942/tid=22944] ppid=22940 vsize=868328 CPUtime=45.94
/proc/22942/task/22944/stat : 22944 (java) R 22940 22942 21892 0 -1 64 28913 4136 1 0 4245 205 136 8 25 0 9 0 1541187936 889167872 111520 996147200 134512640 134550740 4294955984 18446744073709551615 4127339658 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22945] ppid=22940 vsize=868328 CPUtime=5.57
/proc/22942/task/22945/stat : 22945 (java) S 22940 22942 21892 0 -1 64 145871 4136 0 0 353 60 136 8 16 0 9 0 1541187938 889167872 111520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22946] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22946/stat : 22946 (java) S 22940 22942 21892 0 -1 64 17 4136 0 0 0 0 136 8 15 0 9 0 1541187938 889167872 111520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22947] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22947/stat : 22947 (java) S 22940 22942 21892 0 -1 64 9 4136 0 0 0 0 136 8 16 0 9 0 1541187938 889167872 111520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22948] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22948/stat : 22948 (java) S 22940 22942 21892 0 -1 64 1 4136 0 0 0 0 136 8 18 0 9 0 1541187940 889167872 111520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22949] ppid=22940 vsize=868328 CPUtime=1.87
/proc/22942/task/22949/stat : 22949 (java) S 22940 22942 21892 0 -1 64 1046 4136 0 0 43 0 136 8 16 0 9 0 1541187940 889167872 111520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22950] ppid=22940 vsize=868328 CPUtime=1.44

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

/proc/22942/task/22947/stat : 22947 (java) S 22940 22942 21892 0 -1 64 9 4136 0 0 0 0 136 8 16 0 9 0 1541187938 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22948] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22948/stat : 22948 (java) S 22940 22942 21892 0 -1 64 1 4136 0 0 0 0 136 8 18 0 9 0 1541187940 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22949] ppid=22940 vsize=868328 CPUtime=1.93
/proc/22942/task/22949/stat : 22949 (java) S 22940 22942 21892 0 -1 64 1073 4136 0 0 48 1 136 8 16 0 9 0 1541187940 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22950] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22950/stat : 22950 (java) S 22940 22942 21892 0 -1 64 1 4136 0 0 0 0 136 8 19 0 9 0 1541187940 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22951] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22951/stat : 22951 (java) S 22940 22942 21892 0 -1 64 8 4136 0 0 0 0 136 8 15 0 9 0 1541187940 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1527.68
Current children cumulated vsize (KiB) 868328

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.04 3/90 23002
/proc/meminfo: memFree=1025992/2055920 swapFree=4113920/4192956
[pid=22942] ppid=22940 vsize=868328 CPUtime=1587.24
/proc/22942/stat : 22942 (java) S 22940 22942 21892 0 -1 0 176714 4136 1 0 158303 277 136 8 18 0 9 0 1541187935 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22942/statm: 217082 111539 2637 9 0 211588 0
[pid=22942/tid=22944] ppid=22940 vsize=868328 CPUtime=1582.55
/proc/22942/task/22944/stat : 22944 (java) R 22940 22942 21892 0 -1 64 28923 4136 1 0 157900 211 136 8 25 0 9 0 1541187936 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4127330123 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22942/tid=22945] ppid=22940 vsize=868328 CPUtime=5.57
/proc/22942/task/22945/stat : 22945 (java) S 22940 22942 21892 0 -1 64 145871 4136 0 0 353 60 136 8 16 0 9 0 1541187938 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22946] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22946/stat : 22946 (java) S 22940 22942 21892 0 -1 64 17 4136 0 0 0 0 136 8 15 0 9 0 1541187938 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22947] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22947/stat : 22947 (java) S 22940 22942 21892 0 -1 64 9 4136 0 0 0 0 136 8 16 0 9 0 1541187938 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22948] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22948/stat : 22948 (java) S 22940 22942 21892 0 -1 64 1 4136 0 0 0 0 136 8 18 0 9 0 1541187940 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22949] ppid=22940 vsize=868328 CPUtime=1.93
/proc/22942/task/22949/stat : 22949 (java) S 22940 22942 21892 0 -1 64 1073 4136 0 0 48 1 136 8 16 0 9 0 1541187940 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22950] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22950/stat : 22950 (java) S 22940 22942 21892 0 -1 64 1 4136 0 0 0 0 136 8 19 0 9 0 1541187940 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22951] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22951/stat : 22951 (java) S 22940 22942 21892 0 -1 64 8 4136 0 0 0 0 136 8 15 0 9 0 1541187940 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1587.24
Current children cumulated vsize (KiB) 868328

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/90 23002
/proc/meminfo: memFree=1025928/2055920 swapFree=4113920/4192956
[pid=22942] ppid=22940 vsize=868328 CPUtime=1647.18
/proc/22942/stat : 22942 (java) S 22940 22942 21892 0 -1 0 176715 4136 1 0 164297 277 136 8 18 0 9 0 1541187935 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22942/statm: 217082 111539 2637 9 0 211588 0
[pid=22942/tid=22944] ppid=22940 vsize=868328 CPUtime=1642.49
/proc/22942/task/22944/stat : 22944 (java) R 22940 22942 21892 0 -1 64 28923 4136 1 0 163894 211 136 8 25 0 9 0 1541187936 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4127140830 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22942/tid=22945] ppid=22940 vsize=868328 CPUtime=5.57
/proc/22942/task/22945/stat : 22945 (java) S 22940 22942 21892 0 -1 64 145871 4136 0 0 353 60 136 8 16 0 9 0 1541187938 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22946] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22946/stat : 22946 (java) S 22940 22942 21892 0 -1 64 17 4136 0 0 0 0 136 8 15 0 9 0 1541187938 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22947] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22947/stat : 22947 (java) S 22940 22942 21892 0 -1 64 9 4136 0 0 0 0 136 8 16 0 9 0 1541187938 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22948] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22948/stat : 22948 (java) S 22940 22942 21892 0 -1 64 1 4136 0 0 0 0 136 8 18 0 9 0 1541187940 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22949] ppid=22940 vsize=868328 CPUtime=1.93
/proc/22942/task/22949/stat : 22949 (java) S 22940 22942 21892 0 -1 64 1074 4136 0 0 48 1 136 8 16 0 9 0 1541187940 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22942/tid=22950] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22950/stat : 22950 (java) S 22940 22942 21892 0 -1 64 1 4136 0 0 0 0 136 8 19 0 9 0 1541187940 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22951] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22951/stat : 22951 (java) S 22940 22942 21892 0 -1 64 8 4136 0 0 0 0 136 8 15 0 9 0 1541187940 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1647.18
Current children cumulated vsize (KiB) 868328

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/90 23002
/proc/meminfo: memFree=1025736/2055920 swapFree=4113920/4192956
[pid=22942] ppid=22940 vsize=868328 CPUtime=1707.12
/proc/22942/stat : 22942 (java) S 22940 22942 21892 0 -1 0 176715 4136 1 0 170291 277 136 8 18 0 9 0 1541187935 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22942/statm: 217082 111539 2637 9 0 211588 0
[pid=22942/tid=22944] ppid=22940 vsize=868328 CPUtime=1702.44
/proc/22942/task/22944/stat : 22944 (java) R 22940 22942 21892 0 -1 64 28923 4136 1 0 169889 211 136 8 25 0 9 0 1541187936 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4127343293 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22942/tid=22945] ppid=22940 vsize=868328 CPUtime=5.57
/proc/22942/task/22945/stat : 22945 (java) S 22940 22942 21892 0 -1 64 145871 4136 0 0 353 60 136 8 16 0 9 0 1541187938 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22946] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22946/stat : 22946 (java) S 22940 22942 21892 0 -1 64 17 4136 0 0 0 0 136 8 15 0 9 0 1541187938 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22947] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22947/stat : 22947 (java) S 22940 22942 21892 0 -1 64 9 4136 0 0 0 0 136 8 16 0 9 0 1541187938 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22948] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22948/stat : 22948 (java) S 22940 22942 21892 0 -1 64 1 4136 0 0 0 0 136 8 18 0 9 0 1541187940 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22949] ppid=22940 vsize=868328 CPUtime=1.93
/proc/22942/task/22949/stat : 22949 (java) S 22940 22942 21892 0 -1 64 1074 4136 0 0 48 1 136 8 16 0 9 0 1541187940 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22942/tid=22950] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22950/stat : 22950 (java) S 22940 22942 21892 0 -1 64 1 4136 0 0 0 0 136 8 19 0 9 0 1541187940 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22951] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22951/stat : 22951 (java) S 22940 22942 21892 0 -1 64 8 4136 0 0 0 0 136 8 15 0 9 0 1541187940 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1707.12
Current children cumulated vsize (KiB) 868328

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/90 23002
/proc/meminfo: memFree=1025544/2055920 swapFree=4113920/4192956
[pid=22942] ppid=22940 vsize=868328 CPUtime=1767.07
/proc/22942/stat : 22942 (java) S 22940 22942 21892 0 -1 0 176715 4136 1 0 176286 277 136 8 18 0 9 0 1541187935 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22942/statm: 217082 111539 2637 9 0 211588 0
[pid=22942/tid=22944] ppid=22940 vsize=868328 CPUtime=1762.38
/proc/22942/task/22944/stat : 22944 (java) R 22940 22942 21892 0 -1 64 28923 4136 1 0 175883 211 136 8 25 0 9 0 1541187936 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4127337328 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22942/tid=22945] ppid=22940 vsize=868328 CPUtime=5.57
/proc/22942/task/22945/stat : 22945 (java) S 22940 22942 21892 0 -1 64 145871 4136 0 0 353 60 136 8 16 0 9 0 1541187938 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22946] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22946/stat : 22946 (java) S 22940 22942 21892 0 -1 64 17 4136 0 0 0 0 136 8 15 0 9 0 1541187938 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22947] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22947/stat : 22947 (java) S 22940 22942 21892 0 -1 64 9 4136 0 0 0 0 136 8 16 0 9 0 1541187938 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22948] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22948/stat : 22948 (java) S 22940 22942 21892 0 -1 64 1 4136 0 0 0 0 136 8 18 0 9 0 1541187940 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22949] ppid=22940 vsize=868328 CPUtime=1.93
/proc/22942/task/22949/stat : 22949 (java) S 22940 22942 21892 0 -1 64 1074 4136 0 0 48 1 136 8 16 0 9 0 1541187940 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22942/tid=22950] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22950/stat : 22950 (java) S 22940 22942 21892 0 -1 64 1 4136 0 0 0 0 136 8 19 0 9 0 1541187940 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22951] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22951/stat : 22951 (java) S 22940 22942 21892 0 -1 64 8 4136 0 0 0 0 136 8 15 0 9 0 1541187940 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1767.07
Current children cumulated vsize (KiB) 868328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/90 23002
/proc/meminfo: memFree=1025544/2055920 swapFree=4113920/4192956
[pid=22942] ppid=22940 vsize=868328 CPUtime=1800.04
/proc/22942/stat : 22942 (java) S 22940 22942 21892 0 -1 0 176715 4136 1 0 179583 277 136 8 18 0 9 0 1541187935 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22942/statm: 217082 111539 2637 9 0 211588 0
[pid=22942/tid=22944] ppid=22940 vsize=868328 CPUtime=1795.35
/proc/22942/task/22944/stat : 22944 (java) R 22940 22942 21892 0 -1 64 28923 4136 1 0 179180 211 136 8 25 0 9 0 1541187936 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4127339668 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22942/tid=22945] ppid=22940 vsize=868328 CPUtime=5.57
/proc/22942/task/22945/stat : 22945 (java) S 22940 22942 21892 0 -1 64 145871 4136 0 0 353 60 136 8 16 0 9 0 1541187938 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22946] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22946/stat : 22946 (java) S 22940 22942 21892 0 -1 64 17 4136 0 0 0 0 136 8 15 0 9 0 1541187938 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22947] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22947/stat : 22947 (java) S 22940 22942 21892 0 -1 64 9 4136 0 0 0 0 136 8 16 0 9 0 1541187938 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22948] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22948/stat : 22948 (java) S 22940 22942 21892 0 -1 64 1 4136 0 0 0 0 136 8 18 0 9 0 1541187940 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22949] ppid=22940 vsize=868328 CPUtime=1.93
/proc/22942/task/22949/stat : 22949 (java) S 22940 22942 21892 0 -1 64 1074 4136 0 0 48 1 136 8 16 0 9 0 1541187940 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22942/tid=22950] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22950/stat : 22950 (java) S 22940 22942 21892 0 -1 64 1 4136 0 0 0 0 136 8 19 0 9 0 1541187940 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22951] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22951/stat : 22951 (java) S 22940 22942 21892 0 -1 64 8 4136 0 0 0 0 136 8 15 0 9 0 1541187940 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868328

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

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

[startup+1815.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/90 23002
/proc/meminfo: memFree=1025544/2055920 swapFree=4113920/4192956
[pid=22942] ppid=22940 vsize=868328 CPUtime=1800.04
/proc/22942/stat : 22942 (java) S 22940 22942 21892 0 -1 0 176715 4136 1 0 179583 277 136 8 18 0 9 0 1541187935 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22942/statm: 217082 111539 2637 9 0 211588 0
[pid=22942/tid=22944] ppid=22940 vsize=868328 CPUtime=1795.35
/proc/22942/task/22944/stat : 22944 (java) R 22940 22942 21892 0 -1 64 28923 4136 1 0 179180 211 136 8 25 0 9 0 1541187936 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4127339668 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22942/tid=22945] ppid=22940 vsize=868328 CPUtime=5.57
/proc/22942/task/22945/stat : 22945 (java) S 22940 22942 21892 0 -1 64 145871 4136 0 0 353 60 136 8 16 0 9 0 1541187938 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22946] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22946/stat : 22946 (java) S 22940 22942 21892 0 -1 64 17 4136 0 0 0 0 136 8 15 0 9 0 1541187938 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22947] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22947/stat : 22947 (java) S 22940 22942 21892 0 -1 64 9 4136 0 0 0 0 136 8 16 0 9 0 1541187938 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22948] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22948/stat : 22948 (java) S 22940 22942 21892 0 -1 64 1 4136 0 0 0 0 136 8 18 0 9 0 1541187940 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22949] ppid=22940 vsize=868328 CPUtime=1.93
/proc/22942/task/22949/stat : 22949 (java) S 22940 22942 21892 0 -1 64 1074 4136 0 0 48 1 136 8 16 0 9 0 1541187940 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22942/tid=22950] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22950/stat : 22950 (java) S 22940 22942 21892 0 -1 64 1 4136 0 0 0 0 136 8 19 0 9 0 1541187940 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22951] ppid=22940 vsize=868328 CPUtime=1.44
/proc/22942/task/22951/stat : 22951 (java) S 22940 22942 21892 0 -1 64 8 4136 0 0 0 0 136 8 15 0 9 0 1541187940 889167872 111539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868328

Child status: 143
Real time (s): 1815.41
CPU time (s): 1800.16
CPU user time (s): 1797.24
CPU system time (s): 2.92056
CPU usage (%): 99.1599
Max. virtual memory (cumulated for all children) (KiB): 893320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.24
system time used= 2.92056
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180881
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= 38927
involuntary context switches= 81841

runsolver used 2.26465 second user time and 6.01509 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-03 21:58:37
IDJOB=1058448
IDBENCH=54128
IDSOLVER=363
FILE ID=node9/1058448-1215115116
PBS_JOBID= 7877186
Free space on /tmp= 66524 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-20.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-1058448-1215115116/watcher-1058448-1215115116 -o /tmp/evaluation-result-1058448-1215115116/solver-1058448-1215115116 -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-1058448-1215115116.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= be35789960256c589543366605c747b5
RANDOM SEED=2119431242

node9.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.265
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	: 5931.00
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.265
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:       1326464 kB
Buffers:         50992 kB
Cached:         333776 kB
SwapCached:      72940 kB
Active:         458000 kB
Inactive:       203324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1326464 kB
SwapTotal:     4192956 kB
SwapFree:      4113920 kB
Dirty:            8732 kB
Writeback:           0 kB
Mapped:         290072 kB
Slab:            52840 kB
Committed_AS:  3733944 kB
PageTables:       2368 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= 66524 MiB
End job on node9 at 2008-07-03 22:28:54