Trace number 1083530

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.13 1809.64

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-22.xml
MD5SUM2dc1ef2385520df4e5d6471c36d68b37
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 size1545
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.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1083530-1215228812.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.47/0.55	     nbVariables=800  nbDomainTypes=96  minDomainSize=1447  maxDomainSize=1545  nbTotalValues=1196514
0.47/0.55	       =>  wckTime=0.294  cpuTime=0.22  mem=34M340
0.47/0.55	   
0.47/0.55	   predicates being loaded...
0.58/0.61	   
0.58/0.61	   constraints being loaded...
20.77/20.96	   
20.77/20.96	   INFO : Stopping converting binary constraints (cpu=20.18, mem = 64M647)
23.65/23.82	     nbConstraints=12960  nbGlobalConstraints=12059  nbConvertedConstraints=70  nbConvertConstraintsChecks=105609393
23.65/23.82	     nbExtensionStructures=47  nbSharedExtensionStructures=23  nbConflictsStructures=47  nbSharedConflictsStructures=23
23.65/23.82	     nbUnbuiltConflictsStructures=250  nbSharedBinaryRepresentations=67878  nbEvaluationManagers=250
23.65/23.82	     nbSharedEvaluationManagers=581  minDegree=21  maxDegree=44  minArity=2  avgArity=2.03  maxArity=21  nbGenerators=0
23.65/23.82	     nbFusions=0  symmetryWckTime=2.331  symmetryCpuTime=2.1  nbCliques=20
23.65/23.82	       =>  wckTime=23.565  cpuTime=22.57  mem=81M882
23.95/24.12	   
23.95/24.12	   solver IterativeSystematicSolver being built... 
24.05/24.23	   
24.05/24.23	   INFO : Forward propagation technique limited 
24.24/24.43	       =>  wckTime=24.174  cpuTime=22.79  mem=112M682
111.19/111.83	   
111.19/111.83	   preprocessing
111.19/111.83	     nbConstraintChecks=482069658  nbValidityChecks=2416153  nbPropagations=1930  nbRevisions=4769
111.19/111.83	     nbUselessRevisions=3332  nbRemovedValues=765434  detectedInconsistency=no
111.19/111.83	       =>  wckTime=87.352  cpuTime=86.8  mem=138M754
131.49/132.29	   
131.49/132.29	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=103, mem=117M106)

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-1083530-1215228812/watcher-1083530-1215228812 -o /tmp/evaluation-result-1083530-1215228812/solver-1083530-1215228812 -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-1083530-1215228812.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.93 2.39 2.40 4/75 27450
/proc/meminfo: memFree=1157192/2055920 swapFree=4166000/4192956
[pid=27450] ppid=27448 vsize=18572 CPUtime=0
/proc/27450/stat : 27450 (runsolver) R 27448 27450 24139 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 636099020 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 228043844903 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/27450/statm: 4643 292 257 25 0 2626 0

[startup+0.052802 s]
/proc/loadavg: 1.93 2.39 2.40 4/75 27450
/proc/meminfo: memFree=1157192/2055920 swapFree=4166000/4192956
[pid=27450] ppid=27448 vsize=861876 CPUtime=0.03
/proc/27450/stat : 27450 (java) S 27448 27450 24139 0 -1 0 2363 0 1 0 2 1 0 0 20 0 5 0 636099020 882561024 1950 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/27450/statm: 215469 1950 899 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.10281 s]
/proc/loadavg: 1.93 2.39 2.40 4/75 27450
/proc/meminfo: memFree=1157192/2055920 swapFree=4166000/4192956
[pid=27450] ppid=27448 vsize=865884 CPUtime=0.08
/proc/27450/stat : 27450 (java) S 27448 27450 24139 0 -1 0 3686 0 1 0 7 1 0 0 20 0 9 0 636099020 886665216 3161 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27450/statm: 216471 3161 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301849 s]
/proc/loadavg: 1.93 2.39 2.40 4/75 27450
/proc/meminfo: memFree=1157192/2055920 swapFree=4166000/4192956
[pid=27450] ppid=27448 vsize=866284 CPUtime=0.28
/proc/27450/stat : 27450 (java) S 27448 27450 24139 0 -1 0 5833 0 1 0 25 3 0 0 20 0 9 0 636099020 887074816 5207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27450/statm: 216571 5207 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.70293 s]
/proc/loadavg: 1.93 2.39 2.40 4/75 27450
/proc/meminfo: memFree=1157192/2055920 swapFree=4166000/4192956
[pid=27450] ppid=27448 vsize=867712 CPUtime=0.67
/proc/27450/stat : 27450 (java) S 27448 27450 24139 0 -1 0 14400 0 1 0 59 8 0 0 20 0 9 0 636099020 888537088 13760 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27450/statm: 216928 13760 2011 9 0 211434 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867712

[startup+1.50108 s]
/proc/loadavg: 1.93 2.39 2.40 3/84 27459
/proc/meminfo: memFree=1072128/2055920 swapFree=4166000/4192956
[pid=27450] ppid=27448 vsize=867624 CPUtime=1.47
/proc/27450/stat : 27450 (java) S 27448 27450 24139 0 -1 0 23871 0 1 0 135 12 0 0 20 0 9 0 636099020 888446976 23207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27450/statm: 216906 23207 2005 9 0 211434 0
[pid=27450/tid=27452] ppid=27448 vsize=867624 CPUtime=1.19
/proc/27450/task/27452/stat : 27452 (java) R 27448 27450 24139 0 -1 64 15765 0 1 0 111 8 0 0 25 0 9 0 636099022 888446976 23207 996147200 134512640 134550740 4294955968 18446744073709551615 4126892376 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27453] ppid=27448 vsize=867624 CPUtime=0.08
/proc/27450/task/27453/stat : 27453 (java) S 27448 27450 24139 0 -1 64 6736 0 0 0 6 2 0 0 17 0 9 0 636099023 888446976 23207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27454] ppid=27448 vsize=867624 CPUtime=0
/proc/27450/task/27454/stat : 27454 (java) S 27448 27450 24139 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 636099023 888446976 23207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27455] ppid=27448 vsize=867624 CPUtime=0
/proc/27450/task/27455/stat : 27455 (java) S 27448 27450 24139 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 636099023 888446976 23207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27456] ppid=27448 vsize=867624 CPUtime=0
/proc/27450/task/27456/stat : 27456 (java) S 27448 27450 24139 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 636099025 888446976 23207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27457] ppid=27448 vsize=867624 CPUtime=0.16
/proc/27450/task/27457/stat : 27457 (java) S 27448 27450 24139 0 -1 64 673 0 0 0 16 0 0 0 16 0 9 0 636099025 888446976 23207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27458] ppid=27448 vsize=867624 CPUtime=0
/proc/27450/task/27458/stat : 27458 (java) S 27448 27450 24139 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 636099025 888446976 23207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27459] ppid=27448 vsize=867624 CPUtime=0
/proc/27450/task/27459/stat : 27459 (java) S 27448 27450 24139 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636099025 888446976 23207 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) 867624

[startup+3.10141 s]
/proc/loadavg: 1.93 2.39 2.40 3/84 27459
/proc/meminfo: memFree=1071744/2055920 swapFree=4166000/4192956
[pid=27450] ppid=27448 vsize=867624 CPUtime=3.07
/proc/27450/stat : 27450 (java) S 27448 27450 24139 0 -1 0 23903 0 1 0 294 13 0 0 20 0 9 0 636099020 888446976 23235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27450/statm: 216906 23235 2006 9 0 211434 0
[pid=27450/tid=27452] ppid=27448 vsize=867624 CPUtime=2.77
/proc/27450/task/27452/stat : 27452 (java) R 27448 27450 24139 0 -1 64 15778 0 1 0 268 9 0 0 25 0 9 0 636099022 888446976 23235 996147200 134512640 134550740 4294955968 18446744073709551615 4126888800 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27453] ppid=27448 vsize=867624 CPUtime=0.08
/proc/27450/task/27453/stat : 27453 (java) S 27448 27450 24139 0 -1 64 6736 0 0 0 6 2 0 0 17 0 9 0 636099023 888446976 23235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27454] ppid=27448 vsize=867624 CPUtime=0
/proc/27450/task/27454/stat : 27454 (java) S 27448 27450 24139 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 636099023 888446976 23235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27455] ppid=27448 vsize=867624 CPUtime=0
/proc/27450/task/27455/stat : 27455 (java) S 27448 27450 24139 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 636099023 888446976 23235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27456] ppid=27448 vsize=867624 CPUtime=0
/proc/27450/task/27456/stat : 27456 (java) S 27448 27450 24139 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 636099025 888446976 23235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27457] ppid=27448 vsize=867624 CPUtime=0.18
/proc/27450/task/27457/stat : 27457 (java) S 27448 27450 24139 0 -1 64 692 0 0 0 18 0 0 0 15 0 9 0 636099025 888446976 23235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27458] ppid=27448 vsize=867624 CPUtime=0
/proc/27450/task/27458/stat : 27458 (java) S 27448 27450 24139 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 636099025 888446976 23235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27459] ppid=27448 vsize=867624 CPUtime=0
/proc/27450/task/27459/stat : 27459 (java) S 27448 27450 24139 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636099025 888446976 23235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867624

[startup+6.30303 s]
/proc/loadavg: 2.02 2.40 2.40 3/84 27459
/proc/meminfo: memFree=1071424/2055920 swapFree=4166000/4192956
[pid=27450] ppid=27448 vsize=867624 CPUtime=6.25
/proc/27450/stat : 27450 (java) S 27448 27450 24139 0 -1 0 23911 0 1 0 611 14 0 0 20 0 9 0 636099020 888446976 23241 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27450/statm: 216906 23241 2006 9 0 211434 0
[pid=27450/tid=27452] ppid=27448 vsize=867624 CPUtime=5.94
/proc/27450/task/27452/stat : 27452 (java) R 27448 27450 24139 0 -1 64 15780 0 1 0 584 10 0 0 25 0 9 0 636099022 888446976 23241 996147200 134512640 134550740 4294955968 18446744073709551615 4126890544 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27453] ppid=27448 vsize=867624 CPUtime=0.08
/proc/27450/task/27453/stat : 27453 (java) S 27448 27450 24139 0 -1 64 6736 0 0 0 6 2 0 0 17 0 9 0 636099023 888446976 23241 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27454] ppid=27448 vsize=867624 CPUtime=0
/proc/27450/task/27454/stat : 27454 (java) S 27448 27450 24139 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 636099023 888446976 23241 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27455] ppid=27448 vsize=867624 CPUtime=0
/proc/27450/task/27455/stat : 27455 (java) S 27448 27450 24139 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 636099023 888446976 23241 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27456] ppid=27448 vsize=867624 CPUtime=0
/proc/27450/task/27456/stat : 27456 (java) S 27448 27450 24139 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 636099025 888446976 23241 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27457] ppid=27448 vsize=867624 CPUtime=0.19
/proc/27450/task/27457/stat : 27457 (java) S 27448 27450 24139 0 -1 64 698 0 0 0 19 0 0 0 16 0 9 0 636099025 888446976 23241 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27458] ppid=27448 vsize=867624 CPUtime=0
/proc/27450/task/27458/stat : 27458 (java) S 27448 27450 24139 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 636099025 888446976 23241 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27459] ppid=27448 vsize=867624 CPUtime=0
/proc/27450/task/27459/stat : 27459 (java) S 27448 27450 24139 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636099025 888446976 23241 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867624

[startup+12.7013 s]
/proc/loadavg: 2.02 2.39 2.40 3/84 27459
/proc/meminfo: memFree=1049024/2055920 swapFree=4166000/4192956
[pid=27450] ppid=27448 vsize=867624 CPUtime=12.61
/proc/27450/stat : 27450 (java) S 27448 27450 24139 0 -1 0 29482 0 1 0 1240 21 0 0 20 0 9 0 636099020 888446976 28810 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27450/statm: 216906 28810 2006 9 0 211434 0
[pid=27450/tid=27452] ppid=27448 vsize=867624 CPUtime=12.1
/proc/27450/task/27452/stat : 27452 (java) R 27448 27450 24139 0 -1 64 15784 0 1 0 1196 14 0 0 25 0 9 0 636099022 888446976 28810 996147200 134512640 134550740 4294955968 18446744073709551615 4126908582 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27453] ppid=27448 vsize=867624 CPUtime=0.26
/proc/27450/task/27453/stat : 27453 (java) S 27448 27450 24139 0 -1 64 12290 0 0 0 21 5 0 0 17 0 9 0 636099023 888446976 28810 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27454] ppid=27448 vsize=867624 CPUtime=0
/proc/27450/task/27454/stat : 27454 (java) S 27448 27450 24139 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 636099023 888446976 28810 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27455] ppid=27448 vsize=867624 CPUtime=0
/proc/27450/task/27455/stat : 27455 (java) S 27448 27450 24139 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 636099023 888446976 28810 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27456] ppid=27448 vsize=867624 CPUtime=0
/proc/27450/task/27456/stat : 27456 (java) S 27448 27450 24139 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 636099025 888446976 28810 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27457] ppid=27448 vsize=867624 CPUtime=0.21
/proc/27450/task/27457/stat : 27457 (java) S 27448 27450 24139 0 -1 64 711 0 0 0 21 0 0 0 15 0 9 0 636099025 888446976 28810 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27458] ppid=27448 vsize=867624 CPUtime=0
/proc/27450/task/27458/stat : 27458 (java) S 27448 27450 24139 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 636099025 888446976 28810 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27459] ppid=27448 vsize=867624 CPUtime=0
/proc/27450/task/27459/stat : 27459 (java) S 27448 27450 24139 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636099025 888446976 28810 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 867624

[startup+25.5028 s]
/proc/loadavg: 2.09 2.39 2.40 3/84 27463
/proc/meminfo: memFree=1005496/2055920 swapFree=4166000/4192956
[pid=27450] ppid=27448 vsize=868036 CPUtime=25.34
/proc/27450/stat : 27450 (java) S 27448 27450 24139 0 -1 0 68103 900 1 0 2481 38 13 2 20 0 9 0 636099020 888868864 40316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27450/statm: 217009 40316 2638 9 0 211515 0
[pid=27450/tid=27452] ppid=27448 vsize=868036 CPUtime=24.17
/proc/27450/task/27452/stat : 27452 (java) R 27448 27450 24139 0 -1 64 29828 900 1 0 2381 21 13 2 25 0 9 0 636099022 888868864 40316 996147200 134512640 134550740 4294955968 18446744073709551615 4127105251 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27453] ppid=27448 vsize=868036 CPUtime=0.94
/proc/27450/task/27453/stat : 27453 (java) S 27448 27450 24139 0 -1 64 36477 900 0 0 66 13 13 2 17 0 9 0 636099023 888868864 40316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27454] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27454/stat : 27454 (java) S 27448 27450 24139 0 -1 64 18 900 0 0 0 0 13 2 16 0 9 0 636099023 888868864 40316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27455] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27455/stat : 27455 (java) S 27448 27450 24139 0 -1 64 21 900 0 0 0 0 13 2 15 0 9 0 636099023 888868864 40316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27456] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27456/stat : 27456 (java) S 27448 27450 24139 0 -1 64 0 900 0 0 0 0 13 2 25 0 9 0 636099025 888868864 40316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27457] ppid=27448 vsize=868036 CPUtime=0.47
/proc/27450/task/27457/stat : 27457 (java) S 27448 27450 24139 0 -1 64 934 900 0 0 31 1 13 2 15 0 9 0 636099025 888868864 40316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27458] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27458/stat : 27458 (java) S 27448 27450 24139 0 -1 64 2 900 0 0 0 0 13 2 25 0 9 0 636099025 888868864 40316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27459] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27459/stat : 27459 (java) S 27448 27450 24139 0 -1 64 9 900 0 0 0 0 13 2 15 0 9 0 636099025 888868864 40316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 868036

[startup+51.1029 s]
/proc/loadavg: 2.06 2.36 2.39 3/84 27463
/proc/meminfo: memFree=1005240/2055920 swapFree=4166000/4192956
[pid=27450] ppid=27448 vsize=868036 CPUtime=50.81
/proc/27450/stat : 27450 (java) S 27448 27450 24139 0 -1 0 68477 900 1 0 5028 38 13 2 20 0 9 0 636099020 888868864 40320 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27450/statm: 217009 40320 2638 9 0 211515 0
[pid=27450/tid=27452] ppid=27448 vsize=868036 CPUtime=49.64
/proc/27450/task/27452/stat : 27452 (java) R 27448 27450 24139 0 -1 64 30194 900 1 0 4927 22 13 2 25 0 9 0 636099022 888868864 40320 996147200 134512640 134550740 4294955968 18446744073709551615 4126886221 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27453] ppid=27448 vsize=868036 CPUtime=0.94
/proc/27450/task/27453/stat : 27453 (java) S 27448 27450 24139 0 -1 64 36477 900 0 0 66 13 13 2 16 0 9 0 636099023 888868864 40320 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27454] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27454/stat : 27454 (java) S 27448 27450 24139 0 -1 64 18 900 0 0 0 0 13 2 16 0 9 0 636099023 888868864 40320 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27455] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27455/stat : 27455 (java) S 27448 27450 24139 0 -1 64 21 900 0 0 0 0 13 2 15 0 9 0 636099023 888868864 40320 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27456] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27456/stat : 27456 (java) S 27448 27450 24139 0 -1 64 0 900 0 0 0 0 13 2 25 0 9 0 636099025 888868864 40320 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27457] ppid=27448 vsize=868036 CPUtime=0.48
/proc/27450/task/27457/stat : 27457 (java) S 27448 27450 24139 0 -1 64 942 900 0 0 32 1 13 2 17 0 9 0 636099025 888868864 40320 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27458] ppid=27448 vsize=868036 CPUtime=0.15

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

/proc/27450/task/27455/stat : 27455 (java) S 27448 27450 24139 0 -1 64 21 900 0 0 0 0 13 2 15 0 9 0 636099023 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27456] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27456/stat : 27456 (java) S 27448 27450 24139 0 -1 64 0 900 0 0 0 0 13 2 25 0 9 0 636099025 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27457] ppid=27448 vsize=868036 CPUtime=0.56
/proc/27450/task/27457/stat : 27457 (java) S 27448 27450 24139 0 -1 64 990 900 0 0 40 1 13 2 16 0 9 0 636099025 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27458] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27458/stat : 27458 (java) S 27448 27450 24139 0 -1 64 2 900 0 0 0 0 13 2 25 0 9 0 636099025 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27459] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27459/stat : 27459 (java) S 27448 27450 24139 0 -1 64 9 900 0 0 0 0 13 2 15 0 9 0 636099025 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1474.65
Current children cumulated vsize (KiB) 868036

[startup+1542.3 s]
/proc/loadavg: 3.98 3.14 2.55 3/84 27541
/proc/meminfo: memFree=799168/2055920 swapFree=4166000/4192956
[pid=27450] ppid=27448 vsize=868036 CPUtime=1534.16
/proc/27450/stat : 27450 (java) S 27448 27450 24139 0 -1 0 78557 900 1 0 153349 52 13 2 20 0 9 0 636099020 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27450/statm: 217009 48242 2638 9 0 211515 0
[pid=27450/tid=27452] ppid=27448 vsize=868036 CPUtime=1531.97
/proc/27450/task/27452/stat : 27452 (java) R 27448 27450 24139 0 -1 64 32329 900 1 0 153152 30 13 2 25 0 9 0 636099022 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4126886259 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27453] ppid=27448 vsize=868036 CPUtime=1.87
/proc/27450/task/27453/stat : 27453 (java) S 27448 27450 24139 0 -1 64 44374 900 0 0 155 17 13 2 16 0 9 0 636099023 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27454] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27454/stat : 27454 (java) S 27448 27450 24139 0 -1 64 18 900 0 0 0 0 13 2 16 0 9 0 636099023 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27455] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27455/stat : 27455 (java) S 27448 27450 24139 0 -1 64 21 900 0 0 0 0 13 2 15 0 9 0 636099023 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27456] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27456/stat : 27456 (java) S 27448 27450 24139 0 -1 64 0 900 0 0 0 0 13 2 25 0 9 0 636099025 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27457] ppid=27448 vsize=868036 CPUtime=0.56
/proc/27450/task/27457/stat : 27457 (java) S 27448 27450 24139 0 -1 64 990 900 0 0 40 1 13 2 16 0 9 0 636099025 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27458] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27458/stat : 27458 (java) S 27448 27450 24139 0 -1 64 2 900 0 0 0 0 13 2 25 0 9 0 636099025 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27459] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27459/stat : 27459 (java) S 27448 27450 24139 0 -1 64 9 900 0 0 0 0 13 2 15 0 9 0 636099025 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.16
Current children cumulated vsize (KiB) 868036

[startup+1602.3 s]
/proc/loadavg: 3.25 3.11 2.58 3/84 27541
/proc/meminfo: memFree=803264/2055920 swapFree=4166000/4192956
[pid=27450] ppid=27448 vsize=868036 CPUtime=1593.85
/proc/27450/stat : 27450 (java) S 27448 27450 24139 0 -1 0 78565 900 1 0 159317 53 13 2 20 0 9 0 636099020 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27450/statm: 217009 48242 2638 9 0 211515 0
[pid=27450/tid=27452] ppid=27448 vsize=868036 CPUtime=1591.64
/proc/27450/task/27452/stat : 27452 (java) R 27448 27450 24139 0 -1 64 32337 900 1 0 159117 32 13 2 25 0 9 0 636099022 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4126888816 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27453] ppid=27448 vsize=868036 CPUtime=1.91
/proc/27450/task/27453/stat : 27453 (java) S 27448 27450 24139 0 -1 64 44374 900 0 0 159 17 13 2 16 0 9 0 636099023 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27454] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27454/stat : 27454 (java) S 27448 27450 24139 0 -1 64 18 900 0 0 0 0 13 2 16 0 9 0 636099023 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27455] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27455/stat : 27455 (java) S 27448 27450 24139 0 -1 64 21 900 0 0 0 0 13 2 15 0 9 0 636099023 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27456] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27456/stat : 27456 (java) S 27448 27450 24139 0 -1 64 0 900 0 0 0 0 13 2 25 0 9 0 636099025 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27457] ppid=27448 vsize=868036 CPUtime=0.56
/proc/27450/task/27457/stat : 27457 (java) S 27448 27450 24139 0 -1 64 990 900 0 0 40 1 13 2 16 0 9 0 636099025 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27458] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27458/stat : 27458 (java) S 27448 27450 24139 0 -1 64 2 900 0 0 0 0 13 2 25 0 9 0 636099025 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27459] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27459/stat : 27459 (java) S 27448 27450 24139 0 -1 64 9 900 0 0 0 0 13 2 15 0 9 0 636099025 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1593.85
Current children cumulated vsize (KiB) 868036

[startup+1662.3 s]
/proc/loadavg: 2.56 2.93 2.55 3/84 27548
/proc/meminfo: memFree=802112/2055920 swapFree=4166000/4192956
[pid=27450] ppid=27448 vsize=868036 CPUtime=1653.53
/proc/27450/stat : 27450 (java) S 27448 27450 24139 0 -1 0 78573 900 1 0 165285 53 13 2 20 0 9 0 636099020 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27450/statm: 217009 48242 2638 9 0 211515 0
[pid=27450/tid=27452] ppid=27448 vsize=868036 CPUtime=1651.29
/proc/27450/task/27452/stat : 27452 (java) R 27448 27450 24139 0 -1 64 32345 900 1 0 165082 32 13 2 25 0 9 0 636099022 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4127104007 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27453] ppid=27448 vsize=868036 CPUtime=1.94
/proc/27450/task/27453/stat : 27453 (java) S 27448 27450 24139 0 -1 64 44374 900 0 0 162 17 13 2 16 0 9 0 636099023 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27454] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27454/stat : 27454 (java) S 27448 27450 24139 0 -1 64 18 900 0 0 0 0 13 2 16 0 9 0 636099023 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27455] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27455/stat : 27455 (java) S 27448 27450 24139 0 -1 64 21 900 0 0 0 0 13 2 15 0 9 0 636099023 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27456] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27456/stat : 27456 (java) S 27448 27450 24139 0 -1 64 0 900 0 0 0 0 13 2 25 0 9 0 636099025 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27457] ppid=27448 vsize=868036 CPUtime=0.56
/proc/27450/task/27457/stat : 27457 (java) S 27448 27450 24139 0 -1 64 990 900 0 0 40 1 13 2 16 0 9 0 636099025 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27458] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27458/stat : 27458 (java) S 27448 27450 24139 0 -1 64 2 900 0 0 0 0 13 2 25 0 9 0 636099025 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27459] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27459/stat : 27459 (java) S 27448 27450 24139 0 -1 64 9 900 0 0 0 0 13 2 15 0 9 0 636099025 888868864 48242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1653.53
Current children cumulated vsize (KiB) 868036

[startup+1722.3 s]
/proc/loadavg: 2.24 2.78 2.52 3/84 27548
/proc/meminfo: memFree=799936/2055920 swapFree=4166000/4192956
[pid=27450] ppid=27448 vsize=868036 CPUtime=1713.23
/proc/27450/stat : 27450 (java) S 27448 27450 24139 0 -1 0 78590 900 1 0 171254 54 13 2 20 0 9 0 636099020 888868864 48250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27450/statm: 217009 48250 2638 9 0 211515 0
[pid=27450/tid=27452] ppid=27448 vsize=868036 CPUtime=1710.95
/proc/27450/task/27452/stat : 27452 (java) R 27448 27450 24139 0 -1 64 32354 900 1 0 171048 32 13 2 25 0 9 0 636099022 888868864 48250 996147200 134512640 134550740 4294955968 18446744073709551615 4127260323 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27453] ppid=27448 vsize=868036 CPUtime=1.97
/proc/27450/task/27453/stat : 27453 (java) S 27448 27450 24139 0 -1 64 44382 900 0 0 165 17 13 2 16 0 9 0 636099023 888868864 48250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27454] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27454/stat : 27454 (java) S 27448 27450 24139 0 -1 64 18 900 0 0 0 0 13 2 16 0 9 0 636099023 888868864 48250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27455] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27455/stat : 27455 (java) S 27448 27450 24139 0 -1 64 21 900 0 0 0 0 13 2 15 0 9 0 636099023 888868864 48250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27456] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27456/stat : 27456 (java) S 27448 27450 24139 0 -1 64 0 900 0 0 0 0 13 2 25 0 9 0 636099025 888868864 48250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27457] ppid=27448 vsize=868036 CPUtime=0.56
/proc/27450/task/27457/stat : 27457 (java) S 27448 27450 24139 0 -1 64 990 900 0 0 40 1 13 2 16 0 9 0 636099025 888868864 48250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27458] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27458/stat : 27458 (java) S 27448 27450 24139 0 -1 64 2 900 0 0 0 0 13 2 25 0 9 0 636099025 888868864 48250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27459] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27459/stat : 27459 (java) S 27448 27450 24139 0 -1 64 9 900 0 0 0 0 13 2 15 0 9 0 636099025 888868864 48250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.23
Current children cumulated vsize (KiB) 868036

[startup+1782.3 s]
/proc/loadavg: 2.20 2.66 2.49 3/84 27548
/proc/meminfo: memFree=797504/2055920 swapFree=4166000/4192956
[pid=27450] ppid=27448 vsize=868036 CPUtime=1772.92
/proc/27450/stat : 27450 (java) S 27448 27450 24139 0 -1 0 78598 900 1 0 177223 54 13 2 20 0 9 0 636099020 888868864 48250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27450/statm: 217009 48250 2638 9 0 211515 0
[pid=27450/tid=27452] ppid=27448 vsize=868036 CPUtime=1770.61
/proc/27450/task/27452/stat : 27452 (java) R 27448 27450 24139 0 -1 64 32362 900 1 0 177014 32 13 2 25 0 9 0 636099022 888868864 48250 996147200 134512640 134550740 4294955968 18446744073709551615 4127258045 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27453] ppid=27448 vsize=868036 CPUtime=2
/proc/27450/task/27453/stat : 27453 (java) S 27448 27450 24139 0 -1 64 44382 900 0 0 168 17 13 2 16 0 9 0 636099023 888868864 48250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27454] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27454/stat : 27454 (java) S 27448 27450 24139 0 -1 64 18 900 0 0 0 0 13 2 16 0 9 0 636099023 888868864 48250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27455] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27455/stat : 27455 (java) S 27448 27450 24139 0 -1 64 21 900 0 0 0 0 13 2 15 0 9 0 636099023 888868864 48250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27456] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27456/stat : 27456 (java) S 27448 27450 24139 0 -1 64 0 900 0 0 0 0 13 2 25 0 9 0 636099025 888868864 48250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27457] ppid=27448 vsize=868036 CPUtime=0.56
/proc/27450/task/27457/stat : 27457 (java) S 27448 27450 24139 0 -1 64 990 900 0 0 40 1 13 2 16 0 9 0 636099025 888868864 48250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27458] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27458/stat : 27458 (java) S 27448 27450 24139 0 -1 64 2 900 0 0 0 0 13 2 25 0 9 0 636099025 888868864 48250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27459] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27459/stat : 27459 (java) S 27448 27450 24139 0 -1 64 9 900 0 0 0 0 13 2 15 0 9 0 636099025 888868864 48250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1772.92
Current children cumulated vsize (KiB) 868036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.6 s]
/proc/loadavg: 2.12 2.60 2.47 3/84 27548
/proc/meminfo: memFree=796224/2055920 swapFree=4166000/4192956
[pid=27450] ppid=27448 vsize=868036 CPUtime=1800.08
/proc/27450/stat : 27450 (java) S 27448 27450 24139 0 -1 0 78601 900 1 0 179939 54 13 2 20 0 9 0 636099020 888868864 48250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27450/statm: 217009 48250 2638 9 0 211515 0
[pid=27450/tid=27452] ppid=27448 vsize=868036 CPUtime=1797.77
/proc/27450/task/27452/stat : 27452 (java) R 27448 27450 24139 0 -1 64 32365 900 1 0 179729 33 13 2 25 0 9 0 636099022 888868864 48250 996147200 134512640 134550740 4294955968 18446744073709551615 4127258064 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27453] ppid=27448 vsize=868036 CPUtime=2
/proc/27450/task/27453/stat : 27453 (java) S 27448 27450 24139 0 -1 64 44382 900 0 0 168 17 13 2 16 0 9 0 636099023 888868864 48250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27454] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27454/stat : 27454 (java) S 27448 27450 24139 0 -1 64 18 900 0 0 0 0 13 2 16 0 9 0 636099023 888868864 48250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27455] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27455/stat : 27455 (java) S 27448 27450 24139 0 -1 64 21 900 0 0 0 0 13 2 15 0 9 0 636099023 888868864 48250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27456] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27456/stat : 27456 (java) S 27448 27450 24139 0 -1 64 0 900 0 0 0 0 13 2 25 0 9 0 636099025 888868864 48250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27457] ppid=27448 vsize=868036 CPUtime=0.56
/proc/27450/task/27457/stat : 27457 (java) S 27448 27450 24139 0 -1 64 990 900 0 0 40 1 13 2 16 0 9 0 636099025 888868864 48250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27458] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27458/stat : 27458 (java) S 27448 27450 24139 0 -1 64 2 900 0 0 0 0 13 2 25 0 9 0 636099025 888868864 48250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27450/tid=27459] ppid=27448 vsize=868036 CPUtime=0.15
/proc/27450/task/27459/stat : 27459 (java) S 27448 27450 24139 0 -1 64 9 900 0 0 0 0 13 2 15 0 9 0 636099025 888868864 48250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 868036

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1809.64
CPU time (s): 1800.13
CPU user time (s): 1799.54
CPU system time (s): 0.597909
CPU usage (%): 99.4744
Max. virtual memory (cumulated for all children) (KiB): 868036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.54
system time used= 0.597909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79532
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= 40557
involuntary context switches= 57153

runsolver used 2.26965 second user time and 5.97409 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-05 05:33:32
IDJOB=1083530
IDBENCH=57483
IDSOLVER=363
FILE ID=node77/1083530-1215228812
PBS_JOBID= 7881740
Free space on /tmp= 66372 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2dc1ef2385520df4e5d6471c36d68b37
RANDOM SEED=1802851335

node77.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.274
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.274
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1157672 kB
Buffers:         70328 kB
Cached:         382888 kB
SwapCached:      20880 kB
Active:         733732 kB
Inactive:        94180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1157672 kB
SwapTotal:     4192956 kB
SwapFree:      4166000 kB
Dirty:            3676 kB
Writeback:           0 kB
Mapped:         381680 kB
Slab:            54880 kB
Committed_AS:  1484712 kB
PageTables:       2548 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= 66288 MiB
End job on node77 at 2008-07-05 06:03:44