Trace number 1083488

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.09 1804.95

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-25.xml
MD5SUM38af2b06f564c2fa6a4a17a02adff205
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark956.216
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1518
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-1083488-1215228478.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.48/0.52	     nbVariables=800  nbDomainTypes=97  minDomainSize=1420  maxDomainSize=1518  nbTotalValues=1175892
0.48/0.52	       =>  wckTime=0.281  cpuTime=0.2  mem=34M331
0.48/0.52	   
0.48/0.52	   predicates being loaded...
0.48/0.58	   
0.48/0.58	   constraints being loaded...
20.88/20.94	   
20.88/20.94	   INFO : Stopping converting binary constraints (cpu=20.29, mem = 66M703)
23.75/23.85	     nbConstraints=12960  nbGlobalConstraints=12044  nbConvertedConstraints=85  nbConvertConstraintsChecks=110344139
23.75/23.85	     nbExtensionStructures=51  nbSharedExtensionStructures=34  nbConflictsStructures=51  nbSharedConflictsStructures=34
23.75/23.85	     nbUnbuiltConflictsStructures=256  nbSharedBinaryRepresentations=75501  nbEvaluationManagers=256
23.75/23.85	     nbSharedEvaluationManagers=575  minDegree=21  maxDegree=44  minArity=2  avgArity=2.03  maxArity=21  nbGenerators=0
23.75/23.85	     nbFusions=0  symmetryWckTime=2.411  symmetryCpuTime=2.18  nbCliques=20
23.75/23.85	       =>  wckTime=23.605  cpuTime=22.75  mem=82M774
24.05/24.12	   
24.05/24.12	   solver IterativeSystematicSolver being built... 
24.15/24.24	   
24.15/24.24	   INFO : Forward propagation technique limited 
24.34/24.42	       =>  wckTime=24.182  cpuTime=22.96  mem=112M192
105.77/106.61	   
105.77/106.61	   preprocessing
105.77/106.61	     nbConstraintChecks=445851887  nbValidityChecks=1963340  nbPropagations=1729  nbRevisions=4227
105.77/106.61	     nbUselessRevisions=2910  nbRemovedValues=746852  detectedInconsistency=no
105.77/106.61	       =>  wckTime=82.141  cpuTime=81.27  mem=119M535
130.53/131.64	   
130.53/131.64	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=103, mem=158M636)

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

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


[startup+0 s]
/proc/loadavg: 1.96 2.07 2.03 4/80 15449
/proc/meminfo: memFree=1589384/2055920 swapFree=4180232/4192956
[pid=15449] ppid=15447 vsize=1616 CPUtime=0
/proc/15449/stat : 15449 (java) R 15447 15449 15412 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 645784950 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/15449/statm: 404 145 119 9 0 46 0

[startup+0.107463 s]
/proc/loadavg: 1.96 2.07 2.03 4/80 15449
/proc/meminfo: memFree=1589384/2055920 swapFree=4180232/4192956
[pid=15449] ppid=15447 vsize=865884 CPUtime=0.09
/proc/15449/stat : 15449 (java) S 15447 15449 15412 0 -1 0 3832 0 1 0 7 2 0 0 18 0 9 0 645784950 886665216 3283 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15449/statm: 216471 3283 1735 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.202481 s]
/proc/loadavg: 1.96 2.07 2.03 4/80 15449
/proc/meminfo: memFree=1589384/2055920 swapFree=4180232/4192956
[pid=15449] ppid=15447 vsize=866044 CPUtime=0.18
/proc/15449/stat : 15449 (java) S 15447 15449 15412 0 -1 0 4832 0 1 0 15 3 0 0 18 0 9 0 645784950 886829056 4259 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15449/statm: 216511 4259 1861 9 0 211059 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866044

[startup+0.302499 s]
/proc/loadavg: 1.96 2.07 2.03 4/80 15449
/proc/meminfo: memFree=1589384/2055920 swapFree=4180232/4192956
[pid=15449] ppid=15447 vsize=866284 CPUtime=0.28
/proc/15449/stat : 15449 (java) S 15447 15449 15412 0 -1 0 6011 0 1 0 24 4 0 0 18 0 9 0 645784950 887074816 5385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15449/statm: 216571 5385 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.702577 s]
/proc/loadavg: 1.96 2.07 2.03 4/80 15449
/proc/meminfo: memFree=1589384/2055920 swapFree=4180232/4192956
[pid=15449] ppid=15447 vsize=867712 CPUtime=0.68
/proc/15449/stat : 15449 (java) S 15447 15449 15412 0 -1 0 14585 0 1 0 60 8 0 0 18 0 9 0 645784950 888537088 13945 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15449/statm: 216928 13945 2011 9 0 211434 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867712

[startup+1.50173 s]
/proc/loadavg: 1.96 2.07 2.03 3/89 15458
/proc/meminfo: memFree=1504768/2055920 swapFree=4180232/4192956
[pid=15449] ppid=15447 vsize=867624 CPUtime=1.48
/proc/15449/stat : 15449 (java) S 15447 15449 15412 0 -1 0 23791 0 1 0 136 12 0 0 18 0 9 0 645784950 888446976 23127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15449/statm: 216906 23127 2005 9 0 211434 0
[pid=15449/tid=15451] ppid=15447 vsize=867624 CPUtime=1.2
/proc/15449/task/15451/stat : 15451 (java) R 15447 15449 15412 0 -1 64 15765 0 1 0 112 8 0 0 25 0 9 0 645784951 888446976 23127 996147200 134512640 134550740 4294955968 18446744073709551615 4126892453 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15452] ppid=15447 vsize=867624 CPUtime=0.07
/proc/15449/task/15452/stat : 15452 (java) S 15447 15449 15412 0 -1 64 6656 0 0 0 6 1 0 0 17 0 9 0 645784952 888446976 23127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15453] ppid=15447 vsize=867624 CPUtime=0
/proc/15449/task/15453/stat : 15453 (java) S 15447 15449 15412 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 645784953 888446976 23127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15454] ppid=15447 vsize=867624 CPUtime=0
/proc/15449/task/15454/stat : 15454 (java) S 15447 15449 15412 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645784953 888446976 23127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15455] ppid=15447 vsize=867624 CPUtime=0
/proc/15449/task/15455/stat : 15455 (java) S 15447 15449 15412 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 645784955 888446976 23127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15456] ppid=15447 vsize=867624 CPUtime=0.17
/proc/15449/task/15456/stat : 15456 (java) S 15447 15449 15412 0 -1 64 673 0 0 0 17 0 0 0 16 0 9 0 645784955 888446976 23127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15457] ppid=15447 vsize=867624 CPUtime=0
/proc/15449/task/15457/stat : 15457 (java) S 15447 15449 15412 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 645784955 888446976 23127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15458] ppid=15447 vsize=867624 CPUtime=0
/proc/15449/task/15458/stat : 15458 (java) S 15447 15449 15412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645784955 888446976 23127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867624

[startup+3.10104 s]
/proc/loadavg: 1.96 2.06 2.03 3/89 15458
/proc/meminfo: memFree=1504448/2055920 swapFree=4180232/4192956
[pid=15449] ppid=15447 vsize=867624 CPUtime=3.08
/proc/15449/stat : 15449 (java) S 15447 15449 15412 0 -1 0 23823 0 1 0 295 13 0 0 18 0 9 0 645784950 888446976 23155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15449/statm: 216906 23155 2006 9 0 211434 0
[pid=15449/tid=15451] ppid=15447 vsize=867624 CPUtime=2.78
/proc/15449/task/15451/stat : 15451 (java) R 15447 15449 15412 0 -1 64 15779 0 1 0 269 9 0 0 25 0 9 0 645784951 888446976 23155 996147200 134512640 134550740 4294955968 18446744073709551615 4126886135 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15452] ppid=15447 vsize=867624 CPUtime=0.07
/proc/15449/task/15452/stat : 15452 (java) S 15447 15449 15412 0 -1 64 6656 0 0 0 6 1 0 0 17 0 9 0 645784952 888446976 23155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15453] ppid=15447 vsize=867624 CPUtime=0
/proc/15449/task/15453/stat : 15453 (java) S 15447 15449 15412 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 645784953 888446976 23155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15454] ppid=15447 vsize=867624 CPUtime=0
/proc/15449/task/15454/stat : 15454 (java) S 15447 15449 15412 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645784953 888446976 23155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15455] ppid=15447 vsize=867624 CPUtime=0
/proc/15449/task/15455/stat : 15455 (java) S 15447 15449 15412 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 645784955 888446976 23155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15456] ppid=15447 vsize=867624 CPUtime=0.19
/proc/15449/task/15456/stat : 15456 (java) S 15447 15449 15412 0 -1 64 691 0 0 0 19 0 0 0 15 0 9 0 645784955 888446976 23155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15457] ppid=15447 vsize=867624 CPUtime=0
/proc/15449/task/15457/stat : 15457 (java) S 15447 15449 15412 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 645784955 888446976 23155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15458] ppid=15447 vsize=867624 CPUtime=0
/proc/15449/task/15458/stat : 15458 (java) S 15447 15449 15412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645784955 888446976 23155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867624

[startup+6.30266 s]
/proc/loadavg: 1.96 2.06 2.03 3/89 15458
/proc/meminfo: memFree=1504072/2055920 swapFree=4180232/4192956
[pid=15449] ppid=15447 vsize=867624 CPUtime=6.28
/proc/15449/stat : 15449 (java) S 15447 15449 15412 0 -1 0 23833 0 1 0 614 14 0 0 18 0 9 0 645784950 888446976 23162 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15449/statm: 216906 23162 2006 9 0 211434 0
[pid=15449/tid=15451] ppid=15447 vsize=867624 CPUtime=5.98
/proc/15449/task/15451/stat : 15451 (java) R 15447 15449 15412 0 -1 64 15782 0 1 0 587 11 0 0 25 0 9 0 645784951 888446976 23162 996147200 134512640 134550740 4294955968 18446744073709551615 4126911703 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15452] ppid=15447 vsize=867624 CPUtime=0.07
/proc/15449/task/15452/stat : 15452 (java) S 15447 15449 15412 0 -1 64 6656 0 0 0 6 1 0 0 16 0 9 0 645784952 888446976 23162 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15453] ppid=15447 vsize=867624 CPUtime=0
/proc/15449/task/15453/stat : 15453 (java) S 15447 15449 15412 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 645784953 888446976 23162 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15454] ppid=15447 vsize=867624 CPUtime=0
/proc/15449/task/15454/stat : 15454 (java) S 15447 15449 15412 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645784953 888446976 23162 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15455] ppid=15447 vsize=867624 CPUtime=0
/proc/15449/task/15455/stat : 15455 (java) S 15447 15449 15412 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 645784955 888446976 23162 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15456] ppid=15447 vsize=867624 CPUtime=0.2
/proc/15449/task/15456/stat : 15456 (java) S 15447 15449 15412 0 -1 64 698 0 0 0 20 0 0 0 15 0 9 0 645784955 888446976 23162 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15457] ppid=15447 vsize=867624 CPUtime=0
/proc/15449/task/15457/stat : 15457 (java) S 15447 15449 15412 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 645784955 888446976 23162 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15458] ppid=15447 vsize=867624 CPUtime=0
/proc/15449/task/15458/stat : 15458 (java) S 15447 15449 15412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645784955 888446976 23162 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 867624

[startup+12.7019 s]
/proc/loadavg: 1.97 2.06 2.03 3/89 15458
/proc/meminfo: memFree=1481608/2055920 swapFree=4180232/4192956
[pid=15449] ppid=15447 vsize=867624 CPUtime=12.68
/proc/15449/stat : 15449 (java) S 15447 15449 15412 0 -1 0 29451 0 1 0 1248 20 0 0 18 0 9 0 645784950 888446976 28779 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15449/statm: 216906 28779 2006 9 0 211434 0
[pid=15449/tid=15451] ppid=15447 vsize=867624 CPUtime=12.2
/proc/15449/task/15451/stat : 15451 (java) R 15447 15449 15412 0 -1 64 15784 0 1 0 1206 14 0 0 25 0 9 0 645784951 888446976 28779 996147200 134512640 134550740 4294955968 18446744073709551615 4126888807 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15452] ppid=15447 vsize=867624 CPUtime=0.23
/proc/15449/task/15452/stat : 15452 (java) S 15447 15449 15412 0 -1 64 12259 0 0 0 19 4 0 0 17 0 9 0 645784952 888446976 28779 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15453] ppid=15447 vsize=867624 CPUtime=0
/proc/15449/task/15453/stat : 15453 (java) S 15447 15449 15412 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 645784953 888446976 28779 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15454] ppid=15447 vsize=867624 CPUtime=0
/proc/15449/task/15454/stat : 15454 (java) S 15447 15449 15412 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645784953 888446976 28779 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15455] ppid=15447 vsize=867624 CPUtime=0
/proc/15449/task/15455/stat : 15455 (java) S 15447 15449 15412 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 645784955 888446976 28779 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15456] ppid=15447 vsize=867624 CPUtime=0.22
/proc/15449/task/15456/stat : 15456 (java) S 15447 15449 15412 0 -1 64 711 0 0 0 22 0 0 0 16 0 9 0 645784955 888446976 28779 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15457] ppid=15447 vsize=867624 CPUtime=0
/proc/15449/task/15457/stat : 15457 (java) S 15447 15449 15412 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 645784955 888446976 28779 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15458] ppid=15447 vsize=867624 CPUtime=0
/proc/15449/task/15458/stat : 15458 (java) S 15447 15449 15412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645784955 888446976 28779 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 867624

[startup+25.5023 s]
/proc/loadavg: 1.97 2.06 2.03 3/89 15462
/proc/meminfo: memFree=1438272/2055920 swapFree=4180232/4192956
[pid=15449] ppid=15447 vsize=868360 CPUtime=25.43
/proc/15449/stat : 15449 (java) S 15447 15449 15412 0 -1 0 67844 898 1 0 2491 36 14 2 18 0 9 0 645784950 889200640 40196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15449/statm: 217090 40196 2638 9 0 211596 0
[pid=15449/tid=15451] ppid=15447 vsize=868360 CPUtime=24.36
/proc/15449/task/15451/stat : 15451 (java) R 15447 15449 15412 0 -1 64 29675 898 1 0 2397 23 14 2 25 0 9 0 645784951 889200640 40196 996147200 134512640 134550740 4294955968 18446744073709551615 4126888816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15449/tid=15452] ppid=15447 vsize=868360 CPUtime=0.86
/proc/15449/task/15452/stat : 15452 (java) S 15447 15449 15412 0 -1 64 36409 898 0 0 61 9 14 2 17 0 9 0 645784952 889200640 40196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15449/tid=15453] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15453/stat : 15453 (java) S 15447 15449 15412 0 -1 64 14 898 0 0 0 0 14 2 16 0 9 0 645784953 889200640 40196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15449/tid=15454] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15454/stat : 15454 (java) S 15447 15449 15412 0 -1 64 24 898 0 0 0 0 14 2 15 0 9 0 645784953 889200640 40196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15449/tid=15455] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15455/stat : 15455 (java) S 15447 15449 15412 0 -1 64 1 898 0 0 0 0 14 2 23 0 9 0 645784955 889200640 40196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15456] ppid=15447 vsize=868360 CPUtime=0.48
/proc/15449/task/15456/stat : 15456 (java) S 15447 15449 15412 0 -1 64 897 898 0 0 31 1 14 2 15 0 9 0 645784955 889200640 40196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15449/tid=15457] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15457/stat : 15457 (java) S 15447 15449 15412 0 -1 64 2 898 0 0 0 0 14 2 24 0 9 0 645784955 889200640 40196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15458] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15458/stat : 15458 (java) S 15447 15449 15412 0 -1 64 10 898 0 0 0 0 14 2 15 0 9 0 645784955 889200640 40196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 868360

[startup+51.1023 s]
/proc/loadavg: 2.04 2.07 2.03 3/89 15462
/proc/meminfo: memFree=1438208/2055920 swapFree=4180232/4192956
[pid=15449] ppid=15447 vsize=868360 CPUtime=50.79
/proc/15449/stat : 15449 (java) S 15447 15449 15412 0 -1 0 68227 898 1 0 5026 37 14 2 18 0 9 0 645784950 889200640 40207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15449/statm: 217090 40207 2638 9 0 211596 0
[pid=15449/tid=15451] ppid=15447 vsize=868360 CPUtime=49.69
/proc/15449/task/15451/stat : 15451 (java) R 15447 15449 15412 0 -1 64 30043 898 1 0 4930 23 14 2 25 0 9 0 645784951 889200640 40207 996147200 134512640 134550740 4294955968 18446744073709551615 4126886259 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15449/tid=15452] ppid=15447 vsize=868360 CPUtime=0.86
/proc/15449/task/15452/stat : 15452 (java) S 15447 15449 15412 0 -1 64 36409 898 0 0 61 9 14 2 16 0 9 0 645784952 889200640 40207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15449/tid=15453] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15453/stat : 15453 (java) S 15447 15449 15412 0 -1 64 14 898 0 0 0 0 14 2 16 0 9 0 645784953 889200640 40207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15449/tid=15454] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15454/stat : 15454 (java) S 15447 15449 15412 0 -1 64 24 898 0 0 0 0 14 2 15 0 9 0 645784953 889200640 40207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15449/tid=15455] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15455/stat : 15455 (java) S 15447 15449 15412 0 -1 64 1 898 0 0 0 0 14 2 23 0 9 0 645784955 889200640 40207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15456] ppid=15447 vsize=868360 CPUtime=0.5
/proc/15449/task/15456/stat : 15456 (java) S 15447 15449 15412 0 -1 64 911 898 0 0 33 1 14 2 16 0 9 0 645784955 889200640 40207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15449/tid=15457] ppid=15447 vsize=868360 CPUtime=0.16

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

/proc/15449/task/15454/stat : 15454 (java) S 15447 15449 15412 0 -1 64 24 898 0 0 0 0 14 2 15 0 9 0 645784953 889200640 47875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15449/tid=15455] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15455/stat : 15455 (java) S 15447 15449 15412 0 -1 64 1 898 0 0 0 0 14 2 23 0 9 0 645784955 889200640 47875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15456] ppid=15447 vsize=868360 CPUtime=0.58
/proc/15449/task/15456/stat : 15456 (java) S 15447 15449 15412 0 -1 64 966 898 0 0 41 1 14 2 16 0 9 0 645784955 889200640 47875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15457] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15457/stat : 15457 (java) S 15447 15449 15412 0 -1 64 2 898 0 0 0 0 14 2 24 0 9 0 645784955 889200640 47875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15458] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15458/stat : 15458 (java) S 15447 15449 15412 0 -1 64 11 898 0 0 0 0 14 2 15 0 9 0 645784955 889200640 47875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1477.57
Current children cumulated vsize (KiB) 868360

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15516
/proc/meminfo: memFree=1117560/2055920 swapFree=4180232/4192956
[pid=15449] ppid=15447 vsize=868360 CPUtime=1537.55
/proc/15449/stat : 15449 (java) S 15447 15449 15412 0 -1 0 78228 898 1 0 153686 53 14 2 18 0 9 0 645784950 889200640 47875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15449/statm: 217090 47875 2638 9 0 211596 0
[pid=15449/tid=15451] ppid=15447 vsize=868360 CPUtime=1534.54
/proc/15449/task/15451/stat : 15451 (java) R 15447 15449 15412 0 -1 64 32340 898 1 0 153405 33 14 2 25 0 9 0 645784951 889200640 47875 996147200 134512640 134550740 4294955968 18446744073709551615 4126994039 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15452] ppid=15447 vsize=868360 CPUtime=2.7
/proc/15449/task/15452/stat : 15452 (java) S 15447 15449 15412 0 -1 64 44058 898 0 0 239 15 14 2 16 0 9 0 645784952 889200640 47875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15453] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15453/stat : 15453 (java) S 15447 15449 15412 0 -1 64 14 898 0 0 0 0 14 2 16 0 9 0 645784953 889200640 47875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15449/tid=15454] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15454/stat : 15454 (java) S 15447 15449 15412 0 -1 64 24 898 0 0 0 0 14 2 15 0 9 0 645784953 889200640 47875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15449/tid=15455] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15455/stat : 15455 (java) S 15447 15449 15412 0 -1 64 1 898 0 0 0 0 14 2 23 0 9 0 645784955 889200640 47875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15456] ppid=15447 vsize=868360 CPUtime=0.58
/proc/15449/task/15456/stat : 15456 (java) S 15447 15449 15412 0 -1 64 966 898 0 0 41 1 14 2 16 0 9 0 645784955 889200640 47875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15457] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15457/stat : 15457 (java) S 15447 15449 15412 0 -1 64 2 898 0 0 0 0 14 2 24 0 9 0 645784955 889200640 47875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15458] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15458/stat : 15458 (java) S 15447 15449 15412 0 -1 64 11 898 0 0 0 0 14 2 15 0 9 0 645784955 889200640 47875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1537.55
Current children cumulated vsize (KiB) 868360

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15516
/proc/meminfo: memFree=1117496/2055920 swapFree=4180232/4192956
[pid=15449] ppid=15447 vsize=868360 CPUtime=1597.51
/proc/15449/stat : 15449 (java) S 15447 15449 15412 0 -1 0 78249 898 1 0 159682 53 14 2 18 0 9 0 645784950 889200640 47875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15449/statm: 217090 47875 2638 9 0 211596 0
[pid=15449/tid=15451] ppid=15447 vsize=868360 CPUtime=1594.41
/proc/15449/task/15451/stat : 15451 (java) R 15447 15449 15412 0 -1 64 32361 898 1 0 159391 34 14 2 25 0 9 0 645784951 889200640 47875 996147200 134512640 134550740 4294955968 18446744073709551615 4126457635 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15452] ppid=15447 vsize=868360 CPUtime=2.8
/proc/15449/task/15452/stat : 15452 (java) S 15447 15449 15412 0 -1 64 44058 898 0 0 248 16 14 2 16 0 9 0 645784952 889200640 47875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15453] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15453/stat : 15453 (java) S 15447 15449 15412 0 -1 64 14 898 0 0 0 0 14 2 16 0 9 0 645784953 889200640 47875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15449/tid=15454] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15454/stat : 15454 (java) S 15447 15449 15412 0 -1 64 24 898 0 0 0 0 14 2 15 0 9 0 645784953 889200640 47875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15449/tid=15455] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15455/stat : 15455 (java) S 15447 15449 15412 0 -1 64 1 898 0 0 0 0 14 2 23 0 9 0 645784955 889200640 47875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15456] ppid=15447 vsize=868360 CPUtime=0.58
/proc/15449/task/15456/stat : 15456 (java) S 15447 15449 15412 0 -1 64 966 898 0 0 41 1 14 2 16 0 9 0 645784955 889200640 47875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15457] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15457/stat : 15457 (java) S 15447 15449 15412 0 -1 64 2 898 0 0 0 0 14 2 24 0 9 0 645784955 889200640 47875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15458] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15458/stat : 15458 (java) S 15447 15449 15412 0 -1 64 11 898 0 0 0 0 14 2 15 0 9 0 645784955 889200640 47875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1597.51
Current children cumulated vsize (KiB) 868360

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15516
/proc/meminfo: memFree=1117240/2055920 swapFree=4180232/4192956
[pid=15449] ppid=15447 vsize=868360 CPUtime=1657.49
/proc/15449/stat : 15449 (java) S 15447 15449 15412 0 -1 0 78285 898 1 0 165679 54 14 2 18 0 9 0 645784950 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15449/statm: 217090 47876 2638 9 0 211596 0
[pid=15449/tid=15451] ppid=15447 vsize=868360 CPUtime=1654.22
/proc/15449/task/15451/stat : 15451 (java) R 15447 15449 15412 0 -1 64 32396 898 1 0 165372 34 14 2 25 0 9 0 645784951 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4126994032 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15452] ppid=15447 vsize=868360 CPUtime=2.97
/proc/15449/task/15452/stat : 15452 (java) S 15447 15449 15412 0 -1 64 44059 898 0 0 265 16 14 2 16 0 9 0 645784952 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15453] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15453/stat : 15453 (java) S 15447 15449 15412 0 -1 64 14 898 0 0 0 0 14 2 16 0 9 0 645784953 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15449/tid=15454] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15454/stat : 15454 (java) S 15447 15449 15412 0 -1 64 24 898 0 0 0 0 14 2 15 0 9 0 645784953 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15449/tid=15455] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15455/stat : 15455 (java) S 15447 15449 15412 0 -1 64 1 898 0 0 0 0 14 2 23 0 9 0 645784955 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15456] ppid=15447 vsize=868360 CPUtime=0.58
/proc/15449/task/15456/stat : 15456 (java) S 15447 15449 15412 0 -1 64 966 898 0 0 41 1 14 2 16 0 9 0 645784955 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15457] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15457/stat : 15457 (java) S 15447 15449 15412 0 -1 64 2 898 0 0 0 0 14 2 24 0 9 0 645784955 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15458] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15458/stat : 15458 (java) S 15447 15449 15412 0 -1 64 11 898 0 0 0 0 14 2 15 0 9 0 645784955 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.49
Current children cumulated vsize (KiB) 868360

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15516
/proc/meminfo: memFree=1117048/2055920 swapFree=4180232/4192956
[pid=15449] ppid=15447 vsize=868360 CPUtime=1717.46
/proc/15449/stat : 15449 (java) S 15447 15449 15412 0 -1 0 78330 898 1 0 171676 54 14 2 18 0 9 0 645784950 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15449/statm: 217090 47876 2638 9 0 211596 0
[pid=15449/tid=15451] ppid=15447 vsize=868360 CPUtime=1713.98
/proc/15449/task/15451/stat : 15451 (java) R 15447 15449 15412 0 -1 64 32441 898 1 0 171348 34 14 2 25 0 9 0 645784951 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4126888824 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15452] ppid=15447 vsize=868360 CPUtime=3.17
/proc/15449/task/15452/stat : 15452 (java) S 15447 15449 15412 0 -1 64 44059 898 0 0 285 16 14 2 16 0 9 0 645784952 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15453] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15453/stat : 15453 (java) S 15447 15449 15412 0 -1 64 14 898 0 0 0 0 14 2 16 0 9 0 645784953 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15449/tid=15454] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15454/stat : 15454 (java) S 15447 15449 15412 0 -1 64 24 898 0 0 0 0 14 2 15 0 9 0 645784953 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15449/tid=15455] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15455/stat : 15455 (java) S 15447 15449 15412 0 -1 64 1 898 0 0 0 0 14 2 23 0 9 0 645784955 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15456] ppid=15447 vsize=868360 CPUtime=0.58
/proc/15449/task/15456/stat : 15456 (java) S 15447 15449 15412 0 -1 64 966 898 0 0 41 1 14 2 16 0 9 0 645784955 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15457] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15457/stat : 15457 (java) S 15447 15449 15412 0 -1 64 2 898 0 0 0 0 14 2 24 0 9 0 645784955 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15458] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15458/stat : 15458 (java) S 15447 15449 15412 0 -1 64 11 898 0 0 0 0 14 2 15 0 9 0 645784955 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.46
Current children cumulated vsize (KiB) 868360

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15516
/proc/meminfo: memFree=1116600/2055920 swapFree=4180232/4192956
[pid=15449] ppid=15447 vsize=868360 CPUtime=1777.43
/proc/15449/stat : 15449 (java) S 15447 15449 15412 0 -1 0 78371 898 1 0 177672 55 14 2 18 0 9 0 645784950 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15449/statm: 217090 47876 2638 9 0 211596 0
[pid=15449/tid=15451] ppid=15447 vsize=868360 CPUtime=1773.76
/proc/15449/task/15451/stat : 15451 (java) R 15447 15449 15412 0 -1 64 32482 898 1 0 177326 34 14 2 25 0 9 0 645784951 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4126731265 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15452] ppid=15447 vsize=868360 CPUtime=3.36
/proc/15449/task/15452/stat : 15452 (java) S 15447 15449 15412 0 -1 64 44059 898 0 0 303 17 14 2 16 0 9 0 645784952 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15453] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15453/stat : 15453 (java) S 15447 15449 15412 0 -1 64 14 898 0 0 0 0 14 2 16 0 9 0 645784953 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15449/tid=15454] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15454/stat : 15454 (java) S 15447 15449 15412 0 -1 64 24 898 0 0 0 0 14 2 15 0 9 0 645784953 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15449/tid=15455] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15455/stat : 15455 (java) S 15447 15449 15412 0 -1 64 1 898 0 0 0 0 14 2 23 0 9 0 645784955 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15456] ppid=15447 vsize=868360 CPUtime=0.58
/proc/15449/task/15456/stat : 15456 (java) S 15447 15449 15412 0 -1 64 966 898 0 0 41 1 14 2 15 0 9 0 645784955 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15457] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15457/stat : 15457 (java) S 15447 15449 15412 0 -1 64 2 898 0 0 0 0 14 2 24 0 9 0 645784955 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15458] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15458/stat : 15458 (java) S 15447 15449 15412 0 -1 64 11 898 0 0 0 0 14 2 15 0 9 0 645784955 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.43
Current children cumulated vsize (KiB) 868360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15516
/proc/meminfo: memFree=1116536/2055920 swapFree=4180232/4192956
[pid=15449] ppid=15447 vsize=868360 CPUtime=1800.03
/proc/15449/stat : 15449 (java) S 15447 15449 15412 0 -1 0 78387 898 1 0 179931 56 14 2 18 0 9 0 645784950 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15449/statm: 217090 47876 2638 9 0 211596 0
[pid=15449/tid=15451] ppid=15447 vsize=868360 CPUtime=1796.29
/proc/15449/task/15451/stat : 15451 (java) R 15447 15449 15412 0 -1 64 32498 898 1 0 179579 34 14 2 25 0 9 0 645784951 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4126457635 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15452] ppid=15447 vsize=868360 CPUtime=3.42
/proc/15449/task/15452/stat : 15452 (java) S 15447 15449 15412 0 -1 64 44059 898 0 0 309 17 14 2 16 0 9 0 645784952 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15453] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15453/stat : 15453 (java) S 15447 15449 15412 0 -1 64 14 898 0 0 0 0 14 2 16 0 9 0 645784953 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15449/tid=15454] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15454/stat : 15454 (java) S 15447 15449 15412 0 -1 64 24 898 0 0 0 0 14 2 15 0 9 0 645784953 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15449/tid=15455] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15455/stat : 15455 (java) S 15447 15449 15412 0 -1 64 1 898 0 0 0 0 14 2 23 0 9 0 645784955 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15456] ppid=15447 vsize=868360 CPUtime=0.58
/proc/15449/task/15456/stat : 15456 (java) S 15447 15449 15412 0 -1 64 966 898 0 0 41 1 14 2 15 0 9 0 645784955 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15457] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15457/stat : 15457 (java) S 15447 15449 15412 0 -1 64 2 898 0 0 0 0 14 2 24 0 9 0 645784955 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15449/tid=15458] ppid=15447 vsize=868360 CPUtime=0.16
/proc/15449/task/15458/stat : 15458 (java) S 15447 15449 15412 0 -1 64 11 898 0 0 0 0 14 2 15 0 9 0 645784955 889200640 47876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 868360

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): 1804.95
CPU time (s): 1800.09
CPU user time (s): 1799.47
CPU system time (s): 0.612906
CPU usage (%): 99.7303
Max. virtual memory (cumulated for all children) (KiB): 868360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 0.612906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79316
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= 42233
involuntary context switches= 55066

runsolver used 2.36064 second user time and 5.86011 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-05 05:27:58
IDJOB=1083488
IDBENCH=57479
IDSOLVER=363
FILE ID=node5/1083488-1215228478
PBS_JOBID= 7881900
Free space on /tmp= 66532 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-25.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-1083488-1215228478/watcher-1083488-1215228478 -o /tmp/evaluation-result-1083488-1215228478/solver-1083488-1215228478 -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-1083488-1215228478.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 38af2b06f564c2fa6a4a17a02adff205
RANDOM SEED=1946445387

node5.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.279
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.279
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:       1589864 kB
Buffers:         40464 kB
Cached:         170544 kB
SwapCached:       6592 kB
Active:         338504 kB
Inactive:        72312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1589864 kB
SwapTotal:     4192956 kB
SwapFree:      4180232 kB
Dirty:            3876 kB
Writeback:           0 kB
Mapped:         216084 kB
Slab:            40096 kB
Committed_AS:  1772376 kB
PageTables:       2152 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= 66380 MiB
End job on node5 at 2008-07-05 05:58:05