Trace number 1088492

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 1806.83

General information on the benchmark

Namecsp/graphColoring/
myciel/normalized-myciel7-6.xml
MD5SUMae59fd265626922afec84e7ef93d360f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of constraints2360
Maximum constraint arity2
Maximum domain size6
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2360
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.08	
0.04/0.08	Abscon 112 (May, 2008)
0.18/0.22	
0.18/0.22	   configuration
0.18/0.22	     name=esac.xml
0.18/0.26	   
0.18/0.26	   instance
0.18/0.26	     name=HOME/instance-1088492-1215247089.xml
0.28/0.30	   
0.28/0.30	   domains being loaded...
0.28/0.31	   
0.28/0.31	   variables being loaded...
0.28/0.37	     nbVariables=191  nbDomainTypes=1  minDomainSize=6  maxDomainSize=6  nbTotalValues=1146
0.28/0.37	       =>  wckTime=0.151  cpuTime=0.16  mem=7M919
0.28/0.37	   
0.28/0.37	   predicates being loaded...
0.39/0.47	   
0.39/0.47	   constraints being loaded...
1.26/1.35	     nbConstraints=2362  nbGlobalConstraints=2  nbConvertedConstraints=2360  nbConvertConstraintsChecks=72
1.26/1.35	     nbExtensionStructures=2  nbSharedExtensionStructures=2358  nbConflictsStructures=2
1.26/1.35	     nbSharedConflictsStructures=2358  nbSharedBinaryRepresentations=6  minDegree=8  maxDegree=95  minArity=2
1.26/1.35	     avgArity=2.11  maxArity=128  nbGenerators=2  nbFusions=1  symmetryWckTime=0.17  symmetryCpuTime=0.1
1.26/1.35	       =>  wckTime=1.127  cpuTime=0.85  mem=28M450
1.35/1.43	   
1.35/1.43	   solver IterativeSystematicSolver being built... 
1.35/1.50	   
1.35/1.50	   INFO : Forward propagation technique limited 
1.46/1.56	       =>  wckTime=1.34  cpuTime=0.97  mem=22M605
1.56/1.66	   
1.56/1.66	   preprocessing
1.56/1.66	     nbConstraintChecks=26470  nbPropagations=2515  nbRevisions=6572  nbUselessRevisions=3822  nbSingletonTests=203
1.56/1.66	     nbEffectiveSingletonTests=0  nbACRemovals=3  nbFoundSingletons=0  nbRemovedValues=3  nbRemovedTuples=15
1.56/1.66	     detectedInconsistency=no
1.56/1.66	       =>  wckTime=0.096  cpuTime=0.07  mem=22M605
1.86/1.95	   
1.86/1.95	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=24M491)

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-1088492-1215247089/watcher-1088492-1215247089 -o /tmp/evaluation-result-1088492-1215247089/solver-1088492-1215247089 -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-1088492-1215247089.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.04 2.02 2.00 4/80 16526
/proc/meminfo: memFree=1730320/2055920 swapFree=4179164/4192956
[pid=16526] ppid=16524 vsize=152 CPUtime=0
/proc/16526/stat : 16526 (java) R 16524 16526 15366 0 -1 0 41 0 0 0 0 0 0 0 19 0 1 0 136389537 155648 26 996147200 134512640 134550740 4294956128 18446744073709551615 11768612 0 0 4096 0 0 0 0 17 0 0 0
/proc/16526/statm: 38 26 19 9 0 4 0

[startup+0.0674399 s]
/proc/loadavg: 2.04 2.02 2.00 4/80 16526
/proc/meminfo: memFree=1730320/2055920 swapFree=4179164/4192956
[pid=16526] ppid=16524 vsize=865856 CPUtime=0.04
/proc/16526/stat : 16526 (java) S 16524 16526 15366 0 -1 0 2915 0 1 0 3 1 0 0 19 0 9 0 136389537 886636544 2441 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16526/statm: 216464 2441 1188 9 0 211026 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 865856

[startup+0.101447 s]
/proc/loadavg: 2.04 2.02 2.00 4/80 16526
/proc/meminfo: memFree=1730320/2055920 swapFree=4179164/4192956
[pid=16526] ppid=16524 vsize=865884 CPUtime=0.08
/proc/16526/stat : 16526 (java) S 16524 16526 15366 0 -1 0 3821 0 1 0 6 2 0 0 19 0 9 0 136389537 886665216 3270 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16526/statm: 216471 3270 1728 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301469 s]
/proc/loadavg: 2.04 2.02 2.00 4/80 16526
/proc/meminfo: memFree=1730320/2055920 swapFree=4179164/4192956
[pid=16526] ppid=16524 vsize=866128 CPUtime=0.28
/proc/16526/stat : 16526 (java) S 16524 16526 15366 0 -1 0 6000 0 1 0 25 3 0 0 19 0 9 0 136389537 886915072 5370 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16526/statm: 216532 5370 1954 9 0 211060 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866128

[startup+0.701512 s]
/proc/loadavg: 2.04 2.02 2.00 4/80 16526
/proc/meminfo: memFree=1730320/2055920 swapFree=4179164/4192956
[pid=16526] ppid=16524 vsize=867068 CPUtime=0.68
/proc/16526/stat : 16526 (java) S 16524 16526 15366 0 -1 0 7756 0 1 0 64 4 0 0 19 0 9 0 136389537 887877632 7116 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16526/statm: 216767 7116 2006 9 0 211273 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867068

[startup+1.5026 s]
/proc/loadavg: 2.04 2.02 2.00 3/89 16535
/proc/meminfo: memFree=1701640/2055920 swapFree=4179164/4192956
[pid=16526] ppid=16524 vsize=868448 CPUtime=1.46
/proc/16526/stat : 16526 (java) S 16524 16526 15366 0 -1 0 19460 451 1 0 125 18 3 0 19 0 9 0 136389537 889290752 12663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16526/statm: 217112 12663 2631 9 0 211618 0
[pid=16526/tid=16528] ppid=16524 vsize=868448 CPUtime=1.12
/proc/16526/task/16528/stat : 16528 (java) R 16524 16526 15366 0 -1 64 13649 451 1 0 94 15 3 0 18 0 9 0 136389538 889290752 12663 996147200 134512640 134550740 4294955968 18446744073709551615 4127082904 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16529] ppid=16524 vsize=868448 CPUtime=0.09
/proc/16526/task/16529/stat : 16529 (java) S 16524 16526 15366 0 -1 64 4052 451 0 0 6 0 3 0 16 0 9 0 136389540 889290752 12663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16530] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16530/stat : 16530 (java) S 16524 16526 15366 0 -1 64 16 451 0 0 0 0 3 0 17 0 9 0 136389540 889290752 12663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16531] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16531/stat : 16531 (java) S 16524 16526 15366 0 -1 64 13 451 0 0 0 0 3 0 16 0 9 0 136389540 889290752 12663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16532] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16532/stat : 16532 (java) S 16524 16526 15366 0 -1 64 1 451 0 0 0 0 3 0 18 0 9 0 136389542 889290752 12663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16533] ppid=16524 vsize=868448 CPUtime=0.26
/proc/16526/task/16533/stat : 16533 (java) S 16524 16526 15366 0 -1 64 914 451 0 0 23 0 3 0 16 0 9 0 136389542 889290752 12663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16534] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16534/stat : 16534 (java) S 16524 16526 15366 0 -1 64 1 451 0 0 0 0 3 0 19 0 9 0 136389542 889290752 12663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16535] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16535/stat : 16535 (java) S 16524 16526 15366 0 -1 64 6 451 0 0 0 0 3 0 15 0 9 0 136389542 889290752 12663 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) 868448

[startup+3.10278 s]
/proc/loadavg: 2.04 2.02 2.00 3/89 16539
/proc/meminfo: memFree=1689152/2055920 swapFree=4179164/4192956
[pid=16526] ppid=16524 vsize=868448 CPUtime=3.06
/proc/16526/stat : 16526 (java) S 16524 16526 15366 0 -1 0 20390 451 1 0 284 19 3 0 19 0 9 0 136389537 889290752 12758 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16526/statm: 217112 12758 2632 9 0 211618 0
[pid=16526/tid=16528] ppid=16524 vsize=868448 CPUtime=2.64
/proc/16526/task/16528/stat : 16528 (java) R 16524 16526 15366 0 -1 64 14512 451 1 0 245 16 3 0 25 0 9 0 136389538 889290752 12758 996147200 134512640 134550740 4294955968 18446744073709551615 4127129236 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16529] ppid=16524 vsize=868448 CPUtime=0.09
/proc/16526/task/16529/stat : 16529 (java) S 16524 16526 15366 0 -1 64 4053 451 0 0 6 0 3 0 17 0 9 0 136389540 889290752 12758 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16530] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16530/stat : 16530 (java) S 16524 16526 15366 0 -1 64 16 451 0 0 0 0 3 0 17 0 9 0 136389540 889290752 12758 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16531] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16531/stat : 16531 (java) S 16524 16526 15366 0 -1 64 13 451 0 0 0 0 3 0 16 0 9 0 136389540 889290752 12758 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16532] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16532/stat : 16532 (java) S 16524 16526 15366 0 -1 64 1 451 0 0 0 0 3 0 18 0 9 0 136389542 889290752 12758 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16533] ppid=16524 vsize=868448 CPUtime=0.35
/proc/16526/task/16533/stat : 16533 (java) S 16524 16526 15366 0 -1 64 972 451 0 0 32 0 3 0 15 0 9 0 136389542 889290752 12758 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16534] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16534/stat : 16534 (java) S 16524 16526 15366 0 -1 64 1 451 0 0 0 0 3 0 19 0 9 0 136389542 889290752 12758 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16535] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16535/stat : 16535 (java) S 16524 16526 15366 0 -1 64 6 451 0 0 0 0 3 0 15 0 9 0 136389542 889290752 12758 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868448

[startup+6.30114 s]
/proc/loadavg: 2.03 2.02 2.00 3/89 16539
/proc/meminfo: memFree=1689088/2055920 swapFree=4179164/4192956
[pid=16526] ppid=16524 vsize=868448 CPUtime=6.25
/proc/16526/stat : 16526 (java) S 16524 16526 15366 0 -1 0 20423 451 1 0 603 19 3 0 19 0 9 0 136389537 889290752 12760 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16526/statm: 217112 12760 2632 9 0 211618 0
[pid=16526/tid=16528] ppid=16524 vsize=868448 CPUtime=5.83
/proc/16526/task/16528/stat : 16528 (java) R 16524 16526 15366 0 -1 64 14514 451 1 0 564 16 3 0 25 0 9 0 136389538 889290752 12760 996147200 134512640 134550740 4294955968 18446744073709551615 4127133260 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16529] ppid=16524 vsize=868448 CPUtime=0.09
/proc/16526/task/16529/stat : 16529 (java) S 16524 16526 15366 0 -1 64 4053 451 0 0 6 0 3 0 16 0 9 0 136389540 889290752 12760 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16530] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16530/stat : 16530 (java) S 16524 16526 15366 0 -1 64 16 451 0 0 0 0 3 0 17 0 9 0 136389540 889290752 12760 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16531] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16531/stat : 16531 (java) S 16524 16526 15366 0 -1 64 13 451 0 0 0 0 3 0 16 0 9 0 136389540 889290752 12760 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16532] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16532/stat : 16532 (java) S 16524 16526 15366 0 -1 64 1 451 0 0 0 0 3 0 18 0 9 0 136389542 889290752 12760 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16533] ppid=16524 vsize=868448 CPUtime=0.35
/proc/16526/task/16533/stat : 16533 (java) S 16524 16526 15366 0 -1 64 975 451 0 0 32 0 3 0 16 0 9 0 136389542 889290752 12760 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16534] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16534/stat : 16534 (java) S 16524 16526 15366 0 -1 64 1 451 0 0 0 0 3 0 19 0 9 0 136389542 889290752 12760 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16535] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16535/stat : 16535 (java) S 16524 16526 15366 0 -1 64 34 451 0 0 0 0 3 0 15 0 9 0 136389542 889290752 12760 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 868448

[startup+12.7029 s]
/proc/loadavg: 2.03 2.02 2.00 3/89 16539
/proc/meminfo: memFree=1688904/2055920 swapFree=4179164/4192956
[pid=16526] ppid=16524 vsize=868448 CPUtime=12.65
/proc/16526/stat : 16526 (java) S 16524 16526 15366 0 -1 0 20426 451 1 0 1243 19 3 0 19 0 9 0 136389537 889290752 12761 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16526/statm: 217112 12761 2632 9 0 211618 0
[pid=16526/tid=16528] ppid=16524 vsize=868448 CPUtime=12.22
/proc/16526/task/16528/stat : 16528 (java) R 16524 16526 15366 0 -1 64 14516 451 1 0 1203 16 3 0 25 0 9 0 136389538 889290752 12761 996147200 134512640 134550740 4294955968 18446744073709551615 4127133260 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16529] ppid=16524 vsize=868448 CPUtime=0.09
/proc/16526/task/16529/stat : 16529 (java) S 16524 16526 15366 0 -1 64 4053 451 0 0 6 0 3 0 16 0 9 0 136389540 889290752 12761 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16530] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16530/stat : 16530 (java) S 16524 16526 15366 0 -1 64 16 451 0 0 0 0 3 0 17 0 9 0 136389540 889290752 12761 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16531] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16531/stat : 16531 (java) S 16524 16526 15366 0 -1 64 13 451 0 0 0 0 3 0 16 0 9 0 136389540 889290752 12761 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16532] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16532/stat : 16532 (java) S 16524 16526 15366 0 -1 64 1 451 0 0 0 0 3 0 18 0 9 0 136389542 889290752 12761 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16533] ppid=16524 vsize=868448 CPUtime=0.35
/proc/16526/task/16533/stat : 16533 (java) S 16524 16526 15366 0 -1 64 976 451 0 0 32 0 3 0 16 0 9 0 136389542 889290752 12761 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16534] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16534/stat : 16534 (java) S 16524 16526 15366 0 -1 64 1 451 0 0 0 0 3 0 19 0 9 0 136389542 889290752 12761 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16535] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16535/stat : 16535 (java) S 16524 16526 15366 0 -1 64 34 451 0 0 0 0 3 0 15 0 9 0 136389542 889290752 12761 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 868448

[startup+25.5013 s]
/proc/loadavg: 2.02 2.02 2.00 3/89 16539
/proc/meminfo: memFree=1688840/2055920 swapFree=4179164/4192956
[pid=16526] ppid=16524 vsize=868448 CPUtime=25.44
/proc/16526/stat : 16526 (java) S 16524 16526 15366 0 -1 0 20437 451 1 0 2522 19 3 0 19 0 9 0 136389537 889290752 12763 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16526/statm: 217112 12763 2632 9 0 211618 0
[pid=16526/tid=16528] ppid=16524 vsize=868448 CPUtime=25.01
/proc/16526/task/16528/stat : 16528 (java) R 16524 16526 15366 0 -1 64 14518 451 1 0 2482 16 3 0 25 0 9 0 136389538 889290752 12763 996147200 134512640 134550740 4294955968 18446744073709551615 4127142636 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16529] ppid=16524 vsize=868448 CPUtime=0.09
/proc/16526/task/16529/stat : 16529 (java) S 16524 16526 15366 0 -1 64 4053 451 0 0 6 0 3 0 16 0 9 0 136389540 889290752 12763 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16530] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16530/stat : 16530 (java) S 16524 16526 15366 0 -1 64 16 451 0 0 0 0 3 0 17 0 9 0 136389540 889290752 12763 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16531] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16531/stat : 16531 (java) S 16524 16526 15366 0 -1 64 13 451 0 0 0 0 3 0 16 0 9 0 136389540 889290752 12763 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16532] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16532/stat : 16532 (java) S 16524 16526 15366 0 -1 64 1 451 0 0 0 0 3 0 18 0 9 0 136389542 889290752 12763 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16533] ppid=16524 vsize=868448 CPUtime=0.35
/proc/16526/task/16533/stat : 16533 (java) S 16524 16526 15366 0 -1 64 985 451 0 0 32 0 3 0 16 0 9 0 136389542 889290752 12763 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16534] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16534/stat : 16534 (java) S 16524 16526 15366 0 -1 64 1 451 0 0 0 0 3 0 19 0 9 0 136389542 889290752 12763 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16535] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16535/stat : 16535 (java) S 16524 16526 15366 0 -1 64 34 451 0 0 0 0 3 0 15 0 9 0 136389542 889290752 12763 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 868448

[startup+51.1012 s]
/proc/loadavg: 2.01 2.02 2.00 3/89 16539
/proc/meminfo: memFree=1688776/2055920 swapFree=4179164/4192956
[pid=16526] ppid=16524 vsize=868448 CPUtime=51.03
/proc/16526/stat : 16526 (java) S 16524 16526 15366 0 -1 0 20437 451 1 0 5081 19 3 0 19 0 9 0 136389537 889290752 12763 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16526/statm: 217112 12763 2632 9 0 211618 0
[pid=16526/tid=16528] ppid=16524 vsize=868448 CPUtime=50.6
/proc/16526/task/16528/stat : 16528 (java) R 16524 16526 15366 0 -1 64 14518 451 1 0 5041 16 3 0 25 0 9 0 136389538 889290752 12763 996147200 134512640 134550740 4294955968 18446744073709551615 4127165296 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16529] ppid=16524 vsize=868448 CPUtime=0.09
/proc/16526/task/16529/stat : 16529 (java) S 16524 16526 15366 0 -1 64 4053 451 0 0 6 0 3 0 16 0 9 0 136389540 889290752 12763 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16530] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16530/stat : 16530 (java) S 16524 16526 15366 0 -1 64 16 451 0 0 0 0 3 0 17 0 9 0 136389540 889290752 12763 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16531] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16531/stat : 16531 (java) S 16524 16526 15366 0 -1 64 13 451 0 0 0 0 3 0 16 0 9 0 136389540 889290752 12763 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16532] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16532/stat : 16532 (java) S 16524 16526 15366 0 -1 64 1 451 0 0 0 0 3 0 18 0 9 0 136389542 889290752 12763 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16533] ppid=16524 vsize=868448 CPUtime=0.35
/proc/16526/task/16533/stat : 16533 (java) S 16524 16526 15366 0 -1 64 985 451 0 0 32 0 3 0 16 0 9 0 136389542 889290752 12763 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16534] ppid=16524 vsize=868448 CPUtime=0.03

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

/proc/16526/task/16531/stat : 16531 (java) S 16524 16526 15366 0 -1 64 13 451 0 0 0 0 3 0 16 0 9 0 136389540 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16532] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16532/stat : 16532 (java) S 16524 16526 15366 0 -1 64 1 451 0 0 0 0 3 0 18 0 9 0 136389542 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16533] ppid=16524 vsize=868448 CPUtime=0.35
/proc/16526/task/16533/stat : 16533 (java) S 16524 16526 15366 0 -1 64 986 451 0 0 32 0 3 0 16 0 9 0 136389542 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16534] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16534/stat : 16534 (java) S 16524 16526 15366 0 -1 64 1 451 0 0 0 0 3 0 19 0 9 0 136389542 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16535] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16535/stat : 16535 (java) S 16524 16526 15366 0 -1 64 34 451 0 0 0 0 3 0 15 0 9 0 136389542 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1477.15
Current children cumulated vsize (KiB) 868448

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 16602
/proc/meminfo: memFree=1524112/2055920 swapFree=4179164/4192956
[pid=16526] ppid=16524 vsize=868448 CPUtime=1536.85
/proc/16526/stat : 16526 (java) S 16524 16526 15366 0 -1 0 20439 451 1 0 153659 23 3 0 19 0 9 0 136389537 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16526/statm: 217112 12764 2632 9 0 211618 0
[pid=16526/tid=16528] ppid=16524 vsize=868448 CPUtime=1536.42
/proc/16526/task/16528/stat : 16528 (java) R 16524 16526 15366 0 -1 64 14519 451 1 0 153619 20 3 0 25 0 9 0 136389538 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4127125586 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16529] ppid=16524 vsize=868448 CPUtime=0.09
/proc/16526/task/16529/stat : 16529 (java) S 16524 16526 15366 0 -1 64 4053 451 0 0 6 0 3 0 16 0 9 0 136389540 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16530] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16530/stat : 16530 (java) S 16524 16526 15366 0 -1 64 16 451 0 0 0 0 3 0 17 0 9 0 136389540 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16531] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16531/stat : 16531 (java) S 16524 16526 15366 0 -1 64 13 451 0 0 0 0 3 0 16 0 9 0 136389540 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16532] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16532/stat : 16532 (java) S 16524 16526 15366 0 -1 64 1 451 0 0 0 0 3 0 18 0 9 0 136389542 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16533] ppid=16524 vsize=868448 CPUtime=0.35
/proc/16526/task/16533/stat : 16533 (java) S 16524 16526 15366 0 -1 64 986 451 0 0 32 0 3 0 16 0 9 0 136389542 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16534] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16534/stat : 16534 (java) S 16524 16526 15366 0 -1 64 1 451 0 0 0 0 3 0 19 0 9 0 136389542 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16535] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16535/stat : 16535 (java) S 16524 16526 15366 0 -1 64 34 451 0 0 0 0 3 0 15 0 9 0 136389542 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.85
Current children cumulated vsize (KiB) 868448

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 16602
/proc/meminfo: memFree=1524112/2055920 swapFree=4179164/4192956
[pid=16526] ppid=16524 vsize=868448 CPUtime=1596.56
/proc/16526/stat : 16526 (java) S 16524 16526 15366 0 -1 0 20439 451 1 0 159630 23 3 0 19 0 9 0 136389537 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16526/statm: 217112 12764 2632 9 0 211618 0
[pid=16526/tid=16528] ppid=16524 vsize=868448 CPUtime=1596.13
/proc/16526/task/16528/stat : 16528 (java) R 16524 16526 15366 0 -1 64 14519 451 1 0 159590 20 3 0 25 0 9 0 136389538 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4127211069 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16529] ppid=16524 vsize=868448 CPUtime=0.09
/proc/16526/task/16529/stat : 16529 (java) S 16524 16526 15366 0 -1 64 4053 451 0 0 6 0 3 0 16 0 9 0 136389540 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16530] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16530/stat : 16530 (java) S 16524 16526 15366 0 -1 64 16 451 0 0 0 0 3 0 17 0 9 0 136389540 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16531] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16531/stat : 16531 (java) S 16524 16526 15366 0 -1 64 13 451 0 0 0 0 3 0 16 0 9 0 136389540 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16532] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16532/stat : 16532 (java) S 16524 16526 15366 0 -1 64 1 451 0 0 0 0 3 0 18 0 9 0 136389542 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16533] ppid=16524 vsize=868448 CPUtime=0.35
/proc/16526/task/16533/stat : 16533 (java) S 16524 16526 15366 0 -1 64 986 451 0 0 32 0 3 0 16 0 9 0 136389542 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16534] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16534/stat : 16534 (java) S 16524 16526 15366 0 -1 64 1 451 0 0 0 0 3 0 19 0 9 0 136389542 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16535] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16535/stat : 16535 (java) S 16524 16526 15366 0 -1 64 34 451 0 0 0 0 3 0 15 0 9 0 136389542 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.56
Current children cumulated vsize (KiB) 868448

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 16602
/proc/meminfo: memFree=1524048/2055920 swapFree=4179164/4192956
[pid=16526] ppid=16524 vsize=868448 CPUtime=1656.26
/proc/16526/stat : 16526 (java) S 16524 16526 15366 0 -1 0 20439 451 1 0 165600 23 3 0 19 0 9 0 136389537 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16526/statm: 217112 12764 2632 9 0 211618 0
[pid=16526/tid=16528] ppid=16524 vsize=868448 CPUtime=1655.83
/proc/16526/task/16528/stat : 16528 (java) R 16524 16526 15366 0 -1 64 14519 451 1 0 165560 20 3 0 25 0 9 0 136389538 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4127154820 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16529] ppid=16524 vsize=868448 CPUtime=0.09
/proc/16526/task/16529/stat : 16529 (java) S 16524 16526 15366 0 -1 64 4053 451 0 0 6 0 3 0 16 0 9 0 136389540 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16530] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16530/stat : 16530 (java) S 16524 16526 15366 0 -1 64 16 451 0 0 0 0 3 0 17 0 9 0 136389540 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16531] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16531/stat : 16531 (java) S 16524 16526 15366 0 -1 64 13 451 0 0 0 0 3 0 16 0 9 0 136389540 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16532] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16532/stat : 16532 (java) S 16524 16526 15366 0 -1 64 1 451 0 0 0 0 3 0 18 0 9 0 136389542 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16533] ppid=16524 vsize=868448 CPUtime=0.35
/proc/16526/task/16533/stat : 16533 (java) S 16524 16526 15366 0 -1 64 986 451 0 0 32 0 3 0 16 0 9 0 136389542 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16534] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16534/stat : 16534 (java) S 16524 16526 15366 0 -1 64 1 451 0 0 0 0 3 0 19 0 9 0 136389542 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16535] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16535/stat : 16535 (java) S 16524 16526 15366 0 -1 64 34 451 0 0 0 0 3 0 15 0 9 0 136389542 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.26
Current children cumulated vsize (KiB) 868448

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 16602
/proc/meminfo: memFree=1524048/2055920 swapFree=4179164/4192956
[pid=16526] ppid=16524 vsize=868448 CPUtime=1715.96
/proc/16526/stat : 16526 (java) S 16524 16526 15366 0 -1 0 20439 451 1 0 171570 23 3 0 19 0 9 0 136389537 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16526/statm: 217112 12764 2632 9 0 211618 0
[pid=16526/tid=16528] ppid=16524 vsize=868448 CPUtime=1715.53
/proc/16526/task/16528/stat : 16528 (java) R 16524 16526 15366 0 -1 64 14519 451 1 0 171530 20 3 0 25 0 9 0 136389538 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4127132189 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16529] ppid=16524 vsize=868448 CPUtime=0.09
/proc/16526/task/16529/stat : 16529 (java) S 16524 16526 15366 0 -1 64 4053 451 0 0 6 0 3 0 16 0 9 0 136389540 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16530] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16530/stat : 16530 (java) S 16524 16526 15366 0 -1 64 16 451 0 0 0 0 3 0 17 0 9 0 136389540 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16531] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16531/stat : 16531 (java) S 16524 16526 15366 0 -1 64 13 451 0 0 0 0 3 0 16 0 9 0 136389540 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16532] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16532/stat : 16532 (java) S 16524 16526 15366 0 -1 64 1 451 0 0 0 0 3 0 18 0 9 0 136389542 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16533] ppid=16524 vsize=868448 CPUtime=0.35
/proc/16526/task/16533/stat : 16533 (java) S 16524 16526 15366 0 -1 64 986 451 0 0 32 0 3 0 16 0 9 0 136389542 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16534] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16534/stat : 16534 (java) S 16524 16526 15366 0 -1 64 1 451 0 0 0 0 3 0 19 0 9 0 136389542 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16535] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16535/stat : 16535 (java) S 16524 16526 15366 0 -1 64 34 451 0 0 0 0 3 0 15 0 9 0 136389542 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.96
Current children cumulated vsize (KiB) 868448

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 16602
/proc/meminfo: memFree=1523856/2055920 swapFree=4179164/4192956
[pid=16526] ppid=16524 vsize=868448 CPUtime=1775.68
/proc/16526/stat : 16526 (java) S 16524 16526 15366 0 -1 0 20439 451 1 0 177542 23 3 0 19 0 9 0 136389537 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16526/statm: 217112 12764 2632 9 0 211618 0
[pid=16526/tid=16528] ppid=16524 vsize=868448 CPUtime=1775.24
/proc/16526/task/16528/stat : 16528 (java) R 16524 16526 15366 0 -1 64 14519 451 1 0 177501 20 3 0 25 0 9 0 136389538 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4127129279 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16529] ppid=16524 vsize=868448 CPUtime=0.09
/proc/16526/task/16529/stat : 16529 (java) S 16524 16526 15366 0 -1 64 4053 451 0 0 6 0 3 0 16 0 9 0 136389540 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16530] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16530/stat : 16530 (java) S 16524 16526 15366 0 -1 64 16 451 0 0 0 0 3 0 17 0 9 0 136389540 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16531] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16531/stat : 16531 (java) S 16524 16526 15366 0 -1 64 13 451 0 0 0 0 3 0 16 0 9 0 136389540 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16532] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16532/stat : 16532 (java) S 16524 16526 15366 0 -1 64 1 451 0 0 0 0 3 0 18 0 9 0 136389542 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16533] ppid=16524 vsize=868448 CPUtime=0.35
/proc/16526/task/16533/stat : 16533 (java) S 16524 16526 15366 0 -1 64 986 451 0 0 32 0 3 0 16 0 9 0 136389542 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16534] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16534/stat : 16534 (java) S 16524 16526 15366 0 -1 64 1 451 0 0 0 0 3 0 19 0 9 0 136389542 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16535] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16535/stat : 16535 (java) S 16524 16526 15366 0 -1 64 34 451 0 0 0 0 3 0 15 0 9 0 136389542 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.68
Current children cumulated vsize (KiB) 868448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 16602
/proc/meminfo: memFree=1523856/2055920 swapFree=4179164/4192956
[pid=16526] ppid=16524 vsize=868448 CPUtime=1800.06
/proc/16526/stat : 16526 (java) S 16524 16526 15366 0 -1 0 20439 451 1 0 179980 23 3 0 19 0 9 0 136389537 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16526/statm: 217112 12764 2632 9 0 211618 0
[pid=16526/tid=16528] ppid=16524 vsize=868448 CPUtime=1799.63
/proc/16526/task/16528/stat : 16528 (java) R 16524 16526 15366 0 -1 64 14519 451 1 0 179940 20 3 0 25 0 9 0 136389538 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4127202956 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16529] ppid=16524 vsize=868448 CPUtime=0.09
/proc/16526/task/16529/stat : 16529 (java) S 16524 16526 15366 0 -1 64 4053 451 0 0 6 0 3 0 16 0 9 0 136389540 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16530] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16530/stat : 16530 (java) S 16524 16526 15366 0 -1 64 16 451 0 0 0 0 3 0 17 0 9 0 136389540 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16531] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16531/stat : 16531 (java) S 16524 16526 15366 0 -1 64 13 451 0 0 0 0 3 0 16 0 9 0 136389540 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16532] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16532/stat : 16532 (java) S 16524 16526 15366 0 -1 64 1 451 0 0 0 0 3 0 18 0 9 0 136389542 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16533] ppid=16524 vsize=868448 CPUtime=0.35
/proc/16526/task/16533/stat : 16533 (java) S 16524 16526 15366 0 -1 64 986 451 0 0 32 0 3 0 16 0 9 0 136389542 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16526/tid=16534] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16534/stat : 16534 (java) S 16524 16526 15366 0 -1 64 1 451 0 0 0 0 3 0 19 0 9 0 136389542 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16535] ppid=16524 vsize=868448 CPUtime=0.03
/proc/16526/task/16535/stat : 16535 (java) S 16524 16526 15366 0 -1 64 34 451 0 0 0 0 3 0 15 0 9 0 136389542 889290752 12764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868448

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

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

Child status: 143
Real time (s): 1806.83
CPU time (s): 1800.11
CPU user time (s): 1799.86
CPU system time (s): 0.255961
CPU usage (%): 99.6283
Max. virtual memory (cumulated for all children) (KiB): 868448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.255961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20923
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= 37809
involuntary context switches= 56950

runsolver used 2.5966 second user time and 5.63214 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-05 10:38:09
IDJOB=1088492
IDBENCH=58086
IDSOLVER=364
FILE ID=node76/1088492-1215247089
PBS_JOBID= 7881981
Free space on /tmp= 66460 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/graphColoring/myciel/normalized-myciel7-6.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-1088492-1215247089/watcher-1088492-1215247089 -o /tmp/evaluation-result-1088492-1215247089/solver-1088492-1215247089 -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-1088492-1215247089.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ae59fd265626922afec84e7ef93d360f
RANDOM SEED=1092655169

node76.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.222
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.222
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:       1730800 kB
Buffers:         35564 kB
Cached:         198636 kB
SwapCached:       7608 kB
Active:         174980 kB
Inactive:        85948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1730800 kB
SwapTotal:     4192956 kB
SwapFree:      4179164 kB
Dirty:            2304 kB
Writeback:           0 kB
Mapped:          37104 kB
Slab:            49112 kB
Committed_AS:   434244 kB
PageTables:       2100 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= 66456 MiB
End job on node76 at 2008-07-05 11:08:18