Trace number 1107604

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.13 1807.53

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg10-14_ext.xml
MD5SUM6797b14732deb534296b42a9ade425c3
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints24
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.08	
0.06/0.08	Abscon 112 (May, 2008)
0.16/0.27	
0.16/0.27	   configuration
0.16/0.27	     name=mac.xml
0.25/0.31	   
0.25/0.31	   instance
0.25/0.31	     name=HOME/instance-1107604-1215477293.xml
0.25/0.34	   
0.25/0.34	   domains being loaded...
0.25/0.35	   
0.25/0.35	   variables being loaded...
0.35/0.40	     nbVariables=140  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=3640
0.35/0.40	       =>  wckTime=0.122  cpuTime=0.1  mem=7M919
0.35/0.40	   
0.35/0.40	   relations being loaded...
0.75/0.80	   
0.75/0.80	   constraints being loaded...
0.75/0.88	   Too large in ConstraintConflictsSTructure
0.85/0.98	   Too large in ConstraintConflictsSTructure
0.95/1.09	     nbConstraints=24  nbRelationTypes=2  nbGlobalConstraints=24  nbExtensionStructures=2
0.95/1.09	     nbSharedExtensionStructures=22  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=0  minDegree=2
0.95/1.09	     maxDegree=2  minArity=10  avgArity=11.67  maxArity=14  nbGenerators=0  nbFusions=0  symmetryWckTime=0.095
0.95/1.09	     symmetryCpuTime=0.04
0.95/1.09	       =>  wckTime=0.811  cpuTime=0.65  mem=36M130
1.01/1.19	   
1.01/1.19	   solver IterativeSystematicSolver being built... 
1.11/1.25	   
1.11/1.26	   INFO : Forward propagation technique limited 
1.21/1.33	       =>  wckTime=1.052  cpuTime=0.77  mem=39M592
1.61/1.77	   
1.61/1.77	   preprocessing
1.61/1.77	     nbConstraintChecks=0  nbValidityChecks=4719856  nbPropagations=144  nbRevisions=0  nbUselessRevisions=0
1.61/1.77	     nbRemovedValues=192  detectedInconsistency=no
1.61/1.77	       =>  wckTime=0.434  cpuTime=0.42  mem=40M512
29.60/29.89	   
29.60/29.89	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=41M400)

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-1107604-1215477293/watcher-1107604-1215477293 -o /tmp/evaluation-result-1107604-1215477293/solver-1107604-1215477293 -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-1107604-1215477293.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.07 1.48 1.18 4/73 3139
/proc/meminfo: memFree=1795104/2055920 swapFree=4192956/4192956
[pid=3139] ppid=3137 vsize=18572 CPUtime=0
/proc/3139/stat : 3139 (runsolver) R 3137 3139 2917 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 4427088 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 231962373415 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/3139/statm: 4643 292 257 25 0 2626 0

[startup+0.0797099 s]
/proc/loadavg: 2.07 1.48 1.18 4/73 3139
/proc/meminfo: memFree=1795104/2055920 swapFree=4192956/4192956
[pid=3139] ppid=3137 vsize=865856 CPUtime=0.06
/proc/3139/stat : 3139 (java) S 3137 3139 2917 0 -1 0 3525 0 1 0 5 1 0 0 18 0 9 0 4427088 886636544 3015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3139/statm: 216464 3015 1625 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.102713 s]
/proc/loadavg: 2.07 1.48 1.18 4/73 3139
/proc/meminfo: memFree=1795104/2055920 swapFree=4192956/4192956
[pid=3139] ppid=3137 vsize=865884 CPUtime=0.08
/proc/3139/stat : 3139 (java) S 3137 3139 2917 0 -1 0 3751 0 1 0 7 1 0 0 18 0 9 0 4427088 886665216 3213 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3139/statm: 216471 3213 1702 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301741 s]
/proc/loadavg: 2.07 1.48 1.18 4/73 3139
/proc/meminfo: memFree=1795104/2055920 swapFree=4192956/4192956
[pid=3139] ppid=3137 vsize=866204 CPUtime=0.25
/proc/3139/stat : 3139 (java) S 3137 3139 2917 0 -1 0 5575 0 2 0 23 2 0 0 18 0 9 0 4427088 886992896 4999 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3139/statm: 216551 4999 1884 9 0 211099 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 866204

[startup+0.7028 s]
/proc/loadavg: 2.07 1.48 1.18 4/73 3139
/proc/meminfo: memFree=1795104/2055920 swapFree=4192956/4192956
[pid=3139] ppid=3137 vsize=866400 CPUtime=0.65
/proc/3139/stat : 3139 (java) S 3137 3139 2917 0 -1 0 15449 0 2 0 58 7 0 0 18 0 9 0 4427088 887193600 14820 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3139/statm: 216600 14820 1969 9 0 211128 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 866400

[startup+1.5029 s]
/proc/loadavg: 2.07 1.48 1.18 4/82 3148
/proc/meminfo: memFree=1723992/2055920 swapFree=4192956/4192956
[pid=3139] ppid=3137 vsize=867084 CPUtime=1.41
/proc/3139/stat : 3139 (java) S 3137 3139 2917 0 -1 0 32386 274 2 1 128 12 0 1 18 0 9 0 4427088 887894016 23734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3139/statm: 216771 23734 2633 9 0 211277 0
[pid=3139/tid=3141] ppid=3137 vsize=867084 CPUtime=1.12
/proc/3139/task/3141/stat : 3141 (java) R 3137 3139 2917 0 -1 64 19586 274 2 1 104 7 0 1 18 0 9 0 4427090 887894016 23734 996147200 134512640 134550740 4294955968 18446744073709551615 4126784121 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3142] ppid=3137 vsize=867084 CPUtime=0.13
/proc/3139/task/3142/stat : 3142 (java) S 3137 3139 2917 0 -1 64 11445 274 0 1 9 3 0 1 17 0 9 0 4427091 887894016 23734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3143] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3143/stat : 3143 (java) S 3137 3139 2917 0 -1 64 15 274 0 1 0 0 0 1 16 0 9 0 4427091 887894016 23734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3144] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3144/stat : 3144 (java) S 3137 3139 2917 0 -1 64 8 274 0 1 0 0 0 1 16 0 9 0 4427091 887894016 23734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3145] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3145/stat : 3145 (java) S 3137 3139 2917 0 -1 64 0 274 0 1 0 0 0 1 24 0 9 0 4427093 887894016 23734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3146] ppid=3137 vsize=867084 CPUtime=0.15
/proc/3139/task/3146/stat : 3146 (java) S 3137 3139 2917 0 -1 64 519 274 0 1 14 0 0 1 16 0 9 0 4427093 887894016 23734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3147] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3147/stat : 3147 (java) S 3137 3139 2917 0 -1 64 2 274 0 1 0 0 0 1 25 0 9 0 4427093 887894016 23734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3148] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3148/stat : 3148 (java) S 3137 3139 2917 0 -1 64 12 274 0 1 0 0 0 1 15 0 9 0 4427093 887894016 23734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 867084

[startup+3.10112 s]
/proc/loadavg: 2.07 1.48 1.18 3/82 3152
/proc/meminfo: memFree=1709016/2055920 swapFree=4192956/4192956
[pid=3139] ppid=3137 vsize=867084 CPUtime=3
/proc/3139/stat : 3139 (java) S 3137 3139 2917 0 -1 0 32632 274 2 1 287 12 0 1 18 0 9 0 4427088 887894016 23754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3139/statm: 216771 23754 2634 9 0 211277 0
[pid=3139/tid=3141] ppid=3137 vsize=867084 CPUtime=2.68
/proc/3139/task/3141/stat : 3141 (java) R 3137 3139 2917 0 -1 64 19813 274 2 1 260 7 0 1 25 0 9 0 4427090 887894016 23754 996147200 134512640 134550740 4294955968 18446744073709551615 4126795472 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3142] ppid=3137 vsize=867084 CPUtime=0.13
/proc/3139/task/3142/stat : 3142 (java) S 3137 3139 2917 0 -1 64 11445 274 0 1 9 3 0 1 17 0 9 0 4427091 887894016 23754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3143] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3143/stat : 3143 (java) S 3137 3139 2917 0 -1 64 15 274 0 1 0 0 0 1 16 0 9 0 4427091 887894016 23754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3144] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3144/stat : 3144 (java) S 3137 3139 2917 0 -1 64 8 274 0 1 0 0 0 1 16 0 9 0 4427091 887894016 23754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3145] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3145/stat : 3145 (java) S 3137 3139 2917 0 -1 64 0 274 0 1 0 0 0 1 24 0 9 0 4427093 887894016 23754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3146] ppid=3137 vsize=867084 CPUtime=0.19
/proc/3139/task/3146/stat : 3146 (java) S 3137 3139 2917 0 -1 64 538 274 0 1 18 0 0 1 15 0 9 0 4427093 887894016 23754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3147] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3147/stat : 3147 (java) S 3137 3139 2917 0 -1 64 2 274 0 1 0 0 0 1 25 0 9 0 4427093 887894016 23754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3148] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3148/stat : 3148 (java) S 3137 3139 2917 0 -1 64 12 274 0 1 0 0 0 1 15 0 9 0 4427093 887894016 23754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 867084

[startup+6.30155 s]
/proc/loadavg: 2.06 1.49 1.19 3/82 3152
/proc/meminfo: memFree=1708888/2055920 swapFree=4192956/4192956
[pid=3139] ppid=3137 vsize=867084 CPUtime=6.19
/proc/3139/stat : 3139 (java) S 3137 3139 2917 0 -1 0 32642 274 2 1 606 12 0 1 18 0 9 0 4427088 887894016 23758 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3139/statm: 216771 23758 2634 9 0 211277 0
[pid=3139/tid=3141] ppid=3137 vsize=867084 CPUtime=5.86
/proc/3139/task/3141/stat : 3141 (java) R 3137 3139 2917 0 -1 64 19818 274 2 1 577 8 0 1 17 0 9 0 4427090 887894016 23758 996147200 134512640 134550740 4294955968 18446744073709551615 4126795394 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3142] ppid=3137 vsize=867084 CPUtime=0.13
/proc/3139/task/3142/stat : 3142 (java) S 3137 3139 2917 0 -1 64 11445 274 0 1 9 3 0 1 16 0 9 0 4427091 887894016 23758 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3143] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3143/stat : 3143 (java) S 3137 3139 2917 0 -1 64 15 274 0 1 0 0 0 1 16 0 9 0 4427091 887894016 23758 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3144] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3144/stat : 3144 (java) S 3137 3139 2917 0 -1 64 8 274 0 1 0 0 0 1 16 0 9 0 4427091 887894016 23758 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3145] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3145/stat : 3145 (java) S 3137 3139 2917 0 -1 64 0 274 0 1 0 0 0 1 24 0 9 0 4427093 887894016 23758 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3146] ppid=3137 vsize=867084 CPUtime=0.19
/proc/3139/task/3146/stat : 3146 (java) S 3137 3139 2917 0 -1 64 543 274 0 1 18 0 0 1 16 0 9 0 4427093 887894016 23758 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3147] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3147/stat : 3147 (java) S 3137 3139 2917 0 -1 64 2 274 0 1 0 0 0 1 25 0 9 0 4427093 887894016 23758 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3148] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3148/stat : 3148 (java) S 3137 3139 2917 0 -1 64 12 274 0 1 0 0 0 1 15 0 9 0 4427093 887894016 23758 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 867084

[startup+12.7014 s]
/proc/loadavg: 2.06 1.50 1.19 3/82 3152
/proc/meminfo: memFree=1708824/2055920 swapFree=4192956/4192956
[pid=3139] ppid=3137 vsize=867084 CPUtime=12.56
/proc/3139/stat : 3139 (java) S 3137 3139 2917 0 -1 0 32648 274 2 1 1243 12 0 1 18 0 9 0 4427088 887894016 23759 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3139/statm: 216771 23759 2634 9 0 211277 0
[pid=3139/tid=3141] ppid=3137 vsize=867084 CPUtime=12.24
/proc/3139/task/3141/stat : 3141 (java) R 3137 3139 2917 0 -1 64 19823 274 2 1 1215 8 0 1 25 0 9 0 4427090 887894016 23759 996147200 134512640 134550740 4294955968 18446744073709551615 4126795394 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3142] ppid=3137 vsize=867084 CPUtime=0.13
/proc/3139/task/3142/stat : 3142 (java) S 3137 3139 2917 0 -1 64 11445 274 0 1 9 3 0 1 16 0 9 0 4427091 887894016 23759 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3143] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3143/stat : 3143 (java) S 3137 3139 2917 0 -1 64 15 274 0 1 0 0 0 1 16 0 9 0 4427091 887894016 23759 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3144] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3144/stat : 3144 (java) S 3137 3139 2917 0 -1 64 8 274 0 1 0 0 0 1 16 0 9 0 4427091 887894016 23759 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3145] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3145/stat : 3145 (java) S 3137 3139 2917 0 -1 64 0 274 0 1 0 0 0 1 24 0 9 0 4427093 887894016 23759 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3146] ppid=3137 vsize=867084 CPUtime=0.19
/proc/3139/task/3146/stat : 3146 (java) S 3137 3139 2917 0 -1 64 544 274 0 1 18 0 0 1 16 0 9 0 4427093 887894016 23759 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3147] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3147/stat : 3147 (java) S 3137 3139 2917 0 -1 64 2 274 0 1 0 0 0 1 25 0 9 0 4427093 887894016 23759 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3148] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3148/stat : 3148 (java) S 3137 3139 2917 0 -1 64 12 274 0 1 0 0 0 1 15 0 9 0 4427093 887894016 23759 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867084

[startup+25.5022 s]
/proc/loadavg: 2.05 1.52 1.20 3/82 3152
/proc/meminfo: memFree=1708952/2055920 swapFree=4192956/4192956
[pid=3139] ppid=3137 vsize=867084 CPUtime=25.32
/proc/3139/stat : 3139 (java) S 3137 3139 2917 0 -1 0 32670 274 2 1 2518 13 0 1 18 0 9 0 4427088 887894016 23771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3139/statm: 216771 23771 2634 9 0 211277 0
[pid=3139/tid=3141] ppid=3137 vsize=867084 CPUtime=24.97
/proc/3139/task/3141/stat : 3141 (java) R 3137 3139 2917 0 -1 64 19832 274 2 1 2488 8 0 1 25 0 9 0 4427090 887894016 23771 996147200 134512640 134550740 4294955968 18446744073709551615 4126795394 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3142] ppid=3137 vsize=867084 CPUtime=0.13
/proc/3139/task/3142/stat : 3142 (java) S 3137 3139 2917 0 -1 64 11445 274 0 1 9 3 0 1 16 0 9 0 4427091 887894016 23771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3143] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3143/stat : 3143 (java) S 3137 3139 2917 0 -1 64 15 274 0 1 0 0 0 1 16 0 9 0 4427091 887894016 23771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3144] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3144/stat : 3144 (java) S 3137 3139 2917 0 -1 64 8 274 0 1 0 0 0 1 16 0 9 0 4427091 887894016 23771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3145] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3145/stat : 3145 (java) S 3137 3139 2917 0 -1 64 0 274 0 1 0 0 0 1 24 0 9 0 4427093 887894016 23771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3146] ppid=3137 vsize=867084 CPUtime=0.2
/proc/3139/task/3146/stat : 3146 (java) S 3137 3139 2917 0 -1 64 557 274 0 1 19 0 0 1 16 0 9 0 4427093 887894016 23771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3147] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3147/stat : 3147 (java) S 3137 3139 2917 0 -1 64 2 274 0 1 0 0 0 1 25 0 9 0 4427093 887894016 23771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3148] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3148/stat : 3148 (java) S 3137 3139 2917 0 -1 64 12 274 0 1 0 0 0 1 15 0 9 0 4427093 887894016 23771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 867084

[startup+51.1026 s]
/proc/loadavg: 2.03 1.56 1.22 3/82 3152
/proc/meminfo: memFree=1708824/2055920 swapFree=4192956/4192956
[pid=3139] ppid=3137 vsize=867084 CPUtime=50.81
/proc/3139/stat : 3139 (java) S 3137 3139 2917 0 -1 0 32684 274 2 1 5067 13 0 1 18 0 9 0 4427088 887894016 23773 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3139/statm: 216771 23773 2634 9 0 211277 0
[pid=3139/tid=3141] ppid=3137 vsize=867084 CPUtime=50.47
/proc/3139/task/3141/stat : 3141 (java) R 3137 3139 2917 0 -1 64 19840 274 2 1 5038 8 0 1 25 0 9 0 4427090 887894016 23773 996147200 134512640 134550740 4294955968 18446744073709551615 4126795394 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3142] ppid=3137 vsize=867084 CPUtime=0.13
/proc/3139/task/3142/stat : 3142 (java) S 3137 3139 2917 0 -1 64 11445 274 0 1 9 3 0 1 16 0 9 0 4427091 887894016 23773 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3143] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3143/stat : 3143 (java) S 3137 3139 2917 0 -1 64 15 274 0 1 0 0 0 1 16 0 9 0 4427091 887894016 23773 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3144] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3144/stat : 3144 (java) S 3137 3139 2917 0 -1 64 8 274 0 1 0 0 0 1 16 0 9 0 4427091 887894016 23773 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3145] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3145/stat : 3145 (java) S 3137 3139 2917 0 -1 64 0 274 0 1 0 0 0 1 24 0 9 0 4427093 887894016 23773 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3146] ppid=3137 vsize=867084 CPUtime=0.2
/proc/3139/task/3146/stat : 3146 (java) S 3137 3139 2917 0 -1 64 563 274 0 1 19 0 0 1 15 0 9 0 4427093 887894016 23773 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3147] ppid=3137 vsize=867084 CPUtime=0.01

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

/proc/3139/task/3144/stat : 3144 (java) S 3137 3139 2917 0 -1 64 8 274 0 1 0 0 0 1 16 0 9 0 4427091 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3145] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3145/stat : 3145 (java) S 3137 3139 2917 0 -1 64 0 274 0 1 0 0 0 1 24 0 9 0 4427093 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3146] ppid=3137 vsize=867084 CPUtime=0.25
/proc/3139/task/3146/stat : 3146 (java) S 3137 3139 2917 0 -1 64 592 274 0 1 24 0 0 1 16 0 9 0 4427093 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3147] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3147/stat : 3147 (java) S 3137 3139 2917 0 -1 64 2 274 0 1 0 0 0 1 25 0 9 0 4427093 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3148] ppid=3137 vsize=867084 CPUtime=0.03
/proc/3139/task/3148/stat : 3148 (java) S 3137 3139 2917 0 -1 64 12 274 0 1 0 2 0 1 15 0 9 0 4427093 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.13
Current children cumulated vsize (KiB) 867084

[startup+1602.3 s]
/proc/loadavg: 2.01 2.04 1.85 3/82 3158
/proc/meminfo: memFree=1707920/2055920 swapFree=4192956/4192956
[pid=3139] ppid=3137 vsize=867084 CPUtime=1595.88
/proc/3139/stat : 3139 (java) S 3137 3139 2917 0 -1 0 32841 274 2 1 159570 17 0 1 18 0 9 0 4427088 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3139/statm: 216771 23794 2634 9 0 211277 0
[pid=3139/tid=3141] ppid=3137 vsize=867084 CPUtime=1595.47
/proc/3139/task/3141/stat : 3141 (java) R 3137 3139 2917 0 -1 64 19968 274 2 1 159536 10 0 1 25 0 9 0 4427090 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4126795237 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3142] ppid=3137 vsize=867084 CPUtime=0.13
/proc/3139/task/3142/stat : 3142 (java) S 3137 3139 2917 0 -1 64 11445 274 0 1 9 3 0 1 16 0 9 0 4427091 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3143] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3143/stat : 3143 (java) S 3137 3139 2917 0 -1 64 15 274 0 1 0 0 0 1 16 0 9 0 4427091 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3144] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3144/stat : 3144 (java) S 3137 3139 2917 0 -1 64 8 274 0 1 0 0 0 1 16 0 9 0 4427091 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3145] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3145/stat : 3145 (java) S 3137 3139 2917 0 -1 64 0 274 0 1 0 0 0 1 24 0 9 0 4427093 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3146] ppid=3137 vsize=867084 CPUtime=0.25
/proc/3139/task/3146/stat : 3146 (java) S 3137 3139 2917 0 -1 64 592 274 0 1 24 0 0 1 16 0 9 0 4427093 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3147] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3147/stat : 3147 (java) S 3137 3139 2917 0 -1 64 2 274 0 1 0 0 0 1 25 0 9 0 4427093 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3148] ppid=3137 vsize=867084 CPUtime=0.03
/proc/3139/task/3148/stat : 3148 (java) S 3137 3139 2917 0 -1 64 12 274 0 1 0 2 0 1 15 0 9 0 4427093 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.88
Current children cumulated vsize (KiB) 867084

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 1.86 3/82 3158
/proc/meminfo: memFree=1707920/2055920 swapFree=4192956/4192956
[pid=3139] ppid=3137 vsize=867084 CPUtime=1655.64
/proc/3139/stat : 3139 (java) S 3137 3139 2917 0 -1 0 32846 274 2 1 165546 17 0 1 18 0 9 0 4427088 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3139/statm: 216771 23794 2634 9 0 211277 0
[pid=3139/tid=3141] ppid=3137 vsize=867084 CPUtime=1655.22
/proc/3139/task/3141/stat : 3141 (java) R 3137 3139 2917 0 -1 64 19973 274 2 1 165511 10 0 1 25 0 9 0 4427090 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4126795394 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3142] ppid=3137 vsize=867084 CPUtime=0.13
/proc/3139/task/3142/stat : 3142 (java) S 3137 3139 2917 0 -1 64 11445 274 0 1 9 3 0 1 16 0 9 0 4427091 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3143] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3143/stat : 3143 (java) S 3137 3139 2917 0 -1 64 15 274 0 1 0 0 0 1 16 0 9 0 4427091 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3144] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3144/stat : 3144 (java) S 3137 3139 2917 0 -1 64 8 274 0 1 0 0 0 1 16 0 9 0 4427091 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3145] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3145/stat : 3145 (java) S 3137 3139 2917 0 -1 64 0 274 0 1 0 0 0 1 24 0 9 0 4427093 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3146] ppid=3137 vsize=867084 CPUtime=0.25
/proc/3139/task/3146/stat : 3146 (java) S 3137 3139 2917 0 -1 64 592 274 0 1 24 0 0 1 16 0 9 0 4427093 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3147] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3147/stat : 3147 (java) S 3137 3139 2917 0 -1 64 2 274 0 1 0 0 0 1 25 0 9 0 4427093 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3148] ppid=3137 vsize=867084 CPUtime=0.03
/proc/3139/task/3148/stat : 3148 (java) S 3137 3139 2917 0 -1 64 12 274 0 1 0 2 0 1 15 0 9 0 4427093 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.64
Current children cumulated vsize (KiB) 867084

[startup+1722.3 s]
/proc/loadavg: 2.08 2.04 1.87 3/91 3303
/proc/meminfo: memFree=1610000/2055920 swapFree=4192956/4192956
[pid=3139] ppid=3137 vsize=867084 CPUtime=1715.34
/proc/3139/stat : 3139 (java) S 3137 3139 2917 0 -1 0 32849 274 2 1 171513 20 0 1 18 0 9 0 4427088 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3139/statm: 216771 23794 2634 9 0 211277 0
[pid=3139/tid=3141] ppid=3137 vsize=867084 CPUtime=1714.93
/proc/3139/task/3141/stat : 3141 (java) R 3137 3139 2917 0 -1 64 19976 274 2 1 171479 13 0 1 25 0 9 0 4427090 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4126795237 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3142] ppid=3137 vsize=867084 CPUtime=0.13
/proc/3139/task/3142/stat : 3142 (java) S 3137 3139 2917 0 -1 64 11445 274 0 1 9 3 0 1 16 0 9 0 4427091 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3143] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3143/stat : 3143 (java) S 3137 3139 2917 0 -1 64 15 274 0 1 0 0 0 1 16 0 9 0 4427091 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3144] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3144/stat : 3144 (java) S 3137 3139 2917 0 -1 64 8 274 0 1 0 0 0 1 16 0 9 0 4427091 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3145] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3145/stat : 3145 (java) S 3137 3139 2917 0 -1 64 0 274 0 1 0 0 0 1 24 0 9 0 4427093 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3146] ppid=3137 vsize=867084 CPUtime=0.25
/proc/3139/task/3146/stat : 3146 (java) S 3137 3139 2917 0 -1 64 592 274 0 1 24 0 0 1 16 0 9 0 4427093 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3147] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3147/stat : 3147 (java) S 3137 3139 2917 0 -1 64 2 274 0 1 0 0 0 1 25 0 9 0 4427093 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3148] ppid=3137 vsize=867084 CPUtime=0.03
/proc/3139/task/3148/stat : 3148 (java) S 3137 3139 2917 0 -1 64 12 274 0 1 0 2 0 1 15 0 9 0 4427093 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.34
Current children cumulated vsize (KiB) 867084

[startup+1782.3 s]
/proc/loadavg: 2.14 2.06 1.88 3/91 3303
/proc/meminfo: memFree=1232784/2055920 swapFree=4192956/4192956
[pid=3139] ppid=3137 vsize=867084 CPUtime=1775.02
/proc/3139/stat : 3139 (java) S 3137 3139 2917 0 -1 0 32852 274 2 1 177474 27 0 1 18 0 9 0 4427088 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3139/statm: 216771 23794 2634 9 0 211277 0
[pid=3139/tid=3141] ppid=3137 vsize=867084 CPUtime=1774.6
/proc/3139/task/3141/stat : 3141 (java) R 3137 3139 2917 0 -1 64 19979 274 2 1 177440 19 0 1 25 0 9 0 4427090 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4126784080 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3142] ppid=3137 vsize=867084 CPUtime=0.13
/proc/3139/task/3142/stat : 3142 (java) S 3137 3139 2917 0 -1 64 11445 274 0 1 9 3 0 1 16 0 9 0 4427091 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3143] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3143/stat : 3143 (java) S 3137 3139 2917 0 -1 64 15 274 0 1 0 0 0 1 16 0 9 0 4427091 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3144] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3144/stat : 3144 (java) S 3137 3139 2917 0 -1 64 8 274 0 1 0 0 0 1 16 0 9 0 4427091 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3145] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3145/stat : 3145 (java) S 3137 3139 2917 0 -1 64 0 274 0 1 0 0 0 1 24 0 9 0 4427093 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3146] ppid=3137 vsize=867084 CPUtime=0.25
/proc/3139/task/3146/stat : 3146 (java) S 3137 3139 2917 0 -1 64 592 274 0 1 24 0 0 1 16 0 9 0 4427093 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3147] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3147/stat : 3147 (java) S 3137 3139 2917 0 -1 64 2 274 0 1 0 0 0 1 25 0 9 0 4427093 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3148] ppid=3137 vsize=867084 CPUtime=0.03
/proc/3139/task/3148/stat : 3148 (java) S 3137 3139 2917 0 -1 64 12 274 0 1 0 2 0 1 15 0 9 0 4427093 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.02
Current children cumulated vsize (KiB) 867084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.5 s]
/proc/loadavg: 2.09 2.05 1.89 3/91 3303
/proc/meminfo: memFree=1124688/2055920 swapFree=4192956/4192956
[pid=3139] ppid=3137 vsize=867084 CPUtime=1800.09
/proc/3139/stat : 3139 (java) S 3137 3139 2917 0 -1 0 32854 274 2 1 179980 28 0 1 18 0 9 0 4427088 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3139/statm: 216771 23794 2634 9 0 211277 0
[pid=3139/tid=3141] ppid=3137 vsize=867084 CPUtime=1799.68
/proc/3139/task/3141/stat : 3141 (java) R 3137 3139 2917 0 -1 64 19981 274 2 1 179946 21 0 1 25 0 9 0 4427090 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4126795394 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3142] ppid=3137 vsize=867084 CPUtime=0.13
/proc/3139/task/3142/stat : 3142 (java) S 3137 3139 2917 0 -1 64 11445 274 0 1 9 3 0 1 16 0 9 0 4427091 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3143] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3143/stat : 3143 (java) S 3137 3139 2917 0 -1 64 15 274 0 1 0 0 0 1 16 0 9 0 4427091 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3144] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3144/stat : 3144 (java) S 3137 3139 2917 0 -1 64 8 274 0 1 0 0 0 1 16 0 9 0 4427091 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3145] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3145/stat : 3145 (java) S 3137 3139 2917 0 -1 64 0 274 0 1 0 0 0 1 24 0 9 0 4427093 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3146] ppid=3137 vsize=867084 CPUtime=0.25
/proc/3139/task/3146/stat : 3146 (java) S 3137 3139 2917 0 -1 64 592 274 0 1 24 0 0 1 16 0 9 0 4427093 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3147] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3147/stat : 3147 (java) S 3137 3139 2917 0 -1 64 2 274 0 1 0 0 0 1 25 0 9 0 4427093 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3148] ppid=3137 vsize=867084 CPUtime=0.03
/proc/3139/task/3148/stat : 3148 (java) S 3137 3139 2917 0 -1 64 12 274 0 1 0 2 0 1 15 0 9 0 4427093 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 867084

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

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

[startup+1807.5 s]
/proc/loadavg: 2.09 2.05 1.89 3/91 3303
/proc/meminfo: memFree=1124688/2055920 swapFree=4192956/4192956
[pid=3139] ppid=3137 vsize=867084 CPUtime=1800.09
/proc/3139/stat : 3139 (java) S 3137 3139 2917 0 -1 0 32854 274 2 1 179980 28 0 1 18 0 9 0 4427088 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3139/statm: 216771 23794 2634 9 0 211277 0
[pid=3139/tid=3141] ppid=3137 vsize=867084 CPUtime=1799.68
/proc/3139/task/3141/stat : 3141 (java) R 3137 3139 2917 0 -1 64 19981 274 2 1 179946 21 0 1 25 0 9 0 4427090 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4126795394 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3142] ppid=3137 vsize=867084 CPUtime=0.13
/proc/3139/task/3142/stat : 3142 (java) S 3137 3139 2917 0 -1 64 11445 274 0 1 9 3 0 1 16 0 9 0 4427091 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3143] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3143/stat : 3143 (java) S 3137 3139 2917 0 -1 64 15 274 0 1 0 0 0 1 16 0 9 0 4427091 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3144] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3144/stat : 3144 (java) S 3137 3139 2917 0 -1 64 8 274 0 1 0 0 0 1 16 0 9 0 4427091 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3145] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3145/stat : 3145 (java) S 3137 3139 2917 0 -1 64 0 274 0 1 0 0 0 1 24 0 9 0 4427093 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3146] ppid=3137 vsize=867084 CPUtime=0.25
/proc/3139/task/3146/stat : 3146 (java) S 3137 3139 2917 0 -1 64 592 274 0 1 24 0 0 1 16 0 9 0 4427093 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3139/tid=3147] ppid=3137 vsize=867084 CPUtime=0.01
/proc/3139/task/3147/stat : 3147 (java) S 3137 3139 2917 0 -1 64 2 274 0 1 0 0 0 1 25 0 9 0 4427093 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3139/tid=3148] ppid=3137 vsize=867084 CPUtime=0.03
/proc/3139/task/3148/stat : 3148 (java) S 3137 3139 2917 0 -1 64 12 274 0 1 0 2 0 1 15 0 9 0 4427093 887894016 23794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 867084

Child status: 143
Real time (s): 1807.53
CPU time (s): 1800.13
CPU user time (s): 1799.81
CPU system time (s): 0.313952
CPU usage (%): 99.5903
Max. virtual memory (cumulated for all children) (KiB): 867084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.81
system time used= 0.313952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33160
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37827
involuntary context switches= 23248

runsolver used 2.30665 second user time and 5.00924 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-08 02:34:53
IDJOB=1107604
IDBENCH=56556
IDSOLVER=363
FILE ID=node71/1107604-1215477293
PBS_JOBID= 7888660
Free space on /tmp= 66484 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg10-14_ext.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-1107604-1215477293/watcher-1107604-1215477293 -o /tmp/evaluation-result-1107604-1215477293/solver-1107604-1215477293 -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-1107604-1215477293.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6797b14732deb534296b42a9ade425c3
RANDOM SEED=1783555216

node71.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.225
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.225
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:       1795720 kB
Buffers:         28208 kB
Cached:         170556 kB
SwapCached:          0 kB
Active:         123964 kB
Inactive:       103352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795720 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4668 kB
Writeback:           0 kB
Mapped:          40744 kB
Slab:            18276 kB
Committed_AS:    89992 kB
PageTables:       1884 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= 66032 MiB
End job on node71 at 2008-07-08 03:05:02