Trace number 1083384

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.08 1806.26

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-27.xml
MD5SUMbc761dfcbd3222269cfb1418a01604e1
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1619
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.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=esac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1083384-1215227469.xml
0.29/0.32	   
0.29/0.32	   domains being loaded...
0.29/0.34	   
0.29/0.34	   variables being loaded...
0.68/0.76	     nbVariables=800  nbDomainTypes=98  minDomainSize=1521  maxDomainSize=1619  nbTotalValues=1253818
0.68/0.76	       =>  wckTime=0.522  cpuTime=0.41  mem=36M304
0.68/0.76	   
0.68/0.76	   predicates being loaded...
0.79/0.82	   
0.79/0.82	   constraints being loaded...
20.70/20.98	   
20.70/20.98	   INFO : Stopping converting binary constraints (cpu=20.12, mem = 63M562)
23.76/24.05	     nbConstraints=12960  nbGlobalConstraints=12044  nbConvertedConstraints=63  nbConvertConstraintsChecks=100085926
23.76/24.05	     nbExtensionStructures=41  nbSharedExtensionStructures=22  nbConflictsStructures=41  nbSharedConflictsStructures=22
23.76/24.05	     nbUnbuiltConflictsStructures=259  nbSharedBinaryRepresentations=61426  nbEvaluationManagers=259
23.76/24.05	     nbSharedEvaluationManagers=594  minDegree=21  maxDegree=44  minArity=2  avgArity=2.03  maxArity=21  nbGenerators=0
23.76/24.05	     nbFusions=0  symmetryWckTime=2.537  symmetryCpuTime=2.29  nbCliques=20
23.76/24.05	       =>  wckTime=23.809  cpuTime=22.71  mem=81M131
24.05/24.32	   
24.05/24.32	   solver IterativeSystematicSolver being built... 
24.15/24.43	   
24.15/24.43	   INFO : Forward propagation technique limited 
24.35/24.62	       =>  wckTime=24.383  cpuTime=22.92  mem=114M677
124.79/125.96	   
124.79/125.96	   preprocessing
124.79/125.96	     nbConstraintChecks=550702647  nbValidityChecks=2113640  nbPropagations=1604  nbRevisions=4170
124.79/125.96	     nbUselessRevisions=2863  nbRemovedValues=801458  detectedInconsistency=no
124.79/125.96	       =>  wckTime=101.291  cpuTime=100.39  mem=132M341
148.07/149.43	   
148.07/149.43	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=103, mem=118M292)

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-1083384-1215227469/watcher-1083384-1215227469 -o /tmp/evaluation-result-1083384-1215227469/solver-1083384-1215227469 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1083384-1215227469.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 8447
/proc/meminfo: memFree=1541792/2055920 swapFree=4179860/4192956
[pid=8447] ppid=8445 vsize=1616 CPUtime=0
/proc/8447/stat : 8447 (java) D 8445 8447 5930 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 2001716654 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/8447/statm: 404 148 122 9 0 46 0

[startup+0.049892 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 8447
/proc/meminfo: memFree=1541792/2055920 swapFree=4179860/4192956
[pid=8447] ppid=8445 vsize=861876 CPUtime=0.03
/proc/8447/stat : 8447 (java) S 8445 8447 5930 0 -1 0 2362 0 1 0 2 1 0 0 18 0 5 0 2001716654 882561024 1949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/8447/statm: 215469 1950 898 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.103703 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 8447
/proc/meminfo: memFree=1541792/2055920 swapFree=4179860/4192956
[pid=8447] ppid=8445 vsize=865884 CPUtime=0.09
/proc/8447/stat : 8447 (java) S 8445 8447 5930 0 -1 0 3754 0 1 0 7 2 0 0 18 0 9 0 2001716654 886665216 3211 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8447/statm: 216471 3211 1703 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301729 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 8447
/proc/meminfo: memFree=1541792/2055920 swapFree=4179860/4192956
[pid=8447] ppid=8445 vsize=866128 CPUtime=0.29
/proc/8447/stat : 8447 (java) S 8445 8447 5930 0 -1 0 5798 0 1 0 25 4 0 0 18 0 9 0 2001716654 886915072 5172 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8447/statm: 216532 5172 1952 9 0 211060 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866128

[startup+0.702776 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 8447
/proc/meminfo: memFree=1541792/2055920 swapFree=4179860/4192956
[pid=8447] ppid=8445 vsize=866984 CPUtime=0.68
/proc/8447/stat : 8447 (java) S 8445 8447 5930 0 -1 0 10943 0 1 0 61 7 0 0 18 0 9 0 2001716654 887791616 10313 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8447/statm: 216746 10313 1968 9 0 211274 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866984

[startup+1.50287 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 8456
/proc/meminfo: memFree=1490136/2055920 swapFree=4179860/4192956
[pid=8447] ppid=8445 vsize=867608 CPUtime=1.47
/proc/8447/stat : 8447 (java) S 8445 8447 5930 0 -1 0 24071 0 1 0 134 13 0 0 18 0 9 0 2001716654 888430592 23406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8447/statm: 216902 23406 2004 9 0 211430 0
[pid=8447/tid=8449] ppid=8445 vsize=867608 CPUtime=1.2
/proc/8447/task/8449/stat : 8449 (java) R 8445 8447 5930 0 -1 64 15737 0 1 0 110 10 0 0 25 0 9 0 2001716655 888430592 23406 996147200 134512640 134550740 4294955968 18446744073709551615 103812992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8450] ppid=8445 vsize=867608 CPUtime=0.08
/proc/8447/task/8450/stat : 8450 (java) S 8445 8447 5930 0 -1 64 6960 0 0 0 6 2 0 0 16 0 9 0 2001716657 888430592 23406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8451] ppid=8445 vsize=867608 CPUtime=0
/proc/8447/task/8451/stat : 8451 (java) S 8445 8447 5930 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001716657 888430592 23406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8452] ppid=8445 vsize=867608 CPUtime=0
/proc/8447/task/8452/stat : 8452 (java) S 8445 8447 5930 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001716657 888430592 23406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8453] ppid=8445 vsize=867608 CPUtime=0
/proc/8447/task/8453/stat : 8453 (java) S 8445 8447 5930 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001716659 888430592 23406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8454] ppid=8445 vsize=867608 CPUtime=0.17
/proc/8447/task/8454/stat : 8454 (java) S 8445 8447 5930 0 -1 64 678 0 0 0 17 0 0 0 16 0 9 0 2001716659 888430592 23406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8455] ppid=8445 vsize=867608 CPUtime=0
/proc/8447/task/8455/stat : 8455 (java) S 8445 8447 5930 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001716659 888430592 23406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8456] ppid=8445 vsize=867608 CPUtime=0
/proc/8447/task/8456/stat : 8456 (java) S 8445 8447 5930 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001716659 888430592 23406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867608

[startup+3.10106 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 8456
/proc/meminfo: memFree=1455448/2055920 swapFree=4179860/4192956
[pid=8447] ppid=8445 vsize=867608 CPUtime=3.05
/proc/8447/stat : 8447 (java) S 8445 8447 5930 0 -1 0 24128 0 1 0 291 14 0 0 18 0 9 0 2001716654 888430592 23460 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8447/statm: 216902 23460 2006 9 0 211430 0
[pid=8447/tid=8449] ppid=8445 vsize=867608 CPUtime=2.76
/proc/8447/task/8449/stat : 8449 (java) R 8445 8447 5930 0 -1 64 15766 0 1 0 265 11 0 0 25 0 9 0 2001716655 888430592 23460 996147200 134512640 134550740 4294955968 18446744073709551615 4125962206 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8450] ppid=8445 vsize=867608 CPUtime=0.08
/proc/8447/task/8450/stat : 8450 (java) S 8445 8447 5930 0 -1 64 6960 0 0 0 6 2 0 0 17 0 9 0 2001716657 888430592 23460 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8451] ppid=8445 vsize=867608 CPUtime=0
/proc/8447/task/8451/stat : 8451 (java) S 8445 8447 5930 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001716657 888430592 23460 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8452] ppid=8445 vsize=867608 CPUtime=0
/proc/8447/task/8452/stat : 8452 (java) S 8445 8447 5930 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001716657 888430592 23460 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8453] ppid=8445 vsize=867608 CPUtime=0
/proc/8447/task/8453/stat : 8453 (java) S 8445 8447 5930 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001716659 888430592 23460 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8454] ppid=8445 vsize=867608 CPUtime=0.2
/proc/8447/task/8454/stat : 8454 (java) S 8445 8447 5930 0 -1 64 706 0 0 0 20 0 0 0 16 0 9 0 2001716659 888430592 23460 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8455] ppid=8445 vsize=867608 CPUtime=0
/proc/8447/task/8455/stat : 8455 (java) S 8445 8447 5930 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001716659 888430592 23460 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8456] ppid=8445 vsize=867608 CPUtime=0
/proc/8447/task/8456/stat : 8456 (java) S 8445 8447 5930 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001716659 888430592 23460 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867608

[startup+6.30143 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 8456
/proc/meminfo: memFree=1455192/2055920 swapFree=4179860/4192956
[pid=8447] ppid=8445 vsize=867608 CPUtime=6.24
/proc/8447/stat : 8447 (java) S 8445 8447 5930 0 -1 0 24138 0 1 0 608 16 0 0 18 0 9 0 2001716654 888430592 23468 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8447/statm: 216902 23468 2006 9 0 211430 0
[pid=8447/tid=8449] ppid=8445 vsize=867608 CPUtime=5.92
/proc/8447/task/8449/stat : 8449 (java) R 8445 8447 5930 0 -1 64 15769 0 1 0 580 12 0 0 17 0 9 0 2001716655 888430592 23468 996147200 134512640 134550740 4294955968 18446744073709551615 4126891920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8450] ppid=8445 vsize=867608 CPUtime=0.08
/proc/8447/task/8450/stat : 8450 (java) S 8445 8447 5930 0 -1 64 6960 0 0 0 6 2 0 0 16 0 9 0 2001716657 888430592 23468 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8447/tid=8451] ppid=8445 vsize=867608 CPUtime=0
/proc/8447/task/8451/stat : 8451 (java) S 8445 8447 5930 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001716657 888430592 23468 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8452] ppid=8445 vsize=867608 CPUtime=0
/proc/8447/task/8452/stat : 8452 (java) S 8445 8447 5930 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001716657 888430592 23468 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8453] ppid=8445 vsize=867608 CPUtime=0
/proc/8447/task/8453/stat : 8453 (java) S 8445 8447 5930 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001716659 888430592 23468 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8454] ppid=8445 vsize=867608 CPUtime=0.21
/proc/8447/task/8454/stat : 8454 (java) S 8445 8447 5930 0 -1 64 713 0 0 0 21 0 0 0 16 0 9 0 2001716659 888430592 23468 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8455] ppid=8445 vsize=867608 CPUtime=0
/proc/8447/task/8455/stat : 8455 (java) S 8445 8447 5930 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001716659 888430592 23468 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8456] ppid=8445 vsize=867608 CPUtime=0
/proc/8447/task/8456/stat : 8456 (java) S 8445 8447 5930 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001716659 888430592 23468 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 867608

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 8456
/proc/meminfo: memFree=1454936/2055920 swapFree=4179860/4192956
[pid=8447] ppid=8445 vsize=867608 CPUtime=12.57
/proc/8447/stat : 8447 (java) S 8445 8447 5930 0 -1 0 29548 0 1 0 1237 20 0 0 18 0 9 0 2001716654 888430592 28876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8447/statm: 216902 28876 2006 9 0 211430 0
[pid=8447/tid=8449] ppid=8445 vsize=867608 CPUtime=12.1
/proc/8447/task/8449/stat : 8449 (java) R 8445 8447 5930 0 -1 64 15772 0 1 0 1195 15 0 0 25 0 9 0 2001716655 888430592 28876 996147200 134512640 134550740 4294955968 18446744073709551615 4126889410 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8450] ppid=8445 vsize=867608 CPUtime=0.23
/proc/8447/task/8450/stat : 8450 (java) S 8445 8447 5930 0 -1 64 12363 0 0 0 19 4 0 0 18 0 9 0 2001716657 888430592 28876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8451] ppid=8445 vsize=867608 CPUtime=0
/proc/8447/task/8451/stat : 8451 (java) S 8445 8447 5930 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001716657 888430592 28876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8452] ppid=8445 vsize=867608 CPUtime=0
/proc/8447/task/8452/stat : 8452 (java) S 8445 8447 5930 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001716657 888430592 28876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8453] ppid=8445 vsize=867608 CPUtime=0
/proc/8447/task/8453/stat : 8453 (java) S 8445 8447 5930 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001716659 888430592 28876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8454] ppid=8445 vsize=867608 CPUtime=0.22
/proc/8447/task/8454/stat : 8454 (java) S 8445 8447 5930 0 -1 64 717 0 0 0 22 0 0 0 16 0 9 0 2001716659 888430592 28876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8455] ppid=8445 vsize=867608 CPUtime=0
/proc/8447/task/8455/stat : 8455 (java) S 8445 8447 5930 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001716659 888430592 28876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8456] ppid=8445 vsize=867608 CPUtime=0
/proc/8447/task/8456/stat : 8456 (java) S 8445 8447 5930 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001716659 888430592 28876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867608

[startup+25.5027 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 8460
/proc/meminfo: memFree=1388376/2055920 swapFree=4179860/4192956
[pid=8447] ppid=8445 vsize=868020 CPUtime=25.24
/proc/8447/stat : 8447 (java) S 8445 8447 5930 0 -1 0 68820 894 1 0 2472 37 14 1 18 0 9 0 2001716654 888852480 40690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8447/statm: 217005 40690 2638 9 0 211511 0
[pid=8447/tid=8449] ppid=8445 vsize=868020 CPUtime=24.13
/proc/8447/task/8449/stat : 8449 (java) R 8445 8447 5930 0 -1 64 30360 894 1 0 2375 23 14 1 25 0 9 0 2001716655 888852480 40690 996147200 134512640 134550740 4294955968 18446744073709551615 4126995824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8450] ppid=8445 vsize=868020 CPUtime=0.87
/proc/8447/task/8450/stat : 8450 (java) S 8445 8447 5930 0 -1 64 36672 894 0 0 61 11 14 1 16 0 9 0 2001716657 888852480 40690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8451] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8451/stat : 8451 (java) S 8445 8447 5930 0 -1 64 17 894 0 0 0 0 14 1 16 0 9 0 2001716657 888852480 40690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8452] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8452/stat : 8452 (java) S 8445 8447 5930 0 -1 64 22 894 0 0 0 0 14 1 15 0 9 0 2001716657 888852480 40690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8453] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8453/stat : 8453 (java) S 8445 8447 5930 0 -1 64 1 894 0 0 0 0 14 1 18 0 9 0 2001716659 888852480 40690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8454] ppid=8445 vsize=868020 CPUtime=0.5
/proc/8447/task/8454/stat : 8454 (java) S 8445 8447 5930 0 -1 64 927 894 0 0 34 1 14 1 15 0 9 0 2001716659 888852480 40690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8455] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8455/stat : 8455 (java) S 8445 8447 5930 0 -1 64 1 894 0 0 0 0 14 1 19 0 9 0 2001716659 888852480 40690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8456] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8456/stat : 8456 (java) S 8445 8447 5930 0 -1 64 6 894 0 0 0 0 14 1 15 0 9 0 2001716659 888852480 40690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 868020

[startup+51.1027 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 8460
/proc/meminfo: memFree=1388376/2055920 swapFree=4179860/4192956
[pid=8447] ppid=8445 vsize=868020 CPUtime=50.63
/proc/8447/stat : 8447 (java) S 8445 8447 5930 0 -1 0 69141 894 1 0 5010 38 14 1 18 0 9 0 2001716654 888852480 40691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8447/statm: 217005 40691 2638 9 0 211511 0
[pid=8447/tid=8449] ppid=8445 vsize=868020 CPUtime=49.5
/proc/8447/task/8449/stat : 8449 (java) R 8445 8447 5930 0 -1 64 30675 894 1 0 4912 23 14 1 25 0 9 0 2001716655 888852480 40691 996147200 134512640 134550740 4294955968 18446744073709551615 4126995824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8450] ppid=8445 vsize=868020 CPUtime=0.87
/proc/8447/task/8450/stat : 8450 (java) S 8445 8447 5930 0 -1 64 36672 894 0 0 61 11 14 1 16 0 9 0 2001716657 888852480 40691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8451] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8451/stat : 8451 (java) S 8445 8447 5930 0 -1 64 17 894 0 0 0 0 14 1 16 0 9 0 2001716657 888852480 40691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8452] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8452/stat : 8452 (java) S 8445 8447 5930 0 -1 64 22 894 0 0 0 0 14 1 15 0 9 0 2001716657 888852480 40691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8453] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8453/stat : 8453 (java) S 8445 8447 5930 0 -1 64 1 894 0 0 0 0 14 1 18 0 9 0 2001716659 888852480 40691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8454] ppid=8445 vsize=868020 CPUtime=0.51
/proc/8447/task/8454/stat : 8454 (java) S 8445 8447 5930 0 -1 64 932 894 0 0 35 1 14 1 17 0 9 0 2001716659 888852480 40691 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8455] ppid=8445 vsize=868020 CPUtime=0.15

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

/proc/8447/task/8452/stat : 8452 (java) S 8445 8447 5930 0 -1 64 22 894 0 0 0 0 14 1 15 0 9 0 2001716657 888852480 48780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8453] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8453/stat : 8453 (java) S 8445 8447 5930 0 -1 64 1 894 0 0 0 0 14 1 18 0 9 0 2001716659 888852480 48780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8454] ppid=8445 vsize=868020 CPUtime=0.6
/proc/8447/task/8454/stat : 8454 (java) S 8445 8447 5930 0 -1 64 989 894 0 0 44 1 14 1 16 0 9 0 2001716659 888852480 48780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8447/tid=8455] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8455/stat : 8455 (java) S 8445 8447 5930 0 -1 64 1 894 0 0 0 0 14 1 19 0 9 0 2001716659 888852480 48780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8456] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8456/stat : 8456 (java) S 8445 8447 5930 0 -1 64 7 894 0 0 0 0 14 1 15 0 9 0 2001716659 888852480 48780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.22
Current children cumulated vsize (KiB) 868020

[startup+1542.3 s]
/proc/loadavg: 2.08 2.08 2.02 3/90 8501
/proc/meminfo: memFree=721168/2055920 swapFree=4179860/4192956
[pid=8447] ppid=8445 vsize=868020 CPUtime=1536.2
/proc/8447/stat : 8447 (java) S 8445 8447 5930 0 -1 0 79220 894 1 0 153554 51 14 1 18 0 9 0 2001716654 888852480 48780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8447/statm: 217005 48780 2638 9 0 211511 0
[pid=8447/tid=8449] ppid=8445 vsize=868020 CPUtime=1534.02
/proc/8447/task/8449/stat : 8449 (java) R 8445 8447 5930 0 -1 64 32631 894 1 0 153356 31 14 1 25 0 9 0 2001716655 888852480 48780 996147200 134512640 134550740 4294955968 18446744073709551615 4127124960 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8447/tid=8450] ppid=8445 vsize=868020 CPUtime=1.84
/proc/8447/task/8450/stat : 8450 (java) S 8445 8447 5930 0 -1 64 44738 894 0 0 153 16 14 1 16 0 9 0 2001716657 888852480 48780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8447/tid=8451] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8451/stat : 8451 (java) S 8445 8447 5930 0 -1 64 17 894 0 0 0 0 14 1 16 0 9 0 2001716657 888852480 48780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8452] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8452/stat : 8452 (java) S 8445 8447 5930 0 -1 64 22 894 0 0 0 0 14 1 15 0 9 0 2001716657 888852480 48780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8453] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8453/stat : 8453 (java) S 8445 8447 5930 0 -1 64 1 894 0 0 0 0 14 1 18 0 9 0 2001716659 888852480 48780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8454] ppid=8445 vsize=868020 CPUtime=0.6
/proc/8447/task/8454/stat : 8454 (java) S 8445 8447 5930 0 -1 64 989 894 0 0 44 1 14 1 16 0 9 0 2001716659 888852480 48780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8447/tid=8455] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8455/stat : 8455 (java) S 8445 8447 5930 0 -1 64 1 894 0 0 0 0 14 1 19 0 9 0 2001716659 888852480 48780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8456] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8456/stat : 8456 (java) S 8445 8447 5930 0 -1 64 7 894 0 0 0 0 14 1 15 0 9 0 2001716659 888852480 48780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.2
Current children cumulated vsize (KiB) 868020

[startup+1602.3 s]
/proc/loadavg: 2.08 2.08 2.02 3/90 8501
/proc/meminfo: memFree=720592/2055920 swapFree=4179860/4192956
[pid=8447] ppid=8445 vsize=868020 CPUtime=1596.17
/proc/8447/stat : 8447 (java) S 8445 8447 5930 0 -1 0 79224 894 1 0 159551 51 14 1 18 0 9 0 2001716654 888852480 48780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8447/statm: 217005 48780 2638 9 0 211511 0
[pid=8447/tid=8449] ppid=8445 vsize=868020 CPUtime=1593.98
/proc/8447/task/8449/stat : 8449 (java) R 8445 8447 5930 0 -1 64 32635 894 1 0 159352 31 14 1 25 0 9 0 2001716655 888852480 48780 996147200 134512640 134550740 4294955968 18446744073709551615 4126994815 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8447/tid=8450] ppid=8445 vsize=868020 CPUtime=1.85
/proc/8447/task/8450/stat : 8450 (java) S 8445 8447 5930 0 -1 64 44738 894 0 0 154 16 14 1 16 0 9 0 2001716657 888852480 48780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8447/tid=8451] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8451/stat : 8451 (java) S 8445 8447 5930 0 -1 64 17 894 0 0 0 0 14 1 16 0 9 0 2001716657 888852480 48780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8452] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8452/stat : 8452 (java) S 8445 8447 5930 0 -1 64 22 894 0 0 0 0 14 1 15 0 9 0 2001716657 888852480 48780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8453] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8453/stat : 8453 (java) S 8445 8447 5930 0 -1 64 1 894 0 0 0 0 14 1 18 0 9 0 2001716659 888852480 48780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8454] ppid=8445 vsize=868020 CPUtime=0.6
/proc/8447/task/8454/stat : 8454 (java) S 8445 8447 5930 0 -1 64 989 894 0 0 44 1 14 1 16 0 9 0 2001716659 888852480 48780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8447/tid=8455] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8455/stat : 8455 (java) S 8445 8447 5930 0 -1 64 1 894 0 0 0 0 14 1 19 0 9 0 2001716659 888852480 48780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8456] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8456/stat : 8456 (java) S 8445 8447 5930 0 -1 64 7 894 0 0 0 0 14 1 15 0 9 0 2001716659 888852480 48780 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.17
Current children cumulated vsize (KiB) 868020

[startup+1662.3 s]
/proc/loadavg: 2.12 2.09 2.02 3/90 8501
/proc/meminfo: memFree=720592/2055920 swapFree=4179860/4192956
[pid=8447] ppid=8445 vsize=868020 CPUtime=1656.16
/proc/8447/stat : 8447 (java) S 8445 8447 5930 0 -1 0 79244 894 1 0 165549 52 14 1 18 0 9 0 2001716654 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8447/statm: 217005 48783 2638 9 0 211511 0
[pid=8447/tid=8449] ppid=8445 vsize=868020 CPUtime=1653.9
/proc/8447/task/8449/stat : 8449 (java) R 8445 8447 5930 0 -1 64 32652 894 1 0 165344 31 14 1 25 0 9 0 2001716655 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4127123742 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8447/tid=8450] ppid=8445 vsize=868020 CPUtime=1.9
/proc/8447/task/8450/stat : 8450 (java) S 8445 8447 5930 0 -1 64 44741 894 0 0 159 16 14 1 16 0 9 0 2001716657 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8447/tid=8451] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8451/stat : 8451 (java) S 8445 8447 5930 0 -1 64 17 894 0 0 0 0 14 1 16 0 9 0 2001716657 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8452] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8452/stat : 8452 (java) S 8445 8447 5930 0 -1 64 22 894 0 0 0 0 14 1 15 0 9 0 2001716657 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8453] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8453/stat : 8453 (java) S 8445 8447 5930 0 -1 64 1 894 0 0 0 0 14 1 18 0 9 0 2001716659 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8454] ppid=8445 vsize=868020 CPUtime=0.6
/proc/8447/task/8454/stat : 8454 (java) S 8445 8447 5930 0 -1 64 989 894 0 0 44 1 14 1 16 0 9 0 2001716659 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8447/tid=8455] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8455/stat : 8455 (java) S 8445 8447 5930 0 -1 64 1 894 0 0 0 0 14 1 19 0 9 0 2001716659 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8456] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8456/stat : 8456 (java) S 8445 8447 5930 0 -1 64 7 894 0 0 0 0 14 1 15 0 9 0 2001716659 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.16
Current children cumulated vsize (KiB) 868020

[startup+1722.3 s]
/proc/loadavg: 2.08 2.09 2.02 3/90 8501
/proc/meminfo: memFree=720528/2055920 swapFree=4179860/4192956
[pid=8447] ppid=8445 vsize=868020 CPUtime=1716.13
/proc/8447/stat : 8447 (java) S 8445 8447 5930 0 -1 0 79263 894 1 0 171546 52 14 1 18 0 9 0 2001716654 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8447/statm: 217005 48783 2638 9 0 211511 0
[pid=8447/tid=8449] ppid=8445 vsize=868020 CPUtime=1713.83
/proc/8447/task/8449/stat : 8449 (java) R 8445 8447 5930 0 -1 64 32671 894 1 0 171336 32 14 1 25 0 9 0 2001716655 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4127240872 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8447/tid=8450] ppid=8445 vsize=868020 CPUtime=1.97
/proc/8447/task/8450/stat : 8450 (java) S 8445 8447 5930 0 -1 64 44741 894 0 0 165 17 14 1 16 0 9 0 2001716657 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8447/tid=8451] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8451/stat : 8451 (java) S 8445 8447 5930 0 -1 64 17 894 0 0 0 0 14 1 16 0 9 0 2001716657 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8452] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8452/stat : 8452 (java) S 8445 8447 5930 0 -1 64 22 894 0 0 0 0 14 1 15 0 9 0 2001716657 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8453] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8453/stat : 8453 (java) S 8445 8447 5930 0 -1 64 1 894 0 0 0 0 14 1 18 0 9 0 2001716659 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8454] ppid=8445 vsize=868020 CPUtime=0.6
/proc/8447/task/8454/stat : 8454 (java) S 8445 8447 5930 0 -1 64 989 894 0 0 44 1 14 1 16 0 9 0 2001716659 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8447/tid=8455] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8455/stat : 8455 (java) S 8445 8447 5930 0 -1 64 1 894 0 0 0 0 14 1 19 0 9 0 2001716659 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8456] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8456/stat : 8456 (java) S 8445 8447 5930 0 -1 64 7 894 0 0 0 0 14 1 15 0 9 0 2001716659 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.13
Current children cumulated vsize (KiB) 868020

[startup+1782.3 s]
/proc/loadavg: 2.12 2.10 2.03 3/90 8501
/proc/meminfo: memFree=719760/2055920 swapFree=4179860/4192956
[pid=8447] ppid=8445 vsize=868020 CPUtime=1776.11
/proc/8447/stat : 8447 (java) S 8445 8447 5930 0 -1 0 79274 894 1 0 177544 52 14 1 18 0 9 0 2001716654 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8447/statm: 217005 48783 2638 9 0 211511 0
[pid=8447/tid=8449] ppid=8445 vsize=868020 CPUtime=1773.78
/proc/8447/task/8449/stat : 8449 (java) R 8445 8447 5930 0 -1 64 32682 894 1 0 177331 32 14 1 25 0 9 0 2001716655 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4127287390 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8447/tid=8450] ppid=8445 vsize=868020 CPUtime=2
/proc/8447/task/8450/stat : 8450 (java) S 8445 8447 5930 0 -1 64 44741 894 0 0 168 17 14 1 16 0 9 0 2001716657 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8447/tid=8451] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8451/stat : 8451 (java) S 8445 8447 5930 0 -1 64 17 894 0 0 0 0 14 1 16 0 9 0 2001716657 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8452] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8452/stat : 8452 (java) S 8445 8447 5930 0 -1 64 22 894 0 0 0 0 14 1 15 0 9 0 2001716657 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8453] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8453/stat : 8453 (java) S 8445 8447 5930 0 -1 64 1 894 0 0 0 0 14 1 18 0 9 0 2001716659 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8454] ppid=8445 vsize=868020 CPUtime=0.6
/proc/8447/task/8454/stat : 8454 (java) S 8445 8447 5930 0 -1 64 989 894 0 0 44 1 14 1 16 0 9 0 2001716659 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8447/tid=8455] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8455/stat : 8455 (java) S 8445 8447 5930 0 -1 64 1 894 0 0 0 0 14 1 19 0 9 0 2001716659 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8456] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8456/stat : 8456 (java) S 8445 8447 5930 0 -1 64 7 894 0 0 0 0 14 1 15 0 9 0 2001716659 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.11
Current children cumulated vsize (KiB) 868020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.21 s]
/proc/loadavg: 2.14 2.10 2.03 3/90 8501
/proc/meminfo: memFree=719760/2055920 swapFree=4179860/4192956
[pid=8447] ppid=8445 vsize=868020 CPUtime=1800.01
/proc/8447/stat : 8447 (java) S 8445 8447 5930 0 -1 0 79278 894 1 0 179934 52 14 1 18 0 9 0 2001716654 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8447/statm: 217005 48783 2638 9 0 211511 0
[pid=8447/tid=8449] ppid=8445 vsize=868020 CPUtime=1797.66
/proc/8447/task/8449/stat : 8449 (java) R 8445 8447 5930 0 -1 64 32686 894 1 0 179719 32 14 1 25 0 9 0 2001716655 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4126995297 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8447/tid=8450] ppid=8445 vsize=868020 CPUtime=2.01
/proc/8447/task/8450/stat : 8450 (java) S 8445 8447 5930 0 -1 64 44741 894 0 0 169 17 14 1 16 0 9 0 2001716657 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8447/tid=8451] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8451/stat : 8451 (java) S 8445 8447 5930 0 -1 64 17 894 0 0 0 0 14 1 16 0 9 0 2001716657 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8452] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8452/stat : 8452 (java) S 8445 8447 5930 0 -1 64 22 894 0 0 0 0 14 1 15 0 9 0 2001716657 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8453] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8453/stat : 8453 (java) S 8445 8447 5930 0 -1 64 1 894 0 0 0 0 14 1 18 0 9 0 2001716659 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8454] ppid=8445 vsize=868020 CPUtime=0.6
/proc/8447/task/8454/stat : 8454 (java) S 8445 8447 5930 0 -1 64 989 894 0 0 44 1 14 1 16 0 9 0 2001716659 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8447/tid=8455] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8455/stat : 8455 (java) S 8445 8447 5930 0 -1 64 1 894 0 0 0 0 14 1 19 0 9 0 2001716659 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8447/tid=8456] ppid=8445 vsize=868020 CPUtime=0.15
/proc/8447/task/8456/stat : 8456 (java) S 8445 8447 5930 0 -1 64 7 894 0 0 0 0 14 1 15 0 9 0 2001716659 888852480 48783 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868020

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): 1806.26
CPU time (s): 1800.08
CPU user time (s): 1799.51
CPU system time (s): 0.576912
CPU usage (%): 99.6581
Max. virtual memory (cumulated for all children) (KiB): 868020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 0.576912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80203
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= 40583
involuntary context switches= 46152

runsolver used 2.19467 second user time and 6.04208 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-05 05:11:10
IDJOB=1083384
IDBENCH=57470
IDSOLVER=364
FILE ID=node66/1083384-1215227469
PBS_JOBID= 7881773
Free space on /tmp= 66416 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bc761dfcbd3222269cfb1418a01604e1
RANDOM SEED=1238068490

node66.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.213
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.213
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:       1542272 kB
Buffers:         72740 kB
Cached:         361588 kB
SwapCached:       7264 kB
Active:         239612 kB
Inactive:       214340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1542272 kB
SwapTotal:     4192956 kB
SwapFree:      4179860 kB
Dirty:            3652 kB
Writeback:           0 kB
Mapped:          26028 kB
Slab:            45036 kB
Committed_AS:  4165972 kB
PageTables:       1832 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= 66416 MiB
End job on node66 at 2008-07-05 05:41:18