Trace number 1044187

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.15 1809.68

General information on the benchmark

Namecsp/QWH-25/
normalized-qwh-25-235-7_ext.xml
MD5SUM09b8a7c0c730adc6d5edabb3b6e18184
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.97648
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints9300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension9300
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	
0.00/0.07	Abscon 112 (May, 2008)
0.22/0.20	
0.22/0.20	   configuration
0.22/0.20	     name=mac.xml
0.22/0.23	   
0.22/0.23	   instance
0.22/0.23	     name=HOME/instance-1044187-1215020955.xml
0.22/0.26	   
0.22/0.26	   domains being loaded...
0.22/0.27	   
0.22/0.27	   variables being loaded...
0.33/0.34	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25  nbTotalValues=6265
0.33/0.34	       =>  wckTime=0.145  cpuTime=0.14  mem=9M869
0.33/0.34	   
0.33/0.35	   relations being loaded...
0.33/0.35	   
0.33/0.35	   constraints being loaded...
1.36/1.25	     nbConstraints=9327  nbRelationTypes=26  nbGlobalConstraints=27  nbSingletonDomainVariables=390
1.36/1.25	     nbExtensionStructures=51  nbSharedExtensionStructures=9249  nbConflictsStructures=51
1.36/1.25	     nbSharedConflictsStructures=9249  nbSharedBinaryRepresentations=1323  minDegree=18  maxDegree=49  minArity=2
1.36/1.25	     avgArity=2.02  maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.387  symmetryCpuTime=0.22  nbCliques=27
1.36/1.25	       =>  wckTime=1.053  cpuTime=0.76  mem=23M299
1.46/1.37	   
1.46/1.37	   solver IterativeSystematicSolver being built... 
1.55/1.43	   
1.55/1.43	   INFO : Forward propagation technique limited 
1.66/1.52	       =>  wckTime=1.32  cpuTime=0.9  mem=31M84
1.66/1.58	   
1.66/1.58	   preprocessing
1.66/1.58	     nbConstraintChecks=93758  nbPropagations=625  nbRevisions=7512  nbUselessRevisions=2568  nbRemovedValues=4944
1.66/1.58	     detectedInconsistency=no
1.66/1.58	       =>  wckTime=0.062  cpuTime=0.05  mem=31M84
2.06/1.93	   
2.06/1.93	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=33M90)

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-1044187-1215020955/watcher-1044187-1215020955 -o /tmp/evaluation-result-1044187-1215020955/solver-1044187-1215020955 -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-1044187-1215020955.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.02 2.07 1.76 3/71 13410
/proc/meminfo: memFree=1861776/2055920 swapFree=4181044/4192956
[pid=13410] ppid=13408 vsize=1616 CPUtime=0
/proc/13410/stat : 13410 (java) R 13408 13410 13136 0 -1 0 177 0 0 0 0 0 0 0 19 0 1 0 657824455 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/13410/statm: 404 145 119 9 0 46 0

[startup+0.0954079 s]
/proc/loadavg: 2.02 2.07 1.76 3/71 13410
/proc/meminfo: memFree=1861776/2055920 swapFree=4181044/4192956
[pid=13410] ppid=13408 vsize=866752 CPUtime=0.09
/proc/13410/stat : 13410 (java) S 13408 13410 13136 0 -1 0 3902 0 1 0 7 2 0 0 19 0 9 0 657824455 887554048 3342 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13410/statm: 216688 3342 1758 9 0 211243 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 866752

[startup+0.101404 s]
/proc/loadavg: 2.02 2.07 1.76 3/71 13410
/proc/meminfo: memFree=1861776/2055920 swapFree=4181044/4192956
[pid=13410] ppid=13408 vsize=866752 CPUtime=0.1
/proc/13410/stat : 13410 (java) S 13408 13410 13136 0 -1 0 3969 0 1 0 8 2 0 0 19 0 9 0 657824455 887554048 3409 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13410/statm: 216688 3411 1782 9 0 211243 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 866752

[startup+0.301431 s]
/proc/loadavg: 2.02 2.07 1.76 3/71 13410
/proc/meminfo: memFree=1861776/2055920 swapFree=4181044/4192956
[pid=13410] ppid=13408 vsize=867132 CPUtime=0.33
/proc/13410/stat : 13410 (java) S 13408 13410 13136 0 -1 0 6556 0 1 0 30 3 0 0 19 0 9 0 657824455 887943168 5925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13410/statm: 216783 5925 1966 9 0 211311 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 867132

[startup+0.701483 s]
/proc/loadavg: 2.02 2.07 1.76 3/71 13410
/proc/meminfo: memFree=1861776/2055920 swapFree=4181044/4192956
[pid=13410] ppid=13408 vsize=868168 CPUtime=0.85
/proc/13410/stat : 13410 (java) S 13408 13410 13136 0 -1 0 15920 0 1 0 78 7 0 0 19 0 9 0 657824455 889004032 15279 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13410/statm: 217042 15279 1990 9 0 211570 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 868168

[startup+1.50157 s]
/proc/loadavg: 2.02 2.07 1.76 3/78 13441
/proc/meminfo: memFree=1778392/2055920 swapFree=4181044/4192956
[pid=13410] ppid=13408 vsize=868696 CPUtime=1.66
/proc/13410/stat : 13410 (java) S 13408 13410 13136 0 -1 0 29578 707 1 0 140 14 11 1 19 0 9 0 657824455 889544704 21331 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13410/statm: 217174 21331 2635 9 0 211680 0
[pid=13410/tid=13412] ppid=13408 vsize=868696 CPUtime=1.17
/proc/13410/task/13412/stat : 13412 (java) R 13408 13410 13136 0 -1 64 20314 707 1 0 97 8 11 1 16 0 9 0 657824457 889544704 21331 996147200 134512640 134550740 4294955984 18446744073709551615 6845404 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13413] ppid=13408 vsize=868696 CPUtime=0.31
/proc/13410/task/13413/stat : 13413 (java) S 13408 13410 13136 0 -1 64 7541 707 0 0 18 1 11 1 16 0 9 0 657824458 889544704 21331 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13414] ppid=13408 vsize=868696 CPUtime=0.12
/proc/13410/task/13414/stat : 13414 (java) S 13408 13410 13136 0 -1 64 17 707 0 0 0 0 11 1 15 0 9 0 657824458 889544704 21331 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13415] ppid=13408 vsize=868696 CPUtime=0.12
/proc/13410/task/13415/stat : 13415 (java) S 13408 13410 13136 0 -1 64 8 707 0 0 0 0 11 1 15 0 9 0 657824458 889544704 21331 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13416] ppid=13408 vsize=868696 CPUtime=0.12
/proc/13410/task/13416/stat : 13416 (java) S 13408 13410 13136 0 -1 64 0 707 0 0 0 0 11 1 24 0 9 0 657824460 889544704 21331 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13417] ppid=13408 vsize=868696 CPUtime=0.36
/proc/13410/task/13417/stat : 13417 (java) R 13408 13410 13136 0 -1 64 874 707 0 0 23 1 11 1 16 0 9 0 657824460 889544704 21331 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13418] ppid=13408 vsize=868696 CPUtime=0.12
/proc/13410/task/13418/stat : 13418 (java) S 13408 13410 13136 0 -1 64 2 707 0 0 0 0 11 1 25 0 9 0 657824460 889544704 21331 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13419] ppid=13408 vsize=868696 CPUtime=0.12
/proc/13410/task/13419/stat : 13419 (java) S 13408 13410 13136 0 -1 64 8 707 0 0 0 0 11 1 15 0 9 0 657824460 889544704 21331 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 868696

[startup+3.10175 s]
/proc/loadavg: 2.02 2.07 1.76 3/83 13453
/proc/meminfo: memFree=1734704/2055920 swapFree=4181044/4192956
[pid=13410] ppid=13408 vsize=868696 CPUtime=3.24
/proc/13410/stat : 13410 (java) S 13408 13410 13136 0 -1 0 32132 707 1 0 297 15 11 1 19 0 9 0 657824455 889544704 21397 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13410/statm: 217174 21397 2636 9 0 211680 0
[pid=13410/tid=13412] ppid=13408 vsize=868696 CPUtime=2.68
/proc/13410/task/13412/stat : 13412 (java) R 13408 13410 13136 0 -1 64 22822 707 1 0 246 10 11 1 25 0 9 0 657824457 889544704 21397 996147200 134512640 134550740 4294955984 18446744073709551615 4127107193 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13413] ppid=13408 vsize=868696 CPUtime=0.31
/proc/13410/task/13413/stat : 13413 (java) S 13408 13410 13136 0 -1 64 7541 707 0 0 18 1 11 1 17 0 9 0 657824458 889544704 21397 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13414] ppid=13408 vsize=868696 CPUtime=0.12
/proc/13410/task/13414/stat : 13414 (java) S 13408 13410 13136 0 -1 64 17 707 0 0 0 0 11 1 15 0 9 0 657824458 889544704 21397 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13415] ppid=13408 vsize=868696 CPUtime=0.12
/proc/13410/task/13415/stat : 13415 (java) S 13408 13410 13136 0 -1 64 8 707 0 0 0 0 11 1 15 0 9 0 657824458 889544704 21397 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13416] ppid=13408 vsize=868696 CPUtime=0.12
/proc/13410/task/13416/stat : 13416 (java) S 13408 13410 13136 0 -1 64 0 707 0 0 0 0 11 1 24 0 9 0 657824460 889544704 21397 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13417] ppid=13408 vsize=868696 CPUtime=0.44
/proc/13410/task/13417/stat : 13417 (java) S 13408 13410 13136 0 -1 64 920 707 0 0 31 1 11 1 16 0 9 0 657824460 889544704 21397 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13418] ppid=13408 vsize=868696 CPUtime=0.12
/proc/13410/task/13418/stat : 13418 (java) S 13408 13410 13136 0 -1 64 2 707 0 0 0 0 11 1 25 0 9 0 657824460 889544704 21397 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13419] ppid=13408 vsize=868696 CPUtime=0.12
/proc/13410/task/13419/stat : 13419 (java) S 13408 13410 13136 0 -1 64 8 707 0 0 0 0 11 1 15 0 9 0 657824460 889544704 21397 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 868696

[startup+6.3021 s]
/proc/loadavg: 2.02 2.07 1.77 3/91 13465
/proc/meminfo: memFree=1722408/2055920 swapFree=4181044/4192956
[pid=13410] ppid=13408 vsize=868696 CPUtime=6.42
/proc/13410/stat : 13410 (java) S 13408 13410 13136 0 -1 0 33850 707 1 0 614 16 11 1 19 0 9 0 657824455 889544704 21399 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13410/statm: 217174 21399 2636 9 0 211680 0
[pid=13410/tid=13412] ppid=13408 vsize=868696 CPUtime=5.86
/proc/13410/task/13412/stat : 13412 (java) R 13408 13410 13136 0 -1 64 24513 707 1 0 563 11 11 1 25 0 9 0 657824457 889544704 21399 996147200 134512640 134550740 4294955984 18446744073709551615 4127019383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13413] ppid=13408 vsize=868696 CPUtime=0.31
/proc/13410/task/13413/stat : 13413 (java) S 13408 13410 13136 0 -1 64 7541 707 0 0 18 1 11 1 16 0 9 0 657824458 889544704 21399 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13414] ppid=13408 vsize=868696 CPUtime=0.12
/proc/13410/task/13414/stat : 13414 (java) S 13408 13410 13136 0 -1 64 17 707 0 0 0 0 11 1 15 0 9 0 657824458 889544704 21399 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13415] ppid=13408 vsize=868696 CPUtime=0.12
/proc/13410/task/13415/stat : 13415 (java) S 13408 13410 13136 0 -1 64 8 707 0 0 0 0 11 1 15 0 9 0 657824458 889544704 21399 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13416] ppid=13408 vsize=868696 CPUtime=0.12
/proc/13410/task/13416/stat : 13416 (java) S 13408 13410 13136 0 -1 64 0 707 0 0 0 0 11 1 24 0 9 0 657824460 889544704 21399 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13417] ppid=13408 vsize=868696 CPUtime=0.44
/proc/13410/task/13417/stat : 13417 (java) S 13408 13410 13136 0 -1 64 923 707 0 0 31 1 11 1 15 0 9 0 657824460 889544704 21399 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13418] ppid=13408 vsize=868696 CPUtime=0.12
/proc/13410/task/13418/stat : 13418 (java) S 13408 13410 13136 0 -1 64 2 707 0 0 0 0 11 1 25 0 9 0 657824460 889544704 21399 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13419] ppid=13408 vsize=868696 CPUtime=0.12
/proc/13410/task/13419/stat : 13419 (java) S 13408 13410 13136 0 -1 64 32 707 0 0 0 0 11 1 15 0 9 0 657824460 889544704 21399 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.42
Current children cumulated vsize (KiB) 868696

[startup+12.7028 s]
/proc/loadavg: 2.02 2.07 1.77 3/103 13477
/proc/meminfo: memFree=1649496/2055920 swapFree=4181044/4192956
[pid=13410] ppid=13408 vsize=868696 CPUtime=12.79
/proc/13410/stat : 13410 (java) S 13408 13410 13136 0 -1 0 37335 707 1 0 1249 18 11 1 19 0 9 0 657824455 889544704 21400 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13410/statm: 217174 21400 2636 9 0 211680 0
[pid=13410/tid=13412] ppid=13408 vsize=868696 CPUtime=12.22
/proc/13410/task/13412/stat : 13412 (java) R 13408 13410 13136 0 -1 64 27997 707 1 0 1198 12 11 1 25 0 9 0 657824457 889544704 21400 996147200 134512640 134550740 4294955984 18446744073709551615 4127105955 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13413] ppid=13408 vsize=868696 CPUtime=0.31
/proc/13410/task/13413/stat : 13413 (java) S 13408 13410 13136 0 -1 64 7541 707 0 0 18 1 11 1 16 0 9 0 657824458 889544704 21400 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13414] ppid=13408 vsize=868696 CPUtime=0.12
/proc/13410/task/13414/stat : 13414 (java) S 13408 13410 13136 0 -1 64 17 707 0 0 0 0 11 1 15 0 9 0 657824458 889544704 21400 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13415] ppid=13408 vsize=868696 CPUtime=0.12
/proc/13410/task/13415/stat : 13415 (java) S 13408 13410 13136 0 -1 64 8 707 0 0 0 0 11 1 15 0 9 0 657824458 889544704 21400 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13416] ppid=13408 vsize=868696 CPUtime=0.12
/proc/13410/task/13416/stat : 13416 (java) S 13408 13410 13136 0 -1 64 0 707 0 0 0 0 11 1 24 0 9 0 657824460 889544704 21400 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13417] ppid=13408 vsize=868696 CPUtime=0.44
/proc/13410/task/13417/stat : 13417 (java) S 13408 13410 13136 0 -1 64 924 707 0 0 31 1 11 1 17 0 9 0 657824460 889544704 21400 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13418] ppid=13408 vsize=868696 CPUtime=0.12
/proc/13410/task/13418/stat : 13418 (java) S 13408 13410 13136 0 -1 64 2 707 0 0 0 0 11 1 25 0 9 0 657824460 889544704 21400 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13419] ppid=13408 vsize=868696 CPUtime=0.12
/proc/13410/task/13419/stat : 13419 (java) S 13408 13410 13136 0 -1 64 32 707 0 0 0 0 11 1 15 0 9 0 657824460 889544704 21400 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 868696

[startup+25.5012 s]
/proc/loadavg: 2.01 2.06 1.77 3/103 13478
/proc/meminfo: memFree=1640472/2055920 swapFree=4181044/4192956
[pid=13410] ppid=13408 vsize=868608 CPUtime=25.53
/proc/13410/stat : 13410 (java) S 13408 13410 13136 0 -1 0 39076 707 1 0 2522 19 11 1 19 0 9 0 657824455 889454592 22479 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13410/statm: 217152 22479 2615 9 0 211680 0
[pid=13410/tid=13412] ppid=13408 vsize=868608 CPUtime=24.94
/proc/13410/task/13412/stat : 13412 (java) R 13408 13410 13136 0 -1 64 28633 707 1 0 2470 12 11 1 25 0 9 0 657824457 889454592 22479 996147200 134512640 134550740 4294955984 18446744073709551615 4127100424 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13413] ppid=13408 vsize=868608 CPUtime=0.33
/proc/13410/task/13413/stat : 13413 (java) S 13408 13410 13136 0 -1 64 8643 707 0 0 19 2 11 1 16 0 9 0 657824458 889454592 22479 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13414] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13414/stat : 13414 (java) S 13408 13410 13136 0 -1 64 17 707 0 0 0 0 11 1 16 0 9 0 657824458 889454592 22479 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13415] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13415/stat : 13415 (java) S 13408 13410 13136 0 -1 64 10 707 0 0 0 0 11 1 16 0 9 0 657824458 889454592 22479 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13416] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13416/stat : 13416 (java) S 13408 13410 13136 0 -1 64 0 707 0 0 0 0 11 1 24 0 9 0 657824460 889454592 22479 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13417] ppid=13408 vsize=868608 CPUtime=0.45
/proc/13410/task/13417/stat : 13417 (java) S 13408 13410 13136 0 -1 64 925 707 0 0 32 1 11 1 16 0 9 0 657824460 889454592 22479 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13418] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13418/stat : 13418 (java) S 13408 13410 13136 0 -1 64 2 707 0 0 0 0 11 1 25 0 9 0 657824460 889454592 22479 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13419] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13419/stat : 13419 (java) S 13408 13410 13136 0 -1 64 32 707 0 0 0 0 11 1 15 0 9 0 657824460 889454592 22479 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 868608

[startup+51.1011 s]
/proc/loadavg: 2.01 2.06 1.77 3/103 13479
/proc/meminfo: memFree=1631640/2055920 swapFree=4181044/4192956
[pid=13410] ppid=13408 vsize=868608 CPUtime=50.98
/proc/13410/stat : 13410 (java) S 13408 13410 13136 0 -1 0 40182 707 1 0 5066 20 11 1 19 0 9 0 657824455 889454592 23580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13410/statm: 217152 23580 2615 9 0 211680 0
[pid=13410/tid=13412] ppid=13408 vsize=868608 CPUtime=50.38
/proc/13410/task/13412/stat : 13412 (java) R 13408 13410 13136 0 -1 64 28635 707 1 0 5013 13 11 1 25 0 9 0 657824457 889454592 23580 996147200 134512640 134550740 4294955984 18446744073709551615 4127102800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13413] ppid=13408 vsize=868608 CPUtime=0.34
/proc/13410/task/13413/stat : 13413 (java) S 13408 13410 13136 0 -1 64 9747 707 0 0 20 2 11 1 16 0 9 0 657824458 889454592 23580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13414] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13414/stat : 13414 (java) S 13408 13410 13136 0 -1 64 17 707 0 0 0 0 11 1 16 0 9 0 657824458 889454592 23580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13415] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13415/stat : 13415 (java) S 13408 13410 13136 0 -1 64 10 707 0 0 0 0 11 1 16 0 9 0 657824458 889454592 23580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13416] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13416/stat : 13416 (java) S 13408 13410 13136 0 -1 64 0 707 0 0 0 0 11 1 24 0 9 0 657824460 889454592 23580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13417] ppid=13408 vsize=868608 CPUtime=0.45
/proc/13410/task/13417/stat : 13417 (java) S 13408 13410 13136 0 -1 64 925 707 0 0 32 1 11 1 16 0 9 0 657824460 889454592 23580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13418] ppid=13408 vsize=868608 CPUtime=0.12

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

/proc/13410/task/13415/stat : 13415 (java) S 13408 13410 13136 0 -1 64 10 707 0 0 0 0 11 1 16 0 9 0 657824458 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13416] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13416/stat : 13416 (java) S 13408 13410 13136 0 -1 64 0 707 0 0 0 0 11 1 24 0 9 0 657824460 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13417] ppid=13408 vsize=868608 CPUtime=0.45
/proc/13410/task/13417/stat : 13417 (java) S 13408 13410 13136 0 -1 64 926 707 0 0 32 1 11 1 16 0 9 0 657824460 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13418] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13418/stat : 13418 (java) S 13408 13410 13136 0 -1 64 2 707 0 0 0 0 11 1 25 0 9 0 657824460 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13419] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13419/stat : 13419 (java) S 13408 13410 13136 0 -1 64 32 707 0 0 0 0 11 1 15 0 9 0 657824460 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1475.95
Current children cumulated vsize (KiB) 868608

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/94 13611
/proc/meminfo: memFree=1695832/2055920 swapFree=4181044/4192956
[pid=13410] ppid=13408 vsize=868608 CPUtime=1535.35
/proc/13410/stat : 13410 (java) S 13408 13410 13136 0 -1 0 40267 707 1 0 153499 24 11 1 19 0 9 0 657824455 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13410/statm: 217152 23589 2615 9 0 211680 0
[pid=13410/tid=13412] ppid=13408 vsize=868608 CPUtime=1534.67
/proc/13410/task/13412/stat : 13412 (java) R 13408 13410 13136 0 -1 64 28706 707 1 0 153438 17 11 1 25 0 9 0 657824457 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4127103501 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13413] ppid=13408 vsize=868608 CPUtime=0.43
/proc/13410/task/13413/stat : 13413 (java) S 13408 13410 13136 0 -1 64 9760 707 0 0 28 3 11 1 16 0 9 0 657824458 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13414] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13414/stat : 13414 (java) S 13408 13410 13136 0 -1 64 17 707 0 0 0 0 11 1 16 0 9 0 657824458 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13415] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13415/stat : 13415 (java) S 13408 13410 13136 0 -1 64 10 707 0 0 0 0 11 1 16 0 9 0 657824458 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13416] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13416/stat : 13416 (java) S 13408 13410 13136 0 -1 64 0 707 0 0 0 0 11 1 24 0 9 0 657824460 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13417] ppid=13408 vsize=868608 CPUtime=0.45
/proc/13410/task/13417/stat : 13417 (java) S 13408 13410 13136 0 -1 64 926 707 0 0 32 1 11 1 16 0 9 0 657824460 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13418] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13418/stat : 13418 (java) S 13408 13410 13136 0 -1 64 2 707 0 0 0 0 11 1 25 0 9 0 657824460 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13419] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13419/stat : 13419 (java) S 13408 13410 13136 0 -1 64 32 707 0 0 0 0 11 1 15 0 9 0 657824460 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.35
Current children cumulated vsize (KiB) 868608

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/94 13611
/proc/meminfo: memFree=1695832/2055920 swapFree=4181044/4192956
[pid=13410] ppid=13408 vsize=868608 CPUtime=1594.75
/proc/13410/stat : 13410 (java) S 13408 13410 13136 0 -1 0 40270 707 1 0 159439 24 11 1 19 0 9 0 657824455 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13410/statm: 217152 23589 2615 9 0 211680 0
[pid=13410/tid=13412] ppid=13408 vsize=868608 CPUtime=1594.06
/proc/13410/task/13412/stat : 13412 (java) R 13408 13410 13136 0 -1 64 28709 707 1 0 159377 17 11 1 25 0 9 0 657824457 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4127143116 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13413] ppid=13408 vsize=868608 CPUtime=0.44
/proc/13410/task/13413/stat : 13413 (java) S 13408 13410 13136 0 -1 64 9760 707 0 0 29 3 11 1 16 0 9 0 657824458 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13414] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13414/stat : 13414 (java) S 13408 13410 13136 0 -1 64 17 707 0 0 0 0 11 1 16 0 9 0 657824458 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13415] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13415/stat : 13415 (java) S 13408 13410 13136 0 -1 64 10 707 0 0 0 0 11 1 16 0 9 0 657824458 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13416] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13416/stat : 13416 (java) S 13408 13410 13136 0 -1 64 0 707 0 0 0 0 11 1 24 0 9 0 657824460 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13417] ppid=13408 vsize=868608 CPUtime=0.45
/proc/13410/task/13417/stat : 13417 (java) S 13408 13410 13136 0 -1 64 926 707 0 0 32 1 11 1 16 0 9 0 657824460 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13418] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13418/stat : 13418 (java) S 13408 13410 13136 0 -1 64 2 707 0 0 0 0 11 1 25 0 9 0 657824460 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13419] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13419/stat : 13419 (java) S 13408 13410 13136 0 -1 64 32 707 0 0 0 0 11 1 15 0 9 0 657824460 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.75
Current children cumulated vsize (KiB) 868608

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/90 13650
/proc/meminfo: memFree=1716096/2055920 swapFree=4181044/4192956
[pid=13410] ppid=13408 vsize=868608 CPUtime=1654.14
/proc/13410/stat : 13410 (java) S 13408 13410 13136 0 -1 0 40273 707 1 0 165377 25 11 1 19 0 9 0 657824455 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13410/statm: 217152 23589 2615 9 0 211680 0
[pid=13410/tid=13412] ppid=13408 vsize=868608 CPUtime=1653.44
/proc/13410/task/13412/stat : 13412 (java) R 13408 13410 13136 0 -1 64 28712 707 1 0 165314 18 11 1 25 0 9 0 657824457 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4127135624 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13413] ppid=13408 vsize=868608 CPUtime=0.44
/proc/13410/task/13413/stat : 13413 (java) S 13408 13410 13136 0 -1 64 9760 707 0 0 29 3 11 1 16 0 9 0 657824458 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13414] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13414/stat : 13414 (java) S 13408 13410 13136 0 -1 64 17 707 0 0 0 0 11 1 16 0 9 0 657824458 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13415] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13415/stat : 13415 (java) S 13408 13410 13136 0 -1 64 10 707 0 0 0 0 11 1 16 0 9 0 657824458 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13416] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13416/stat : 13416 (java) S 13408 13410 13136 0 -1 64 0 707 0 0 0 0 11 1 24 0 9 0 657824460 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13417] ppid=13408 vsize=868608 CPUtime=0.45
/proc/13410/task/13417/stat : 13417 (java) S 13408 13410 13136 0 -1 64 926 707 0 0 32 1 11 1 16 0 9 0 657824460 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13418] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13418/stat : 13418 (java) S 13408 13410 13136 0 -1 64 2 707 0 0 0 0 11 1 25 0 9 0 657824460 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13419] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13419/stat : 13419 (java) R 13408 13410 13136 0 -1 64 32 707 0 0 0 0 11 1 15 0 9 0 657824460 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.14
Current children cumulated vsize (KiB) 868608

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/90 13650
/proc/meminfo: memFree=1716032/2055920 swapFree=4181044/4192956
[pid=13410] ppid=13408 vsize=868608 CPUtime=1713.58
/proc/13410/stat : 13410 (java) S 13408 13410 13136 0 -1 0 40275 707 1 0 171321 25 11 1 19 0 9 0 657824455 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13410/statm: 217152 23589 2615 9 0 211680 0
[pid=13410/tid=13412] ppid=13408 vsize=868608 CPUtime=1712.88
/proc/13410/task/13412/stat : 13412 (java) R 13408 13410 13136 0 -1 64 28714 707 1 0 171258 18 11 1 25 0 9 0 657824457 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4126100592 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13413] ppid=13408 vsize=868608 CPUtime=0.44
/proc/13410/task/13413/stat : 13413 (java) S 13408 13410 13136 0 -1 64 9760 707 0 0 29 3 11 1 16 0 9 0 657824458 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13414] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13414/stat : 13414 (java) S 13408 13410 13136 0 -1 64 17 707 0 0 0 0 11 1 16 0 9 0 657824458 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13415] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13415/stat : 13415 (java) S 13408 13410 13136 0 -1 64 10 707 0 0 0 0 11 1 16 0 9 0 657824458 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13416] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13416/stat : 13416 (java) S 13408 13410 13136 0 -1 64 0 707 0 0 0 0 11 1 24 0 9 0 657824460 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13417] ppid=13408 vsize=868608 CPUtime=0.45
/proc/13410/task/13417/stat : 13417 (java) S 13408 13410 13136 0 -1 64 926 707 0 0 32 1 11 1 16 0 9 0 657824460 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13418] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13418/stat : 13418 (java) S 13408 13410 13136 0 -1 64 2 707 0 0 0 0 11 1 25 0 9 0 657824460 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13419] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13419/stat : 13419 (java) S 13408 13410 13136 0 -1 64 32 707 0 0 0 0 11 1 15 0 9 0 657824460 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.58
Current children cumulated vsize (KiB) 868608

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/90 13650
/proc/meminfo: memFree=1715968/2055920 swapFree=4181044/4192956
[pid=13410] ppid=13408 vsize=868608 CPUtime=1773.01
/proc/13410/stat : 13410 (java) S 13408 13410 13136 0 -1 0 40278 707 1 0 177264 25 11 1 19 0 9 0 657824455 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13410/statm: 217152 23589 2615 9 0 211680 0
[pid=13410/tid=13412] ppid=13408 vsize=868608 CPUtime=1772.31
/proc/13410/task/13412/stat : 13412 (java) R 13408 13410 13136 0 -1 64 28717 707 1 0 177201 18 11 1 25 0 9 0 657824457 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4127097479 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13413] ppid=13408 vsize=868608 CPUtime=0.45
/proc/13410/task/13413/stat : 13413 (java) S 13408 13410 13136 0 -1 64 9760 707 0 0 30 3 11 1 16 0 9 0 657824458 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13414] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13414/stat : 13414 (java) S 13408 13410 13136 0 -1 64 17 707 0 0 0 0 11 1 16 0 9 0 657824458 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13415] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13415/stat : 13415 (java) S 13408 13410 13136 0 -1 64 10 707 0 0 0 0 11 1 16 0 9 0 657824458 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13416] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13416/stat : 13416 (java) S 13408 13410 13136 0 -1 64 0 707 0 0 0 0 11 1 24 0 9 0 657824460 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13417] ppid=13408 vsize=868608 CPUtime=0.45
/proc/13410/task/13417/stat : 13417 (java) S 13408 13410 13136 0 -1 64 926 707 0 0 32 1 11 1 16 0 9 0 657824460 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13418] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13418/stat : 13418 (java) S 13408 13410 13136 0 -1 64 2 707 0 0 0 0 11 1 25 0 9 0 657824460 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13419] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13419/stat : 13419 (java) S 13408 13410 13136 0 -1 64 32 707 0 0 0 0 11 1 15 0 9 0 657824460 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.01
Current children cumulated vsize (KiB) 868608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.6 s]
/proc/loadavg: 2.00 2.00 1.91 3/90 13650
/proc/meminfo: memFree=1715840/2055920 swapFree=4181044/4192956
[pid=13410] ppid=13408 vsize=868608 CPUtime=1800.05
/proc/13410/stat : 13410 (java) S 13408 13410 13136 0 -1 0 40279 707 1 0 179968 25 11 1 19 0 9 0 657824455 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13410/statm: 217152 23589 2615 9 0 211680 0
[pid=13410/tid=13412] ppid=13408 vsize=868608 CPUtime=1799.35
/proc/13410/task/13412/stat : 13412 (java) R 13408 13410 13136 0 -1 64 28718 707 1 0 179905 18 11 1 25 0 9 0 657824457 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4127184863 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13413] ppid=13408 vsize=868608 CPUtime=0.45
/proc/13410/task/13413/stat : 13413 (java) S 13408 13410 13136 0 -1 64 9760 707 0 0 30 3 11 1 16 0 9 0 657824458 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13414] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13414/stat : 13414 (java) S 13408 13410 13136 0 -1 64 17 707 0 0 0 0 11 1 16 0 9 0 657824458 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13415] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13415/stat : 13415 (java) S 13408 13410 13136 0 -1 64 10 707 0 0 0 0 11 1 16 0 9 0 657824458 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13410/tid=13416] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13416/stat : 13416 (java) S 13408 13410 13136 0 -1 64 0 707 0 0 0 0 11 1 24 0 9 0 657824460 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13417] ppid=13408 vsize=868608 CPUtime=0.45
/proc/13410/task/13417/stat : 13417 (java) S 13408 13410 13136 0 -1 64 926 707 0 0 32 1 11 1 16 0 9 0 657824460 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13418] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13418/stat : 13418 (java) S 13408 13410 13136 0 -1 64 2 707 0 0 0 0 11 1 25 0 9 0 657824460 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13410/tid=13419] ppid=13408 vsize=868608 CPUtime=0.12
/proc/13410/task/13419/stat : 13419 (java) S 13408 13410 13136 0 -1 64 32 707 0 0 0 0 11 1 15 0 9 0 657824460 889454592 23589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 868608

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): 1809.68
CPU time (s): 1800.15
CPU user time (s): 1799.86
CPU system time (s): 0.284956
CPU usage (%): 99.4731
Max. virtual memory (cumulated for all children) (KiB): 868708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.284956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41016
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= 38052
involuntary context switches= 49455

runsolver used 2.45063 second user time and 5.78312 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-02 19:49:15
IDJOB=1044187
IDBENCH=53455
IDSOLVER=363
FILE ID=node86/1044187-1215020955
PBS_JOBID= 7874300
Free space on /tmp= 66528 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/QWH-25/normalized-qwh-25-235-7_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-1044187-1215020955/watcher-1044187-1215020955 -o /tmp/evaluation-result-1044187-1215020955/solver-1044187-1215020955 -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-1044187-1215020955.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 09b8a7c0c730adc6d5edabb3b6e18184
RANDOM SEED=1362852863

node86.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1862256 kB
Buffers:         13644 kB
Cached:         104156 kB
SwapCached:       6096 kB
Active:          93992 kB
Inactive:        34440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1862256 kB
SwapTotal:     4192956 kB
SwapFree:      4181044 kB
Dirty:            2696 kB
Writeback:           0 kB
Mapped:          16284 kB
Slab:            50684 kB
Committed_AS:  1030608 kB
PageTables:       1800 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= 66528 MiB
End job on node86 at 2008-07-02 20:19:26