Trace number 1092191

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 ESAC? (TO) 1800.1 1807.24

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-16-24-9-6-3_glb.xml
MD5SUMd8964aa23b53ca448f385c0392ae4569
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.398939
Satisfiable
(Un)Satisfiability was proved
Number of variables3264
Number of constraints3040
Maximum constraint arity24
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2880
Global constraints used (with number of constraints)weightedsum(160)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.30	   
0.18/0.30	   instance
0.18/0.30	     name=HOME/instance-1092191-1215264366.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.68/0.73	     nbVariables=3264  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=6528
0.68/0.73	       =>  wckTime=0.488  cpuTime=0.33  mem=16M630
0.68/0.73	   
0.68/0.73	   predicates being loaded...
0.68/0.80	   
0.68/0.80	   constraints being loaded...
5.23/5.35	     nbConstraints=3078  nbGlobalConstraints=198  nbConflictsStructures=1  nbSharedConflictsStructures=2879
5.23/5.35	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1  nbSharedEvaluationManagers=2879  minDegree=4  maxDegree=21
5.23/5.35	     minArity=3  avgArity=9.53  maxArity=720  nbGenerators=38  nbFusions=0  symmetryWckTime=3.87  symmetryCpuTime=3.21
5.23/5.35	       =>  wckTime=5.112  cpuTime=4.2  mem=45M398
5.33/5.47	   
5.33/5.47	   solver IterativeSystematicSolver being built... 
5.53/5.61	   
5.53/5.61	   INFO : Forward propagation technique limited 
5.72/5.82	       =>  wckTime=5.583  cpuTime=4.49  mem=17M719
7.80/7.93	   
7.80/7.93	   preprocessing
7.80/7.93	     nbConstraintChecks=34116  nbValidityChecks=32908  nbPropagations=15294  nbRevisions=30307  nbUselessRevisions=22243
7.80/7.93	     nbSingletonTests=3505  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
7.80/7.93	     detectedInconsistency=no
7.80/7.93	       =>  wckTime=2.098  cpuTime=2.02  mem=18M721

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-1092191-1215264366/watcher-1092191-1215264366 -o /tmp/evaluation-result-1092191-1215264366/solver-1092191-1215264366 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1092191-1215264366.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.94 1.98 1.99 3/72 31307
/proc/meminfo: memFree=1747160/2055920 swapFree=4180124/4192956
[pid=31307] ppid=31305 vsize=1616 CPUtime=0
/proc/31307/stat : 31307 (java) D 31305 31307 30146 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 2005411183 1654784 151 996147200 134512640 134550740 4294955968 18446744073709551615 7205668 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/31307/statm: 404 151 125 9 0 46 0
[pid=31307/tid=31308] ppid=31305 vsize=10616 CPUtime=0
/proc/31307/task/31308/stat : 31308 (java) R 31305 31307 30146 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 2005411184 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 8052696 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.113275 s]
/proc/loadavg: 1.94 1.98 1.99 3/72 31307
/proc/meminfo: memFree=1747160/2055920 swapFree=4180124/4192956
[pid=31307] ppid=31305 vsize=865884 CPUtime=0.1
/proc/31307/stat : 31307 (java) S 31305 31307 30146 0 -1 0 3901 0 1 0 7 3 0 0 18 0 9 0 2005411183 886665216 3341 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31307/statm: 216471 3341 1753 9 0 211026 0
[pid=31307/tid=31308] ppid=31305 vsize=865884 CPUtime=0.08
/proc/31307/task/31308/stat : 31308 (java) R 31305 31307 30146 0 -1 64 2998 0 1 0 6 2 0 0 18 0 9 0 2005411184 886665216 3341 996147200 134512640 134550740 4294955968 18446744073709551615 104250940 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 865884

[startup+0.201249 s]
/proc/loadavg: 1.94 1.98 1.99 3/72 31307
/proc/meminfo: memFree=1747160/2055920 swapFree=4180124/4192956
[pid=31307] ppid=31305 vsize=866048 CPUtime=0.18
/proc/31307/stat : 31307 (java) S 31305 31307 30146 0 -1 0 4661 0 1 0 15 3 0 0 18 0 9 0 2005411183 886833152 4088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31307/statm: 216512 4088 1852 9 0 211060 0
[pid=31307/tid=31308] ppid=31305 vsize=866048 CPUtime=0.17
/proc/31307/task/31308/stat : 31308 (java) R 31305 31307 30146 0 -1 64 3758 0 1 0 15 2 0 0 18 0 9 0 2005411184 886833152 4088 996147200 134512640 134550740 4294955968 18446744073709551615 4125950500 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866048

[startup+0.301217 s]
/proc/loadavg: 1.94 1.98 1.99 3/72 31307
/proc/meminfo: memFree=1747160/2055920 swapFree=4180124/4192956
[pid=31307] ppid=31305 vsize=866128 CPUtime=0.28
/proc/31307/stat : 31307 (java) S 31305 31307 30146 0 -1 0 5719 0 1 0 24 4 0 0 18 0 9 0 2005411183 886915072 5093 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31307/statm: 216532 5093 1950 9 0 211060 0
[pid=31307/tid=31308] ppid=31305 vsize=866128 CPUtime=0.25
/proc/31307/task/31308/stat : 31308 (java) R 31305 31307 30146 0 -1 64 4795 0 1 0 22 3 0 0 18 0 9 0 2005411184 886915072 5093 996147200 134512640 134550740 4294955968 18446744073709551615 4159508412 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.701119 s]
/proc/loadavg: 1.94 1.98 1.99 3/72 31307
/proc/meminfo: memFree=1747160/2055920 swapFree=4180124/4192956
[pid=31307] ppid=31305 vsize=867412 CPUtime=0.68
/proc/31307/stat : 31307 (java) S 31305 31307 30146 0 -1 0 8196 0 1 0 62 6 0 0 18 0 9 0 2005411183 888229888 7566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31307/statm: 216853 7566 1969 9 0 211381 0
[pid=31307/tid=31308] ppid=31305 vsize=867412 CPUtime=0.53
/proc/31307/task/31308/stat : 31308 (java) R 31305 31307 30146 0 -1 64 6892 0 1 0 49 4 0 0 20 0 9 0 2005411184 888229888 7566 996147200 134512640 134550740 4294955968 18446744073709551615 4125926352 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867412

[startup+1.50191 s]
/proc/loadavg: 1.94 1.98 1.99 3/81 31316
/proc/meminfo: memFree=1706192/2055920 swapFree=4180124/4192956
[pid=31307] ppid=31305 vsize=867500 CPUtime=1.48
/proc/31307/stat : 31307 (java) S 31305 31307 30146 0 -1 0 15440 0 1 0 126 22 0 0 18 0 9 0 2005411183 888320000 14799 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31307/statm: 216875 14799 2014 9 0 211381 0
[pid=31307/tid=31308] ppid=31305 vsize=867500 CPUtime=1.22
/proc/31307/task/31308/stat : 31308 (java) R 31305 31307 30146 0 -1 64 14054 0 1 0 102 20 0 0 25 0 9 0 2005411184 888320000 14799 996147200 134512640 134550740 4294955968 18446744073709551615 4127044497 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31310] ppid=31305 vsize=867500 CPUtime=0
/proc/31307/task/31310/stat : 31310 (java) S 31305 31307 30146 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2005411185 888320000 14799 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31311] ppid=31305 vsize=867500 CPUtime=0
/proc/31307/task/31311/stat : 31311 (java) S 31305 31307 30146 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2005411185 888320000 14799 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31312] ppid=31305 vsize=867500 CPUtime=0
/proc/31307/task/31312/stat : 31312 (java) S 31305 31307 30146 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2005411185 888320000 14799 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31313] ppid=31305 vsize=867500 CPUtime=0
/proc/31307/task/31313/stat : 31313 (java) S 31305 31307 30146 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2005411188 888320000 14799 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31314] ppid=31305 vsize=867500 CPUtime=0.23
/proc/31307/task/31314/stat : 31314 (java) S 31305 31307 30146 0 -1 64 688 0 0 0 23 0 0 0 16 0 9 0 2005411188 888320000 14799 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31315] ppid=31305 vsize=867500 CPUtime=0
/proc/31307/task/31315/stat : 31315 (java) S 31305 31307 30146 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2005411188 888320000 14799 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31316] ppid=31305 vsize=867500 CPUtime=0
/proc/31307/task/31316/stat : 31316 (java) S 31305 31307 30146 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005411188 888320000 14799 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867500

[startup+3.1025 s]
/proc/loadavg: 1.94 1.98 1.99 5/83 31320
/proc/meminfo: memFree=1680256/2055920 swapFree=4180124/4192956
[pid=31307] ppid=31305 vsize=867736 CPUtime=3.05
/proc/31307/stat : 31307 (java) S 31305 31307 30146 0 -1 0 44189 894 1 0 237 30 37 1 18 0 9 0 2005411183 888561664 20482 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31307/statm: 216934 20482 2017 9 0 211462 0
[pid=31307/tid=31308] ppid=31305 vsize=867736 CPUtime=2.6
/proc/31307/task/31308/stat : 31308 (java) R 31305 31307 30146 0 -1 64 28924 894 1 0 198 24 37 1 23 0 9 0 2005411184 888561664 20482 996147200 134512640 134550740 4294955968 18446744073709551615 4127130956 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31310] ppid=31305 vsize=867736 CPUtime=0.52
/proc/31307/task/31310/stat : 31310 (java) S 31305 31307 30146 0 -1 64 13481 894 0 0 11 3 37 1 17 0 9 0 2005411185 888561664 20482 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31311] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31311/stat : 31311 (java) S 31305 31307 30146 0 -1 64 22 894 0 0 0 0 37 1 16 0 9 0 2005411185 888561664 20482 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31312] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31312/stat : 31312 (java) S 31305 31307 30146 0 -1 64 15 894 0 0 0 0 37 1 16 0 9 0 2005411185 888561664 20482 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31313] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31313/stat : 31313 (java) S 31305 31307 30146 0 -1 64 0 894 0 0 0 0 37 1 18 0 9 0 2005411188 888561664 20482 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31314] ppid=31305 vsize=867736 CPUtime=0.65
/proc/31307/task/31314/stat : 31314 (java) S 31305 31307 30146 0 -1 64 938 894 0 0 27 0 37 1 15 0 9 0 2005411188 888561664 20482 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31315] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31315/stat : 31315 (java) S 31305 31307 30146 0 -1 64 2 894 0 0 0 0 37 1 19 0 9 0 2005411188 888561664 20482 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31316] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31316/stat : 31316 (java) S 31305 31307 30146 0 -1 64 10 894 0 0 0 0 37 1 15 0 9 0 2005411188 888561664 20482 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) 867736

[startup+6.30266 s]
/proc/loadavg: 2.03 2.00 1.99 3/81 31320
/proc/meminfo: memFree=1669448/2055920 swapFree=4180124/4192956
[pid=31307] ppid=31305 vsize=867736 CPUtime=6.22
/proc/31307/stat : 31307 (java) S 31305 31307 30146 0 -1 0 47068 894 1 0 552 32 37 1 18 0 9 0 2005411183 888561664 21969 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31307/statm: 216934 21969 2616 9 0 211462 0
[pid=31307/tid=31308] ppid=31305 vsize=867736 CPUtime=5.52
/proc/31307/task/31308/stat : 31308 (java) R 31305 31307 30146 0 -1 64 29140 894 1 0 489 25 37 1 25 0 9 0 2005411184 888561664 21969 996147200 134512640 134550740 4294955968 18446744073709551615 4127340087 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31310] ppid=31305 vsize=867736 CPUtime=0.68
/proc/31307/task/31310/stat : 31310 (java) S 31305 31307 30146 0 -1 64 16019 894 0 0 26 4 37 1 16 0 9 0 2005411185 888561664 21969 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31311] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31311/stat : 31311 (java) S 31305 31307 30146 0 -1 64 22 894 0 0 0 0 37 1 16 0 9 0 2005411185 888561664 21969 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31312] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31312/stat : 31312 (java) S 31305 31307 30146 0 -1 64 30 894 0 0 0 0 37 1 15 0 9 0 2005411185 888561664 21969 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31313] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31313/stat : 31313 (java) S 31305 31307 30146 0 -1 64 0 894 0 0 0 0 37 1 18 0 9 0 2005411188 888561664 21969 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31314] ppid=31305 vsize=867736 CPUtime=0.74
/proc/31307/task/31314/stat : 31314 (java) S 31305 31307 30146 0 -1 64 1026 894 0 0 36 0 37 1 15 0 9 0 2005411188 888561664 21969 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31315] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31315/stat : 31315 (java) S 31305 31307 30146 0 -1 64 2 894 0 0 0 0 37 1 19 0 9 0 2005411188 888561664 21969 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31316] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31316/stat : 31316 (java) S 31305 31307 30146 0 -1 64 32 894 0 0 0 0 37 1 15 0 9 0 2005411188 888561664 21969 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) 867736

[startup+12.702 s]
/proc/loadavg: 2.02 2.00 1.99 3/81 31320
/proc/meminfo: memFree=1668744/2055920 swapFree=4180124/4192956
[pid=31307] ppid=31305 vsize=867736 CPUtime=12.56
/proc/31307/stat : 31307 (java) S 31305 31307 30146 0 -1 0 47113 894 1 0 1186 32 37 1 18 0 9 0 2005411183 888561664 22006 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31307/statm: 216934 22006 2616 9 0 211462 0
[pid=31307/tid=31308] ppid=31305 vsize=867736 CPUtime=11.79
/proc/31307/task/31308/stat : 31308 (java) R 31305 31307 30146 0 -1 64 29151 894 1 0 1116 25 37 1 25 0 9 0 2005411184 888561664 22006 996147200 134512640 134550740 4294955968 18446744073709551615 4127386050 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31310] ppid=31305 vsize=867736 CPUtime=0.68
/proc/31307/task/31310/stat : 31310 (java) S 31305 31307 30146 0 -1 64 16019 894 0 0 26 4 37 1 17 0 9 0 2005411185 888561664 22006 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31311] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31311/stat : 31311 (java) S 31305 31307 30146 0 -1 64 22 894 0 0 0 0 37 1 16 0 9 0 2005411185 888561664 22006 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31312] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31312/stat : 31312 (java) S 31305 31307 30146 0 -1 64 30 894 0 0 0 0 37 1 15 0 9 0 2005411185 888561664 22006 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31313] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31313/stat : 31313 (java) S 31305 31307 30146 0 -1 64 0 894 0 0 0 0 37 1 18 0 9 0 2005411188 888561664 22006 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31314] ppid=31305 vsize=867736 CPUtime=0.81
/proc/31307/task/31314/stat : 31314 (java) S 31305 31307 30146 0 -1 64 1060 894 0 0 43 0 37 1 15 0 9 0 2005411188 888561664 22006 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31315] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31315/stat : 31315 (java) S 31305 31307 30146 0 -1 64 2 894 0 0 0 0 37 1 19 0 9 0 2005411188 888561664 22006 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31316] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31316/stat : 31316 (java) S 31305 31307 30146 0 -1 64 32 894 0 0 0 0 37 1 15 0 9 0 2005411188 888561664 22006 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) 867736

[startup+25.5017 s]
/proc/loadavg: 2.02 2.00 1.99 3/81 31320
/proc/meminfo: memFree=1668680/2055920 swapFree=4180124/4192956
[pid=31307] ppid=31305 vsize=867736 CPUtime=25.26
/proc/31307/stat : 31307 (java) S 31305 31307 30146 0 -1 0 47119 894 1 0 2456 32 37 1 18 0 9 0 2005411183 888561664 22008 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31307/statm: 216934 22008 2616 9 0 211462 0
[pid=31307/tid=31308] ppid=31305 vsize=867736 CPUtime=24.48
/proc/31307/task/31308/stat : 31308 (java) R 31305 31307 30146 0 -1 64 29153 894 1 0 2385 25 37 1 25 0 9 0 2005411184 888561664 22008 996147200 134512640 134550740 4294955968 18446744073709551615 4127386974 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31310] ppid=31305 vsize=867736 CPUtime=0.68
/proc/31307/task/31310/stat : 31310 (java) S 31305 31307 30146 0 -1 64 16019 894 0 0 26 4 37 1 16 0 9 0 2005411185 888561664 22008 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31311] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31311/stat : 31311 (java) S 31305 31307 30146 0 -1 64 22 894 0 0 0 0 37 1 16 0 9 0 2005411185 888561664 22008 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31312] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31312/stat : 31312 (java) S 31305 31307 30146 0 -1 64 30 894 0 0 0 0 37 1 15 0 9 0 2005411185 888561664 22008 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31313] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31313/stat : 31313 (java) S 31305 31307 30146 0 -1 64 0 894 0 0 0 0 37 1 18 0 9 0 2005411188 888561664 22008 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31314] ppid=31305 vsize=867736 CPUtime=0.81
/proc/31307/task/31314/stat : 31314 (java) S 31305 31307 30146 0 -1 64 1064 894 0 0 43 0 37 1 17 0 9 0 2005411188 888561664 22008 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31315] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31315/stat : 31315 (java) S 31305 31307 30146 0 -1 64 2 894 0 0 0 0 37 1 19 0 9 0 2005411188 888561664 22008 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31316] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31316/stat : 31316 (java) S 31305 31307 30146 0 -1 64 32 894 0 0 0 0 37 1 15 0 9 0 2005411188 888561664 22008 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 867736

[startup+51.101 s]
/proc/loadavg: 2.01 2.00 1.99 3/81 31320
/proc/meminfo: memFree=1668616/2055920 swapFree=4180124/4192956
[pid=31307] ppid=31305 vsize=867736 CPUtime=50.65
/proc/31307/stat : 31307 (java) S 31305 31307 30146 0 -1 0 47119 894 1 0 4995 32 37 1 18 0 9 0 2005411183 888561664 22008 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31307/statm: 216934 22008 2616 9 0 211462 0
[pid=31307/tid=31308] ppid=31305 vsize=867736 CPUtime=49.87
/proc/31307/task/31308/stat : 31308 (java) R 31305 31307 30146 0 -1 64 29153 894 1 0 4924 25 37 1 25 0 9 0 2005411184 888561664 22008 996147200 134512640 134550740 4294955968 18446744073709551615 4127283756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31310] ppid=31305 vsize=867736 CPUtime=0.68

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

/proc/31307/task/31312/stat : 31312 (java) S 31305 31307 30146 0 -1 64 30 894 0 0 0 0 37 1 15 0 9 0 2005411185 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31313] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31313/stat : 31313 (java) S 31305 31307 30146 0 -1 64 0 894 0 0 0 0 37 1 18 0 9 0 2005411188 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31314] ppid=31305 vsize=867736 CPUtime=0.82
/proc/31307/task/31314/stat : 31314 (java) S 31305 31307 30146 0 -1 64 1065 894 0 0 43 1 37 1 16 0 9 0 2005411188 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31307/tid=31315] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31315/stat : 31315 (java) S 31305 31307 30146 0 -1 64 2 894 0 0 0 0 37 1 19 0 9 0 2005411188 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31316] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31316/stat : 31316 (java) S 31305 31307 30146 0 -1 64 32 894 0 0 0 0 37 1 15 0 9 0 2005411188 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.12
Current children cumulated vsize (KiB) 867736

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/81 31414
/proc/meminfo: memFree=1687560/2055920 swapFree=4180124/4192956
[pid=31307] ppid=31305 vsize=867736 CPUtime=1595.89
/proc/31307/stat : 31307 (java) S 31305 31307 30146 0 -1 0 47120 894 1 0 159512 39 37 1 18 0 9 0 2005411183 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31307/statm: 216934 22009 2616 9 0 211462 0
[pid=31307/tid=31308] ppid=31305 vsize=867736 CPUtime=1595.11
/proc/31307/task/31308/stat : 31308 (java) R 31305 31307 30146 0 -1 64 29153 894 1 0 159442 31 37 1 25 0 9 0 2005411184 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4127083384 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31307/tid=31310] ppid=31305 vsize=867736 CPUtime=0.68
/proc/31307/task/31310/stat : 31310 (java) S 31305 31307 30146 0 -1 64 16019 894 0 0 26 4 37 1 16 0 9 0 2005411185 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31311] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31311/stat : 31311 (java) S 31305 31307 30146 0 -1 64 22 894 0 0 0 0 37 1 16 0 9 0 2005411185 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31312] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31312/stat : 31312 (java) S 31305 31307 30146 0 -1 64 30 894 0 0 0 0 37 1 15 0 9 0 2005411185 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31313] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31313/stat : 31313 (java) S 31305 31307 30146 0 -1 64 0 894 0 0 0 0 37 1 18 0 9 0 2005411188 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31314] ppid=31305 vsize=867736 CPUtime=0.82
/proc/31307/task/31314/stat : 31314 (java) S 31305 31307 30146 0 -1 64 1065 894 0 0 43 1 37 1 16 0 9 0 2005411188 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31307/tid=31315] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31315/stat : 31315 (java) S 31305 31307 30146 0 -1 64 2 894 0 0 0 0 37 1 19 0 9 0 2005411188 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31316] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31316/stat : 31316 (java) S 31305 31307 30146 0 -1 64 32 894 0 0 0 0 37 1 15 0 9 0 2005411188 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.89
Current children cumulated vsize (KiB) 867736

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 31414
/proc/meminfo: memFree=1687560/2055920 swapFree=4180124/4192956
[pid=31307] ppid=31305 vsize=867736 CPUtime=1655.67
/proc/31307/stat : 31307 (java) S 31305 31307 30146 0 -1 0 47120 894 1 0 165490 39 37 1 18 0 9 0 2005411183 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31307/statm: 216934 22009 2616 9 0 211462 0
[pid=31307/tid=31308] ppid=31305 vsize=867736 CPUtime=1654.88
/proc/31307/task/31308/stat : 31308 (java) R 31305 31307 30146 0 -1 64 29153 894 1 0 165419 31 37 1 25 0 9 0 2005411184 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4127386046 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31307/tid=31310] ppid=31305 vsize=867736 CPUtime=0.68
/proc/31307/task/31310/stat : 31310 (java) S 31305 31307 30146 0 -1 64 16019 894 0 0 26 4 37 1 16 0 9 0 2005411185 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31311] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31311/stat : 31311 (java) S 31305 31307 30146 0 -1 64 22 894 0 0 0 0 37 1 16 0 9 0 2005411185 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31312] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31312/stat : 31312 (java) S 31305 31307 30146 0 -1 64 30 894 0 0 0 0 37 1 15 0 9 0 2005411185 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31313] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31313/stat : 31313 (java) S 31305 31307 30146 0 -1 64 0 894 0 0 0 0 37 1 18 0 9 0 2005411188 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31314] ppid=31305 vsize=867736 CPUtime=0.82
/proc/31307/task/31314/stat : 31314 (java) S 31305 31307 30146 0 -1 64 1065 894 0 0 43 1 37 1 16 0 9 0 2005411188 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31307/tid=31315] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31315/stat : 31315 (java) S 31305 31307 30146 0 -1 64 2 894 0 0 0 0 37 1 19 0 9 0 2005411188 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31316] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31316/stat : 31316 (java) S 31305 31307 30146 0 -1 64 32 894 0 0 0 0 37 1 15 0 9 0 2005411188 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.67
Current children cumulated vsize (KiB) 867736

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 31414
/proc/meminfo: memFree=1687624/2055920 swapFree=4180124/4192956
[pid=31307] ppid=31305 vsize=867736 CPUtime=1715.46
/proc/31307/stat : 31307 (java) S 31305 31307 30146 0 -1 0 47120 894 1 0 171469 39 37 1 18 0 9 0 2005411183 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31307/statm: 216934 22009 2616 9 0 211462 0
[pid=31307/tid=31308] ppid=31305 vsize=867736 CPUtime=1714.67
/proc/31307/task/31308/stat : 31308 (java) R 31305 31307 30146 0 -1 64 29153 894 1 0 171398 31 37 1 25 0 9 0 2005411184 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4127386003 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31307/tid=31310] ppid=31305 vsize=867736 CPUtime=0.68
/proc/31307/task/31310/stat : 31310 (java) S 31305 31307 30146 0 -1 64 16019 894 0 0 26 4 37 1 16 0 9 0 2005411185 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31311] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31311/stat : 31311 (java) S 31305 31307 30146 0 -1 64 22 894 0 0 0 0 37 1 16 0 9 0 2005411185 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31312] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31312/stat : 31312 (java) S 31305 31307 30146 0 -1 64 30 894 0 0 0 0 37 1 15 0 9 0 2005411185 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31313] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31313/stat : 31313 (java) S 31305 31307 30146 0 -1 64 0 894 0 0 0 0 37 1 18 0 9 0 2005411188 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31314] ppid=31305 vsize=867736 CPUtime=0.82
/proc/31307/task/31314/stat : 31314 (java) S 31305 31307 30146 0 -1 64 1065 894 0 0 43 1 37 1 16 0 9 0 2005411188 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31307/tid=31315] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31315/stat : 31315 (java) S 31305 31307 30146 0 -1 64 2 894 0 0 0 0 37 1 19 0 9 0 2005411188 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31316] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31316/stat : 31316 (java) S 31305 31307 30146 0 -1 64 32 894 0 0 0 0 37 1 15 0 9 0 2005411188 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.46
Current children cumulated vsize (KiB) 867736

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 31414
/proc/meminfo: memFree=1687624/2055920 swapFree=4180124/4192956
[pid=31307] ppid=31305 vsize=867736 CPUtime=1775.24
/proc/31307/stat : 31307 (java) S 31305 31307 30146 0 -1 0 47120 894 1 0 177447 39 37 1 18 0 9 0 2005411183 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31307/statm: 216934 22009 2616 9 0 211462 0
[pid=31307/tid=31308] ppid=31305 vsize=867736 CPUtime=1774.46
/proc/31307/task/31308/stat : 31308 (java) R 31305 31307 30146 0 -1 64 29153 894 1 0 177376 32 37 1 25 0 9 0 2005411184 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4127385959 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31307/tid=31310] ppid=31305 vsize=867736 CPUtime=0.68
/proc/31307/task/31310/stat : 31310 (java) S 31305 31307 30146 0 -1 64 16019 894 0 0 26 4 37 1 16 0 9 0 2005411185 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31311] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31311/stat : 31311 (java) S 31305 31307 30146 0 -1 64 22 894 0 0 0 0 37 1 16 0 9 0 2005411185 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31312] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31312/stat : 31312 (java) S 31305 31307 30146 0 -1 64 30 894 0 0 0 0 37 1 15 0 9 0 2005411185 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31313] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31313/stat : 31313 (java) S 31305 31307 30146 0 -1 64 0 894 0 0 0 0 37 1 18 0 9 0 2005411188 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31314] ppid=31305 vsize=867736 CPUtime=0.82
/proc/31307/task/31314/stat : 31314 (java) S 31305 31307 30146 0 -1 64 1065 894 0 0 43 1 37 1 16 0 9 0 2005411188 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31307/tid=31315] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31315/stat : 31315 (java) S 31305 31307 30146 0 -1 64 2 894 0 0 0 0 37 1 19 0 9 0 2005411188 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31316] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31316/stat : 31316 (java) S 31305 31307 30146 0 -1 64 32 894 0 0 0 0 37 1 15 0 9 0 2005411188 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.24
Current children cumulated vsize (KiB) 867736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 31414
/proc/meminfo: memFree=1687624/2055920 swapFree=4180124/4192956
[pid=31307] ppid=31305 vsize=867736 CPUtime=1800.05
/proc/31307/stat : 31307 (java) S 31305 31307 30146 0 -1 0 47120 894 1 0 179928 39 37 1 18 0 9 0 2005411183 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31307/statm: 216934 22009 2616 9 0 211462 0
[pid=31307/tid=31308] ppid=31305 vsize=867736 CPUtime=1799.27
/proc/31307/task/31308/stat : 31308 (java) R 31305 31307 30146 0 -1 64 29153 894 1 0 179857 32 37 1 25 0 9 0 2005411184 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4127266098 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31307/tid=31310] ppid=31305 vsize=867736 CPUtime=0.68
/proc/31307/task/31310/stat : 31310 (java) S 31305 31307 30146 0 -1 64 16019 894 0 0 26 4 37 1 16 0 9 0 2005411185 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31311] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31311/stat : 31311 (java) S 31305 31307 30146 0 -1 64 22 894 0 0 0 0 37 1 16 0 9 0 2005411185 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31312] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31312/stat : 31312 (java) S 31305 31307 30146 0 -1 64 30 894 0 0 0 0 37 1 15 0 9 0 2005411185 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31313] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31313/stat : 31313 (java) S 31305 31307 30146 0 -1 64 0 894 0 0 0 0 37 1 18 0 9 0 2005411188 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31314] ppid=31305 vsize=867736 CPUtime=0.82
/proc/31307/task/31314/stat : 31314 (java) S 31305 31307 30146 0 -1 64 1065 894 0 0 43 1 37 1 16 0 9 0 2005411188 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31307/tid=31315] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31315/stat : 31315 (java) S 31305 31307 30146 0 -1 64 2 894 0 0 0 0 37 1 19 0 9 0 2005411188 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31316] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31316/stat : 31316 (java) S 31305 31307 30146 0 -1 64 32 894 0 0 0 0 37 1 15 0 9 0 2005411188 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 867736

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

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

[startup+1807.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 31414
/proc/meminfo: memFree=1687624/2055920 swapFree=4180124/4192956
[pid=31307] ppid=31305 vsize=867736 CPUtime=1800.05
/proc/31307/stat : 31307 (java) S 31305 31307 30146 0 -1 0 47120 894 1 0 179928 39 37 1 18 0 9 0 2005411183 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31307/statm: 216934 22009 2616 9 0 211462 0
[pid=31307/tid=31308] ppid=31305 vsize=867736 CPUtime=1799.27
/proc/31307/task/31308/stat : 31308 (java) R 31305 31307 30146 0 -1 64 29153 894 1 0 179857 32 37 1 25 0 9 0 2005411184 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4127266098 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31307/tid=31310] ppid=31305 vsize=867736 CPUtime=0.68
/proc/31307/task/31310/stat : 31310 (java) S 31305 31307 30146 0 -1 64 16019 894 0 0 26 4 37 1 16 0 9 0 2005411185 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31311] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31311/stat : 31311 (java) S 31305 31307 30146 0 -1 64 22 894 0 0 0 0 37 1 16 0 9 0 2005411185 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31312] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31312/stat : 31312 (java) S 31305 31307 30146 0 -1 64 30 894 0 0 0 0 37 1 15 0 9 0 2005411185 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31313] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31313/stat : 31313 (java) S 31305 31307 30146 0 -1 64 0 894 0 0 0 0 37 1 18 0 9 0 2005411188 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31314] ppid=31305 vsize=867736 CPUtime=0.82
/proc/31307/task/31314/stat : 31314 (java) S 31305 31307 30146 0 -1 64 1065 894 0 0 43 1 37 1 16 0 9 0 2005411188 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31307/tid=31315] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31315/stat : 31315 (java) S 31305 31307 30146 0 -1 64 2 894 0 0 0 0 37 1 19 0 9 0 2005411188 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31307/tid=31316] ppid=31305 vsize=867736 CPUtime=0.38
/proc/31307/task/31316/stat : 31316 (java) S 31305 31307 30146 0 -1 64 32 894 0 0 0 0 37 1 15 0 9 0 2005411188 888561664 22009 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 867736

Child status: 143
Real time (s): 1807.24
CPU time (s): 1800.1
CPU user time (s): 1799.67
CPU system time (s): 0.427934
CPU usage (%): 99.6053
Max. virtual memory (cumulated for all children) (KiB): 867824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 0.427934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48045
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= 38394
involuntary context switches= 30701

runsolver used 2.05369 second user time and 6.17706 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-05 15:26:06
IDJOB=1092191
IDBENCH=58601
IDSOLVER=364
FILE ID=node16/1092191-1215264366
PBS_JOBID= 7882074
Free space on /tmp= 66524 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-16-24-9-6-3_glb.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1092191-1215264366/watcher-1092191-1215264366 -o /tmp/evaluation-result-1092191-1215264366/solver-1092191-1215264366 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1092191-1215264366.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d8964aa23b53ca448f385c0392ae4569
RANDOM SEED=2116855702

node16.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.213
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.213
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:       1747640 kB
Buffers:         30620 kB
Cached:         196856 kB
SwapCached:       7056 kB
Active:         167912 kB
Inactive:        90112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747640 kB
SwapTotal:     4192956 kB
SwapFree:      4180124 kB
Dirty:            2596 kB
Writeback:           0 kB
Mapped:          38068 kB
Slab:            35516 kB
Committed_AS:  3602696 kB
PageTables:       1888 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66524 MiB
End job on node16 at 2008-07-05 15:56:15