Trace number 1045284

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.15 1815.65

General information on the benchmark

Namecsp/QG4/
normalized-quasigroup4-10.xml
MD5SUMc5f974ec11a4363fd9e60d6b844f5167
Bench CategoryGLOBAL (global constraints)
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 variables310
Number of constraints219
Maximum constraint arity102
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension99
Global constraints used (with number of constraints)alldifferent(20),element(100)

Solver Data (download as text)

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.27	
0.18/0.27	   configuration
0.18/0.27	     name=esac.xml
0.27/0.30	   
0.27/0.30	   instance
0.27/0.30	     name=HOME/instance-1045284-1215028338.xml
0.27/0.34	   
0.27/0.34	   domains being loaded...
0.27/0.36	   
0.27/0.36	   variables being loaded...
0.38/0.44	     nbVariables=310  nbDomainTypes=57  minDomainSize=1  maxDomainSize=100  nbTotalValues=11731
0.38/0.44	       =>  wckTime=0.171  cpuTime=0.13  mem=8M845
0.38/0.44	   
0.38/0.44	   predicates being loaded...
0.47/0.51	   
0.47/0.51	   constraints being loaded...
2.53/2.60	     nbConstraints=10119  nbUnaryConstraints=9  nbGlobalConstraints=29  nbSingletonDomainVariables=119
2.53/2.60	     nbPurgedValues=891  nbDisconnectedVariables=10  nbConflictsStructures=1145  nbSharedConflictsStructures=8945
2.53/2.60	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1145  nbSharedEvaluationManagers=8945  minDegree=1
2.53/2.60	     maxDegree=104  minArity=2  avgArity=3.01  maxArity=9  nbGenerators=9  nbFusions=0  symmetryWckTime=0.664
2.53/2.60	     symmetryCpuTime=0.26
2.53/2.60	       =>  wckTime=2.331  cpuTime=1.66  mem=20M807
2.63/2.76	   
2.63/2.76	   solver IterativeSystematicSolver being built... 
3.34/3.43	   
3.34/3.43	   INFO : Forward propagation technique limited 
3.43/3.51	       =>  wckTime=3.243  cpuTime=2.13  mem=61M71
4.83/4.95	   
4.83/4.95	   preprocessing
4.83/4.95	     nbConstraintChecks=851841  nbValidityChecks=224512  nbPropagations=6290  nbRevisions=213971
4.83/4.95	     nbUselessRevisions=202432  nbSingletonTests=490  nbEffectiveSingletonTests=0  nbACRemovals=3986
4.83/4.95	     nbFoundSingletons=0  nbRemovedValues=3986  detectedInconsistency=no
4.83/4.95	       =>  wckTime=1.441  cpuTime=1.38  mem=62M72
7.50/7.60	   
7.50/7.60	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=66M144)

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-1045284-1215028338/watcher-1045284-1215028338 -o /tmp/evaluation-result-1045284-1215028338/solver-1045284-1215028338 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1045284-1215028338.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.12 2.03 2.01 3/73 355
/proc/meminfo: memFree=1524368/2055920 swapFree=4179440/4192956
[pid=355] ppid=353 vsize=18572 CPUtime=0
/proc/355/stat : 355 (runsolver) R 353 355 32038 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1981805437 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 250968861991 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/355/statm: 4643 292 257 25 0 2626 0

[startup+0.0819211 s]
/proc/loadavg: 2.12 2.03 2.01 3/73 355
/proc/meminfo: memFree=1524368/2055920 swapFree=4179440/4192956
[pid=355] ppid=353 vsize=865856 CPUtime=0.06
/proc/355/stat : 355 (java) S 353 355 32038 0 -1 0 3448 0 1 0 5 1 0 0 18 0 9 0 1981805437 886636544 2945 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/355/statm: 216464 2945 1585 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.102921 s]
/proc/loadavg: 2.12 2.03 2.01 3/73 355
/proc/meminfo: memFree=1524368/2055920 swapFree=4179440/4192956
[pid=355] ppid=353 vsize=865884 CPUtime=0.09
/proc/355/stat : 355 (java) S 353 355 32038 0 -1 0 3690 0 1 0 7 2 0 0 18 0 9 0 1981805437 886665216 3165 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/355/statm: 216471 3165 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301962 s]
/proc/loadavg: 2.12 2.03 2.01 3/73 355
/proc/meminfo: memFree=1524368/2055920 swapFree=4179440/4192956
[pid=355] ppid=353 vsize=866284 CPUtime=0.27
/proc/355/stat : 355 (java) S 353 355 32038 0 -1 0 5682 0 1 0 24 3 0 0 18 0 9 0 1981805437 887074816 5087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/355/statm: 216571 5087 1931 9 0 211099 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866284

[startup+0.702026 s]
/proc/loadavg: 2.12 2.03 2.01 3/73 355
/proc/meminfo: memFree=1524368/2055920 swapFree=4179440/4192956
[pid=355] ppid=353 vsize=867080 CPUtime=0.67
/proc/355/stat : 355 (java) S 353 355 32038 0 -1 0 8444 0 1 0 62 5 0 0 18 0 9 0 1981805437 887889920 7804 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/355/statm: 216770 7804 2010 9 0 211276 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867080

[startup+1.50217 s]
/proc/loadavg: 2.12 2.03 2.01 3/82 364
/proc/meminfo: memFree=1487112/2055920 swapFree=4179440/4192956
[pid=355] ppid=353 vsize=867592 CPUtime=1.46
/proc/355/stat : 355 (java) S 353 355 32038 0 -1 0 18714 0 1 0 135 11 0 0 18 0 9 0 1981805437 888414208 18049 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/355/statm: 216898 18049 2005 9 0 211426 0
[pid=355/tid=357] ppid=353 vsize=867592 CPUtime=1.16
/proc/355/task/357/stat : 357 (java) R 353 355 32038 0 -1 64 15779 0 1 0 107 9 0 0 25 0 9 0 1981805439 888414208 18049 996147200 134512640 134550740 4294955968 18446744073709551615 4126699501 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=358] ppid=353 vsize=867592 CPUtime=0.06
/proc/355/task/358/stat : 358 (java) S 353 355 32038 0 -1 64 1538 0 0 0 6 0 0 0 16 0 9 0 1981805440 888414208 18049 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=359] ppid=353 vsize=867592 CPUtime=0
/proc/355/task/359/stat : 359 (java) S 353 355 32038 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1981805441 888414208 18049 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=360] ppid=353 vsize=867592 CPUtime=0
/proc/355/task/360/stat : 360 (java) S 353 355 32038 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1981805441 888414208 18049 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=361] ppid=353 vsize=867592 CPUtime=0
/proc/355/task/361/stat : 361 (java) S 353 355 32038 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1981805443 888414208 18049 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=362] ppid=353 vsize=867592 CPUtime=0.21
/proc/355/task/362/stat : 362 (java) S 353 355 32038 0 -1 64 700 0 0 0 21 0 0 0 15 0 9 0 1981805443 888414208 18049 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=363] ppid=353 vsize=867592 CPUtime=0
/proc/355/task/363/stat : 363 (java) S 353 355 32038 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1981805443 888414208 18049 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=364] ppid=353 vsize=867592 CPUtime=0
/proc/355/task/364/stat : 364 (java) S 353 355 32038 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1981805443 888414208 18049 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867592

[startup+3.10147 s]
/proc/loadavg: 2.12 2.03 2.01 3/82 364
/proc/meminfo: memFree=1458760/2055920 swapFree=4179440/4192956
[pid=355] ppid=353 vsize=868136 CPUtime=3.04
/proc/355/stat : 355 (java) S 353 355 32038 0 -1 0 43951 942 1 0 264 21 17 2 18 0 9 0 1981805437 888971264 25227 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/355/statm: 217034 25227 2635 9 0 211540 0
[pid=355/tid=357] ppid=353 vsize=868136 CPUtime=2.3
/proc/355/task/357/stat : 357 (java) R 353 355 32038 0 -1 64 28490 942 1 0 198 13 17 2 19 0 9 0 1981805439 888971264 25227 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=358] ppid=353 vsize=868136 CPUtime=0.6
/proc/355/task/358/stat : 358 (java) R 353 355 32038 0 -1 64 13689 942 0 0 36 5 17 2 16 0 9 0 1981805440 888971264 25227 996147200 134512640 134550740 4294955968 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=359] ppid=353 vsize=868136 CPUtime=0.19
/proc/355/task/359/stat : 359 (java) S 353 355 32038 0 -1 64 17 942 0 0 0 0 17 2 15 0 9 0 1981805441 888971264 25227 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=360] ppid=353 vsize=868136 CPUtime=0.19
/proc/355/task/360/stat : 360 (java) S 353 355 32038 0 -1 64 8 942 0 0 0 0 17 2 16 0 9 0 1981805441 888971264 25227 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=361] ppid=353 vsize=868136 CPUtime=0.19
/proc/355/task/361/stat : 361 (java) S 353 355 32038 0 -1 64 0 942 0 0 0 0 17 2 18 0 9 0 1981805443 888971264 25227 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=362] ppid=353 vsize=868136 CPUtime=0.48
/proc/355/task/362/stat : 362 (java) S 353 355 32038 0 -1 64 933 942 0 0 29 0 17 2 15 0 9 0 1981805443 888971264 25227 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=363] ppid=353 vsize=868136 CPUtime=0.19
/proc/355/task/363/stat : 363 (java) S 353 355 32038 0 -1 64 2 942 0 0 0 0 17 2 19 0 9 0 1981805443 888971264 25227 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=364] ppid=353 vsize=868136 CPUtime=0.19
/proc/355/task/364/stat : 364 (java) S 353 355 32038 0 -1 64 10 942 0 0 0 0 17 2 15 0 9 0 1981805443 888971264 25227 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868136

[startup+6.30303 s]
/proc/loadavg: 2.11 2.03 2.01 3/82 368
/proc/meminfo: memFree=1413832/2055920 swapFree=4179440/4192956
[pid=355] ppid=353 vsize=868136 CPUtime=6.21
/proc/355/stat : 355 (java) S 353 355 32038 0 -1 0 49622 942 1 0 578 24 17 2 18 0 9 0 1981805437 888971264 30055 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/355/statm: 217034 30055 2637 9 0 211540 0
[pid=355/tid=357] ppid=353 vsize=868136 CPUtime=5.19
/proc/355/task/357/stat : 357 (java) R 353 355 32038 0 -1 64 28565 942 1 0 487 13 17 2 25 0 9 0 1981805439 888971264 30055 996147200 134512640 134550740 4294955968 18446744073709551615 4127208060 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=358] ppid=353 vsize=868136 CPUtime=0.78
/proc/355/task/358/stat : 358 (java) S 353 355 32038 0 -1 64 19195 942 0 0 52 7 17 2 17 0 9 0 1981805440 888971264 30055 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=359] ppid=353 vsize=868136 CPUtime=0.19
/proc/355/task/359/stat : 359 (java) S 353 355 32038 0 -1 64 17 942 0 0 0 0 17 2 16 0 9 0 1981805441 888971264 30055 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=360] ppid=353 vsize=868136 CPUtime=0.19
/proc/355/task/360/stat : 360 (java) S 353 355 32038 0 -1 64 8 942 0 0 0 0 17 2 15 0 9 0 1981805441 888971264 30055 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=361] ppid=353 vsize=868136 CPUtime=0.19
/proc/355/task/361/stat : 361 (java) S 353 355 32038 0 -1 64 0 942 0 0 0 0 17 2 18 0 9 0 1981805443 888971264 30055 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=362] ppid=353 vsize=868136 CPUtime=0.58
/proc/355/task/362/stat : 362 (java) S 353 355 32038 0 -1 64 996 942 0 0 38 1 17 2 15 0 9 0 1981805443 888971264 30055 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=363] ppid=353 vsize=868136 CPUtime=0.19
/proc/355/task/363/stat : 363 (java) S 353 355 32038 0 -1 64 2 942 0 0 0 0 17 2 19 0 9 0 1981805443 888971264 30055 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=364] ppid=353 vsize=868136 CPUtime=0.19
/proc/355/task/364/stat : 364 (java) S 353 355 32038 0 -1 64 37 942 0 0 0 0 17 2 15 0 9 0 1981805443 888971264 30055 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868136

[startup+12.7012 s]
/proc/loadavg: 2.10 2.03 2.01 3/82 368
/proc/meminfo: memFree=1413640/2055920 swapFree=4179440/4192956
[pid=355] ppid=353 vsize=868136 CPUtime=12.55
/proc/355/stat : 355 (java) S 353 355 32038 0 -1 0 49666 942 1 0 1212 24 17 2 18 0 9 0 1981805437 888971264 30070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/355/statm: 217034 30070 2637 9 0 211540 0
[pid=355/tid=357] ppid=353 vsize=868136 CPUtime=11.49
/proc/355/task/357/stat : 357 (java) R 353 355 32038 0 -1 64 28569 942 1 0 1117 13 17 2 25 0 9 0 1981805439 888971264 30070 996147200 134512640 134550740 4294955968 18446744073709551615 4127220324 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=358] ppid=353 vsize=868136 CPUtime=0.78
/proc/355/task/358/stat : 358 (java) S 353 355 32038 0 -1 64 19195 942 0 0 52 7 17 2 17 0 9 0 1981805440 888971264 30070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=359] ppid=353 vsize=868136 CPUtime=0.19
/proc/355/task/359/stat : 359 (java) S 353 355 32038 0 -1 64 17 942 0 0 0 0 17 2 16 0 9 0 1981805441 888971264 30070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=360] ppid=353 vsize=868136 CPUtime=0.19
/proc/355/task/360/stat : 360 (java) S 353 355 32038 0 -1 64 8 942 0 0 0 0 17 2 15 0 9 0 1981805441 888971264 30070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=361] ppid=353 vsize=868136 CPUtime=0.19
/proc/355/task/361/stat : 361 (java) S 353 355 32038 0 -1 64 0 942 0 0 0 0 17 2 18 0 9 0 1981805443 888971264 30070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=362] ppid=353 vsize=868136 CPUtime=0.61
/proc/355/task/362/stat : 362 (java) S 353 355 32038 0 -1 64 1036 942 0 0 41 1 17 2 16 0 9 0 1981805443 888971264 30070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=363] ppid=353 vsize=868136 CPUtime=0.19
/proc/355/task/363/stat : 363 (java) S 353 355 32038 0 -1 64 2 942 0 0 0 0 17 2 19 0 9 0 1981805443 888971264 30070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=364] ppid=353 vsize=868136 CPUtime=0.19
/proc/355/task/364/stat : 364 (java) S 353 355 32038 0 -1 64 37 942 0 0 0 0 17 2 15 0 9 0 1981805443 888971264 30070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 868136

[startup+25.5024 s]
/proc/loadavg: 2.08 2.03 2.01 3/82 368
/proc/meminfo: memFree=1413640/2055920 swapFree=4179440/4192956
[pid=355] ppid=353 vsize=868136 CPUtime=25.22
/proc/355/stat : 355 (java) S 353 355 32038 0 -1 0 49670 942 1 0 2479 24 17 2 18 0 9 0 1981805437 888971264 30071 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/355/statm: 217034 30071 2637 9 0 211540 0
[pid=355/tid=357] ppid=353 vsize=868136 CPUtime=24.17
/proc/355/task/357/stat : 357 (java) R 353 355 32038 0 -1 64 28572 942 1 0 2384 14 17 2 25 0 9 0 1981805439 888971264 30071 996147200 134512640 134550740 4294955968 18446744073709551615 4127208048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=358] ppid=353 vsize=868136 CPUtime=0.78
/proc/355/task/358/stat : 358 (java) S 353 355 32038 0 -1 64 19195 942 0 0 52 7 17 2 17 0 9 0 1981805440 888971264 30071 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=359] ppid=353 vsize=868136 CPUtime=0.19
/proc/355/task/359/stat : 359 (java) S 353 355 32038 0 -1 64 17 942 0 0 0 0 17 2 16 0 9 0 1981805441 888971264 30071 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=360] ppid=353 vsize=868136 CPUtime=0.19
/proc/355/task/360/stat : 360 (java) S 353 355 32038 0 -1 64 8 942 0 0 0 0 17 2 15 0 9 0 1981805441 888971264 30071 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=361] ppid=353 vsize=868136 CPUtime=0.19
/proc/355/task/361/stat : 361 (java) S 353 355 32038 0 -1 64 0 942 0 0 0 0 17 2 18 0 9 0 1981805443 888971264 30071 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=362] ppid=353 vsize=868136 CPUtime=0.62
/proc/355/task/362/stat : 362 (java) S 353 355 32038 0 -1 64 1037 942 0 0 42 1 17 2 17 0 9 0 1981805443 888971264 30071 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=363] ppid=353 vsize=868136 CPUtime=0.19
/proc/355/task/363/stat : 363 (java) S 353 355 32038 0 -1 64 2 942 0 0 0 0 17 2 19 0 9 0 1981805443 888971264 30071 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=364] ppid=353 vsize=868136 CPUtime=0.19
/proc/355/task/364/stat : 364 (java) S 353 355 32038 0 -1 64 37 942 0 0 0 0 17 2 15 0 9 0 1981805443 888971264 30071 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 868136

[startup+51.103 s]
/proc/loadavg: 2.05 2.02 2.00 3/82 368
/proc/meminfo: memFree=1413640/2055920 swapFree=4179440/4192956
[pid=355] ppid=353 vsize=868136 CPUtime=50.58
/proc/355/stat : 355 (java) S 353 355 32038 0 -1 0 49675 942 1 0 5015 24 17 2 18 0 9 0 1981805437 888971264 30073 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/355/statm: 217034 30073 2637 9 0 211540 0
[pid=355/tid=357] ppid=353 vsize=868136 CPUtime=49.53
/proc/355/task/357/stat : 357 (java) R 353 355 32038 0 -1 64 28573 942 1 0 4920 14 17 2 25 0 9 0 1981805439 888971264 30073 996147200 134512640 134550740 4294955968 18446744073709551615 4126698167 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=358] ppid=353 vsize=868136 CPUtime=0.78
/proc/355/task/358/stat : 358 (java) S 353 355 32038 0 -1 64 19195 942 0 0 52 7 17 2 16 0 9 0 1981805440 888971264 30073 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=359] ppid=353 vsize=868136 CPUtime=0.19
/proc/355/task/359/stat : 359 (java) S 353 355 32038 0 -1 64 17 942 0 0 0 0 17 2 16 0 9 0 1981805441 888971264 30073 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=360] ppid=353 vsize=868136 CPUtime=0.19
/proc/355/task/360/stat : 360 (java) S 353 355 32038 0 -1 64 8 942 0 0 0 0 17 2 15 0 9 0 1981805441 888971264 30073 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=361] ppid=353 vsize=868136 CPUtime=0.19
/proc/355/task/361/stat : 361 (java) S 353 355 32038 0 -1 64 0 942 0 0 0 0 17 2 18 0 9 0 1981805443 888971264 30073 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=362] ppid=353 vsize=868136 CPUtime=0.62
/proc/355/task/362/stat : 362 (java) S 353 355 32038 0 -1 64 1041 942 0 0 42 1 17 2 16 0 9 0 1981805443 888971264 30073 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=363] ppid=353 vsize=868136 CPUtime=0.19

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

/proc/355/task/360/stat : 360 (java) S 353 355 32038 0 -1 64 8 942 0 0 0 0 17 2 16 0 9 0 1981805441 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=361] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/361/stat : 361 (java) S 353 355 32038 0 -1 64 0 942 0 0 0 0 17 2 18 0 9 0 1981805443 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=362] ppid=353 vsize=868048 CPUtime=0.62
/proc/355/task/362/stat : 362 (java) S 353 355 32038 0 -1 64 1041 942 0 0 42 1 17 2 16 0 9 0 1981805443 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=363] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/363/stat : 363 (java) S 353 355 32038 0 -1 64 2 942 0 0 0 0 17 2 19 0 9 0 1981805443 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=364] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/364/stat : 364 (java) S 353 355 32038 0 -1 64 37 942 0 0 0 0 17 2 15 0 9 0 1981805443 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1468.31
Current children cumulated vsize (KiB) 868048

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 374
/proc/meminfo: memFree=1400712/2055920 swapFree=4179440/4192956
[pid=355] ppid=353 vsize=868048 CPUtime=1527.74
/proc/355/stat : 355 (java) S 353 355 32038 0 -1 0 52602 942 1 0 152726 29 17 2 18 0 9 0 1981805437 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/355/statm: 217012 32962 2615 9 0 211540 0
[pid=355/tid=357] ppid=353 vsize=868048 CPUtime=1526.51
/proc/355/task/357/stat : 357 (java) R 353 355 32038 0 -1 64 28585 942 1 0 152615 17 17 2 25 0 9 0 1981805439 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4127309907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=358] ppid=353 vsize=868048 CPUtime=0.95
/proc/355/task/358/stat : 358 (java) S 353 355 32038 0 -1 64 22110 942 0 0 67 9 17 2 16 0 9 0 1981805440 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=359] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/359/stat : 359 (java) S 353 355 32038 0 -1 64 17 942 0 0 0 0 17 2 16 0 9 0 1981805441 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=360] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/360/stat : 360 (java) S 353 355 32038 0 -1 64 8 942 0 0 0 0 17 2 16 0 9 0 1981805441 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=361] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/361/stat : 361 (java) S 353 355 32038 0 -1 64 0 942 0 0 0 0 17 2 18 0 9 0 1981805443 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=362] ppid=353 vsize=868048 CPUtime=0.62
/proc/355/task/362/stat : 362 (java) S 353 355 32038 0 -1 64 1041 942 0 0 42 1 17 2 16 0 9 0 1981805443 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=363] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/363/stat : 363 (java) S 353 355 32038 0 -1 64 2 942 0 0 0 0 17 2 19 0 9 0 1981805443 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=364] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/364/stat : 364 (java) S 353 355 32038 0 -1 64 37 942 0 0 0 0 17 2 15 0 9 0 1981805443 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.74
Current children cumulated vsize (KiB) 868048

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 374
/proc/meminfo: memFree=1400712/2055920 swapFree=4179440/4192956
[pid=355] ppid=353 vsize=868048 CPUtime=1587.19
/proc/355/stat : 355 (java) S 353 355 32038 0 -1 0 52603 942 1 0 158670 30 17 2 18 0 9 0 1981805437 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/355/statm: 217012 32962 2615 9 0 211540 0
[pid=355/tid=357] ppid=353 vsize=868048 CPUtime=1585.94
/proc/355/task/357/stat : 357 (java) R 353 355 32038 0 -1 64 28586 942 1 0 158558 17 17 2 25 0 9 0 1981805439 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4127219065 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=358] ppid=353 vsize=868048 CPUtime=0.96
/proc/355/task/358/stat : 358 (java) S 353 355 32038 0 -1 64 22110 942 0 0 68 9 17 2 16 0 9 0 1981805440 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=359] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/359/stat : 359 (java) S 353 355 32038 0 -1 64 17 942 0 0 0 0 17 2 16 0 9 0 1981805441 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=360] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/360/stat : 360 (java) S 353 355 32038 0 -1 64 8 942 0 0 0 0 17 2 16 0 9 0 1981805441 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=361] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/361/stat : 361 (java) S 353 355 32038 0 -1 64 0 942 0 0 0 0 17 2 18 0 9 0 1981805443 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=362] ppid=353 vsize=868048 CPUtime=0.62
/proc/355/task/362/stat : 362 (java) S 353 355 32038 0 -1 64 1041 942 0 0 42 1 17 2 16 0 9 0 1981805443 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=363] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/363/stat : 363 (java) S 353 355 32038 0 -1 64 2 942 0 0 0 0 17 2 19 0 9 0 1981805443 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=364] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/364/stat : 364 (java) S 353 355 32038 0 -1 64 37 942 0 0 0 0 17 2 15 0 9 0 1981805443 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.19
Current children cumulated vsize (KiB) 868048

[startup+1662.3 s]
/proc/loadavg: 1.66 1.92 1.97 2/74 396
/proc/meminfo: memFree=1707208/2055920 swapFree=4179440/4192956
[pid=355] ppid=353 vsize=868048 CPUtime=1646.85
/proc/355/stat : 355 (java) S 353 355 32038 0 -1 0 52603 942 1 0 164636 30 17 2 18 0 9 0 1981805437 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/355/statm: 217012 32962 2615 9 0 211540 0
[pid=355/tid=357] ppid=353 vsize=868048 CPUtime=1645.6
/proc/355/task/357/stat : 357 (java) R 353 355 32038 0 -1 64 28586 942 1 0 164524 17 17 2 25 0 9 0 1981805439 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4126970486 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=355/tid=358] ppid=353 vsize=868048 CPUtime=0.96
/proc/355/task/358/stat : 358 (java) S 353 355 32038 0 -1 64 22110 942 0 0 68 9 17 2 16 0 9 0 1981805440 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=359] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/359/stat : 359 (java) S 353 355 32038 0 -1 64 17 942 0 0 0 0 17 2 16 0 9 0 1981805441 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=360] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/360/stat : 360 (java) S 353 355 32038 0 -1 64 8 942 0 0 0 0 17 2 16 0 9 0 1981805441 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=361] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/361/stat : 361 (java) S 353 355 32038 0 -1 64 0 942 0 0 0 0 17 2 18 0 9 0 1981805443 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=362] ppid=353 vsize=868048 CPUtime=0.62
/proc/355/task/362/stat : 362 (java) S 353 355 32038 0 -1 64 1041 942 0 0 42 1 17 2 16 0 9 0 1981805443 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=363] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/363/stat : 363 (java) S 353 355 32038 0 -1 64 2 942 0 0 0 0 17 2 19 0 9 0 1981805443 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=364] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/364/stat : 364 (java) R 353 355 32038 0 -1 64 37 942 0 0 0 0 17 2 15 0 9 0 1981805443 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.85
Current children cumulated vsize (KiB) 868048

[startup+1722.3 s]
/proc/loadavg: 1.24 1.75 1.91 2/74 396
/proc/meminfo: memFree=1707272/2055920 swapFree=4179440/4192956
[pid=355] ppid=353 vsize=868048 CPUtime=1706.82
/proc/355/stat : 355 (java) S 353 355 32038 0 -1 0 52604 942 1 0 170633 30 17 2 18 0 9 0 1981805437 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/355/statm: 217012 32962 2615 9 0 211540 0
[pid=355/tid=357] ppid=353 vsize=868048 CPUtime=1705.56
/proc/355/task/357/stat : 357 (java) R 353 355 32038 0 -1 64 28587 942 1 0 170520 17 17 2 25 0 9 0 1981805439 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4127239115 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=355/tid=358] ppid=353 vsize=868048 CPUtime=0.97
/proc/355/task/358/stat : 358 (java) S 353 355 32038 0 -1 64 22110 942 0 0 69 9 17 2 16 0 9 0 1981805440 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=359] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/359/stat : 359 (java) S 353 355 32038 0 -1 64 17 942 0 0 0 0 17 2 16 0 9 0 1981805441 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=360] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/360/stat : 360 (java) S 353 355 32038 0 -1 64 8 942 0 0 0 0 17 2 16 0 9 0 1981805441 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=361] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/361/stat : 361 (java) S 353 355 32038 0 -1 64 0 942 0 0 0 0 17 2 18 0 9 0 1981805443 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=362] ppid=353 vsize=868048 CPUtime=0.62
/proc/355/task/362/stat : 362 (java) S 353 355 32038 0 -1 64 1041 942 0 0 42 1 17 2 16 0 9 0 1981805443 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=363] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/363/stat : 363 (java) S 353 355 32038 0 -1 64 2 942 0 0 0 0 17 2 19 0 9 0 1981805443 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=364] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/364/stat : 364 (java) S 353 355 32038 0 -1 64 37 942 0 0 0 0 17 2 15 0 9 0 1981805443 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.82
Current children cumulated vsize (KiB) 868048

[startup+1782.3 s]
/proc/loadavg: 1.09 1.61 1.85 2/74 396
/proc/meminfo: memFree=1707272/2055920 swapFree=4179440/4192956
[pid=355] ppid=353 vsize=868048 CPUtime=1766.79
/proc/355/stat : 355 (java) S 353 355 32038 0 -1 0 52604 942 1 0 176630 30 17 2 18 0 9 0 1981805437 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/355/statm: 217012 32962 2615 9 0 211540 0
[pid=355/tid=357] ppid=353 vsize=868048 CPUtime=1765.53
/proc/355/task/357/stat : 357 (java) R 353 355 32038 0 -1 64 28587 942 1 0 176517 17 17 2 25 0 9 0 1981805439 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4126699507 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=355/tid=358] ppid=353 vsize=868048 CPUtime=0.97
/proc/355/task/358/stat : 358 (java) S 353 355 32038 0 -1 64 22110 942 0 0 69 9 17 2 16 0 9 0 1981805440 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=359] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/359/stat : 359 (java) S 353 355 32038 0 -1 64 17 942 0 0 0 0 17 2 16 0 9 0 1981805441 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=360] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/360/stat : 360 (java) S 353 355 32038 0 -1 64 8 942 0 0 0 0 17 2 16 0 9 0 1981805441 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=361] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/361/stat : 361 (java) S 353 355 32038 0 -1 64 0 942 0 0 0 0 17 2 18 0 9 0 1981805443 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=362] ppid=353 vsize=868048 CPUtime=0.62
/proc/355/task/362/stat : 362 (java) S 353 355 32038 0 -1 64 1041 942 0 0 42 1 17 2 16 0 9 0 1981805443 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=363] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/363/stat : 363 (java) S 353 355 32038 0 -1 64 2 942 0 0 0 0 17 2 19 0 9 0 1981805443 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=364] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/364/stat : 364 (java) S 353 355 32038 0 -1 64 37 942 0 0 0 0 17 2 15 0 9 0 1981805443 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1766.79
Current children cumulated vsize (KiB) 868048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.6 s]
/proc/loadavg: 1.05 1.54 1.82 2/74 396
/proc/meminfo: memFree=1707272/2055920 swapFree=4179440/4192956
[pid=355] ppid=353 vsize=868048 CPUtime=1800.08
/proc/355/stat : 355 (java) S 353 355 32038 0 -1 0 52604 942 1 0 179959 30 17 2 18 0 9 0 1981805437 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/355/statm: 217012 32962 2615 9 0 211540 0
[pid=355/tid=357] ppid=353 vsize=868048 CPUtime=1798.82
/proc/355/task/357/stat : 357 (java) R 353 355 32038 0 -1 64 28587 942 1 0 179846 17 17 2 25 0 9 0 1981805439 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4127217824 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=355/tid=358] ppid=353 vsize=868048 CPUtime=0.97
/proc/355/task/358/stat : 358 (java) S 353 355 32038 0 -1 64 22110 942 0 0 69 9 17 2 16 0 9 0 1981805440 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=359] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/359/stat : 359 (java) S 353 355 32038 0 -1 64 17 942 0 0 0 0 17 2 16 0 9 0 1981805441 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=360] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/360/stat : 360 (java) S 353 355 32038 0 -1 64 8 942 0 0 0 0 17 2 16 0 9 0 1981805441 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=361] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/361/stat : 361 (java) S 353 355 32038 0 -1 64 0 942 0 0 0 0 17 2 18 0 9 0 1981805443 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=362] ppid=353 vsize=868048 CPUtime=0.62
/proc/355/task/362/stat : 362 (java) S 353 355 32038 0 -1 64 1041 942 0 0 42 1 17 2 16 0 9 0 1981805443 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=363] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/363/stat : 363 (java) S 353 355 32038 0 -1 64 2 942 0 0 0 0 17 2 19 0 9 0 1981805443 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=355/tid=364] ppid=353 vsize=868048 CPUtime=0.19
/proc/355/task/364/stat : 364 (java) S 353 355 32038 0 -1 64 37 942 0 0 0 0 17 2 15 0 9 0 1981805443 888881152 32962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 868048

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): 1815.65
CPU time (s): 1800.15
CPU user time (s): 1799.8
CPU system time (s): 0.346947
CPU usage (%): 99.1462
Max. virtual memory (cumulated for all children) (KiB): 868136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.8
system time used= 0.346947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53578
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= 38739
involuntary context switches= 69754

runsolver used 2.31365 second user time and 5.79512 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-02 21:52:19
IDJOB=1045284
IDBENCH=53923
IDSOLVER=364
FILE ID=node56/1045284-1215028338
PBS_JOBID= 7874357
Free space on /tmp= 103224 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c5f974ec11a4363fd9e60d6b844f5167
RANDOM SEED=1100062318

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1524784 kB
Buffers:         22448 kB
Cached:         138264 kB
SwapCached:       7316 kB
Active:         424236 kB
Inactive:        47836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1524784 kB
SwapTotal:     4192956 kB
SwapFree:      4179440 kB
Dirty:            2372 kB
Writeback:           0 kB
Mapped:         318500 kB
Slab:            43656 kB
Committed_AS:  4214668 kB
PageTables:       2468 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= 103224 MiB
End job on node56 at 2008-07-02 22:22:36