Trace number 1075900

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.08 1803.63

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg8-12_ext.xml
MD5SUMa5656f4953dca2b0bb60baf5002b0ce7
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 variables96
Number of constraints20
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension20
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.28/0.33	   
0.28/0.33	   instance
0.28/0.33	     name=HOME/instance-1075900-1215182417.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.38/0.41	     nbVariables=96  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=2496
0.38/0.41	       =>  wckTime=0.162  cpuTime=0.12  mem=7M919
0.38/0.41	   
0.38/0.41	   relations being loaded...
0.88/0.96	   
0.88/0.96	   constraints being loaded...
1.08/1.12	   Too large in ConstraintConflictsSTructure
1.17/1.20	   Too large in ConstraintConflictsSTructure
1.17/1.28	     nbConstraints=20  nbRelationTypes=2  nbGlobalConstraints=20  nbExtensionStructures=2
1.17/1.28	     nbSharedExtensionStructures=18  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=0  minDegree=2
1.17/1.28	     maxDegree=2  minArity=8  avgArity=9.6  maxArity=12  nbGenerators=0  nbFusions=0  symmetryWckTime=0.064
1.17/1.28	     symmetryCpuTime=0.03
1.17/1.28	       =>  wckTime=1.031  cpuTime=0.84  mem=36M76
1.37/1.40	   
1.37/1.40	   solver IterativeSystematicSolver being built... 
1.37/1.48	   
1.37/1.48	   INFO : Forward propagation technique limited 
1.47/1.55	       =>  wckTime=1.308  cpuTime=0.97  mem=39M55
1.77/1.88	   
1.77/1.88	   preprocessing
1.77/1.88	     nbConstraintChecks=0  nbValidityChecks=3001153  nbPropagations=99  nbRevisions=0  nbUselessRevisions=0
1.77/1.88	     nbRemovedValues=85  detectedInconsistency=no
1.77/1.88	       =>  wckTime=0.32  cpuTime=0.31  mem=39M965
14.05/14.21	   
14.05/14.21	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=40M974)

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

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


[startup+0 s]
/proc/loadavg: 1.94 2.00 2.00 2/80 4482
/proc/meminfo: memFree=1678080/2055920 swapFree=4180436/4192956
[pid=4482] ppid=4480 vsize=18572 CPUtime=0
/proc/4482/stat : 4482 (runsolver) R 4480 4482 1053 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 1997213902 19017728 293 996147200 4194304 4296836 548682068336 18446744073709551615 255539604775 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/4482/statm: 4643 293 257 25 0 2626 0

[startup+0.06716 s]
/proc/loadavg: 1.94 2.00 2.00 2/80 4482
/proc/meminfo: memFree=1678080/2055920 swapFree=4180436/4192956
[pid=4482] ppid=4480 vsize=864076 CPUtime=0.05
/proc/4482/stat : 4482 (java) S 4480 4482 1053 0 -1 0 2777 0 1 0 4 1 0 0 18 0 9 0 1997213902 884813824 2318 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4482/statm: 216019 2318 1110 9 0 210976 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864076

[startup+0.101161 s]
/proc/loadavg: 1.94 2.00 2.00 2/80 4482
/proc/meminfo: memFree=1678080/2055920 swapFree=4180436/4192956
[pid=4482] ppid=4480 vsize=865884 CPUtime=0.09
/proc/4482/stat : 4482 (java) S 4480 4482 1053 0 -1 0 3673 0 1 0 7 2 0 0 18 0 9 0 1997213902 886665216 3148 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4482/statm: 216471 3148 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301182 s]
/proc/loadavg: 1.94 2.00 2.00 2/80 4482
/proc/meminfo: memFree=1678080/2055920 swapFree=4180436/4192956
[pid=4482] ppid=4480 vsize=866048 CPUtime=0.28
/proc/4482/stat : 4482 (java) S 4480 4482 1053 0 -1 0 5577 0 1 0 24 4 0 0 18 0 9 0 1997213902 886833152 4991 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4482/statm: 216512 4991 1902 9 0 211060 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866048

[startup+0.701218 s]
/proc/loadavg: 1.94 2.00 2.00 2/80 4482
/proc/meminfo: memFree=1678080/2055920 swapFree=4180436/4192956
[pid=4482] ppid=4480 vsize=866408 CPUtime=0.68
/proc/4482/stat : 4482 (java) S 4480 4482 1053 0 -1 0 12299 0 1 0 61 7 0 0 18 0 9 0 1997213902 887201792 11669 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4482/statm: 216602 11669 1969 9 0 211130 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866408

[startup+1.5023 s]
/proc/loadavg: 1.94 2.00 2.00 3/89 4491
/proc/meminfo: memFree=1609272/2055920 swapFree=4180436/4192956
[pid=4482] ppid=4480 vsize=867276 CPUtime=1.47
/proc/4482/stat : 4482 (java) S 4480 4482 1053 0 -1 0 30447 270 1 0 129 17 0 1 18 0 9 0 1997213902 888090624 23590 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4482/statm: 216819 23590 2630 9 0 211325 0
[pid=4482/tid=4484] ppid=4480 vsize=867276 CPUtime=1.15
/proc/4482/task/4484/stat : 4484 (java) R 4480 4482 1053 0 -1 64 17715 270 1 0 104 10 0 1 24 0 9 0 1997213904 888090624 23590 996147200 134512640 134550740 4294955968 18446744073709551615 4126419089 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4485] ppid=4480 vsize=867276 CPUtime=0.17
/proc/4482/task/4485/stat : 4485 (java) S 4480 4482 1053 0 -1 64 11375 270 0 0 11 5 0 1 17 0 9 0 1997213906 888090624 23590 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4486] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4486/stat : 4486 (java) S 4480 4482 1053 0 -1 64 17 270 0 0 0 0 0 1 16 0 9 0 1997213906 888090624 23590 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4487] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4487/stat : 4487 (java) S 4480 4482 1053 0 -1 64 10 270 0 0 0 0 0 1 15 0 9 0 1997213906 888090624 23590 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4488] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4488/stat : 4488 (java) S 4480 4482 1053 0 -1 64 0 270 0 0 0 0 0 1 18 0 9 0 1997213908 888090624 23590 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4489] ppid=4480 vsize=867276 CPUtime=0.14
/proc/4482/task/4489/stat : 4489 (java) S 4480 4482 1053 0 -1 64 511 270 0 0 13 0 0 1 16 0 9 0 1997213908 888090624 23590 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4490] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4490/stat : 4490 (java) S 4480 4482 1053 0 -1 64 2 270 0 0 0 0 0 1 19 0 9 0 1997213908 888090624 23590 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4491] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4491/stat : 4491 (java) S 4480 4482 1053 0 -1 64 8 270 0 0 0 0 0 1 15 0 9 0 1997213908 888090624 23590 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867276

[startup+3.10245 s]
/proc/loadavg: 1.94 2.00 2.00 3/89 4495
/proc/meminfo: memFree=1593336/2055920 swapFree=4180436/4192956
[pid=4482] ppid=4480 vsize=867276 CPUtime=3.06
/proc/4482/stat : 4482 (java) S 4480 4482 1053 0 -1 0 32527 270 1 0 287 18 0 1 18 0 9 0 1997213902 888090624 23648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4482/statm: 216819 23648 2634 9 0 211325 0
[pid=4482/tid=4484] ppid=4480 vsize=867276 CPUtime=2.68
/proc/4482/task/4484/stat : 4484 (java) R 4480 4482 1053 0 -1 64 19759 270 1 0 257 10 0 1 25 0 9 0 1997213904 888090624 23648 996147200 134512640 134550740 4294955968 18446744073709551615 4126778367 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4485] ppid=4480 vsize=867276 CPUtime=0.17
/proc/4482/task/4485/stat : 4485 (java) S 4480 4482 1053 0 -1 64 11376 270 0 0 11 5 0 1 17 0 9 0 1997213906 888090624 23648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4486] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4486/stat : 4486 (java) S 4480 4482 1053 0 -1 64 17 270 0 0 0 0 0 1 16 0 9 0 1997213906 888090624 23648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4487] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4487/stat : 4487 (java) S 4480 4482 1053 0 -1 64 10 270 0 0 0 0 0 1 15 0 9 0 1997213906 888090624 23648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4488] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4488/stat : 4488 (java) S 4480 4482 1053 0 -1 64 0 270 0 0 0 0 0 1 18 0 9 0 1997213908 888090624 23648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4489] ppid=4480 vsize=867276 CPUtime=0.19
/proc/4482/task/4489/stat : 4489 (java) S 4480 4482 1053 0 -1 64 546 270 0 0 18 0 0 1 15 0 9 0 1997213908 888090624 23648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4490] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4490/stat : 4490 (java) S 4480 4482 1053 0 -1 64 2 270 0 0 0 0 0 1 19 0 9 0 1997213908 888090624 23648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4491] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4491/stat : 4491 (java) S 4480 4482 1053 0 -1 64 8 270 0 0 0 0 0 1 15 0 9 0 1997213908 888090624 23648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867276

[startup+6.30174 s]
/proc/loadavg: 1.95 2.00 2.00 3/89 4495
/proc/meminfo: memFree=1593208/2055920 swapFree=4180436/4192956
[pid=4482] ppid=4480 vsize=867276 CPUtime=6.23
/proc/4482/stat : 4482 (java) S 4480 4482 1053 0 -1 0 32540 270 1 0 604 18 0 1 18 0 9 0 1997213902 888090624 23652 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4482/statm: 216819 23652 2634 9 0 211325 0
[pid=4482/tid=4484] ppid=4480 vsize=867276 CPUtime=5.84
/proc/4482/task/4484/stat : 4484 (java) R 4480 4482 1053 0 -1 64 19768 270 1 0 573 10 0 1 25 0 9 0 1997213904 888090624 23652 996147200 134512640 134550740 4294955968 18446744073709551615 4126778367 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4485] ppid=4480 vsize=867276 CPUtime=0.17
/proc/4482/task/4485/stat : 4485 (java) S 4480 4482 1053 0 -1 64 11376 270 0 0 11 5 0 1 16 0 9 0 1997213906 888090624 23652 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4486] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4486/stat : 4486 (java) S 4480 4482 1053 0 -1 64 17 270 0 0 0 0 0 1 16 0 9 0 1997213906 888090624 23652 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4487] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4487/stat : 4487 (java) S 4480 4482 1053 0 -1 64 10 270 0 0 0 0 0 1 15 0 9 0 1997213906 888090624 23652 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4488] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4488/stat : 4488 (java) S 4480 4482 1053 0 -1 64 0 270 0 0 0 0 0 1 18 0 9 0 1997213908 888090624 23652 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4489] ppid=4480 vsize=867276 CPUtime=0.19
/proc/4482/task/4489/stat : 4489 (java) S 4480 4482 1053 0 -1 64 550 270 0 0 18 0 0 1 16 0 9 0 1997213908 888090624 23652 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4490] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4490/stat : 4490 (java) S 4480 4482 1053 0 -1 64 2 270 0 0 0 0 0 1 19 0 9 0 1997213908 888090624 23652 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4491] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4491/stat : 4491 (java) S 4480 4482 1053 0 -1 64 8 270 0 0 0 0 0 1 15 0 9 0 1997213908 888090624 23652 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867276

[startup+12.7023 s]
/proc/loadavg: 1.95 2.00 2.00 3/89 4495
/proc/meminfo: memFree=1593144/2055920 swapFree=4180436/4192956
[pid=4482] ppid=4480 vsize=867276 CPUtime=12.56
/proc/4482/stat : 4482 (java) S 4480 4482 1053 0 -1 0 32562 270 1 0 1237 18 0 1 18 0 9 0 1997213902 888090624 23658 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4482/statm: 216819 23658 2634 9 0 211325 0
[pid=4482/tid=4484] ppid=4480 vsize=867276 CPUtime=12.18
/proc/4482/task/4484/stat : 4484 (java) R 4480 4482 1053 0 -1 64 19783 270 1 0 1206 11 0 1 25 0 9 0 1997213904 888090624 23658 996147200 134512640 134550740 4294955968 18446744073709551615 4126767856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4485] ppid=4480 vsize=867276 CPUtime=0.17
/proc/4482/task/4485/stat : 4485 (java) S 4480 4482 1053 0 -1 64 11376 270 0 0 11 5 0 1 17 0 9 0 1997213906 888090624 23658 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4486] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4486/stat : 4486 (java) S 4480 4482 1053 0 -1 64 17 270 0 0 0 0 0 1 16 0 9 0 1997213906 888090624 23658 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4487] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4487/stat : 4487 (java) S 4480 4482 1053 0 -1 64 10 270 0 0 0 0 0 1 15 0 9 0 1997213906 888090624 23658 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4488] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4488/stat : 4488 (java) S 4480 4482 1053 0 -1 64 0 270 0 0 0 0 0 1 18 0 9 0 1997213908 888090624 23658 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4489] ppid=4480 vsize=867276 CPUtime=0.2
/proc/4482/task/4489/stat : 4489 (java) S 4480 4482 1053 0 -1 64 557 270 0 0 19 0 0 1 15 0 9 0 1997213908 888090624 23658 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4490] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4490/stat : 4490 (java) S 4480 4482 1053 0 -1 64 2 270 0 0 0 0 0 1 19 0 9 0 1997213908 888090624 23658 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4491] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4491/stat : 4491 (java) S 4480 4482 1053 0 -1 64 8 270 0 0 0 0 0 1 15 0 9 0 1997213908 888090624 23658 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867276

[startup+25.5015 s]
/proc/loadavg: 1.96 2.00 2.00 3/89 4495
/proc/meminfo: memFree=1593208/2055920 swapFree=4180436/4192956
[pid=4482] ppid=4480 vsize=867276 CPUtime=25.24
/proc/4482/stat : 4482 (java) S 4480 4482 1053 0 -1 0 32579 270 1 0 2505 18 0 1 18 0 9 0 1997213902 888090624 23660 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4482/statm: 216819 23660 2634 9 0 211325 0
[pid=4482/tid=4484] ppid=4480 vsize=867276 CPUtime=24.85
/proc/4482/task/4484/stat : 4484 (java) R 4480 4482 1053 0 -1 64 19795 270 1 0 2473 11 0 1 25 0 9 0 1997213904 888090624 23660 996147200 134512640 134550740 4294955968 18446744073709551615 4126778385 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4485] ppid=4480 vsize=867276 CPUtime=0.17
/proc/4482/task/4485/stat : 4485 (java) S 4480 4482 1053 0 -1 64 11376 270 0 0 11 5 0 1 16 0 9 0 1997213906 888090624 23660 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4486] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4486/stat : 4486 (java) S 4480 4482 1053 0 -1 64 17 270 0 0 0 0 0 1 16 0 9 0 1997213906 888090624 23660 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4487] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4487/stat : 4487 (java) S 4480 4482 1053 0 -1 64 10 270 0 0 0 0 0 1 15 0 9 0 1997213906 888090624 23660 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4488] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4488/stat : 4488 (java) S 4480 4482 1053 0 -1 64 0 270 0 0 0 0 0 1 18 0 9 0 1997213908 888090624 23660 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4489] ppid=4480 vsize=867276 CPUtime=0.21
/proc/4482/task/4489/stat : 4489 (java) S 4480 4482 1053 0 -1 64 562 270 0 0 20 0 0 1 16 0 9 0 1997213908 888090624 23660 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4490] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4490/stat : 4490 (java) S 4480 4482 1053 0 -1 64 2 270 0 0 0 0 0 1 19 0 9 0 1997213908 888090624 23660 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4491] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4491/stat : 4491 (java) S 4480 4482 1053 0 -1 64 8 270 0 0 0 0 0 1 15 0 9 0 1997213908 888090624 23660 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 867276

[startup+51.1019 s]
/proc/loadavg: 1.97 2.00 2.00 3/89 4495
/proc/meminfo: memFree=1593208/2055920 swapFree=4180436/4192956
[pid=4482] ppid=4480 vsize=867276 CPUtime=50.6
/proc/4482/stat : 4482 (java) S 4480 4482 1053 0 -1 0 32598 270 1 0 5041 18 0 1 18 0 9 0 1997213902 888090624 23668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4482/statm: 216819 23668 2634 9 0 211325 0
[pid=4482/tid=4484] ppid=4480 vsize=867276 CPUtime=50.19
/proc/4482/task/4484/stat : 4484 (java) R 4480 4482 1053 0 -1 64 19802 270 1 0 5007 11 0 1 25 0 9 0 1997213904 888090624 23668 996147200 134512640 134550740 4294955968 18446744073709551615 4126778370 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4485] ppid=4480 vsize=867276 CPUtime=0.17
/proc/4482/task/4485/stat : 4485 (java) S 4480 4482 1053 0 -1 64 11376 270 0 0 11 5 0 1 16 0 9 0 1997213906 888090624 23668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4486] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4486/stat : 4486 (java) S 4480 4482 1053 0 -1 64 17 270 0 0 0 0 0 1 16 0 9 0 1997213906 888090624 23668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4487] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4487/stat : 4487 (java) S 4480 4482 1053 0 -1 64 10 270 0 0 0 0 0 1 15 0 9 0 1997213906 888090624 23668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4488] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4488/stat : 4488 (java) S 4480 4482 1053 0 -1 64 0 270 0 0 0 0 0 1 18 0 9 0 1997213908 888090624 23668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4489] ppid=4480 vsize=867276 CPUtime=0.23
/proc/4482/task/4489/stat : 4489 (java) S 4480 4482 1053 0 -1 64 574 270 0 0 22 0 0 1 16 0 9 0 1997213908 888090624 23668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4490] ppid=4480 vsize=867276 CPUtime=0.01

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

/proc/4482/task/4487/stat : 4487 (java) S 4480 4482 1053 0 -1 64 10 270 0 0 0 0 0 1 15 0 9 0 1997213906 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4488] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4488/stat : 4488 (java) S 4480 4482 1053 0 -1 64 0 270 0 0 0 0 0 1 18 0 9 0 1997213908 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4489] ppid=4480 vsize=867276 CPUtime=0.25
/proc/4482/task/4489/stat : 4489 (java) S 4480 4482 1053 0 -1 64 588 270 0 0 24 0 0 1 16 0 9 0 1997213908 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4482/tid=4490] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4490/stat : 4490 (java) S 4480 4482 1053 0 -1 64 2 270 0 0 0 0 0 1 19 0 9 0 1997213908 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4491] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4491/stat : 4491 (java) S 4480 4482 1053 0 -1 64 8 270 0 0 0 0 0 1 15 0 9 0 1997213908 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1478.85
Current children cumulated vsize (KiB) 867276

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4566
/proc/meminfo: memFree=1569568/2055920 swapFree=4180436/4192956
[pid=4482] ppid=4480 vsize=867276 CPUtime=1538.84
/proc/4482/stat : 4482 (java) S 4480 4482 1053 0 -1 0 33031 270 1 0 153861 22 0 1 18 0 9 0 1997213902 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4482/statm: 216819 23677 2634 9 0 211325 0
[pid=4482/tid=4484] ppid=4480 vsize=867276 CPUtime=1538.4
/proc/4482/task/4484/stat : 4484 (java) R 4480 4482 1053 0 -1 64 20221 270 1 0 153825 14 0 1 25 0 9 0 1997213904 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4126778370 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4482/tid=4485] ppid=4480 vsize=867276 CPUtime=0.17
/proc/4482/task/4485/stat : 4485 (java) S 4480 4482 1053 0 -1 64 11376 270 0 0 11 5 0 1 16 0 9 0 1997213906 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4486] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4486/stat : 4486 (java) S 4480 4482 1053 0 -1 64 17 270 0 0 0 0 0 1 16 0 9 0 1997213906 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4487] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4487/stat : 4487 (java) S 4480 4482 1053 0 -1 64 10 270 0 0 0 0 0 1 15 0 9 0 1997213906 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4488] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4488/stat : 4488 (java) S 4480 4482 1053 0 -1 64 0 270 0 0 0 0 0 1 18 0 9 0 1997213908 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4489] ppid=4480 vsize=867276 CPUtime=0.25
/proc/4482/task/4489/stat : 4489 (java) S 4480 4482 1053 0 -1 64 588 270 0 0 24 0 0 1 16 0 9 0 1997213908 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4482/tid=4490] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4490/stat : 4490 (java) S 4480 4482 1053 0 -1 64 2 270 0 0 0 0 0 1 19 0 9 0 1997213908 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4491] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4491/stat : 4491 (java) S 4480 4482 1053 0 -1 64 8 270 0 0 0 0 0 1 15 0 9 0 1997213908 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1538.84
Current children cumulated vsize (KiB) 867276

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4566
/proc/meminfo: memFree=1569576/2055920 swapFree=4180436/4192956
[pid=4482] ppid=4480 vsize=867276 CPUtime=1598.82
/proc/4482/stat : 4482 (java) S 4480 4482 1053 0 -1 0 33053 270 1 0 159859 22 0 1 18 0 9 0 1997213902 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4482/statm: 216819 23677 2634 9 0 211325 0
[pid=4482/tid=4484] ppid=4480 vsize=867276 CPUtime=1598.38
/proc/4482/task/4484/stat : 4484 (java) R 4480 4482 1053 0 -1 64 20243 270 1 0 159823 14 0 1 25 0 9 0 1997213904 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4126778611 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4482/tid=4485] ppid=4480 vsize=867276 CPUtime=0.17
/proc/4482/task/4485/stat : 4485 (java) S 4480 4482 1053 0 -1 64 11376 270 0 0 11 5 0 1 16 0 9 0 1997213906 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4486] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4486/stat : 4486 (java) S 4480 4482 1053 0 -1 64 17 270 0 0 0 0 0 1 16 0 9 0 1997213906 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4487] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4487/stat : 4487 (java) S 4480 4482 1053 0 -1 64 10 270 0 0 0 0 0 1 15 0 9 0 1997213906 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4488] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4488/stat : 4488 (java) S 4480 4482 1053 0 -1 64 0 270 0 0 0 0 0 1 18 0 9 0 1997213908 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4489] ppid=4480 vsize=867276 CPUtime=0.25
/proc/4482/task/4489/stat : 4489 (java) S 4480 4482 1053 0 -1 64 588 270 0 0 24 0 0 1 16 0 9 0 1997213908 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4482/tid=4490] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4490/stat : 4490 (java) S 4480 4482 1053 0 -1 64 2 270 0 0 0 0 0 1 19 0 9 0 1997213908 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4491] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4491/stat : 4491 (java) S 4480 4482 1053 0 -1 64 8 270 0 0 0 0 0 1 15 0 9 0 1997213908 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1598.82
Current children cumulated vsize (KiB) 867276

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 4566
/proc/meminfo: memFree=1569640/2055920 swapFree=4180436/4192956
[pid=4482] ppid=4480 vsize=867276 CPUtime=1658.79
/proc/4482/stat : 4482 (java) S 4480 4482 1053 0 -1 0 33103 270 1 0 165856 22 0 1 18 0 9 0 1997213902 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4482/statm: 216819 23677 2634 9 0 211325 0
[pid=4482/tid=4484] ppid=4480 vsize=867276 CPUtime=1658.35
/proc/4482/task/4484/stat : 4484 (java) R 4480 4482 1053 0 -1 64 20293 270 1 0 165820 14 0 1 25 0 9 0 1997213904 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4126778383 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4482/tid=4485] ppid=4480 vsize=867276 CPUtime=0.17
/proc/4482/task/4485/stat : 4485 (java) S 4480 4482 1053 0 -1 64 11376 270 0 0 11 5 0 1 16 0 9 0 1997213906 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4486] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4486/stat : 4486 (java) S 4480 4482 1053 0 -1 64 17 270 0 0 0 0 0 1 16 0 9 0 1997213906 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4487] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4487/stat : 4487 (java) S 4480 4482 1053 0 -1 64 10 270 0 0 0 0 0 1 15 0 9 0 1997213906 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4488] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4488/stat : 4488 (java) S 4480 4482 1053 0 -1 64 0 270 0 0 0 0 0 1 18 0 9 0 1997213908 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4489] ppid=4480 vsize=867276 CPUtime=0.25
/proc/4482/task/4489/stat : 4489 (java) S 4480 4482 1053 0 -1 64 588 270 0 0 24 0 0 1 16 0 9 0 1997213908 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4482/tid=4490] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4490/stat : 4490 (java) S 4480 4482 1053 0 -1 64 2 270 0 0 0 0 0 1 19 0 9 0 1997213908 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4491] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4491/stat : 4491 (java) S 4480 4482 1053 0 -1 64 8 270 0 0 0 0 0 1 15 0 9 0 1997213908 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1658.79
Current children cumulated vsize (KiB) 867276

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4567
/proc/meminfo: memFree=1569632/2055920 swapFree=4180436/4192956
[pid=4482] ppid=4480 vsize=867276 CPUtime=1718.77
/proc/4482/stat : 4482 (java) S 4480 4482 1053 0 -1 0 33127 270 1 0 171854 22 0 1 18 0 9 0 1997213902 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4482/statm: 216819 23677 2634 9 0 211325 0
[pid=4482/tid=4484] ppid=4480 vsize=867276 CPUtime=1718.33
/proc/4482/task/4484/stat : 4484 (java) R 4480 4482 1053 0 -1 64 20317 270 1 0 171818 14 0 1 25 0 9 0 1997213904 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4126778213 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4482/tid=4485] ppid=4480 vsize=867276 CPUtime=0.17
/proc/4482/task/4485/stat : 4485 (java) S 4480 4482 1053 0 -1 64 11376 270 0 0 11 5 0 1 16 0 9 0 1997213906 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4486] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4486/stat : 4486 (java) S 4480 4482 1053 0 -1 64 17 270 0 0 0 0 0 1 16 0 9 0 1997213906 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4487] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4487/stat : 4487 (java) S 4480 4482 1053 0 -1 64 10 270 0 0 0 0 0 1 15 0 9 0 1997213906 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4488] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4488/stat : 4488 (java) S 4480 4482 1053 0 -1 64 0 270 0 0 0 0 0 1 18 0 9 0 1997213908 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4489] ppid=4480 vsize=867276 CPUtime=0.25
/proc/4482/task/4489/stat : 4489 (java) S 4480 4482 1053 0 -1 64 588 270 0 0 24 0 0 1 16 0 9 0 1997213908 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4482/tid=4490] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4490/stat : 4490 (java) S 4480 4482 1053 0 -1 64 2 270 0 0 0 0 0 1 19 0 9 0 1997213908 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4491] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4491/stat : 4491 (java) S 4480 4482 1053 0 -1 64 8 270 0 0 0 0 0 1 15 0 9 0 1997213908 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1718.77
Current children cumulated vsize (KiB) 867276

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4567
/proc/meminfo: memFree=1569504/2055920 swapFree=4180436/4192956
[pid=4482] ppid=4480 vsize=867276 CPUtime=1778.75
/proc/4482/stat : 4482 (java) S 4480 4482 1053 0 -1 0 33147 270 1 0 177852 22 0 1 18 0 9 0 1997213902 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4482/statm: 216819 23677 2634 9 0 211325 0
[pid=4482/tid=4484] ppid=4480 vsize=867276 CPUtime=1778.31
/proc/4482/task/4484/stat : 4484 (java) R 4480 4482 1053 0 -1 64 20337 270 1 0 177815 15 0 1 25 0 9 0 1997213904 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4126778423 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4482/tid=4485] ppid=4480 vsize=867276 CPUtime=0.17
/proc/4482/task/4485/stat : 4485 (java) S 4480 4482 1053 0 -1 64 11376 270 0 0 11 5 0 1 16 0 9 0 1997213906 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4486] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4486/stat : 4486 (java) S 4480 4482 1053 0 -1 64 17 270 0 0 0 0 0 1 16 0 9 0 1997213906 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4487] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4487/stat : 4487 (java) S 4480 4482 1053 0 -1 64 10 270 0 0 0 0 0 1 15 0 9 0 1997213906 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4488] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4488/stat : 4488 (java) S 4480 4482 1053 0 -1 64 0 270 0 0 0 0 0 1 18 0 9 0 1997213908 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4489] ppid=4480 vsize=867276 CPUtime=0.25
/proc/4482/task/4489/stat : 4489 (java) S 4480 4482 1053 0 -1 64 588 270 0 0 24 0 0 1 16 0 9 0 1997213908 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4482/tid=4490] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4490/stat : 4490 (java) S 4480 4482 1053 0 -1 64 2 270 0 0 0 0 0 1 19 0 9 0 1997213908 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4491] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4491/stat : 4491 (java) S 4480 4482 1053 0 -1 64 8 270 0 0 0 0 0 1 15 0 9 0 1997213908 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1778.75
Current children cumulated vsize (KiB) 867276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4567
/proc/meminfo: memFree=1569504/2055920 swapFree=4180436/4192956
[pid=4482] ppid=4480 vsize=867276 CPUtime=1800.04
/proc/4482/stat : 4482 (java) S 4480 4482 1053 0 -1 0 33154 270 1 0 179981 22 0 1 18 0 9 0 1997213902 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4482/statm: 216819 23677 2634 9 0 211325 0
[pid=4482/tid=4484] ppid=4480 vsize=867276 CPUtime=1799.61
/proc/4482/task/4484/stat : 4484 (java) R 4480 4482 1053 0 -1 64 20344 270 1 0 179945 15 0 1 25 0 9 0 1997213904 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4126778409 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4482/tid=4485] ppid=4480 vsize=867276 CPUtime=0.17
/proc/4482/task/4485/stat : 4485 (java) S 4480 4482 1053 0 -1 64 11376 270 0 0 11 5 0 1 16 0 9 0 1997213906 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4486] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4486/stat : 4486 (java) S 4480 4482 1053 0 -1 64 17 270 0 0 0 0 0 1 16 0 9 0 1997213906 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4487] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4487/stat : 4487 (java) S 4480 4482 1053 0 -1 64 10 270 0 0 0 0 0 1 15 0 9 0 1997213906 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4488] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4488/stat : 4488 (java) S 4480 4482 1053 0 -1 64 0 270 0 0 0 0 0 1 18 0 9 0 1997213908 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4489] ppid=4480 vsize=867276 CPUtime=0.25
/proc/4482/task/4489/stat : 4489 (java) S 4480 4482 1053 0 -1 64 588 270 0 0 24 0 0 1 16 0 9 0 1997213908 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4482/tid=4490] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4490/stat : 4490 (java) S 4480 4482 1053 0 -1 64 2 270 0 0 0 0 0 1 19 0 9 0 1997213908 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4482/tid=4491] ppid=4480 vsize=867276 CPUtime=0.01
/proc/4482/task/4491/stat : 4491 (java) S 4480 4482 1053 0 -1 64 8 270 0 0 0 0 0 1 15 0 9 0 1997213908 888090624 23677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 867276

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): 1803.63
CPU time (s): 1800.08
CPU user time (s): 1799.83
CPU system time (s): 0.253961
CPU usage (%): 99.8032
Max. virtual memory (cumulated for all children) (KiB): 867276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.83
system time used= 0.253961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33457
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= 37580
involuntary context switches= 25574

runsolver used 2.16167 second user time and 6.04008 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-04 16:40:17
IDJOB=1075900
IDBENCH=56549
IDSOLVER=363
FILE ID=node48/1075900-1215182417
PBS_JOBID= 7881441
Free space on /tmp= 66544 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg8-12_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-1075900-1215182417/watcher-1075900-1215182417 -o /tmp/evaluation-result-1075900-1215182417/solver-1075900-1215182417 -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-1075900-1215182417.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a5656f4953dca2b0bb60baf5002b0ce7
RANDOM SEED=541680336

node48.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.231
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.231
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:       1678560 kB
Buffers:         39900 kB
Cached:         128696 kB
SwapCached:       6436 kB
Active:         272352 kB
Inactive:        50976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1678560 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            4560 kB
Writeback:           0 kB
Mapped:         168304 kB
Slab:            39000 kB
Committed_AS:  4968412 kB
PageTables:       2028 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= 66544 MiB
End job on node48 at 2008-07-04 17:10:23