Trace number 1072325

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.15 1805.87

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-8_ext.xml
MD5SUM365e2fe2f2ba1f1fef445ec0dbc8513f
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 benchmark116.382
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
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.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1072325-1215173304.xml
0.27/0.31	   
0.27/0.31	   domains being loaded...
0.27/0.32	   
0.27/0.32	   variables being loaded...
0.27/0.35	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24  nbTotalValues=576
0.27/0.35	       =>  wckTime=0.101  cpuTime=0.09  mem=7M919
0.27/0.35	   
0.27/0.35	   relations being loaded...
0.78/0.88	   
0.78/0.88	   constraints being loaded...
1.17/1.22	     nbConstraints=76  nbRelationTypes=76  nbGlobalConstraints=76  nbExtensionStructures=76
1.17/1.22	     nbSharedExtensionStructures=0  nbConflictsStructures=76  nbSharedConflictsStructures=0
1.17/1.22	     nbSharedBinaryRepresentations=0  minDegree=3  maxDegree=18  minArity=3  maxArity=3  nbGenerators=0  nbFusions=0
1.17/1.22	     symmetryWckTime=0.045  symmetryCpuTime=0.02
1.17/1.22	       =>  wckTime=0.97  cpuTime=0.82  mem=54M756
1.26/1.40	   
1.36/1.40	   solver IterativeSystematicSolver being built... 
1.36/1.47	   
1.36/1.47	   INFO : Forward propagation technique limited 
1.46/1.55	       =>  wckTime=1.291  cpuTime=0.95  mem=42M956
1.56/1.61	   
1.56/1.61	   preprocessing
1.56/1.61	     nbConstraintChecks=0  nbValidityChecks=386688  nbPropagations=24  nbRevisions=0  nbUselessRevisions=0
1.56/1.61	     nbRemovedValues=0  detectedInconsistency=no
1.56/1.61	       =>  wckTime=0.064  cpuTime=0.05  mem=42M956
2.55/2.66	   
2.55/2.66	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=43M926)

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.05 1.97 3/80 26008
/proc/meminfo: memFree=1649648/2055920 swapFree=4179776/4192956
[pid=26008] ppid=26006 vsize=1616 CPUtime=0
/proc/26008/stat : 26008 (java) D 26006 26008 25621 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 1996302914 1654784 148 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/26008/statm: 68 37 28 9 0 6 0

[startup+0.0556511 s]
/proc/loadavg: 2.00 2.05 1.97 3/80 26008
/proc/meminfo: memFree=1649648/2055920 swapFree=4179776/4192956
[pid=26008] ppid=26006 vsize=863776 CPUtime=0.03
/proc/26008/stat : 26008 (java) S 26006 26008 25621 0 -1 0 2554 0 1 0 2 1 0 0 18 0 9 0 1996302914 884506624 2112 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26008/statm: 215944 2113 985 9 0 210901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 863776

[startup+0.101656 s]
/proc/loadavg: 2.00 2.05 1.97 3/80 26008
/proc/meminfo: memFree=1649648/2055920 swapFree=4179776/4192956
[pid=26008] ppid=26006 vsize=865884 CPUtime=0.08
/proc/26008/stat : 26008 (java) S 26006 26008 25621 0 -1 0 3692 0 1 0 6 2 0 0 18 0 9 0 1996302914 886665216 3167 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26008/statm: 216471 3167 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301672 s]
/proc/loadavg: 2.00 2.05 1.97 3/80 26008
/proc/meminfo: memFree=1649648/2055920 swapFree=4179776/4192956
[pid=26008] ppid=26006 vsize=866284 CPUtime=0.27
/proc/26008/stat : 26008 (java) S 26006 26008 25621 0 -1 0 5881 0 1 0 24 3 0 0 18 0 9 0 1996302914 887074816 5255 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26008/statm: 216571 5256 1954 9 0 211099 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866284

[startup+0.701715 s]
/proc/loadavg: 2.00 2.05 1.97 3/80 26008
/proc/meminfo: memFree=1649648/2055920 swapFree=4179776/4192956
[pid=26008] ppid=26006 vsize=866400 CPUtime=0.68
/proc/26008/stat : 26008 (java) S 26006 26008 25621 0 -1 0 14398 0 1 0 61 7 0 0 18 0 9 0 1996302914 887193600 13768 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26008/statm: 216600 13774 1969 9 0 211128 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866400

[startup+1.50278 s]
/proc/loadavg: 2.00 2.05 1.97 3/89 26017
/proc/meminfo: memFree=1582504/2055920 swapFree=4179776/4192956
[pid=26008] ppid=26006 vsize=866944 CPUtime=1.46
/proc/26008/stat : 26008 (java) S 26006 26008 25621 0 -1 0 34251 148 1 0 132 14 0 0 18 0 10 0 1996302914 887750656 24443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26008/statm: 216736 24443 2632 9 0 211242 0
[pid=26008/tid=26010] ppid=26006 vsize=866944 CPUtime=1.09
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 25621 0 -1 64 18208 148 1 0 101 8 0 0 16 0 10 0 1996302916 887750656 24443 996147200 134512640 134550740 4294955968 18446744073709551615 4125975782 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26011] ppid=26006 vsize=866944 CPUtime=0.22
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 25621 0 -1 64 14723 148 0 0 18 4 0 0 18 0 10 0 1996302917 887750656 24443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26012] ppid=26006 vsize=866944 CPUtime=0
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 25621 0 -1 64 16 148 0 0 0 0 0 0 16 0 10 0 1996302917 887750656 24443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26013] ppid=26006 vsize=866944 CPUtime=0
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 25621 0 -1 64 8 148 0 0 0 0 0 0 16 0 10 0 1996302917 887750656 24443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26014] ppid=26006 vsize=866944 CPUtime=0
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 25621 0 -1 64 1 148 0 0 0 0 0 0 23 0 10 0 1996302919 887750656 24443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26015] ppid=26006 vsize=866944 CPUtime=0.12
/proc/26008/task/26015/stat : 26015 (java) R 26006 26008 25621 0 -1 64 484 148 0 0 12 0 0 0 16 0 10 0 1996302919 887750656 24443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26016] ppid=26006 vsize=866944 CPUtime=0
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 25621 0 -1 64 2 148 0 0 0 0 0 0 24 0 10 0 1996302919 887750656 24443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26017] ppid=26006 vsize=866944 CPUtime=0
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 25621 0 -1 64 9 148 0 0 0 0 0 0 15 0 10 0 1996302919 887750656 24443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 866944

[startup+3.10193 s]
/proc/loadavg: 2.00 2.05 1.97 3/89 26021
/proc/meminfo: memFree=1561504/2055920 swapFree=4179776/4192956
[pid=26008] ppid=26006 vsize=866944 CPUtime=3.05
/proc/26008/stat : 26008 (java) S 26006 26008 25621 0 -1 0 35854 270 1 0 289 15 0 1 18 0 9 0 1996302914 887750656 24509 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26008/statm: 216736 24509 2634 9 0 211242 0
[pid=26008/tid=26010] ppid=26006 vsize=866944 CPUtime=2.61
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 25621 0 -1 64 19766 270 1 0 251 9 0 1 22 0 9 0 1996302916 887750656 24509 996147200 134512640 134550740 4294955968 18446744073709551615 4126775964 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26011] ppid=26006 vsize=866944 CPUtime=0.23
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 25621 0 -1 64 14724 270 0 0 18 4 0 1 16 0 9 0 1996302917 887750656 24509 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26012] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 25621 0 -1 64 16 270 0 0 0 0 0 1 16 0 9 0 1996302917 887750656 24509 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26013] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 25621 0 -1 64 8 270 0 0 0 0 0 1 16 0 9 0 1996302917 887750656 24509 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26014] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 25621 0 -1 64 1 270 0 0 0 0 0 1 23 0 9 0 1996302919 887750656 24509 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26015] ppid=26006 vsize=866944 CPUtime=0.2
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 25621 0 -1 64 525 270 0 0 19 0 0 1 15 0 9 0 1996302919 887750656 24509 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26016] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 25621 0 -1 64 2 270 0 0 0 0 0 1 24 0 9 0 1996302919 887750656 24509 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26017] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 25621 0 -1 64 9 270 0 0 0 0 0 1 15 0 9 0 1996302919 887750656 24509 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 866944

[startup+6.30121 s]
/proc/loadavg: 2.00 2.05 1.97 3/89 26021
/proc/meminfo: memFree=1561376/2055920 swapFree=4179776/4192956
[pid=26008] ppid=26006 vsize=866944 CPUtime=6.22
/proc/26008/stat : 26008 (java) S 26006 26008 25621 0 -1 0 35868 270 1 0 606 15 0 1 18 0 9 0 1996302914 887750656 24514 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26008/statm: 216736 24514 2634 9 0 211242 0
[pid=26008/tid=26010] ppid=26006 vsize=866944 CPUtime=5.77
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 25621 0 -1 64 19775 270 1 0 567 9 0 1 25 0 9 0 1996302916 887750656 24514 996147200 134512640 134550740 4294955968 18446744073709551615 4125978366 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26011] ppid=26006 vsize=866944 CPUtime=0.23
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 25621 0 -1 64 14724 270 0 0 18 4 0 1 16 0 9 0 1996302917 887750656 24514 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26012] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 25621 0 -1 64 16 270 0 0 0 0 0 1 16 0 9 0 1996302917 887750656 24514 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26013] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 25621 0 -1 64 8 270 0 0 0 0 0 1 16 0 9 0 1996302917 887750656 24514 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26014] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 25621 0 -1 64 1 270 0 0 0 0 0 1 23 0 9 0 1996302919 887750656 24514 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26015] ppid=26006 vsize=866944 CPUtime=0.21
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 25621 0 -1 64 530 270 0 0 20 0 0 1 15 0 9 0 1996302919 887750656 24514 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26016] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 25621 0 -1 64 2 270 0 0 0 0 0 1 24 0 9 0 1996302919 887750656 24514 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26017] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 25621 0 -1 64 9 270 0 0 0 0 0 1 15 0 9 0 1996302919 887750656 24514 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 866944

[startup+12.7018 s]
/proc/loadavg: 2.00 2.05 1.97 3/89 26021
/proc/meminfo: memFree=1561256/2055920 swapFree=4179776/4192956
[pid=26008] ppid=26006 vsize=866944 CPUtime=12.56
/proc/26008/stat : 26008 (java) S 26006 26008 25621 0 -1 0 35899 270 1 0 1239 16 0 1 18 0 9 0 1996302914 887750656 24524 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26008/statm: 216736 24524 2634 9 0 211242 0
[pid=26008/tid=26010] ppid=26006 vsize=866944 CPUtime=12.08
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 25621 0 -1 64 19794 270 1 0 1198 9 0 1 20 0 9 0 1996302916 887750656 24524 996147200 134512640 134550740 4294955968 18446744073709551615 4126818004 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26011] ppid=26006 vsize=866944 CPUtime=0.23
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 25621 0 -1 64 14724 270 0 0 18 4 0 1 16 0 9 0 1996302917 887750656 24524 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26012] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 25621 0 -1 64 16 270 0 0 0 0 0 1 16 0 9 0 1996302917 887750656 24524 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26013] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 25621 0 -1 64 8 270 0 0 0 0 0 1 16 0 9 0 1996302917 887750656 24524 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26014] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 25621 0 -1 64 1 270 0 0 0 0 0 1 23 0 9 0 1996302919 887750656 24524 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26015] ppid=26006 vsize=866944 CPUtime=0.23
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 25621 0 -1 64 542 270 0 0 22 0 0 1 16 0 9 0 1996302919 887750656 24524 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26016] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 25621 0 -1 64 2 270 0 0 0 0 0 1 24 0 9 0 1996302919 887750656 24524 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26017] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 25621 0 -1 64 9 270 0 0 0 0 0 1 15 0 9 0 1996302919 887750656 24524 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 866944

[startup+25.5029 s]
/proc/loadavg: 2.00 2.05 1.97 3/89 26021
/proc/meminfo: memFree=1561320/2055920 swapFree=4179776/4192956
[pid=26008] ppid=26006 vsize=866944 CPUtime=25.24
/proc/26008/stat : 26008 (java) S 26006 26008 25621 0 -1 0 35920 270 1 0 2507 16 0 1 18 0 9 0 1996302914 887750656 24526 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26008/statm: 216736 24526 2634 9 0 211242 0
[pid=26008/tid=26010] ppid=26006 vsize=866944 CPUtime=24.75
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 25621 0 -1 64 19812 270 1 0 2465 9 0 1 25 0 9 0 1996302916 887750656 24526 996147200 134512640 134550740 4294955968 18446744073709551615 4126755214 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26011] ppid=26006 vsize=866944 CPUtime=0.23
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 25621 0 -1 64 14724 270 0 0 18 4 0 1 16 0 9 0 1996302917 887750656 24526 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26012] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 25621 0 -1 64 16 270 0 0 0 0 0 1 16 0 9 0 1996302917 887750656 24526 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26013] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 25621 0 -1 64 8 270 0 0 0 0 0 1 16 0 9 0 1996302917 887750656 24526 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26014] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 25621 0 -1 64 1 270 0 0 0 0 0 1 23 0 9 0 1996302919 887750656 24526 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26015] ppid=26006 vsize=866944 CPUtime=0.24
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 25621 0 -1 64 545 270 0 0 23 0 0 1 16 0 9 0 1996302919 887750656 24526 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26016] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 25621 0 -1 64 2 270 0 0 0 0 0 1 24 0 9 0 1996302919 887750656 24526 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26017] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 25621 0 -1 64 9 270 0 0 0 0 0 1 15 0 9 0 1996302919 887750656 24526 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 866944

[startup+51.1022 s]
/proc/loadavg: 2.00 2.04 1.97 3/89 26021
/proc/meminfo: memFree=1561256/2055920 swapFree=4179776/4192956
[pid=26008] ppid=26006 vsize=866944 CPUtime=50.59
/proc/26008/stat : 26008 (java) S 26006 26008 25621 0 -1 0 35957 270 1 0 5042 16 0 1 18 0 9 0 1996302914 887750656 24528 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26008/statm: 216736 24528 2634 9 0 211242 0
[pid=26008/tid=26010] ppid=26006 vsize=866944 CPUtime=50.1
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 25621 0 -1 64 19847 270 1 0 5000 9 0 1 25 0 9 0 1996302916 887750656 24528 996147200 134512640 134550740 4294955968 18446744073709551615 4126799893 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26011] ppid=26006 vsize=866944 CPUtime=0.23
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 25621 0 -1 64 14724 270 0 0 18 4 0 1 16 0 9 0 1996302917 887750656 24528 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26012] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 25621 0 -1 64 16 270 0 0 0 0 0 1 16 0 9 0 1996302917 887750656 24528 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26013] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 25621 0 -1 64 8 270 0 0 0 0 0 1 16 0 9 0 1996302917 887750656 24528 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26014] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 25621 0 -1 64 1 270 0 0 0 0 0 1 23 0 9 0 1996302919 887750656 24528 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26015] ppid=26006 vsize=866944 CPUtime=0.24
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 25621 0 -1 64 547 270 0 0 23 0 0 1 16 0 9 0 1996302919 887750656 24528 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26016] ppid=26006 vsize=866944 CPUtime=0.01

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

/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 25621 0 -1 64 8 270 0 0 0 0 0 1 16 0 9 0 1996302917 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26014] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 25621 0 -1 64 1 270 0 0 0 0 0 1 23 0 9 0 1996302919 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26015] ppid=26006 vsize=866944 CPUtime=0.24
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 25621 0 -1 64 550 270 0 0 23 0 0 1 16 0 9 0 1996302919 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26016] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 25621 0 -1 64 2 270 0 0 0 0 0 1 24 0 9 0 1996302919 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26017] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 25621 0 -1 64 9 270 0 0 0 0 0 1 15 0 9 0 1996302919 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.69
Current children cumulated vsize (KiB) 866944

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/82 26140
/proc/meminfo: memFree=1462376/2055920 swapFree=4179776/4192956
[pid=26008] ppid=26006 vsize=866944 CPUtime=1536.66
/proc/26008/stat : 26008 (java) S 26006 26008 25621 0 -1 0 38251 270 1 0 153641 24 0 1 18 0 9 0 1996302914 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26008/statm: 216736 24531 2634 9 0 211242 0
[pid=26008/tid=26010] ppid=26006 vsize=866944 CPUtime=1536.18
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 25621 0 -1 64 22138 270 1 0 153599 18 0 1 25 0 9 0 1996302916 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4126775333 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26011] ppid=26006 vsize=866944 CPUtime=0.23
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 25621 0 -1 64 14724 270 0 0 18 4 0 1 16 0 9 0 1996302917 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26012] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 25621 0 -1 64 16 270 0 0 0 0 0 1 16 0 9 0 1996302917 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26013] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 25621 0 -1 64 8 270 0 0 0 0 0 1 16 0 9 0 1996302917 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26014] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 25621 0 -1 64 1 270 0 0 0 0 0 1 23 0 9 0 1996302919 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26015] ppid=26006 vsize=866944 CPUtime=0.24
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 25621 0 -1 64 550 270 0 0 23 0 0 1 16 0 9 0 1996302919 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26016] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 25621 0 -1 64 2 270 0 0 0 0 0 1 24 0 9 0 1996302919 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26017] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 25621 0 -1 64 9 270 0 0 0 0 0 1 15 0 9 0 1996302919 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.66
Current children cumulated vsize (KiB) 866944

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 1.98 3/82 26142
/proc/meminfo: memFree=1462248/2055920 swapFree=4179776/4192956
[pid=26008] ppid=26006 vsize=866944 CPUtime=1596.65
/proc/26008/stat : 26008 (java) S 26006 26008 25621 0 -1 0 38323 270 1 0 159639 25 0 1 18 0 9 0 1996302914 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26008/statm: 216736 24531 2634 9 0 211242 0
[pid=26008/tid=26010] ppid=26006 vsize=866944 CPUtime=1596.15
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 25621 0 -1 64 22210 270 1 0 159596 18 0 1 25 0 9 0 1996302916 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4126775307 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26011] ppid=26006 vsize=866944 CPUtime=0.23
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 25621 0 -1 64 14724 270 0 0 18 4 0 1 16 0 9 0 1996302917 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26012] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 25621 0 -1 64 16 270 0 0 0 0 0 1 16 0 9 0 1996302917 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26013] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 25621 0 -1 64 8 270 0 0 0 0 0 1 16 0 9 0 1996302917 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26014] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 25621 0 -1 64 1 270 0 0 0 0 0 1 23 0 9 0 1996302919 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26015] ppid=26006 vsize=866944 CPUtime=0.24
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 25621 0 -1 64 550 270 0 0 23 0 0 1 16 0 9 0 1996302919 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26016] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 25621 0 -1 64 2 270 0 0 0 0 0 1 24 0 9 0 1996302919 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26017] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 25621 0 -1 64 9 270 0 0 0 0 0 1 15 0 9 0 1996302919 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.65
Current children cumulated vsize (KiB) 866944

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 1.98 3/82 26142
/proc/meminfo: memFree=1462248/2055920 swapFree=4179776/4192956
[pid=26008] ppid=26006 vsize=866944 CPUtime=1656.63
/proc/26008/stat : 26008 (java) S 26006 26008 25621 0 -1 0 38395 270 1 0 165637 25 0 1 18 0 9 0 1996302914 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26008/statm: 216736 24531 2634 9 0 211242 0
[pid=26008/tid=26010] ppid=26006 vsize=866944 CPUtime=1656.13
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 25621 0 -1 64 22282 270 1 0 165594 18 0 1 25 0 9 0 1996302916 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4126775490 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26011] ppid=26006 vsize=866944 CPUtime=0.23
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 25621 0 -1 64 14724 270 0 0 18 4 0 1 16 0 9 0 1996302917 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26012] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 25621 0 -1 64 16 270 0 0 0 0 0 1 16 0 9 0 1996302917 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26013] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 25621 0 -1 64 8 270 0 0 0 0 0 1 16 0 9 0 1996302917 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26014] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 25621 0 -1 64 1 270 0 0 0 0 0 1 23 0 9 0 1996302919 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26015] ppid=26006 vsize=866944 CPUtime=0.24
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 25621 0 -1 64 550 270 0 0 23 0 0 1 16 0 9 0 1996302919 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26016] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 25621 0 -1 64 2 270 0 0 0 0 0 1 24 0 9 0 1996302919 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26017] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 25621 0 -1 64 9 270 0 0 0 0 0 1 15 0 9 0 1996302919 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.63
Current children cumulated vsize (KiB) 866944

[startup+1722.3 s]
/proc/loadavg: 2.12 2.05 2.00 3/82 26142
/proc/meminfo: memFree=1462120/2055920 swapFree=4179776/4192956
[pid=26008] ppid=26006 vsize=866944 CPUtime=1716.61
/proc/26008/stat : 26008 (java) S 26006 26008 25621 0 -1 0 38464 270 1 0 171635 25 0 1 18 0 9 0 1996302914 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26008/statm: 216736 24531 2634 9 0 211242 0
[pid=26008/tid=26010] ppid=26006 vsize=866944 CPUtime=1716.11
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 25621 0 -1 64 22351 270 1 0 171592 18 0 1 25 0 9 0 1996302916 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4126784713 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26011] ppid=26006 vsize=866944 CPUtime=0.23
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 25621 0 -1 64 14724 270 0 0 18 4 0 1 16 0 9 0 1996302917 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26012] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 25621 0 -1 64 16 270 0 0 0 0 0 1 16 0 9 0 1996302917 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26013] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 25621 0 -1 64 8 270 0 0 0 0 0 1 16 0 9 0 1996302917 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26014] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 25621 0 -1 64 1 270 0 0 0 0 0 1 23 0 9 0 1996302919 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26015] ppid=26006 vsize=866944 CPUtime=0.24
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 25621 0 -1 64 550 270 0 0 23 0 0 1 16 0 9 0 1996302919 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26016] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 25621 0 -1 64 2 270 0 0 0 0 0 1 24 0 9 0 1996302919 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26017] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 25621 0 -1 64 9 270 0 0 0 0 0 1 15 0 9 0 1996302919 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.61
Current children cumulated vsize (KiB) 866944

[startup+1782.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/82 26142
/proc/meminfo: memFree=1461736/2055920 swapFree=4179776/4192956
[pid=26008] ppid=26006 vsize=866944 CPUtime=1776.58
/proc/26008/stat : 26008 (java) S 26006 26008 25621 0 -1 0 38539 270 1 0 177632 25 0 1 18 0 9 0 1996302914 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26008/statm: 216736 24531 2634 9 0 211242 0
[pid=26008/tid=26010] ppid=26006 vsize=866944 CPUtime=1776.08
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 25621 0 -1 64 22426 270 1 0 177589 18 0 1 25 0 9 0 1996302916 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4126755153 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26011] ppid=26006 vsize=866944 CPUtime=0.23
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 25621 0 -1 64 14724 270 0 0 18 4 0 1 16 0 9 0 1996302917 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26012] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 25621 0 -1 64 16 270 0 0 0 0 0 1 16 0 9 0 1996302917 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26013] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 25621 0 -1 64 8 270 0 0 0 0 0 1 16 0 9 0 1996302917 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26014] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 25621 0 -1 64 1 270 0 0 0 0 0 1 23 0 9 0 1996302919 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26015] ppid=26006 vsize=866944 CPUtime=0.24
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 25621 0 -1 64 550 270 0 0 23 0 0 1 16 0 9 0 1996302919 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26016] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 25621 0 -1 64 2 270 0 0 0 0 0 1 24 0 9 0 1996302919 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26017] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 25621 0 -1 64 9 270 0 0 0 0 0 1 15 0 9 0 1996302919 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.58
Current children cumulated vsize (KiB) 866944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.8 s]
/proc/loadavg: 2.03 2.03 2.00 3/82 26142
/proc/meminfo: memFree=1461736/2055920 swapFree=4179776/4192956
[pid=26008] ppid=26006 vsize=866944 CPUtime=1800.08
/proc/26008/stat : 26008 (java) S 26006 26008 25621 0 -1 0 38569 270 1 0 179982 25 0 1 18 0 9 0 1996302914 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26008/statm: 216736 24531 2634 9 0 211242 0
[pid=26008/tid=26010] ppid=26006 vsize=866944 CPUtime=1799.58
/proc/26008/task/26010/stat : 26010 (java) R 26006 26008 25621 0 -1 64 22456 270 1 0 179939 18 0 1 25 0 9 0 1996302916 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4126775329 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26011] ppid=26006 vsize=866944 CPUtime=0.23
/proc/26008/task/26011/stat : 26011 (java) S 26006 26008 25621 0 -1 64 14724 270 0 0 18 4 0 1 16 0 9 0 1996302917 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26012] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26012/stat : 26012 (java) S 26006 26008 25621 0 -1 64 16 270 0 0 0 0 0 1 16 0 9 0 1996302917 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26013] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26013/stat : 26013 (java) S 26006 26008 25621 0 -1 64 8 270 0 0 0 0 0 1 16 0 9 0 1996302917 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26008/tid=26014] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26014/stat : 26014 (java) S 26006 26008 25621 0 -1 64 1 270 0 0 0 0 0 1 23 0 9 0 1996302919 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26015] ppid=26006 vsize=866944 CPUtime=0.24
/proc/26008/task/26015/stat : 26015 (java) S 26006 26008 25621 0 -1 64 550 270 0 0 23 0 0 1 16 0 9 0 1996302919 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26016] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26016/stat : 26016 (java) S 26006 26008 25621 0 -1 64 2 270 0 0 0 0 0 1 24 0 9 0 1996302919 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26008/tid=26017] ppid=26006 vsize=866944 CPUtime=0.01
/proc/26008/task/26017/stat : 26017 (java) S 26006 26008 25621 0 -1 64 9 270 0 0 0 0 0 1 15 0 9 0 1996302919 887750656 24531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 866944

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): 1805.87
CPU time (s): 1800.15
CPU user time (s): 1799.87
CPU system time (s): 0.279957
CPU usage (%): 99.6834
Max. virtual memory (cumulated for all children) (KiB): 866944

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

runsolver used 2.33964 second user time and 5.88211 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-04 14:08:24
IDJOB=1072325
IDBENCH=56247
IDSOLVER=363
FILE ID=node43/1072325-1215173304
PBS_JOBID= 7881503
Free space on /tmp= 66504 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-8_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1072325-1215173304/watcher-1072325-1215173304 -o /tmp/evaluation-result-1072325-1215173304/solver-1072325-1215173304 -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-1072325-1215173304.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 365e2fe2f2ba1f1fef445ec0dbc8513f
RANDOM SEED=1948856108

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1650128 kB
Buffers:         47880 kB
Cached:         201432 kB
SwapCached:       7048 kB
Active:         272996 kB
Inactive:        73768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1650128 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            4948 kB
Writeback:           0 kB
Mapped:         113720 kB
Slab:            43996 kB
Committed_AS:  4505536 kB
PageTables:       2064 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= 66484 MiB
End job on node43 at 2008-07-04 14:38:32