Trace number 1068351

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.14 1811.47

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg10-11_ext.xml
MD5SUM7036052caed6c16652ecdb620a34b2a1
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 variables110
Number of constraints21
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension21
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-1068351-1215153538.xml
0.29/0.33	   
0.29/0.33	   domains being loaded...
0.29/0.34	   
0.29/0.34	   variables being loaded...
0.29/0.39	     nbVariables=110  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=2860
0.29/0.39	       =>  wckTime=0.143  cpuTime=0.14  mem=7M919
0.29/0.39	   
0.29/0.39	   relations being loaded...
0.78/0.83	   
0.78/0.83	   constraints being loaded...
0.88/0.91	   Too large in ConstraintConflictsSTructure
0.88/0.97	   Too large in ConstraintConflictsSTructure
0.98/1.05	     nbConstraints=21  nbRelationTypes=2  nbGlobalConstraints=21  nbExtensionStructures=2
0.98/1.05	     nbSharedExtensionStructures=19  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=0  minDegree=2
0.98/1.05	     maxDegree=2  minArity=10  avgArity=10.48  maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.066
0.98/1.05	     symmetryCpuTime=0.03
0.98/1.05	       =>  wckTime=0.804  cpuTime=0.68  mem=44M204
1.07/1.14	   
1.07/1.14	   solver IterativeSystematicSolver being built... 
1.17/1.22	   
1.17/1.22	   INFO : Forward propagation technique limited 
1.17/1.29	       =>  wckTime=1.045  cpuTime=0.8  mem=29M814
1.37/1.48	   
1.37/1.48	   preprocessing
1.37/1.48	     nbConstraintChecks=0  nbValidityChecks=1381718  nbPropagations=112  nbRevisions=0  nbUselessRevisions=0
1.37/1.48	     nbRemovedValues=68  detectedInconsistency=no
1.37/1.48	       =>  wckTime=0.182  cpuTime=0.16  mem=30M705
6.91/7.05	   
6.91/7.05	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=31M613)

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-1068351-1215153538/watcher-1068351-1215153538 -o /tmp/evaluation-result-1068351-1215153538/solver-1068351-1215153538 -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-1068351-1215153538.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 5751
/proc/meminfo: memFree=1921352/2055920 swapFree=4179828/4192956
[pid=5751] ppid=5749 vsize=1616 CPUtime=0
/proc/5751/stat : 5751 (java) D 5749 5751 870 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1994327289 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/5751/statm: 404 145 119 9 0 46 0

[startup+0.0484571 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 5751
/proc/meminfo: memFree=1921352/2055920 swapFree=4179828/4192956
[pid=5751] ppid=5749 vsize=861876 CPUtime=0.04
/proc/5751/stat : 5751 (java) S 5749 5751 870 0 -1 0 2363 0 1 0 2 2 0 0 18 0 5 0 1994327289 882561024 1950 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/5751/statm: 215469 1950 898 9 0 210448 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 861876

[startup+0.103466 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 5751
/proc/meminfo: memFree=1921352/2055920 swapFree=4179828/4192956
[pid=5751] ppid=5749 vsize=865884 CPUtime=0.09
/proc/5751/stat : 5751 (java) S 5749 5751 870 0 -1 0 3775 0 1 0 7 2 0 0 18 0 9 0 1994327289 886665216 3226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5751/statm: 216471 3226 1711 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.302498 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 5751
/proc/meminfo: memFree=1921352/2055920 swapFree=4179828/4192956
[pid=5751] ppid=5749 vsize=866128 CPUtime=0.29
/proc/5751/stat : 5751 (java) S 5749 5751 870 0 -1 0 5783 0 1 0 24 5 0 0 18 0 9 0 1994327289 886915072 5157 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5751/statm: 216532 5157 1952 9 0 211060 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866128

[startup+0.701569 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 5751
/proc/meminfo: memFree=1921352/2055920 swapFree=4179828/4192956
[pid=5751] ppid=5749 vsize=866400 CPUtime=0.69
/proc/5751/stat : 5751 (java) S 5749 5751 870 0 -1 0 9240 0 1 0 61 8 0 0 18 0 9 0 1994327289 887193600 8610 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5751/statm: 216600 8610 1969 9 0 211128 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 866400

[startup+1.50169 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 5760
/proc/meminfo: memFree=1871232/2055920 swapFree=4179828/4192956
[pid=5751] ppid=5749 vsize=867268 CPUtime=1.46
/proc/5751/stat : 5751 (java) S 5749 5751 870 0 -1 0 26788 273 1 0 130 15 0 1 18 0 9 0 1994327289 888082432 18251 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5751/statm: 216817 18251 2631 9 0 211323 0
[pid=5751/tid=5753] ppid=5749 vsize=867268 CPUtime=1.2
/proc/5751/task/5753/stat : 5753 (java) R 5749 5751 870 0 -1 64 19017 273 1 0 108 11 0 1 25 0 9 0 1994327290 888082432 18251 996147200 134512640 134550740 4294955984 18446744073709551615 4126780304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5754] ppid=5749 vsize=867268 CPUtime=0.09
/proc/5751/task/5754/stat : 5754 (java) S 5749 5751 870 0 -1 64 6402 273 0 0 6 2 0 1 17 0 9 0 1994327292 888082432 18251 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5755] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5755/stat : 5755 (java) S 5749 5751 870 0 -1 64 16 273 0 0 0 0 0 1 17 0 9 0 1994327292 888082432 18251 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5756] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5756/stat : 5756 (java) S 5749 5751 870 0 -1 64 9 273 0 0 0 0 0 1 16 0 9 0 1994327292 888082432 18251 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5757] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5757/stat : 5757 (java) S 5749 5751 870 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1994327294 888082432 18251 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5758] ppid=5749 vsize=867268 CPUtime=0.16
/proc/5751/task/5758/stat : 5758 (java) S 5749 5751 870 0 -1 64 530 273 0 0 15 0 0 1 15 0 9 0 1994327294 888082432 18251 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5759] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5759/stat : 5759 (java) S 5749 5751 870 0 -1 64 1 273 0 0 0 0 0 1 19 0 9 0 1994327294 888082432 18251 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5760] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5760/stat : 5760 (java) S 5749 5751 870 0 -1 64 0 273 0 0 0 0 0 1 15 0 9 0 1994327294 888082432 18251 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867268

[startup+3.10294 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 5764
/proc/meminfo: memFree=1857984/2055920 swapFree=4179828/4192956
[pid=5751] ppid=5749 vsize=867268 CPUtime=3.05
/proc/5751/stat : 5751 (java) S 5749 5751 870 0 -1 0 26826 273 1 0 289 15 0 1 18 0 9 0 1994327289 888082432 18275 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5751/statm: 216817 18275 2631 9 0 211323 0
[pid=5751/tid=5753] ppid=5749 vsize=867268 CPUtime=2.74
/proc/5751/task/5753/stat : 5753 (java) R 5749 5751 870 0 -1 64 19034 273 1 0 262 11 0 1 25 0 9 0 1994327290 888082432 18275 996147200 134512640 134550740 4294955984 18446744073709551615 4126780047 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5754] ppid=5749 vsize=867268 CPUtime=0.09
/proc/5751/task/5754/stat : 5754 (java) S 5749 5751 870 0 -1 64 6402 273 0 0 6 2 0 1 17 0 9 0 1994327292 888082432 18275 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5755] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5755/stat : 5755 (java) S 5749 5751 870 0 -1 64 16 273 0 0 0 0 0 1 17 0 9 0 1994327292 888082432 18275 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5756] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5756/stat : 5756 (java) S 5749 5751 870 0 -1 64 9 273 0 0 0 0 0 1 16 0 9 0 1994327292 888082432 18275 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5757] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5757/stat : 5757 (java) S 5749 5751 870 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1994327294 888082432 18275 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5758] ppid=5749 vsize=867268 CPUtime=0.21
/proc/5751/task/5758/stat : 5758 (java) S 5749 5751 870 0 -1 64 551 273 0 0 20 0 0 1 16 0 9 0 1994327294 888082432 18275 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5759] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5759/stat : 5759 (java) S 5749 5751 870 0 -1 64 1 273 0 0 0 0 0 1 19 0 9 0 1994327294 888082432 18275 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5760] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5760/stat : 5760 (java) S 5749 5751 870 0 -1 64 0 273 0 0 0 0 0 1 15 0 9 0 1994327294 888082432 18275 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867268

[startup+6.30143 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 5764
/proc/meminfo: memFree=1857728/2055920 swapFree=4179828/4192956
[pid=5751] ppid=5749 vsize=867268 CPUtime=6.22
/proc/5751/stat : 5751 (java) S 5749 5751 870 0 -1 0 26856 273 1 0 606 15 0 1 18 0 9 0 1994327289 888082432 18283 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5751/statm: 216817 18283 2631 9 0 211323 0
[pid=5751/tid=5753] ppid=5749 vsize=867268 CPUtime=5.9
/proc/5751/task/5753/stat : 5753 (java) R 5749 5751 870 0 -1 64 19056 273 1 0 578 11 0 1 17 0 9 0 1994327290 888082432 18283 996147200 134512640 134550740 4294955984 18446744073709551615 4126780073 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5754] ppid=5749 vsize=867268 CPUtime=0.09
/proc/5751/task/5754/stat : 5754 (java) S 5749 5751 870 0 -1 64 6402 273 0 0 6 2 0 1 16 0 9 0 1994327292 888082432 18283 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5751/tid=5755] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5755/stat : 5755 (java) S 5749 5751 870 0 -1 64 16 273 0 0 0 0 0 1 17 0 9 0 1994327292 888082432 18283 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5756] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5756/stat : 5756 (java) S 5749 5751 870 0 -1 64 9 273 0 0 0 0 0 1 16 0 9 0 1994327292 888082432 18283 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5757] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5757/stat : 5757 (java) S 5749 5751 870 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1994327294 888082432 18283 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5758] ppid=5749 vsize=867268 CPUtime=0.22
/proc/5751/task/5758/stat : 5758 (java) S 5749 5751 870 0 -1 64 559 273 0 0 21 0 0 1 15 0 9 0 1994327294 888082432 18283 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5759] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5759/stat : 5759 (java) S 5749 5751 870 0 -1 64 1 273 0 0 0 0 0 1 19 0 9 0 1994327294 888082432 18283 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5760] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5760/stat : 5760 (java) S 5749 5751 870 0 -1 64 0 273 0 0 0 0 0 1 15 0 9 0 1994327294 888082432 18283 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867268

[startup+12.7014 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 5764
/proc/meminfo: memFree=1857600/2055920 swapFree=4179828/4192956
[pid=5751] ppid=5749 vsize=867268 CPUtime=12.57
/proc/5751/stat : 5751 (java) S 5749 5751 870 0 -1 0 26874 273 1 0 1240 16 0 1 18 0 9 0 1994327289 888082432 18285 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5751/statm: 216817 18285 2631 9 0 211323 0
[pid=5751/tid=5753] ppid=5749 vsize=867268 CPUtime=12.23
/proc/5751/task/5753/stat : 5753 (java) R 5749 5751 870 0 -1 64 19068 273 1 0 1211 11 0 1 20 0 9 0 1994327290 888082432 18285 996147200 134512640 134550740 4294955984 18446744073709551615 4126780431 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5754] ppid=5749 vsize=867268 CPUtime=0.09
/proc/5751/task/5754/stat : 5754 (java) S 5749 5751 870 0 -1 64 6402 273 0 0 6 2 0 1 16 0 9 0 1994327292 888082432 18285 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5751/tid=5755] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5755/stat : 5755 (java) S 5749 5751 870 0 -1 64 16 273 0 0 0 0 0 1 17 0 9 0 1994327292 888082432 18285 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5756] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5756/stat : 5756 (java) S 5749 5751 870 0 -1 64 9 273 0 0 0 0 0 1 16 0 9 0 1994327292 888082432 18285 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5757] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5757/stat : 5757 (java) S 5749 5751 870 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1994327294 888082432 18285 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5758] ppid=5749 vsize=867268 CPUtime=0.22
/proc/5751/task/5758/stat : 5758 (java) S 5749 5751 870 0 -1 64 565 273 0 0 21 0 0 1 15 0 9 0 1994327294 888082432 18285 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5759] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5759/stat : 5759 (java) S 5749 5751 870 0 -1 64 1 273 0 0 0 0 0 1 19 0 9 0 1994327294 888082432 18285 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5760] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5760/stat : 5760 (java) S 5749 5751 870 0 -1 64 0 273 0 0 0 0 0 1 15 0 9 0 1994327294 888082432 18285 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867268

[startup+25.5024 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 5764
/proc/meminfo: memFree=1857600/2055920 swapFree=4179828/4192956
[pid=5751] ppid=5749 vsize=867268 CPUtime=25.25
/proc/5751/stat : 5751 (java) S 5749 5751 870 0 -1 0 26897 273 1 0 2508 16 0 1 18 0 9 0 1994327289 888082432 18294 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5751/statm: 216817 18294 2631 9 0 211323 0
[pid=5751/tid=5753] ppid=5749 vsize=867268 CPUtime=24.89
/proc/5751/task/5753/stat : 5753 (java) R 5749 5751 870 0 -1 64 19078 273 1 0 2477 11 0 1 25 0 9 0 1994327290 888082432 18294 996147200 134512640 134550740 4294955984 18446744073709551615 4126780279 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5754] ppid=5749 vsize=867268 CPUtime=0.09
/proc/5751/task/5754/stat : 5754 (java) S 5749 5751 870 0 -1 64 6402 273 0 0 6 2 0 1 16 0 9 0 1994327292 888082432 18294 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5751/tid=5755] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5755/stat : 5755 (java) S 5749 5751 870 0 -1 64 16 273 0 0 0 0 0 1 17 0 9 0 1994327292 888082432 18294 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5756] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5756/stat : 5756 (java) S 5749 5751 870 0 -1 64 9 273 0 0 0 0 0 1 16 0 9 0 1994327292 888082432 18294 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5757] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5757/stat : 5757 (java) S 5749 5751 870 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1994327294 888082432 18294 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5758] ppid=5749 vsize=867268 CPUtime=0.25
/proc/5751/task/5758/stat : 5758 (java) S 5749 5751 870 0 -1 64 578 273 0 0 24 0 0 1 15 0 9 0 1994327294 888082432 18294 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5759] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5759/stat : 5759 (java) S 5749 5751 870 0 -1 64 1 273 0 0 0 0 0 1 19 0 9 0 1994327294 888082432 18294 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5760] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5760/stat : 5760 (java) S 5749 5751 870 0 -1 64 0 273 0 0 0 0 0 1 15 0 9 0 1994327294 888082432 18294 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 867268

[startup+51.1024 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 5764
/proc/meminfo: memFree=1857536/2055920 swapFree=4179828/4192956
[pid=5751] ppid=5749 vsize=867268 CPUtime=50.61
/proc/5751/stat : 5751 (java) S 5749 5751 870 0 -1 0 26923 273 1 0 5044 16 0 1 18 0 9 0 1994327289 888082432 18300 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5751/statm: 216817 18300 2631 9 0 211323 0
[pid=5751/tid=5753] ppid=5749 vsize=867268 CPUtime=50.25
/proc/5751/task/5753/stat : 5753 (java) R 5749 5751 870 0 -1 64 19096 273 1 0 5012 12 0 1 25 0 9 0 1994327290 888082432 18300 996147200 134512640 134550740 4294955984 18446744073709551615 4126780043 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5754] ppid=5749 vsize=867268 CPUtime=0.09
/proc/5751/task/5754/stat : 5754 (java) S 5749 5751 870 0 -1 64 6402 273 0 0 6 2 0 1 16 0 9 0 1994327292 888082432 18300 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5751/tid=5755] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5755/stat : 5755 (java) S 5749 5751 870 0 -1 64 16 273 0 0 0 0 0 1 17 0 9 0 1994327292 888082432 18300 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5756] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5756/stat : 5756 (java) S 5749 5751 870 0 -1 64 9 273 0 0 0 0 0 1 16 0 9 0 1994327292 888082432 18300 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5757] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5757/stat : 5757 (java) S 5749 5751 870 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1994327294 888082432 18300 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5758] ppid=5749 vsize=867268 CPUtime=0.26
/proc/5751/task/5758/stat : 5758 (java) S 5749 5751 870 0 -1 64 586 273 0 0 25 0 0 1 16 0 9 0 1994327294 888082432 18300 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5759] ppid=5749 vsize=867268 CPUtime=0.01

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

/proc/5751/task/5756/stat : 5756 (java) S 5749 5751 870 0 -1 64 9 273 0 0 0 0 0 1 16 0 9 0 1994327292 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5757] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5757/stat : 5757 (java) S 5749 5751 870 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1994327294 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5758] ppid=5749 vsize=867268 CPUtime=0.27
/proc/5751/task/5758/stat : 5758 (java) S 5749 5751 870 0 -1 64 589 273 0 0 26 0 0 1 16 0 9 0 1994327294 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5751/tid=5759] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5759/stat : 5759 (java) S 5749 5751 870 0 -1 64 1 273 0 0 0 0 0 1 19 0 9 0 1994327294 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5760] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5760/stat : 5760 (java) S 5749 5751 870 0 -1 64 0 273 0 0 0 0 0 1 15 0 9 0 1994327294 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1471.11
Current children cumulated vsize (KiB) 867268

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 5811
/proc/meminfo: memFree=1814960/2055920 swapFree=4179828/4192956
[pid=5751] ppid=5749 vsize=867268 CPUtime=1531.08
/proc/5751/stat : 5751 (java) S 5749 5751 870 0 -1 0 27488 273 1 0 153085 22 0 1 18 0 9 0 1994327289 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5751/statm: 216817 18303 2631 9 0 211323 0
[pid=5751/tid=5753] ppid=5749 vsize=867268 CPUtime=1530.71
/proc/5751/task/5753/stat : 5753 (java) R 5749 5751 870 0 -1 64 19658 273 1 0 153052 18 0 1 25 0 9 0 1994327290 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4126780394 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5751/tid=5754] ppid=5749 vsize=867268 CPUtime=0.09
/proc/5751/task/5754/stat : 5754 (java) S 5749 5751 870 0 -1 64 6402 273 0 0 6 2 0 1 16 0 9 0 1994327292 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5751/tid=5755] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5755/stat : 5755 (java) S 5749 5751 870 0 -1 64 16 273 0 0 0 0 0 1 17 0 9 0 1994327292 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5756] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5756/stat : 5756 (java) S 5749 5751 870 0 -1 64 9 273 0 0 0 0 0 1 16 0 9 0 1994327292 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5757] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5757/stat : 5757 (java) S 5749 5751 870 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1994327294 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5758] ppid=5749 vsize=867268 CPUtime=0.27
/proc/5751/task/5758/stat : 5758 (java) S 5749 5751 870 0 -1 64 589 273 0 0 26 0 0 1 16 0 9 0 1994327294 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5751/tid=5759] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5759/stat : 5759 (java) S 5749 5751 870 0 -1 64 1 273 0 0 0 0 0 1 19 0 9 0 1994327294 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5760] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5760/stat : 5760 (java) S 5749 5751 870 0 -1 64 0 273 0 0 0 0 0 1 15 0 9 0 1994327294 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1531.08
Current children cumulated vsize (KiB) 867268

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 5811
/proc/meminfo: memFree=1814896/2055920 swapFree=4179828/4192956
[pid=5751] ppid=5749 vsize=867268 CPUtime=1591.05
/proc/5751/stat : 5751 (java) S 5749 5751 870 0 -1 0 27522 273 1 0 159082 22 0 1 18 0 9 0 1994327289 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5751/statm: 216817 18303 2631 9 0 211323 0
[pid=5751/tid=5753] ppid=5749 vsize=867268 CPUtime=1590.68
/proc/5751/task/5753/stat : 5753 (java) R 5749 5751 870 0 -1 64 19692 273 1 0 159049 18 0 1 25 0 9 0 1994327290 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4126798418 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5751/tid=5754] ppid=5749 vsize=867268 CPUtime=0.09
/proc/5751/task/5754/stat : 5754 (java) S 5749 5751 870 0 -1 64 6402 273 0 0 6 2 0 1 16 0 9 0 1994327292 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5751/tid=5755] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5755/stat : 5755 (java) S 5749 5751 870 0 -1 64 16 273 0 0 0 0 0 1 17 0 9 0 1994327292 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5756] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5756/stat : 5756 (java) S 5749 5751 870 0 -1 64 9 273 0 0 0 0 0 1 16 0 9 0 1994327292 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5757] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5757/stat : 5757 (java) S 5749 5751 870 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1994327294 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5758] ppid=5749 vsize=867268 CPUtime=0.27
/proc/5751/task/5758/stat : 5758 (java) S 5749 5751 870 0 -1 64 589 273 0 0 26 0 0 1 16 0 9 0 1994327294 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5751/tid=5759] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5759/stat : 5759 (java) S 5749 5751 870 0 -1 64 1 273 0 0 0 0 0 1 19 0 9 0 1994327294 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5760] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5760/stat : 5760 (java) S 5749 5751 870 0 -1 64 0 273 0 0 0 0 0 1 15 0 9 0 1994327294 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1591.05
Current children cumulated vsize (KiB) 867268

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 5811
/proc/meminfo: memFree=1814904/2055920 swapFree=4179828/4192956
[pid=5751] ppid=5749 vsize=867268 CPUtime=1651.03
/proc/5751/stat : 5751 (java) S 5749 5751 870 0 -1 0 27560 273 1 0 165080 22 0 1 18 0 9 0 1994327289 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5751/statm: 216817 18303 2631 9 0 211323 0
[pid=5751/tid=5753] ppid=5749 vsize=867268 CPUtime=1650.65
/proc/5751/task/5753/stat : 5753 (java) R 5749 5751 870 0 -1 64 19730 273 1 0 165046 18 0 1 25 0 9 0 1994327290 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4126780226 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5751/tid=5754] ppid=5749 vsize=867268 CPUtime=0.09
/proc/5751/task/5754/stat : 5754 (java) S 5749 5751 870 0 -1 64 6402 273 0 0 6 2 0 1 16 0 9 0 1994327292 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5751/tid=5755] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5755/stat : 5755 (java) S 5749 5751 870 0 -1 64 16 273 0 0 0 0 0 1 17 0 9 0 1994327292 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5756] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5756/stat : 5756 (java) S 5749 5751 870 0 -1 64 9 273 0 0 0 0 0 1 16 0 9 0 1994327292 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5757] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5757/stat : 5757 (java) S 5749 5751 870 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1994327294 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5758] ppid=5749 vsize=867268 CPUtime=0.27
/proc/5751/task/5758/stat : 5758 (java) S 5749 5751 870 0 -1 64 589 273 0 0 26 0 0 1 16 0 9 0 1994327294 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5751/tid=5759] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5759/stat : 5759 (java) S 5749 5751 870 0 -1 64 1 273 0 0 0 0 0 1 19 0 9 0 1994327294 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5760] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5760/stat : 5760 (java) S 5749 5751 870 0 -1 64 0 273 0 0 0 0 0 1 15 0 9 0 1994327294 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1651.03
Current children cumulated vsize (KiB) 867268

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 5811
/proc/meminfo: memFree=1814904/2055920 swapFree=4179828/4192956
[pid=5751] ppid=5749 vsize=867268 CPUtime=1711
/proc/5751/stat : 5751 (java) S 5749 5751 870 0 -1 0 27601 273 1 0 171076 23 0 1 18 0 9 0 1994327289 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5751/statm: 216817 18303 2631 9 0 211323 0
[pid=5751/tid=5753] ppid=5749 vsize=867268 CPUtime=1710.62
/proc/5751/task/5753/stat : 5753 (java) R 5749 5751 870 0 -1 64 19771 273 1 0 171043 18 0 1 25 0 9 0 1994327290 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4126769681 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5751/tid=5754] ppid=5749 vsize=867268 CPUtime=0.09
/proc/5751/task/5754/stat : 5754 (java) S 5749 5751 870 0 -1 64 6402 273 0 0 6 2 0 1 16 0 9 0 1994327292 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5751/tid=5755] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5755/stat : 5755 (java) S 5749 5751 870 0 -1 64 16 273 0 0 0 0 0 1 17 0 9 0 1994327292 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5756] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5756/stat : 5756 (java) S 5749 5751 870 0 -1 64 9 273 0 0 0 0 0 1 16 0 9 0 1994327292 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5757] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5757/stat : 5757 (java) S 5749 5751 870 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1994327294 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5758] ppid=5749 vsize=867268 CPUtime=0.27
/proc/5751/task/5758/stat : 5758 (java) S 5749 5751 870 0 -1 64 589 273 0 0 26 0 0 1 16 0 9 0 1994327294 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5751/tid=5759] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5759/stat : 5759 (java) S 5749 5751 870 0 -1 64 1 273 0 0 0 0 0 1 19 0 9 0 1994327294 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5760] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5760/stat : 5760 (java) S 5749 5751 870 0 -1 64 0 273 0 0 0 0 0 1 15 0 9 0 1994327294 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1711
Current children cumulated vsize (KiB) 867268

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 5811
/proc/meminfo: memFree=1814776/2055920 swapFree=4179828/4192956
[pid=5751] ppid=5749 vsize=867268 CPUtime=1770.97
/proc/5751/stat : 5751 (java) S 5749 5751 870 0 -1 0 27631 273 1 0 177073 23 0 1 18 0 9 0 1994327289 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5751/statm: 216817 18303 2631 9 0 211323 0
[pid=5751/tid=5753] ppid=5749 vsize=867268 CPUtime=1770.59
/proc/5751/task/5753/stat : 5753 (java) R 5749 5751 870 0 -1 64 19801 273 1 0 177040 18 0 1 25 0 9 0 1994327290 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4126780700 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5751/tid=5754] ppid=5749 vsize=867268 CPUtime=0.09
/proc/5751/task/5754/stat : 5754 (java) S 5749 5751 870 0 -1 64 6402 273 0 0 6 2 0 1 16 0 9 0 1994327292 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5751/tid=5755] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5755/stat : 5755 (java) S 5749 5751 870 0 -1 64 16 273 0 0 0 0 0 1 17 0 9 0 1994327292 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5756] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5756/stat : 5756 (java) S 5749 5751 870 0 -1 64 9 273 0 0 0 0 0 1 16 0 9 0 1994327292 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5757] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5757/stat : 5757 (java) S 5749 5751 870 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1994327294 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5758] ppid=5749 vsize=867268 CPUtime=0.27
/proc/5751/task/5758/stat : 5758 (java) S 5749 5751 870 0 -1 64 589 273 0 0 26 0 0 1 16 0 9 0 1994327294 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5751/tid=5759] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5759/stat : 5759 (java) S 5749 5751 870 0 -1 64 1 273 0 0 0 0 0 1 19 0 9 0 1994327294 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5760] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5760/stat : 5760 (java) S 5749 5751 870 0 -1 64 0 273 0 0 0 0 0 1 15 0 9 0 1994327294 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1770.97
Current children cumulated vsize (KiB) 867268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 5811
/proc/meminfo: memFree=1814776/2055920 swapFree=4179828/4192956
[pid=5751] ppid=5749 vsize=867268 CPUtime=1800.06
/proc/5751/stat : 5751 (java) S 5749 5751 870 0 -1 0 27649 273 1 0 179982 23 0 1 18 0 9 0 1994327289 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5751/statm: 216817 18303 2631 9 0 211323 0
[pid=5751/tid=5753] ppid=5749 vsize=867268 CPUtime=1799.69
/proc/5751/task/5753/stat : 5753 (java) R 5749 5751 870 0 -1 64 19819 273 1 0 179949 19 0 1 25 0 9 0 1994327290 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4126780236 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5751/tid=5754] ppid=5749 vsize=867268 CPUtime=0.09
/proc/5751/task/5754/stat : 5754 (java) S 5749 5751 870 0 -1 64 6402 273 0 0 6 2 0 1 16 0 9 0 1994327292 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5751/tid=5755] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5755/stat : 5755 (java) S 5749 5751 870 0 -1 64 16 273 0 0 0 0 0 1 17 0 9 0 1994327292 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5756] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5756/stat : 5756 (java) S 5749 5751 870 0 -1 64 9 273 0 0 0 0 0 1 16 0 9 0 1994327292 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5757] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5757/stat : 5757 (java) S 5749 5751 870 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1994327294 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5758] ppid=5749 vsize=867268 CPUtime=0.27
/proc/5751/task/5758/stat : 5758 (java) S 5749 5751 870 0 -1 64 589 273 0 0 26 0 0 1 16 0 9 0 1994327294 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5751/tid=5759] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5759/stat : 5759 (java) S 5749 5751 870 0 -1 64 1 273 0 0 0 0 0 1 19 0 9 0 1994327294 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5751/tid=5760] ppid=5749 vsize=867268 CPUtime=0.01
/proc/5751/task/5760/stat : 5760 (java) S 5749 5751 870 0 -1 64 0 273 0 0 0 0 0 1 15 0 9 0 1994327294 888082432 18303 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 867268

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

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

Child status: 143
Real time (s): 1811.47
CPU time (s): 1800.14
CPU user time (s): 1799.88
CPU system time (s): 0.25996
CPU usage (%): 99.3746
Max. virtual memory (cumulated for all children) (KiB): 867268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.25996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27955
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= 37784
involuntary context switches= 51686

runsolver used 2.6066 second user time and 5.64214 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-04 08:38:58
IDJOB=1068351
IDBENCH=55510
IDSOLVER=363
FILE ID=node34/1068351-1215153538
PBS_JOBID= 7877308
Free space on /tmp= 66556 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg10-11_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-1068351-1215153538/watcher-1068351-1215153538 -o /tmp/evaluation-result-1068351-1215153538/solver-1068351-1215153538 -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-1068351-1215153538.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7036052caed6c16652ecdb620a34b2a1
RANDOM SEED=1195938238

node34.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1921768 kB
Buffers:          6300 kB
Cached:          56920 kB
SwapCached:       6752 kB
Active:          65812 kB
Inactive:        14332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1921768 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:            3412 kB
Writeback:           0 kB
Mapped:          24840 kB
Slab:            39052 kB
Committed_AS:  3536272 kB
PageTables:       2116 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= 66556 MiB
End job on node34 at 2008-07-04 09:09:11