Trace number 1072510

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.11 1801.14

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-45_ext.xml
MD5SUMd5d47957bb204cad1de758ab5599e60c
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark85.557
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.07	
0.01/0.07	Abscon 112 (May, 2008)
0.09/0.20	
0.21/0.20	   configuration
0.21/0.20	     name=esac.xml
0.21/0.23	   
0.21/0.23	   instance
0.21/0.23	     name=HOME/instance-1072510-1215175016.xml
0.21/0.26	   
0.21/0.26	   domains being loaded...
0.21/0.27	   
0.21/0.27	   variables being loaded...
0.21/0.29	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24  nbTotalValues=576
0.21/0.29	       =>  wckTime=0.089  cpuTime=0.08  mem=7M919
0.21/0.29	   
0.21/0.29	   relations being loaded...
0.75/0.78	   
0.75/0.78	   constraints being loaded...
1.07/1.09	     nbConstraints=75  nbRelationTypes=75  nbGlobalConstraints=75  nbExtensionStructures=75
1.07/1.09	     nbSharedExtensionStructures=0  nbConflictsStructures=75  nbSharedConflictsStructures=0
1.07/1.09	     nbSharedBinaryRepresentations=0  minDegree=4  maxDegree=15  minArity=3  maxArity=3  nbGenerators=0  nbFusions=0
1.07/1.09	     symmetryWckTime=0.043  symmetryCpuTime=0.02
1.07/1.09	       =>  wckTime=0.89  cpuTime=0.79  mem=52M925
1.27/1.24	   
1.27/1.24	   solver IterativeSystematicSolver being built... 
1.27/1.29	   
1.27/1.29	   INFO : Forward propagation technique limited 
1.38/1.35	       =>  wckTime=1.152  cpuTime=0.9  mem=42M470
1.61/1.58	   
1.61/1.58	   preprocessing
1.61/1.58	     nbConstraintChecks=0  nbValidityChecks=3254216  nbPropagations=236  nbRevisions=0  nbUselessRevisions=0
1.61/1.58	     nbSingletonTests=35  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
1.61/1.58	     detectedInconsistency=no
1.61/1.58	       =>  wckTime=0.223  cpuTime=0.24  mem=42M470
2.73/2.65	   
2.73/2.65	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=43M504)

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-1072510-1215175016/watcher-1072510-1215175016 -o /tmp/evaluation-result-1072510-1215175016/solver-1072510-1215175016 -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-1072510-1215175016.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: 0.97 0.98 1.00 3/65 25400
/proc/meminfo: memFree=1663600/2055920 swapFree=4179552/4192956
[pid=25400] ppid=25398 vsize=1616 CPUtime=0
/proc/25400/stat : 25400 (java) R 25398 25400 25228 0 -1 0 174 0 0 0 0 0 0 0 19 0 1 0 250489602 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/25400/statm: 405 146 119 9 0 47 0

[startup+0.0267129 s]
/proc/loadavg: 0.97 0.98 1.00 3/65 25400
/proc/meminfo: memFree=1663600/2055920 swapFree=4179552/4192956
[pid=25400] ppid=25398 vsize=861876 CPUtime=0.01
/proc/25400/stat : 25400 (java) S 25398 25400 25228 0 -1 0 1901 0 1 0 0 1 0 0 19 0 5 0 250489602 882561024 1585 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 215469 1587 708 9 0 210448 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861876

[startup+0.101722 s]
/proc/loadavg: 0.97 0.98 1.00 3/65 25400
/proc/meminfo: memFree=1663600/2055920 swapFree=4179552/4192956
[pid=25400] ppid=25398 vsize=866768 CPUtime=0.09
/proc/25400/stat : 25400 (java) S 25398 25400 25228 0 -1 0 3969 0 1 0 8 1 0 0 19 0 9 0 250489602 887570432 3409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 216692 3410 1782 9 0 211247 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 866768

[startup+0.301735 s]
/proc/loadavg: 0.97 0.98 1.00 3/65 25400
/proc/meminfo: memFree=1663600/2055920 swapFree=4179552/4192956
[pid=25400] ppid=25398 vsize=867296 CPUtime=0.33
/proc/25400/stat : 25400 (java) S 25398 25400 25228 0 -1 0 6549 0 1 0 30 3 0 0 19 0 9 0 250489602 888111104 5919 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 216824 5919 1967 9 0 211352 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 867296

[startup+0.701775 s]
/proc/loadavg: 0.97 0.98 1.00 3/65 25400
/proc/meminfo: memFree=1663600/2055920 swapFree=4179552/4192956
[pid=25400] ppid=25398 vsize=867296 CPUtime=0.75
/proc/25400/stat : 25400 (java) S 25398 25400 25228 0 -1 0 16596 0 1 0 68 7 0 0 19 0 9 0 250489602 888111104 15966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 216824 15966 1969 9 0 211352 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 867296

[startup+1.50187 s]
/proc/loadavg: 0.97 0.98 1.00 2/74 25409
/proc/meminfo: memFree=1596264/2055920 swapFree=4179552/4192956
[pid=25400] ppid=25398 vsize=867708 CPUtime=1.61
/proc/25400/stat : 25400 (java) S 25398 25400 25228 0 -1 0 35441 271 1 0 148 12 0 1 19 0 9 0 250489602 888532992 24374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 216927 24374 2632 9 0 211433 0
[pid=25400/tid=25402] ppid=25398 vsize=867708 CPUtime=1.25
/proc/25400/task/25402/stat : 25402 (java) R 25398 25400 25228 0 -1 64 19607 271 1 0 117 7 0 1 18 0 9 0 250489603 888532992 24374 996147200 134512640 134550740 4294955968 18446744073709551615 4126764571 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25403] ppid=25398 vsize=867708 CPUtime=0.21
/proc/25400/task/25403/stat : 25403 (java) S 25398 25400 25228 0 -1 64 14467 271 0 0 17 3 0 1 16 0 9 0 250489605 888532992 24374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25404] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25404/stat : 25404 (java) S 25398 25400 25228 0 -1 64 16 271 0 0 0 0 0 1 15 0 9 0 250489605 888532992 24374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25405] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25405/stat : 25405 (java) S 25398 25400 25228 0 -1 64 8 271 0 0 0 0 0 1 15 0 9 0 250489605 888532992 24374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25406] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25406/stat : 25406 (java) S 25398 25400 25228 0 -1 64 1 271 0 0 0 0 0 1 24 0 9 0 250489607 888532992 24374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25407] ppid=25398 vsize=867708 CPUtime=0.14
/proc/25400/task/25407/stat : 25407 (java) S 25398 25400 25228 0 -1 64 525 271 0 0 13 0 0 1 16 0 9 0 250489607 888532992 24374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25408] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25408/stat : 25408 (java) S 25398 25400 25228 0 -1 64 2 271 0 0 0 0 0 1 25 0 9 0 250489607 888532992 24374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25409] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25409/stat : 25409 (java) S 25398 25400 25228 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 250489607 888532992 24374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 867708

[startup+3.10104 s]
/proc/loadavg: 0.97 0.98 1.00 2/74 25413
/proc/meminfo: memFree=1575848/2055920 swapFree=4179552/4192956
[pid=25400] ppid=25398 vsize=867708 CPUtime=3.23
/proc/25400/stat : 25400 (java) S 25398 25400 25228 0 -1 0 35659 271 1 0 310 12 0 1 19 0 9 0 250489602 888532992 24406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 216927 24406 2634 9 0 211433 0
[pid=25400/tid=25402] ppid=25398 vsize=867708 CPUtime=2.84
/proc/25400/task/25402/stat : 25402 (java) R 25398 25400 25228 0 -1 64 19795 271 1 0 276 7 0 1 25 0 9 0 250489603 888532992 24406 996147200 134512640 134550740 4294955968 18446744073709551615 4126764738 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25403] ppid=25398 vsize=867708 CPUtime=0.21
/proc/25400/task/25403/stat : 25403 (java) S 25398 25400 25228 0 -1 64 14468 271 0 0 17 3 0 1 17 0 9 0 250489605 888532992 24406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25404] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25404/stat : 25404 (java) S 25398 25400 25228 0 -1 64 16 271 0 0 0 0 0 1 15 0 9 0 250489605 888532992 24406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25405] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25405/stat : 25405 (java) S 25398 25400 25228 0 -1 64 8 271 0 0 0 0 0 1 15 0 9 0 250489605 888532992 24406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25406] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25406/stat : 25406 (java) S 25398 25400 25228 0 -1 64 1 271 0 0 0 0 0 1 24 0 9 0 250489607 888532992 24406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25407] ppid=25398 vsize=867708 CPUtime=0.18
/proc/25400/task/25407/stat : 25407 (java) S 25398 25400 25228 0 -1 64 554 271 0 0 17 0 0 1 15 0 9 0 250489607 888532992 24406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25408] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25408/stat : 25408 (java) S 25398 25400 25228 0 -1 64 2 271 0 0 0 0 0 1 25 0 9 0 250489607 888532992 24406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25409] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25409/stat : 25409 (java) S 25398 25400 25228 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 250489607 888532992 24406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 867708

[startup+6.30237 s]
/proc/loadavg: 0.97 0.98 1.00 2/74 25413
/proc/meminfo: memFree=1575728/2055920 swapFree=4179552/4192956
[pid=25400] ppid=25398 vsize=867708 CPUtime=6.43
/proc/25400/stat : 25400 (java) S 25398 25400 25228 0 -1 0 35669 271 1 0 630 12 0 1 19 0 9 0 250489602 888532992 24412 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 216927 24412 2634 9 0 211433 0
[pid=25400/tid=25402] ppid=25398 vsize=867708 CPUtime=6.02
/proc/25400/task/25402/stat : 25402 (java) R 25398 25400 25228 0 -1 64 19798 271 1 0 594 7 0 1 17 0 9 0 250489603 888532992 24412 996147200 134512640 134550740 4294955968 18446744073709551615 4126753931 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25403] ppid=25398 vsize=867708 CPUtime=0.21
/proc/25400/task/25403/stat : 25403 (java) S 25398 25400 25228 0 -1 64 14468 271 0 0 17 3 0 1 16 0 9 0 250489605 888532992 24412 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25404] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25404/stat : 25404 (java) S 25398 25400 25228 0 -1 64 16 271 0 0 0 0 0 1 15 0 9 0 250489605 888532992 24412 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25405] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25405/stat : 25405 (java) S 25398 25400 25228 0 -1 64 8 271 0 0 0 0 0 1 15 0 9 0 250489605 888532992 24412 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25406] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25406/stat : 25406 (java) S 25398 25400 25228 0 -1 64 1 271 0 0 0 0 0 1 24 0 9 0 250489607 888532992 24412 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25407] ppid=25398 vsize=867708 CPUtime=0.18
/proc/25400/task/25407/stat : 25407 (java) S 25398 25400 25228 0 -1 64 561 271 0 0 17 0 0 1 15 0 9 0 250489607 888532992 24412 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25408] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25408/stat : 25408 (java) S 25398 25400 25228 0 -1 64 2 271 0 0 0 0 0 1 25 0 9 0 250489607 888532992 24412 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25409] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25409/stat : 25409 (java) S 25398 25400 25228 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 250489607 888532992 24412 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.43
Current children cumulated vsize (KiB) 867708

[startup+12.7011 s]
/proc/loadavg: 0.97 0.98 1.00 2/74 25413
/proc/meminfo: memFree=1575536/2055920 swapFree=4179552/4192956
[pid=25400] ppid=25398 vsize=867708 CPUtime=12.83
/proc/25400/stat : 25400 (java) S 25398 25400 25228 0 -1 0 35682 271 1 0 1270 12 0 1 19 0 9 0 250489602 888532992 24422 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 216927 24422 2634 9 0 211433 0
[pid=25400/tid=25402] ppid=25398 vsize=867708 CPUtime=12.41
/proc/25400/task/25402/stat : 25402 (java) R 25398 25400 25228 0 -1 64 19800 271 1 0 1233 7 0 1 25 0 9 0 250489603 888532992 24422 996147200 134512640 134550740 4294955968 18446744073709551615 4126764738 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25403] ppid=25398 vsize=867708 CPUtime=0.21
/proc/25400/task/25403/stat : 25403 (java) S 25398 25400 25228 0 -1 64 14468 271 0 0 17 3 0 1 16 0 9 0 250489605 888532992 24422 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25404] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25404/stat : 25404 (java) S 25398 25400 25228 0 -1 64 16 271 0 0 0 0 0 1 15 0 9 0 250489605 888532992 24422 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25405] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25405/stat : 25405 (java) S 25398 25400 25228 0 -1 64 8 271 0 0 0 0 0 1 15 0 9 0 250489605 888532992 24422 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25406] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25406/stat : 25406 (java) S 25398 25400 25228 0 -1 64 1 271 0 0 0 0 0 1 24 0 9 0 250489607 888532992 24422 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25407] ppid=25398 vsize=867708 CPUtime=0.2
/proc/25400/task/25407/stat : 25407 (java) S 25398 25400 25228 0 -1 64 572 271 0 0 19 0 0 1 16 0 9 0 250489607 888532992 24422 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25408] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25408/stat : 25408 (java) S 25398 25400 25228 0 -1 64 2 271 0 0 0 0 0 1 25 0 9 0 250489607 888532992 24422 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25409] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25409/stat : 25409 (java) S 25398 25400 25228 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 250489607 888532992 24422 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.83
Current children cumulated vsize (KiB) 867708

[startup+25.5024 s]
/proc/loadavg: 0.98 0.98 1.00 2/74 25413
/proc/meminfo: memFree=1575600/2055920 swapFree=4179552/4192956
[pid=25400] ppid=25398 vsize=867708 CPUtime=25.63
/proc/25400/stat : 25400 (java) S 25398 25400 25228 0 -1 0 35690 271 1 0 2550 12 0 1 19 0 9 0 250489602 888532992 24425 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 216927 24425 2634 9 0 211433 0
[pid=25400/tid=25402] ppid=25398 vsize=867708 CPUtime=25.2
/proc/25400/task/25402/stat : 25402 (java) R 25398 25400 25228 0 -1 64 19803 271 1 0 2512 7 0 1 25 0 9 0 250489603 888532992 24425 996147200 134512640 134550740 4294955968 18446744073709551615 4126764597 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25403] ppid=25398 vsize=867708 CPUtime=0.21
/proc/25400/task/25403/stat : 25403 (java) S 25398 25400 25228 0 -1 64 14468 271 0 0 17 3 0 1 16 0 9 0 250489605 888532992 24425 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25404] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25404/stat : 25404 (java) S 25398 25400 25228 0 -1 64 16 271 0 0 0 0 0 1 15 0 9 0 250489605 888532992 24425 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25405] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25405/stat : 25405 (java) S 25398 25400 25228 0 -1 64 8 271 0 0 0 0 0 1 15 0 9 0 250489605 888532992 24425 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25406] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25406/stat : 25406 (java) S 25398 25400 25228 0 -1 64 1 271 0 0 0 0 0 1 24 0 9 0 250489607 888532992 24425 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25407] ppid=25398 vsize=867708 CPUtime=0.2
/proc/25400/task/25407/stat : 25407 (java) S 25398 25400 25228 0 -1 64 577 271 0 0 19 0 0 1 15 0 9 0 250489607 888532992 24425 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25408] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25408/stat : 25408 (java) S 25398 25400 25228 0 -1 64 2 271 0 0 0 0 0 1 25 0 9 0 250489607 888532992 24425 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25409] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25409/stat : 25409 (java) S 25398 25400 25228 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 250489607 888532992 24425 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.63
Current children cumulated vsize (KiB) 867708

[startup+51.1022 s]
/proc/loadavg: 0.98 0.98 1.00 2/74 25413
/proc/meminfo: memFree=1575600/2055920 swapFree=4179552/4192956
[pid=25400] ppid=25398 vsize=867708 CPUtime=51.22
/proc/25400/stat : 25400 (java) S 25398 25400 25228 0 -1 0 35729 271 1 0 5108 13 0 1 19 0 9 0 250489602 888532992 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 216927 24426 2634 9 0 211433 0
[pid=25400/tid=25402] ppid=25398 vsize=867708 CPUtime=50.79
/proc/25400/task/25402/stat : 25402 (java) R 25398 25400 25228 0 -1 64 19841 271 1 0 5071 7 0 1 25 0 9 0 250489603 888532992 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4126781706 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25403] ppid=25398 vsize=867708 CPUtime=0.21
/proc/25400/task/25403/stat : 25403 (java) S 25398 25400 25228 0 -1 64 14468 271 0 0 17 3 0 1 16 0 9 0 250489605 888532992 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25404] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25404/stat : 25404 (java) S 25398 25400 25228 0 -1 64 16 271 0 0 0 0 0 1 15 0 9 0 250489605 888532992 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25405] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25405/stat : 25405 (java) S 25398 25400 25228 0 -1 64 8 271 0 0 0 0 0 1 15 0 9 0 250489605 888532992 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25406] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25406/stat : 25406 (java) S 25398 25400 25228 0 -1 64 1 271 0 0 0 0 0 1 24 0 9 0 250489607 888532992 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25407] ppid=25398 vsize=867708 CPUtime=0.21
/proc/25400/task/25407/stat : 25407 (java) S 25398 25400 25228 0 -1 64 578 271 0 0 20 0 0 1 16 0 9 0 250489607 888532992 24426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25408] ppid=25398 vsize=867708 CPUtime=0.01

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

/proc/25400/task/25405/stat : 25405 (java) S 25398 25400 25228 0 -1 64 8 271 0 0 0 0 0 1 15 0 9 0 250489605 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25406] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25406/stat : 25406 (java) S 25398 25400 25228 0 -1 64 1 271 0 0 0 0 0 1 24 0 9 0 250489607 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25407] ppid=25398 vsize=867708 CPUtime=0.21
/proc/25400/task/25407/stat : 25407 (java) S 25398 25400 25228 0 -1 64 580 271 0 0 20 0 0 1 16 0 9 0 250489607 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25408] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25408/stat : 25408 (java) S 25398 25400 25228 0 -1 64 2 271 0 0 0 0 0 1 25 0 9 0 250489607 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25409] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25409/stat : 25409 (java) S 25398 25400 25228 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 250489607 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 867708

[startup+1602.3 s]
/proc/loadavg: 1.56 1.14 1.05 3/79 25490
/proc/meminfo: memFree=1558144/2055920 swapFree=4179552/4192956
[pid=25400] ppid=25398 vsize=867708 CPUtime=1601.66
/proc/25400/stat : 25400 (java) S 25398 25400 25228 0 -1 0 37442 271 1 0 160148 17 0 1 19 0 9 0 250489602 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 216927 24428 2634 9 0 211433 0
[pid=25400/tid=25402] ppid=25398 vsize=867708 CPUtime=1601.22
/proc/25400/task/25402/stat : 25402 (java) R 25398 25400 25228 0 -1 64 21552 271 1 0 160110 11 0 1 25 0 9 0 250489603 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4126753917 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25403] ppid=25398 vsize=867708 CPUtime=0.21
/proc/25400/task/25403/stat : 25403 (java) S 25398 25400 25228 0 -1 64 14468 271 0 0 17 3 0 1 16 0 9 0 250489605 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25404] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25404/stat : 25404 (java) S 25398 25400 25228 0 -1 64 16 271 0 0 0 0 0 1 15 0 9 0 250489605 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25405] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25405/stat : 25405 (java) S 25398 25400 25228 0 -1 64 8 271 0 0 0 0 0 1 15 0 9 0 250489605 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25406] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25406/stat : 25406 (java) S 25398 25400 25228 0 -1 64 1 271 0 0 0 0 0 1 24 0 9 0 250489607 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25407] ppid=25398 vsize=867708 CPUtime=0.21
/proc/25400/task/25407/stat : 25407 (java) S 25398 25400 25228 0 -1 64 580 271 0 0 20 0 0 1 16 0 9 0 250489607 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25408] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25408/stat : 25408 (java) S 25398 25400 25228 0 -1 64 2 271 0 0 0 0 0 1 25 0 9 0 250489607 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25409] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25409/stat : 25409 (java) S 25398 25400 25228 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 250489607 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.66
Current children cumulated vsize (KiB) 867708

[startup+1662.3 s]
/proc/loadavg: 1.84 1.29 1.10 2/77 25513
/proc/meminfo: memFree=1571080/2055920 swapFree=4179552/4192956
[pid=25400] ppid=25398 vsize=867708 CPUtime=1661.58
/proc/25400/stat : 25400 (java) S 25398 25400 25228 0 -1 0 37513 271 1 0 166138 19 0 1 19 0 9 0 250489602 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 216927 24428 2634 9 0 211433 0
[pid=25400/tid=25402] ppid=25398 vsize=867708 CPUtime=1661.15
/proc/25400/task/25402/stat : 25402 (java) R 25398 25400 25228 0 -1 64 21623 271 1 0 166100 14 0 1 25 0 9 0 250489603 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4126764659 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25403] ppid=25398 vsize=867708 CPUtime=0.21
/proc/25400/task/25403/stat : 25403 (java) S 25398 25400 25228 0 -1 64 14468 271 0 0 17 3 0 1 16 0 9 0 250489605 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25404] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25404/stat : 25404 (java) S 25398 25400 25228 0 -1 64 16 271 0 0 0 0 0 1 15 0 9 0 250489605 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25405] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25405/stat : 25405 (java) S 25398 25400 25228 0 -1 64 8 271 0 0 0 0 0 1 15 0 9 0 250489605 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25406] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25406/stat : 25406 (java) S 25398 25400 25228 0 -1 64 1 271 0 0 0 0 0 1 24 0 9 0 250489607 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25407] ppid=25398 vsize=867708 CPUtime=0.21
/proc/25400/task/25407/stat : 25407 (java) S 25398 25400 25228 0 -1 64 580 271 0 0 20 0 0 1 16 0 9 0 250489607 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25408] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25408/stat : 25408 (java) S 25398 25400 25228 0 -1 64 2 271 0 0 0 0 0 1 25 0 9 0 250489607 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25409] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25409/stat : 25409 (java) S 25398 25400 25228 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 250489607 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.58
Current children cumulated vsize (KiB) 867708

[startup+1722.3 s]
/proc/loadavg: 2.01 1.43 1.16 3/92 25534
/proc/meminfo: memFree=769368/2055920 swapFree=4179552/4192956
[pid=25400] ppid=25398 vsize=867708 CPUtime=1721.56
/proc/25400/stat : 25400 (java) S 25398 25400 25228 0 -1 0 37575 271 1 0 172135 20 0 1 19 0 9 0 250489602 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 216927 24428 2634 9 0 211433 0
[pid=25400/tid=25402] ppid=25398 vsize=867708 CPUtime=1721.12
/proc/25400/task/25402/stat : 25402 (java) R 25398 25400 25228 0 -1 64 21685 271 1 0 172097 14 0 1 25 0 9 0 250489603 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4126764581 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25403] ppid=25398 vsize=867708 CPUtime=0.21
/proc/25400/task/25403/stat : 25403 (java) S 25398 25400 25228 0 -1 64 14468 271 0 0 17 3 0 1 16 0 9 0 250489605 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25404] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25404/stat : 25404 (java) S 25398 25400 25228 0 -1 64 16 271 0 0 0 0 0 1 15 0 9 0 250489605 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25405] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25405/stat : 25405 (java) S 25398 25400 25228 0 -1 64 8 271 0 0 0 0 0 1 15 0 9 0 250489605 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25406] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25406/stat : 25406 (java) S 25398 25400 25228 0 -1 64 1 271 0 0 0 0 0 1 24 0 9 0 250489607 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25407] ppid=25398 vsize=867708 CPUtime=0.21
/proc/25400/task/25407/stat : 25407 (java) S 25398 25400 25228 0 -1 64 580 271 0 0 20 0 0 1 16 0 9 0 250489607 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25408] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25408/stat : 25408 (java) S 25398 25400 25228 0 -1 64 2 271 0 0 0 0 0 1 25 0 9 0 250489607 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25409] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25409/stat : 25409 (java) S 25398 25400 25228 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 250489607 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.56
Current children cumulated vsize (KiB) 867708

[startup+1782.3 s]
/proc/loadavg: 2.00 1.53 1.21 3/90 25575
/proc/meminfo: memFree=864152/2055920 swapFree=4179552/4192956
[pid=25400] ppid=25398 vsize=867708 CPUtime=1781.36
/proc/25400/stat : 25400 (java) S 25398 25400 25228 0 -1 0 37643 271 1 0 178114 21 0 1 19 0 9 0 250489602 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 216927 24428 2634 9 0 211433 0
[pid=25400/tid=25402] ppid=25398 vsize=867708 CPUtime=1780.92
/proc/25400/task/25402/stat : 25402 (java) R 25398 25400 25228 0 -1 64 21753 271 1 0 178076 15 0 1 25 0 9 0 250489603 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4126764555 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25403] ppid=25398 vsize=867708 CPUtime=0.21
/proc/25400/task/25403/stat : 25403 (java) S 25398 25400 25228 0 -1 64 14468 271 0 0 17 3 0 1 16 0 9 0 250489605 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25404] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25404/stat : 25404 (java) S 25398 25400 25228 0 -1 64 16 271 0 0 0 0 0 1 15 0 9 0 250489605 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25405] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25405/stat : 25405 (java) S 25398 25400 25228 0 -1 64 8 271 0 0 0 0 0 1 15 0 9 0 250489605 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25406] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25406/stat : 25406 (java) S 25398 25400 25228 0 -1 64 1 271 0 0 0 0 0 1 24 0 9 0 250489607 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25407] ppid=25398 vsize=867708 CPUtime=0.21
/proc/25400/task/25407/stat : 25407 (java) S 25398 25400 25228 0 -1 64 580 271 0 0 20 0 0 1 16 0 9 0 250489607 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25408] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25408/stat : 25408 (java) S 25398 25400 25228 0 -1 64 2 271 0 0 0 0 0 1 25 0 9 0 250489607 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25409] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25409/stat : 25409 (java) S 25398 25400 25228 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 250489607 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1781.36
Current children cumulated vsize (KiB) 867708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.1 s]
/proc/loadavg: 2.00 1.56 1.23 3/90 25575
/proc/meminfo: memFree=864152/2055920 swapFree=4179552/4192956
[pid=25400] ppid=25398 vsize=867708 CPUtime=1800.07
/proc/25400/stat : 25400 (java) S 25398 25400 25228 0 -1 0 37666 271 1 0 179985 21 0 1 19 0 9 0 250489602 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 216927 24428 2634 9 0 211433 0
[pid=25400/tid=25402] ppid=25398 vsize=867708 CPUtime=1799.63
/proc/25400/task/25402/stat : 25402 (java) R 25398 25400 25228 0 -1 64 21776 271 1 0 179947 15 0 1 25 0 9 0 250489603 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4126764555 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25403] ppid=25398 vsize=867708 CPUtime=0.21
/proc/25400/task/25403/stat : 25403 (java) S 25398 25400 25228 0 -1 64 14468 271 0 0 17 3 0 1 16 0 9 0 250489605 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25404] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25404/stat : 25404 (java) S 25398 25400 25228 0 -1 64 16 271 0 0 0 0 0 1 15 0 9 0 250489605 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25405] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25405/stat : 25405 (java) S 25398 25400 25228 0 -1 64 8 271 0 0 0 0 0 1 15 0 9 0 250489605 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25406] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25406/stat : 25406 (java) S 25398 25400 25228 0 -1 64 1 271 0 0 0 0 0 1 24 0 9 0 250489607 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25407] ppid=25398 vsize=867708 CPUtime=0.21
/proc/25400/task/25407/stat : 25407 (java) S 25398 25400 25228 0 -1 64 580 271 0 0 20 0 0 1 16 0 9 0 250489607 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25408] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25408/stat : 25408 (java) S 25398 25400 25228 0 -1 64 2 271 0 0 0 0 0 1 25 0 9 0 250489607 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25409] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25409/stat : 25409 (java) S 25398 25400 25228 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 250489607 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 867708

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

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

[startup+1801.1 s]
/proc/loadavg: 2.00 1.56 1.23 3/90 25575
/proc/meminfo: memFree=864152/2055920 swapFree=4179552/4192956
[pid=25400] ppid=25398 vsize=867708 CPUtime=1800.07
/proc/25400/stat : 25400 (java) S 25398 25400 25228 0 -1 0 37666 271 1 0 179985 21 0 1 19 0 9 0 250489602 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25400/statm: 216927 24428 2634 9 0 211433 0
[pid=25400/tid=25402] ppid=25398 vsize=867708 CPUtime=1799.63
/proc/25400/task/25402/stat : 25402 (java) R 25398 25400 25228 0 -1 64 21776 271 1 0 179947 15 0 1 25 0 9 0 250489603 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4126764555 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25403] ppid=25398 vsize=867708 CPUtime=0.21
/proc/25400/task/25403/stat : 25403 (java) S 25398 25400 25228 0 -1 64 14468 271 0 0 17 3 0 1 16 0 9 0 250489605 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25400/tid=25404] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25404/stat : 25404 (java) S 25398 25400 25228 0 -1 64 16 271 0 0 0 0 0 1 15 0 9 0 250489605 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25405] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25405/stat : 25405 (java) S 25398 25400 25228 0 -1 64 8 271 0 0 0 0 0 1 15 0 9 0 250489605 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25406] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25406/stat : 25406 (java) S 25398 25400 25228 0 -1 64 1 271 0 0 0 0 0 1 24 0 9 0 250489607 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25407] ppid=25398 vsize=867708 CPUtime=0.21
/proc/25400/task/25407/stat : 25407 (java) S 25398 25400 25228 0 -1 64 580 271 0 0 20 0 0 1 16 0 9 0 250489607 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25408] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25408/stat : 25408 (java) S 25398 25400 25228 0 -1 64 2 271 0 0 0 0 0 1 25 0 9 0 250489607 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25400/tid=25409] ppid=25398 vsize=867708 CPUtime=0.01
/proc/25400/task/25409/stat : 25409 (java) S 25398 25400 25228 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 250489607 888532992 24428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 867708

Child status: 143
Real time (s): 1801.14
CPU time (s): 1800.11
CPU user time (s): 1799.87
CPU system time (s): 0.242963
CPU usage (%): 99.943
Max. virtual memory (cumulated for all children) (KiB): 867708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 0.242963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37969
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= 36947
involuntary context switches= 5966

runsolver used 2.05569 second user time and 4.73128 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-04 14:36:57
IDJOB=1072510
IDBENCH=56260
IDSOLVER=364
FILE ID=node81/1072510-1215175016
PBS_JOBID= 7881495
Free space on /tmp= 126864 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-45_ext.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-1072510-1215175016/watcher-1072510-1215175016 -o /tmp/evaluation-result-1072510-1215175016/solver-1072510-1215175016 -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-1072510-1215175016.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d5d47957bb204cad1de758ab5599e60c
RANDOM SEED=1913671748

node81.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.236
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.236
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:       1664152 kB
Buffers:         57616 kB
Cached:         258824 kB
SwapCached:       6152 kB
Active:         147424 kB
Inactive:       177556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1664152 kB
SwapTotal:     4192956 kB
SwapFree:      4179552 kB
Dirty:            4900 kB
Writeback:           0 kB
Mapped:          14824 kB
Slab:            52880 kB
Committed_AS:   509840 kB
PageTables:       1208 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126848 MiB
End job on node81 at 2008-07-04 15:07:00