Trace number 1088429

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.14 1810.75

General information on the benchmark

Namecsp/graphColoring/
myciel/normalized-myciel7-7.xml
MD5SUM476f5652a7b81cad0245b6dfdd0cea29
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 size7
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.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1088429-1215246806.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.37	     nbVariables=191  nbDomainTypes=1  minDomainSize=7  maxDomainSize=7  nbTotalValues=1337
0.27/0.37	       =>  wckTime=0.129  cpuTime=0.1  mem=7M919
0.27/0.37	   
0.27/0.37	   predicates being loaded...
0.38/0.43	   
0.38/0.43	   constraints being loaded...
1.04/1.18	     nbConstraints=2362  nbGlobalConstraints=2  nbConvertedConstraints=2360  nbConvertConstraintsChecks=98
1.04/1.18	     nbExtensionStructures=2  nbSharedExtensionStructures=2358  nbConflictsStructures=2
1.04/1.18	     nbSharedConflictsStructures=2358  nbSharedBinaryRepresentations=7  minDegree=8  maxDegree=95  minArity=2
1.04/1.18	     avgArity=2.11  maxArity=128  nbGenerators=2  nbFusions=1  symmetryWckTime=0.173  symmetryCpuTime=0.11
1.04/1.18	       =>  wckTime=0.936  cpuTime=0.69  mem=28M458
1.15/1.26	   
1.15/1.26	   solver IterativeSystematicSolver being built... 
1.25/1.33	   
1.25/1.33	   INFO : Forward propagation technique limited 
1.25/1.39	       =>  wckTime=1.15  cpuTime=0.79  mem=22M603
1.35/1.49	   
1.35/1.49	   preprocessing
1.35/1.49	     nbConstraintChecks=23662  nbPropagations=2015  nbRevisions=5233  nbUselessRevisions=3217  nbSingletonTests=196
1.35/1.49	     nbEffectiveSingletonTests=0  nbACRemovals=3  nbFoundSingletons=0  nbRemovedValues=3  nbRemovedTuples=21
1.35/1.49	     detectedInconsistency=no
1.35/1.49	       =>  wckTime=0.088  cpuTime=0.07  mem=22M603
1.75/1.81	   
1.75/1.81	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=24M489)

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 14415
/proc/meminfo: memFree=1829424/2055920 swapFree=4180580/4192956
[pid=14415] ppid=14413 vsize=18572 CPUtime=0
/proc/14415/stat : 14415 (runsolver) R 14413 14415 13280 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 647611004 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 234045893927 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/14415/statm: 4643 292 257 25 0 2626 0

[startup+0.021129 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 14415
/proc/meminfo: memFree=1829424/2055920 swapFree=4180580/4192956
[pid=14415] ppid=14413 vsize=44480 CPUtime=0
/proc/14415/stat : 14415 (java) S 14413 14415 13280 0 -1 0 916 0 1 0 0 0 0 0 20 0 2 0 647611004 45547520 666 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/14415/statm: 11120 666 361 9 0 9518 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 44480

[startup+0.102122 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 14415
/proc/meminfo: memFree=1829424/2055920 swapFree=4180580/4192956
[pid=14415] ppid=14413 vsize=865884 CPUtime=0.08
/proc/14415/stat : 14415 (java) S 14413 14415 13280 0 -1 0 3695 0 1 0 6 2 0 0 20 0 9 0 647611004 886665216 3170 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14415/statm: 216471 3170 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301146 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 14415
/proc/meminfo: memFree=1829424/2055920 swapFree=4180580/4192956
[pid=14415] ppid=14413 vsize=866284 CPUtime=0.27
/proc/14415/stat : 14415 (java) S 14413 14415 13280 0 -1 0 5907 0 1 0 24 3 0 0 20 0 9 0 647611004 887074816 5281 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14415/statm: 216571 5281 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866284

[startup+0.702187 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 14415
/proc/meminfo: memFree=1829424/2055920 swapFree=4180580/4192956
[pid=14415] ppid=14413 vsize=867676 CPUtime=0.67
/proc/14415/stat : 14415 (java) S 14413 14415 13280 0 -1 0 9083 0 1 0 62 5 0 0 20 0 9 0 647611004 888500224 8443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14415/statm: 216919 8443 2012 9 0 211425 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867676

[startup+1.50227 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14424
/proc/meminfo: memFree=1797672/2055920 swapFree=4180580/4192956
[pid=14415] ppid=14413 vsize=868104 CPUtime=1.44
/proc/14415/stat : 14415 (java) S 14413 14415 13280 0 -1 0 20320 451 1 0 122 19 3 0 20 0 9 0 647611004 888938496 12707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14415/statm: 217026 12707 2632 9 0 211532 0
[pid=14415/tid=14417] ppid=14413 vsize=868104 CPUtime=1.08
/proc/14415/task/14417/stat : 14417 (java) R 14413 14415 13280 0 -1 64 14509 451 1 0 88 17 3 0 25 0 9 0 647611006 888938496 12707 996147200 134512640 134550740 4294955968 18446744073709551615 4127123893 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14418] ppid=14413 vsize=868104 CPUtime=0.09
/proc/14415/task/14418/stat : 14418 (java) S 14413 14415 13280 0 -1 64 4054 451 0 0 6 0 3 0 16 0 9 0 647611007 888938496 12707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14419] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14419/stat : 14419 (java) S 14413 14415 13280 0 -1 64 16 451 0 0 0 0 3 0 17 0 9 0 647611007 888938496 12707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14420] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14420/stat : 14420 (java) S 14413 14415 13280 0 -1 64 12 451 0 0 0 0 3 0 16 0 9 0 647611007 888938496 12707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14421] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14421/stat : 14421 (java) S 14413 14415 13280 0 -1 64 1 451 0 0 0 0 3 0 25 0 9 0 647611009 888938496 12707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14422] ppid=14413 vsize=868104 CPUtime=0.3
/proc/14415/task/14422/stat : 14422 (java) S 14413 14415 13280 0 -1 64 914 451 0 0 27 0 3 0 15 0 9 0 647611009 888938496 12707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14423] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14423/stat : 14423 (java) S 14413 14415 13280 0 -1 64 1 451 0 0 0 0 3 0 25 0 9 0 647611009 888938496 12707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14424] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14424/stat : 14424 (java) S 14413 14415 13280 0 -1 64 8 451 0 0 0 0 3 0 15 0 9 0 647611009 888938496 12707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 868104

[startup+3.10144 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14428
/proc/meminfo: memFree=1788520/2055920 swapFree=4180580/4192956
[pid=14415] ppid=14413 vsize=868104 CPUtime=3.05
/proc/14415/stat : 14415 (java) S 14413 14415 13280 0 -1 0 20360 451 1 0 282 20 3 0 20 0 9 0 647611004 888938496 12745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14415/statm: 217026 12745 2632 9 0 211532 0
[pid=14415/tid=14417] ppid=14413 vsize=868104 CPUtime=2.61
/proc/14415/task/14417/stat : 14417 (java) R 14413 14415 13280 0 -1 64 14510 451 1 0 241 17 3 0 25 0 9 0 647611006 888938496 12745 996147200 134512640 134550740 4294955968 18446744073709551615 4125952123 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14418] ppid=14413 vsize=868104 CPUtime=0.09
/proc/14415/task/14418/stat : 14418 (java) S 14413 14415 13280 0 -1 64 4055 451 0 0 6 0 3 0 17 0 9 0 647611007 888938496 12745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14419] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14419/stat : 14419 (java) S 14413 14415 13280 0 -1 64 16 451 0 0 0 0 3 0 17 0 9 0 647611007 888938496 12745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14420] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14420/stat : 14420 (java) S 14413 14415 13280 0 -1 64 12 451 0 0 0 0 3 0 16 0 9 0 647611007 888938496 12745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14421] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14421/stat : 14421 (java) S 14413 14415 13280 0 -1 64 1 451 0 0 0 0 3 0 25 0 9 0 647611009 888938496 12745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14422] ppid=14413 vsize=868104 CPUtime=0.36
/proc/14415/task/14422/stat : 14422 (java) S 14413 14415 13280 0 -1 64 952 451 0 0 33 0 3 0 15 0 9 0 647611009 888938496 12745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14423] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14423/stat : 14423 (java) S 14413 14415 13280 0 -1 64 1 451 0 0 0 0 3 0 25 0 9 0 647611009 888938496 12745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14424] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14424/stat : 14424 (java) S 14413 14415 13280 0 -1 64 8 451 0 0 0 0 3 0 15 0 9 0 647611009 888938496 12745 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) 868104

[startup+6.30177 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14428
/proc/meminfo: memFree=1788264/2055920 swapFree=4180580/4192956
[pid=14415] ppid=14413 vsize=868104 CPUtime=6.23
/proc/14415/stat : 14415 (java) S 14413 14415 13280 0 -1 0 20394 451 1 0 600 20 3 0 20 0 9 0 647611004 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14415/statm: 217026 12747 2632 9 0 211532 0
[pid=14415/tid=14417] ppid=14413 vsize=868104 CPUtime=5.79
/proc/14415/task/14417/stat : 14417 (java) R 14413 14415 13280 0 -1 64 14512 451 1 0 559 17 3 0 25 0 9 0 647611006 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4127127043 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14418] ppid=14413 vsize=868104 CPUtime=0.09
/proc/14415/task/14418/stat : 14418 (java) S 14413 14415 13280 0 -1 64 4055 451 0 0 6 0 3 0 16 0 9 0 647611007 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14419] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14419/stat : 14419 (java) S 14413 14415 13280 0 -1 64 16 451 0 0 0 0 3 0 17 0 9 0 647611007 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14420] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14420/stat : 14420 (java) S 14413 14415 13280 0 -1 64 12 451 0 0 0 0 3 0 16 0 9 0 647611007 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14421] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14421/stat : 14421 (java) S 14413 14415 13280 0 -1 64 1 451 0 0 0 0 3 0 25 0 9 0 647611009 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14422] ppid=14413 vsize=868104 CPUtime=0.36
/proc/14415/task/14422/stat : 14422 (java) S 14413 14415 13280 0 -1 64 954 451 0 0 33 0 3 0 15 0 9 0 647611009 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14423] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14423/stat : 14423 (java) S 14413 14415 13280 0 -1 64 1 451 0 0 0 0 3 0 25 0 9 0 647611009 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14424] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14424/stat : 14424 (java) S 14413 14415 13280 0 -1 64 38 451 0 0 0 0 3 0 15 0 9 0 647611009 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 868104

[startup+12.7014 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14428
/proc/meminfo: memFree=1788144/2055920 swapFree=4180580/4192956
[pid=14415] ppid=14413 vsize=868104 CPUtime=12.6
/proc/14415/stat : 14415 (java) S 14413 14415 13280 0 -1 0 20397 451 1 0 1237 20 3 0 20 0 9 0 647611004 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14415/statm: 217026 12747 2632 9 0 211532 0
[pid=14415/tid=14417] ppid=14413 vsize=868104 CPUtime=12.16
/proc/14415/task/14417/stat : 14417 (java) R 14413 14415 13280 0 -1 64 14514 451 1 0 1196 17 3 0 25 0 9 0 647611006 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4127121758 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14418] ppid=14413 vsize=868104 CPUtime=0.09
/proc/14415/task/14418/stat : 14418 (java) S 14413 14415 13280 0 -1 64 4055 451 0 0 6 0 3 0 17 0 9 0 647611007 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14419] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14419/stat : 14419 (java) S 14413 14415 13280 0 -1 64 16 451 0 0 0 0 3 0 17 0 9 0 647611007 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14420] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14420/stat : 14420 (java) S 14413 14415 13280 0 -1 64 12 451 0 0 0 0 3 0 16 0 9 0 647611007 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14421] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14421/stat : 14421 (java) S 14413 14415 13280 0 -1 64 1 451 0 0 0 0 3 0 25 0 9 0 647611009 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14422] ppid=14413 vsize=868104 CPUtime=0.36
/proc/14415/task/14422/stat : 14422 (java) S 14413 14415 13280 0 -1 64 955 451 0 0 33 0 3 0 16 0 9 0 647611009 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14423] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14423/stat : 14423 (java) S 14413 14415 13280 0 -1 64 1 451 0 0 0 0 3 0 25 0 9 0 647611009 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14424] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14424/stat : 14424 (java) S 14413 14415 13280 0 -1 64 38 451 0 0 0 0 3 0 15 0 9 0 647611009 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 868104

[startup+25.5028 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14428
/proc/meminfo: memFree=1788208/2055920 swapFree=4180580/4192956
[pid=14415] ppid=14413 vsize=868104 CPUtime=25.34
/proc/14415/stat : 14415 (java) S 14413 14415 13280 0 -1 0 20397 451 1 0 2511 20 3 0 20 0 9 0 647611004 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14415/statm: 217026 12747 2632 9 0 211532 0
[pid=14415/tid=14417] ppid=14413 vsize=868104 CPUtime=24.9
/proc/14415/task/14417/stat : 14417 (java) R 14413 14415 13280 0 -1 64 14514 451 1 0 2470 17 3 0 25 0 9 0 647611006 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4127194318 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14418] ppid=14413 vsize=868104 CPUtime=0.09
/proc/14415/task/14418/stat : 14418 (java) S 14413 14415 13280 0 -1 64 4055 451 0 0 6 0 3 0 16 0 9 0 647611007 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14419] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14419/stat : 14419 (java) S 14413 14415 13280 0 -1 64 16 451 0 0 0 0 3 0 17 0 9 0 647611007 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14420] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14420/stat : 14420 (java) S 14413 14415 13280 0 -1 64 12 451 0 0 0 0 3 0 16 0 9 0 647611007 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14421] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14421/stat : 14421 (java) S 14413 14415 13280 0 -1 64 1 451 0 0 0 0 3 0 25 0 9 0 647611009 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14422] ppid=14413 vsize=868104 CPUtime=0.37
/proc/14415/task/14422/stat : 14422 (java) S 14413 14415 13280 0 -1 64 955 451 0 0 34 0 3 0 17 0 9 0 647611009 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14423] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14423/stat : 14423 (java) S 14413 14415 13280 0 -1 64 1 451 0 0 0 0 3 0 25 0 9 0 647611009 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14424] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14424/stat : 14424 (java) S 14413 14415 13280 0 -1 64 38 451 0 0 0 0 3 0 15 0 9 0 647611009 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 868104

[startup+51.1025 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14428
/proc/meminfo: memFree=1788272/2055920 swapFree=4180580/4192956
[pid=14415] ppid=14413 vsize=868104 CPUtime=50.84
/proc/14415/stat : 14415 (java) S 14413 14415 13280 0 -1 0 20397 451 1 0 5061 20 3 0 20 0 9 0 647611004 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14415/statm: 217026 12747 2632 9 0 211532 0
[pid=14415/tid=14417] ppid=14413 vsize=868104 CPUtime=50.4
/proc/14415/task/14417/stat : 14417 (java) R 14413 14415 13280 0 -1 64 14514 451 1 0 5020 17 3 0 25 0 9 0 647611006 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4126377239 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14418] ppid=14413 vsize=868104 CPUtime=0.09
/proc/14415/task/14418/stat : 14418 (java) S 14413 14415 13280 0 -1 64 4055 451 0 0 6 0 3 0 16 0 9 0 647611007 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14419] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14419/stat : 14419 (java) S 14413 14415 13280 0 -1 64 16 451 0 0 0 0 3 0 17 0 9 0 647611007 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14420] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14420/stat : 14420 (java) S 14413 14415 13280 0 -1 64 12 451 0 0 0 0 3 0 16 0 9 0 647611007 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14421] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14421/stat : 14421 (java) S 14413 14415 13280 0 -1 64 1 451 0 0 0 0 3 0 25 0 9 0 647611009 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14422] ppid=14413 vsize=868104 CPUtime=0.37
/proc/14415/task/14422/stat : 14422 (java) S 14413 14415 13280 0 -1 64 955 451 0 0 34 0 3 0 17 0 9 0 647611009 888938496 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14423] ppid=14413 vsize=868104 CPUtime=0.03

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

/proc/14415/task/14420/stat : 14420 (java) S 14413 14415 13280 0 -1 64 12 451 0 0 0 0 3 0 16 0 9 0 647611007 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14421] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14421/stat : 14421 (java) S 14413 14415 13280 0 -1 64 1 451 0 0 0 0 3 0 25 0 9 0 647611009 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14422] ppid=14413 vsize=868104 CPUtime=0.37
/proc/14415/task/14422/stat : 14422 (java) S 14413 14415 13280 0 -1 64 957 451 0 0 34 0 3 0 17 0 9 0 647611009 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14423] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14423/stat : 14423 (java) S 14413 14415 13280 0 -1 64 1 451 0 0 0 0 3 0 25 0 9 0 647611009 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14424] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14424/stat : 14424 (java) S 14413 14415 13280 0 -1 64 38 451 0 0 0 0 3 0 15 0 9 0 647611009 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.1
Current children cumulated vsize (KiB) 868104

[startup+1602.3 s]
/proc/loadavg: 2.02 2.11 2.05 3/103 14521
/proc/meminfo: memFree=1505040/2055920 swapFree=4180580/4192956
[pid=14415] ppid=14413 vsize=868104 CPUtime=1593.26
/proc/14415/stat : 14415 (java) S 14413 14415 13280 0 -1 0 20400 451 1 0 159297 26 3 0 20 0 9 0 647611004 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14415/statm: 217026 12749 2632 9 0 211532 0
[pid=14415/tid=14417] ppid=14413 vsize=868104 CPUtime=1592.81
/proc/14415/task/14417/stat : 14417 (java) R 14413 14415 13280 0 -1 64 14515 451 1 0 159255 23 3 0 25 0 9 0 647611006 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4126377239 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14415/tid=14418] ppid=14413 vsize=868104 CPUtime=0.09
/proc/14415/task/14418/stat : 14418 (java) S 14413 14415 13280 0 -1 64 4055 451 0 0 6 0 3 0 16 0 9 0 647611007 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14419] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14419/stat : 14419 (java) S 14413 14415 13280 0 -1 64 16 451 0 0 0 0 3 0 17 0 9 0 647611007 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14420] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14420/stat : 14420 (java) S 14413 14415 13280 0 -1 64 12 451 0 0 0 0 3 0 16 0 9 0 647611007 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14421] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14421/stat : 14421 (java) S 14413 14415 13280 0 -1 64 1 451 0 0 0 0 3 0 25 0 9 0 647611009 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14422] ppid=14413 vsize=868104 CPUtime=0.37
/proc/14415/task/14422/stat : 14422 (java) S 14413 14415 13280 0 -1 64 957 451 0 0 34 0 3 0 17 0 9 0 647611009 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14423] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14423/stat : 14423 (java) S 14413 14415 13280 0 -1 64 1 451 0 0 0 0 3 0 25 0 9 0 647611009 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14424] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14424/stat : 14424 (java) S 14413 14415 13280 0 -1 64 38 451 0 0 0 0 3 0 15 0 9 0 647611009 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.26
Current children cumulated vsize (KiB) 868104

[startup+1662.3 s]
/proc/loadavg: 2.00 2.09 2.04 3/103 14527
/proc/meminfo: memFree=1504840/2055920 swapFree=4180580/4192956
[pid=14415] ppid=14413 vsize=868104 CPUtime=1652.42
/proc/14415/stat : 14415 (java) S 14413 14415 13280 0 -1 0 20400 451 1 0 165213 26 3 0 20 0 9 0 647611004 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14415/statm: 217026 12749 2632 9 0 211532 0
[pid=14415/tid=14417] ppid=14413 vsize=868104 CPUtime=1651.97
/proc/14415/task/14417/stat : 14417 (java) R 14413 14415 13280 0 -1 64 14515 451 1 0 165171 23 3 0 25 0 9 0 647611006 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4127122903 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14415/tid=14418] ppid=14413 vsize=868104 CPUtime=0.09
/proc/14415/task/14418/stat : 14418 (java) S 14413 14415 13280 0 -1 64 4055 451 0 0 6 0 3 0 16 0 9 0 647611007 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14419] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14419/stat : 14419 (java) S 14413 14415 13280 0 -1 64 16 451 0 0 0 0 3 0 17 0 9 0 647611007 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14420] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14420/stat : 14420 (java) S 14413 14415 13280 0 -1 64 12 451 0 0 0 0 3 0 16 0 9 0 647611007 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14421] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14421/stat : 14421 (java) S 14413 14415 13280 0 -1 64 1 451 0 0 0 0 3 0 25 0 9 0 647611009 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14422] ppid=14413 vsize=868104 CPUtime=0.37
/proc/14415/task/14422/stat : 14422 (java) S 14413 14415 13280 0 -1 64 957 451 0 0 34 0 3 0 17 0 9 0 647611009 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14423] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14423/stat : 14423 (java) S 14413 14415 13280 0 -1 64 1 451 0 0 0 0 3 0 25 0 9 0 647611009 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14424] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14424/stat : 14424 (java) S 14413 14415 13280 0 -1 64 38 451 0 0 0 0 3 0 15 0 9 0 647611009 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1652.42
Current children cumulated vsize (KiB) 868104

[startup+1722.3 s]
/proc/loadavg: 2.00 2.07 2.04 3/94 14530
/proc/meminfo: memFree=1628368/2055920 swapFree=4180580/4192956
[pid=14415] ppid=14413 vsize=868104 CPUtime=1712.1
/proc/14415/stat : 14415 (java) S 14413 14415 13280 0 -1 0 20400 451 1 0 171181 26 3 0 20 0 9 0 647611004 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14415/statm: 217026 12749 2632 9 0 211532 0
[pid=14415/tid=14417] ppid=14413 vsize=868104 CPUtime=1711.65
/proc/14415/task/14417/stat : 14417 (java) R 14413 14415 13280 0 -1 64 14515 451 1 0 171139 23 3 0 25 0 9 0 647611006 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4127124148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14418] ppid=14413 vsize=868104 CPUtime=0.09
/proc/14415/task/14418/stat : 14418 (java) S 14413 14415 13280 0 -1 64 4055 451 0 0 6 0 3 0 16 0 9 0 647611007 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14419] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14419/stat : 14419 (java) S 14413 14415 13280 0 -1 64 16 451 0 0 0 0 3 0 17 0 9 0 647611007 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14420] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14420/stat : 14420 (java) S 14413 14415 13280 0 -1 64 12 451 0 0 0 0 3 0 16 0 9 0 647611007 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14421] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14421/stat : 14421 (java) S 14413 14415 13280 0 -1 64 1 451 0 0 0 0 3 0 25 0 9 0 647611009 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14422] ppid=14413 vsize=868104 CPUtime=0.37
/proc/14415/task/14422/stat : 14422 (java) S 14413 14415 13280 0 -1 64 957 451 0 0 34 0 3 0 17 0 9 0 647611009 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14423] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14423/stat : 14423 (java) S 14413 14415 13280 0 -1 64 1 451 0 0 0 0 3 0 25 0 9 0 647611009 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14424] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14424/stat : 14424 (java) S 14413 14415 13280 0 -1 64 38 451 0 0 0 0 3 0 15 0 9 0 647611009 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.1
Current children cumulated vsize (KiB) 868104

[startup+1782.3 s]
/proc/loadavg: 2.00 2.06 2.03 3/94 14530
/proc/meminfo: memFree=1628176/2055920 swapFree=4180580/4192956
[pid=14415] ppid=14413 vsize=868104 CPUtime=1771.81
/proc/14415/stat : 14415 (java) S 14413 14415 13280 0 -1 0 20400 451 1 0 177151 27 3 0 20 0 9 0 647611004 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14415/statm: 217026 12749 2632 9 0 211532 0
[pid=14415/tid=14417] ppid=14413 vsize=868104 CPUtime=1771.35
/proc/14415/task/14417/stat : 14417 (java) R 14413 14415 13280 0 -1 64 14515 451 1 0 177109 23 3 0 25 0 9 0 647611006 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4127259230 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14418] ppid=14413 vsize=868104 CPUtime=0.09
/proc/14415/task/14418/stat : 14418 (java) S 14413 14415 13280 0 -1 64 4055 451 0 0 6 0 3 0 16 0 9 0 647611007 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14419] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14419/stat : 14419 (java) S 14413 14415 13280 0 -1 64 16 451 0 0 0 0 3 0 17 0 9 0 647611007 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14420] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14420/stat : 14420 (java) S 14413 14415 13280 0 -1 64 12 451 0 0 0 0 3 0 16 0 9 0 647611007 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14421] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14421/stat : 14421 (java) S 14413 14415 13280 0 -1 64 1 451 0 0 0 0 3 0 25 0 9 0 647611009 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14422] ppid=14413 vsize=868104 CPUtime=0.37
/proc/14415/task/14422/stat : 14422 (java) S 14413 14415 13280 0 -1 64 957 451 0 0 34 0 3 0 17 0 9 0 647611009 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14423] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14423/stat : 14423 (java) S 14413 14415 13280 0 -1 64 1 451 0 0 0 0 3 0 25 0 9 0 647611009 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14424] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14424/stat : 14424 (java) S 14413 14415 13280 0 -1 64 38 451 0 0 0 0 3 0 15 0 9 0 647611009 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1771.81
Current children cumulated vsize (KiB) 868104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.7 s]
/proc/loadavg: 2.00 2.05 2.03 3/94 14530
/proc/meminfo: memFree=1628176/2055920 swapFree=4180580/4192956
[pid=14415] ppid=14413 vsize=868104 CPUtime=1800.07
/proc/14415/stat : 14415 (java) S 14413 14415 13280 0 -1 0 20400 451 1 0 179977 27 3 0 20 0 9 0 647611004 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14415/statm: 217026 12749 2632 9 0 211532 0
[pid=14415/tid=14417] ppid=14413 vsize=868104 CPUtime=1799.61
/proc/14415/task/14417/stat : 14417 (java) R 14413 14415 13280 0 -1 64 14515 451 1 0 179935 23 3 0 25 0 9 0 647611006 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4127123893 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14418] ppid=14413 vsize=868104 CPUtime=0.09
/proc/14415/task/14418/stat : 14418 (java) S 14413 14415 13280 0 -1 64 4055 451 0 0 6 0 3 0 16 0 9 0 647611007 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14419] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14419/stat : 14419 (java) S 14413 14415 13280 0 -1 64 16 451 0 0 0 0 3 0 17 0 9 0 647611007 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14420] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14420/stat : 14420 (java) S 14413 14415 13280 0 -1 64 12 451 0 0 0 0 3 0 16 0 9 0 647611007 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14421] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14421/stat : 14421 (java) S 14413 14415 13280 0 -1 64 1 451 0 0 0 0 3 0 25 0 9 0 647611009 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14422] ppid=14413 vsize=868104 CPUtime=0.37
/proc/14415/task/14422/stat : 14422 (java) S 14413 14415 13280 0 -1 64 957 451 0 0 34 0 3 0 17 0 9 0 647611009 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14423] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14423/stat : 14423 (java) S 14413 14415 13280 0 -1 64 1 451 0 0 0 0 3 0 25 0 9 0 647611009 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14424] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14424/stat : 14424 (java) S 14413 14415 13280 0 -1 64 38 451 0 0 0 0 3 0 15 0 9 0 647611009 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868104

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

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

[startup+1810.7 s]
/proc/loadavg: 2.00 2.05 2.03 3/94 14530
/proc/meminfo: memFree=1628176/2055920 swapFree=4180580/4192956
[pid=14415] ppid=14413 vsize=868104 CPUtime=1800.07
/proc/14415/stat : 14415 (java) S 14413 14415 13280 0 -1 0 20400 451 1 0 179977 27 3 0 20 0 9 0 647611004 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14415/statm: 217026 12749 2632 9 0 211532 0
[pid=14415/tid=14417] ppid=14413 vsize=868104 CPUtime=1799.61
/proc/14415/task/14417/stat : 14417 (java) R 14413 14415 13280 0 -1 64 14515 451 1 0 179935 23 3 0 25 0 9 0 647611006 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4127123893 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14418] ppid=14413 vsize=868104 CPUtime=0.09
/proc/14415/task/14418/stat : 14418 (java) S 14413 14415 13280 0 -1 64 4055 451 0 0 6 0 3 0 16 0 9 0 647611007 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14419] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14419/stat : 14419 (java) S 14413 14415 13280 0 -1 64 16 451 0 0 0 0 3 0 17 0 9 0 647611007 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14420] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14420/stat : 14420 (java) S 14413 14415 13280 0 -1 64 12 451 0 0 0 0 3 0 16 0 9 0 647611007 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14421] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14421/stat : 14421 (java) S 14413 14415 13280 0 -1 64 1 451 0 0 0 0 3 0 25 0 9 0 647611009 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14422] ppid=14413 vsize=868104 CPUtime=0.37
/proc/14415/task/14422/stat : 14422 (java) S 14413 14415 13280 0 -1 64 957 451 0 0 34 0 3 0 17 0 9 0 647611009 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14423] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14423/stat : 14423 (java) S 14413 14415 13280 0 -1 64 1 451 0 0 0 0 3 0 25 0 9 0 647611009 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14415/tid=14424] ppid=14413 vsize=868104 CPUtime=0.03
/proc/14415/task/14424/stat : 14424 (java) S 14413 14415 13280 0 -1 64 38 451 0 0 0 0 3 0 15 0 9 0 647611009 888938496 12749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868104

Child status: 143
Real time (s): 1810.75
CPU time (s): 1800.14
CPU user time (s): 1799.85
CPU system time (s): 0.285956
CPU usage (%): 99.4136
Max. virtual memory (cumulated for all children) (KiB): 868104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 0.285956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20884
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= 38457
involuntary context switches= 62136

runsolver used 2.00169 second user time and 5.19921 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-05 10:33:26
IDJOB=1088429
IDBENCH=58082
IDSOLVER=364
FILE ID=node79/1088429-1215246806
PBS_JOBID= 7881978
Free space on /tmp= 66496 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 476f5652a7b81cad0245b6dfdd0cea29
RANDOM SEED=278094297

node79.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.218
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.218
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:       1829904 kB
Buffers:         15696 kB
Cached:         140928 kB
SwapCached:       6916 kB
Active:         102800 kB
Inactive:        74004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829904 kB
SwapTotal:     4192956 kB
SwapFree:      4180580 kB
Dirty:            2308 kB
Writeback:           0 kB
Mapped:          24840 kB
Slab:            34616 kB
Committed_AS:  1162212 kB
PageTables:       1740 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= 66444 MiB
End job on node79 at 2008-07-05 11:03:39