Trace number 1090948

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.05 1808.15

General information on the benchmark

Namecsp/graphColoring/insertion/k-insertion/
normalized-1-insertions-6-6.xml
MD5SUMa619a63f941f7bbdcfca2c9c1b977147
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 variables607
Number of constraints6337
Maximum constraint arity2
Maximum domain size6
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6337
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.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=mac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-1090948-1215272793.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.38/0.45	     nbVariables=607  nbDomainTypes=1  minDomainSize=6  maxDomainSize=6  nbTotalValues=3642
0.38/0.45	       =>  wckTime=0.201  cpuTime=0.14  mem=9M869
0.38/0.45	   
0.38/0.46	   predicates being loaded...
0.47/0.51	   
0.47/0.51	   constraints being loaded...
2.05/2.16	     nbConstraints=6339  nbGlobalConstraints=2  nbConvertedConstraints=6337  nbConvertConstraintsChecks=72
2.05/2.16	     nbExtensionStructures=2  nbSharedExtensionStructures=6335  nbConflictsStructures=2
2.05/2.16	     nbSharedConflictsStructures=6335  nbSharedBinaryRepresentations=6  minDegree=7  maxDegree=202  minArity=2
2.05/2.16	     avgArity=2.15  maxArity=486  nbGenerators=2  nbFusions=1  symmetryWckTime=0.609  symmetryCpuTime=0.32
2.05/2.16	       =>  wckTime=1.91  cpuTime=1.41  mem=23M841
2.15/2.27	   
2.15/2.27	   solver IterativeSystematicSolver being built... 
2.26/2.33	   
2.26/2.33	   INFO : Forward propagation technique limited 
2.35/2.42	       =>  wckTime=2.165  cpuTime=1.54  mem=27M773
2.35/2.46	   
2.35/2.46	   preprocessing
2.35/2.46	     nbConstraintChecks=12  nbPropagations=608  nbRevisions=2  nbUselessRevisions=0  nbRemovedValues=3
2.35/2.46	     nbRemovedTuples=15  detectedInconsistency=no
2.35/2.46	       =>  wckTime=0.035  cpuTime=0.03  mem=27M773
18.04/18.16	   
18.04/18.16	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=32M585)

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-1090948-1215272793/watcher-1090948-1215272793 -o /tmp/evaluation-result-1090948-1215272793/solver-1090948-1215272793 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1090948-1215272793.xml 

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


[startup+0 s]
/proc/loadavg: 1.85 1.97 1.99 4/82 3739
/proc/meminfo: memFree=1672912/2055920 swapFree=4177348/4192956
[pid=3739] ppid=3737 vsize=18572 CPUtime=0
/proc/3739/stat : 3739 (runsolver) R 3737 3739 3702 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 650199429 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 243665530151 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/3739/statm: 4643 292 257 25 0 2626 0

[startup+0.102218 s]
/proc/loadavg: 1.85 1.97 1.99 4/82 3739
/proc/meminfo: memFree=1672912/2055920 swapFree=4177348/4192956
[pid=3739] ppid=3737 vsize=865884 CPUtime=0.08
/proc/3739/stat : 3739 (java) S 3737 3739 3702 0 -1 0 3690 0 1 0 6 2 0 0 20 0 9 0 650199429 886665216 3165 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 216471 3165 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.202267 s]
/proc/loadavg: 1.85 1.97 1.99 4/82 3739
/proc/meminfo: memFree=1672912/2055920 swapFree=4177348/4192956
[pid=3739] ppid=3737 vsize=866044 CPUtime=0.19
/proc/3739/stat : 3739 (java) S 3737 3739 3702 0 -1 0 4664 0 1 0 16 3 0 0 20 0 9 0 650199429 886829056 4091 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 216511 4091 1861 9 0 211059 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 866044

[startup+0.306892 s]
/proc/loadavg: 1.85 1.97 1.99 4/82 3739
/proc/meminfo: memFree=1672912/2055920 swapFree=4177348/4192956
[pid=3739] ppid=3737 vsize=866284 CPUtime=0.28
/proc/3739/stat : 3739 (java) S 3737 3739 3702 0 -1 0 5846 0 1 0 25 3 0 0 20 0 9 0 650199429 887074816 5220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 216571 5220 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701642 s]
/proc/loadavg: 1.85 1.97 1.99 4/82 3739
/proc/meminfo: memFree=1672912/2055920 swapFree=4177348/4192956
[pid=3739] ppid=3737 vsize=867708 CPUtime=0.67
/proc/3739/stat : 3739 (java) S 3737 3739 3702 0 -1 0 8846 0 1 0 62 5 0 0 20 0 9 0 650199429 888532992 8206 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 216927 8206 2012 9 0 211433 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867708

[startup+1.50172 s]
/proc/loadavg: 1.85 1.97 1.99 3/91 3748
/proc/meminfo: memFree=1632456/2055920 swapFree=4177348/4192956
[pid=3739] ppid=3737 vsize=867708 CPUtime=1.46
/proc/3739/stat : 3739 (java) S 3737 3739 3702 0 -1 0 14951 0 1 0 117 29 0 0 20 0 9 0 650199429 888532992 14308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 216927 14308 2015 9 0 211433 0
[pid=3739/tid=3741] ppid=3737 vsize=867708 CPUtime=1.24
/proc/3739/task/3741/stat : 3741 (java) R 3737 3739 3702 0 -1 64 13551 0 1 0 96 28 0 0 25 0 9 0 650199430 888532992 14308 996147200 134512640 134550740 4294955968 18446744073709551615 4126982344 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3742] ppid=3737 vsize=867708 CPUtime=0
/proc/3739/task/3742/stat : 3742 (java) S 3737 3739 3702 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 650199432 888532992 14308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3743] ppid=3737 vsize=867708 CPUtime=0
/proc/3739/task/3743/stat : 3743 (java) S 3737 3739 3702 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 650199432 888532992 14308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3744] ppid=3737 vsize=867708 CPUtime=0
/proc/3739/task/3744/stat : 3744 (java) S 3737 3739 3702 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 650199432 888532992 14308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3745] ppid=3737 vsize=867708 CPUtime=0
/proc/3739/task/3745/stat : 3745 (java) S 3737 3739 3702 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 650199434 888532992 14308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3746] ppid=3737 vsize=867708 CPUtime=0.21
/proc/3739/task/3746/stat : 3746 (java) S 3737 3739 3702 0 -1 64 702 0 0 0 21 0 0 0 16 0 9 0 650199434 888532992 14308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3747] ppid=3737 vsize=867708 CPUtime=0
/proc/3739/task/3747/stat : 3747 (java) S 3737 3739 3702 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 650199434 888532992 14308 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3748] ppid=3737 vsize=867708 CPUtime=0
/proc/3739/task/3748/stat : 3748 (java) S 3737 3739 3702 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 650199434 888532992 14308 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) 867708

[startup+3.10188 s]
/proc/loadavg: 1.86 1.97 1.99 4/91 3752
/proc/meminfo: memFree=1606152/2055920 swapFree=4177348/4192956
[pid=3739] ppid=3737 vsize=869120 CPUtime=3.05
/proc/3739/stat : 3739 (java) S 3737 3739 3702 0 -1 0 38486 688 1 0 252 40 12 1 20 0 9 0 650199429 889978880 20555 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 217280 20555 2637 9 0 211786 0
[pid=3739/tid=3741] ppid=3737 vsize=869120 CPUtime=2.51
/proc/3739/task/3741/stat : 3741 (java) R 3737 3739 3702 0 -1 64 22270 688 1 0 204 34 12 1 25 0 9 0 650199430 889978880 20555 996147200 134512640 134550740 4294955968 18446744073709551615 4127228167 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3742] ppid=3737 vsize=869120 CPUtime=0.32
/proc/3739/task/3742/stat : 3742 (java) S 3737 3739 3702 0 -1 64 14400 688 0 0 16 3 12 1 16 0 9 0 650199432 889978880 20555 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3743] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3743/stat : 3743 (java) S 3737 3739 3702 0 -1 64 20 688 0 0 0 0 12 1 16 0 9 0 650199432 889978880 20555 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3744] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3744/stat : 3744 (java) S 3737 3739 3702 0 -1 64 14 688 0 0 0 0 12 1 15 0 9 0 650199432 889978880 20555 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3745] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3745/stat : 3745 (java) S 3737 3739 3702 0 -1 64 0 688 0 0 0 0 12 1 25 0 9 0 650199434 889978880 20555 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3746] ppid=3737 vsize=869120 CPUtime=0.43
/proc/3739/task/3746/stat : 3746 (java) S 3737 3739 3702 0 -1 64 965 688 0 0 30 0 12 1 16 0 9 0 650199434 889978880 20555 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3747] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3747/stat : 3747 (java) S 3737 3739 3702 0 -1 64 2 688 0 0 0 0 12 1 25 0 9 0 650199434 889978880 20555 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3748] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3748/stat : 3748 (java) S 3737 3739 3702 0 -1 64 16 688 0 0 0 0 12 1 15 0 9 0 650199434 889978880 20555 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) 869120

[startup+6.30284 s]
/proc/loadavg: 1.86 1.97 1.99 3/91 3752
/proc/meminfo: memFree=1600264/2055920 swapFree=4177348/4192956
[pid=3739] ppid=3737 vsize=869120 CPUtime=6.25
/proc/3739/stat : 3739 (java) S 3737 3739 3702 0 -1 0 38649 688 1 0 572 40 12 1 20 0 9 0 650199429 889978880 20558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 217280 20558 2637 9 0 211786 0
[pid=3739/tid=3741] ppid=3737 vsize=869120 CPUtime=5.71
/proc/3739/task/3741/stat : 3741 (java) R 3737 3739 3702 0 -1 64 22400 688 1 0 524 34 12 1 17 0 9 0 650199430 889978880 20558 996147200 134512640 134550740 4294955968 18446744073709551615 4127183817 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3742] ppid=3737 vsize=869120 CPUtime=0.32
/proc/3739/task/3742/stat : 3742 (java) S 3737 3739 3702 0 -1 64 14401 688 0 0 16 3 12 1 16 0 9 0 650199432 889978880 20558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3743] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3743/stat : 3743 (java) S 3737 3739 3702 0 -1 64 20 688 0 0 0 0 12 1 16 0 9 0 650199432 889978880 20558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3744] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3744/stat : 3744 (java) S 3737 3739 3702 0 -1 64 14 688 0 0 0 0 12 1 15 0 9 0 650199432 889978880 20558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3745] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3745/stat : 3745 (java) S 3737 3739 3702 0 -1 64 0 688 0 0 0 0 12 1 25 0 9 0 650199434 889978880 20558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3746] ppid=3737 vsize=869120 CPUtime=0.44
/proc/3739/task/3746/stat : 3746 (java) S 3737 3739 3702 0 -1 64 968 688 0 0 31 0 12 1 16 0 9 0 650199434 889978880 20558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3747] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3747/stat : 3747 (java) S 3737 3739 3702 0 -1 64 2 688 0 0 0 0 12 1 25 0 9 0 650199434 889978880 20558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3748] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3748/stat : 3748 (java) R 3737 3739 3702 0 -1 64 45 688 0 0 0 0 12 1 15 0 9 0 650199434 889978880 20558 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) 869120

[startup+12.7019 s]
/proc/loadavg: 1.88 1.97 1.99 3/91 3752
/proc/meminfo: memFree=1600008/2055920 swapFree=4177348/4192956
[pid=3739] ppid=3737 vsize=869120 CPUtime=12.64
/proc/3739/stat : 3739 (java) S 3737 3739 3702 0 -1 0 39042 688 1 0 1211 40 12 1 20 0 9 0 650199429 889978880 20562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 217280 20562 2637 9 0 211786 0
[pid=3739/tid=3741] ppid=3737 vsize=869120 CPUtime=12.09
/proc/3739/task/3741/stat : 3741 (java) R 3737 3739 3702 0 -1 64 22775 688 1 0 1162 34 12 1 25 0 9 0 650199430 889978880 20562 996147200 134512640 134550740 4294955968 18446744073709551615 4125952187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3742] ppid=3737 vsize=869120 CPUtime=0.32
/proc/3739/task/3742/stat : 3742 (java) S 3737 3739 3702 0 -1 64 14401 688 0 0 16 3 12 1 16 0 9 0 650199432 889978880 20562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3743] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3743/stat : 3743 (java) S 3737 3739 3702 0 -1 64 20 688 0 0 0 0 12 1 16 0 9 0 650199432 889978880 20562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3744] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3744/stat : 3744 (java) S 3737 3739 3702 0 -1 64 14 688 0 0 0 0 12 1 15 0 9 0 650199432 889978880 20562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3745] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3745/stat : 3745 (java) S 3737 3739 3702 0 -1 64 0 688 0 0 0 0 12 1 25 0 9 0 650199434 889978880 20562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3746] ppid=3737 vsize=869120 CPUtime=0.44
/proc/3739/task/3746/stat : 3746 (java) S 3737 3739 3702 0 -1 64 986 688 0 0 31 0 12 1 16 0 9 0 650199434 889978880 20562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3747] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3747/stat : 3747 (java) S 3737 3739 3702 0 -1 64 2 688 0 0 0 0 12 1 25 0 9 0 650199434 889978880 20562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3748] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3748/stat : 3748 (java) S 3737 3739 3702 0 -1 64 45 688 0 0 0 0 12 1 15 0 9 0 650199434 889978880 20562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 869120

[startup+25.5028 s]
/proc/loadavg: 1.90 1.97 1.99 3/91 3752
/proc/meminfo: memFree=1599688/2055920 swapFree=4177348/4192956
[pid=3739] ppid=3737 vsize=869120 CPUtime=25.43
/proc/3739/stat : 3739 (java) S 3737 3739 3702 0 -1 0 39374 688 1 0 2490 40 12 1 20 0 9 0 650199429 889978880 20583 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 217280 20583 2637 9 0 211786 0
[pid=3739/tid=3741] ppid=3737 vsize=869120 CPUtime=24.84
/proc/3739/task/3741/stat : 3741 (java) R 3737 3739 3702 0 -1 64 23051 688 1 0 2437 34 12 1 25 0 9 0 650199430 889978880 20583 996147200 134512640 134550740 4294955968 18446744073709551615 4127254990 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3742] ppid=3737 vsize=869120 CPUtime=0.32
/proc/3739/task/3742/stat : 3742 (java) S 3737 3739 3702 0 -1 64 14401 688 0 0 16 3 12 1 16 0 9 0 650199432 889978880 20583 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3743] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3743/stat : 3743 (java) S 3737 3739 3702 0 -1 64 20 688 0 0 0 0 12 1 16 0 9 0 650199432 889978880 20583 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3744] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3744/stat : 3744 (java) S 3737 3739 3702 0 -1 64 14 688 0 0 0 0 12 1 15 0 9 0 650199432 889978880 20583 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3745] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3745/stat : 3745 (java) S 3737 3739 3702 0 -1 64 0 688 0 0 0 0 12 1 25 0 9 0 650199434 889978880 20583 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3746] ppid=3737 vsize=869120 CPUtime=0.49
/proc/3739/task/3746/stat : 3746 (java) S 3737 3739 3702 0 -1 64 1042 688 0 0 36 0 12 1 16 0 9 0 650199434 889978880 20583 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3747] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3747/stat : 3747 (java) S 3737 3739 3702 0 -1 64 2 688 0 0 0 0 12 1 25 0 9 0 650199434 889978880 20583 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3748] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3748/stat : 3748 (java) S 3737 3739 3702 0 -1 64 45 688 0 0 0 0 12 1 15 0 9 0 650199434 889978880 20583 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 869120

[startup+51.1028 s]
/proc/loadavg: 1.93 1.97 1.99 3/91 3752
/proc/meminfo: memFree=1598984/2055920 swapFree=4177348/4192956
[pid=3739] ppid=3737 vsize=869120 CPUtime=51.02
/proc/3739/stat : 3739 (java) S 3737 3739 3702 0 -1 0 39382 688 1 0 5049 40 12 1 20 0 9 0 650199429 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 217280 20584 2637 9 0 211786 0
[pid=3739/tid=3741] ppid=3737 vsize=869120 CPUtime=50.42
/proc/3739/task/3741/stat : 3741 (java) R 3737 3739 3702 0 -1 64 23058 688 1 0 4995 34 12 1 25 0 9 0 650199430 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4127190919 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3742] ppid=3737 vsize=869120 CPUtime=0.32
/proc/3739/task/3742/stat : 3742 (java) S 3737 3739 3702 0 -1 64 14401 688 0 0 16 3 12 1 16 0 9 0 650199432 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3743] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3743/stat : 3743 (java) S 3737 3739 3702 0 -1 64 20 688 0 0 0 0 12 1 16 0 9 0 650199432 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3744] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3744/stat : 3744 (java) S 3737 3739 3702 0 -1 64 14 688 0 0 0 0 12 1 15 0 9 0 650199432 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3745] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3745/stat : 3745 (java) S 3737 3739 3702 0 -1 64 0 688 0 0 0 0 12 1 25 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3746] ppid=3737 vsize=869120 CPUtime=0.49
/proc/3739/task/3746/stat : 3746 (java) S 3737 3739 3702 0 -1 64 1043 688 0 0 36 0 12 1 15 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3747] ppid=3737 vsize=869120 CPUtime=0.13

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

/proc/3739/task/3744/stat : 3744 (java) S 3737 3739 3702 0 -1 64 14 688 0 0 0 0 12 1 15 0 9 0 650199432 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3745] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3745/stat : 3745 (java) S 3737 3739 3702 0 -1 64 0 688 0 0 0 0 12 1 25 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3746] ppid=3737 vsize=869120 CPUtime=0.49
/proc/3739/task/3746/stat : 3746 (java) S 3737 3739 3702 0 -1 64 1043 688 0 0 36 0 12 1 15 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3747] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3747/stat : 3747 (java) S 3737 3739 3702 0 -1 64 2 688 0 0 0 0 12 1 25 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3748] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3748/stat : 3748 (java) S 3737 3739 3702 0 -1 64 45 688 0 0 0 0 12 1 15 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.98
Current children cumulated vsize (KiB) 869120

[startup+1542.31 s]
/proc/loadavg: 2.00 2.06 2.04 3/83 3812
/proc/meminfo: memFree=1545976/2055920 swapFree=4177348/4192956
[pid=3739] ppid=3737 vsize=869120 CPUtime=1536.48
/proc/3739/stat : 3739 (java) S 3737 3739 3702 0 -1 0 39400 688 1 0 153593 42 12 1 20 0 9 0 650199429 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 217280 20584 2637 9 0 211786 0
[pid=3739/tid=3741] ppid=3737 vsize=869120 CPUtime=1535.88
/proc/3739/task/3741/stat : 3741 (java) R 3737 3739 3702 0 -1 64 23076 688 1 0 153539 36 12 1 25 0 9 0 650199430 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4127184885 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3742] ppid=3737 vsize=869120 CPUtime=0.32
/proc/3739/task/3742/stat : 3742 (java) S 3737 3739 3702 0 -1 64 14401 688 0 0 16 3 12 1 16 0 9 0 650199432 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3743] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3743/stat : 3743 (java) S 3737 3739 3702 0 -1 64 20 688 0 0 0 0 12 1 16 0 9 0 650199432 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3744] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3744/stat : 3744 (java) S 3737 3739 3702 0 -1 64 14 688 0 0 0 0 12 1 15 0 9 0 650199432 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3745] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3745/stat : 3745 (java) S 3737 3739 3702 0 -1 64 0 688 0 0 0 0 12 1 25 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3746] ppid=3737 vsize=869120 CPUtime=0.49
/proc/3739/task/3746/stat : 3746 (java) S 3737 3739 3702 0 -1 64 1043 688 0 0 36 0 12 1 15 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3747] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3747/stat : 3747 (java) S 3737 3739 3702 0 -1 64 2 688 0 0 0 0 12 1 25 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3748] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3748/stat : 3748 (java) S 3737 3739 3702 0 -1 64 45 688 0 0 0 0 12 1 15 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.48
Current children cumulated vsize (KiB) 869120

[startup+1602.3 s]
/proc/loadavg: 2.00 2.05 2.04 3/83 3812
/proc/meminfo: memFree=1534072/2055920 swapFree=4177348/4192956
[pid=3739] ppid=3737 vsize=869120 CPUtime=1595.96
/proc/3739/stat : 3739 (java) S 3737 3739 3702 0 -1 0 39401 688 1 0 159541 42 12 1 20 0 9 0 650199429 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 217280 20584 2637 9 0 211786 0
[pid=3739/tid=3741] ppid=3737 vsize=869120 CPUtime=1595.36
/proc/3739/task/3741/stat : 3741 (java) R 3737 3739 3702 0 -1 64 23077 688 1 0 159487 36 12 1 25 0 9 0 650199430 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4127183878 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3742] ppid=3737 vsize=869120 CPUtime=0.32
/proc/3739/task/3742/stat : 3742 (java) S 3737 3739 3702 0 -1 64 14401 688 0 0 16 3 12 1 16 0 9 0 650199432 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3743] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3743/stat : 3743 (java) S 3737 3739 3702 0 -1 64 20 688 0 0 0 0 12 1 16 0 9 0 650199432 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3744] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3744/stat : 3744 (java) S 3737 3739 3702 0 -1 64 14 688 0 0 0 0 12 1 15 0 9 0 650199432 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3745] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3745/stat : 3745 (java) S 3737 3739 3702 0 -1 64 0 688 0 0 0 0 12 1 25 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3746] ppid=3737 vsize=869120 CPUtime=0.49
/proc/3739/task/3746/stat : 3746 (java) S 3737 3739 3702 0 -1 64 1043 688 0 0 36 0 12 1 15 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3747] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3747/stat : 3747 (java) S 3737 3739 3702 0 -1 64 2 688 0 0 0 0 12 1 25 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3748] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3748/stat : 3748 (java) S 3737 3739 3702 0 -1 64 45 688 0 0 0 0 12 1 15 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.96
Current children cumulated vsize (KiB) 869120

[startup+1662.3 s]
/proc/loadavg: 2.00 2.04 2.03 3/83 3812
/proc/meminfo: memFree=1534072/2055920 swapFree=4177348/4192956
[pid=3739] ppid=3737 vsize=869120 CPUtime=1655.44
/proc/3739/stat : 3739 (java) S 3737 3739 3702 0 -1 0 39401 688 1 0 165489 42 12 1 20 0 9 0 650199429 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 217280 20584 2637 9 0 211786 0
[pid=3739/tid=3741] ppid=3737 vsize=869120 CPUtime=1654.85
/proc/3739/task/3741/stat : 3741 (java) R 3737 3739 3702 0 -1 64 23077 688 1 0 165436 36 12 1 25 0 9 0 650199430 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4127256266 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3742] ppid=3737 vsize=869120 CPUtime=0.32
/proc/3739/task/3742/stat : 3742 (java) S 3737 3739 3702 0 -1 64 14401 688 0 0 16 3 12 1 16 0 9 0 650199432 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3743] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3743/stat : 3743 (java) S 3737 3739 3702 0 -1 64 20 688 0 0 0 0 12 1 16 0 9 0 650199432 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3744] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3744/stat : 3744 (java) S 3737 3739 3702 0 -1 64 14 688 0 0 0 0 12 1 15 0 9 0 650199432 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3745] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3745/stat : 3745 (java) S 3737 3739 3702 0 -1 64 0 688 0 0 0 0 12 1 25 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3746] ppid=3737 vsize=869120 CPUtime=0.49
/proc/3739/task/3746/stat : 3746 (java) S 3737 3739 3702 0 -1 64 1043 688 0 0 36 0 12 1 15 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3747] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3747/stat : 3747 (java) S 3737 3739 3702 0 -1 64 2 688 0 0 0 0 12 1 25 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3748] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3748/stat : 3748 (java) S 3737 3739 3702 0 -1 64 45 688 0 0 0 0 12 1 15 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.44
Current children cumulated vsize (KiB) 869120

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.03 3/83 3812
/proc/meminfo: memFree=1534008/2055920 swapFree=4177348/4192956
[pid=3739] ppid=3737 vsize=869120 CPUtime=1714.93
/proc/3739/stat : 3739 (java) S 3737 3739 3702 0 -1 0 39401 688 1 0 171438 42 12 1 20 0 9 0 650199429 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 217280 20584 2637 9 0 211786 0
[pid=3739/tid=3741] ppid=3737 vsize=869120 CPUtime=1714.34
/proc/3739/task/3741/stat : 3741 (java) R 3737 3739 3702 0 -1 64 23077 688 1 0 171385 36 12 1 25 0 9 0 650199430 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4127183952 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3742] ppid=3737 vsize=869120 CPUtime=0.32
/proc/3739/task/3742/stat : 3742 (java) S 3737 3739 3702 0 -1 64 14401 688 0 0 16 3 12 1 16 0 9 0 650199432 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3743] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3743/stat : 3743 (java) S 3737 3739 3702 0 -1 64 20 688 0 0 0 0 12 1 16 0 9 0 650199432 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3744] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3744/stat : 3744 (java) S 3737 3739 3702 0 -1 64 14 688 0 0 0 0 12 1 15 0 9 0 650199432 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3745] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3745/stat : 3745 (java) S 3737 3739 3702 0 -1 64 0 688 0 0 0 0 12 1 25 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3746] ppid=3737 vsize=869120 CPUtime=0.49
/proc/3739/task/3746/stat : 3746 (java) S 3737 3739 3702 0 -1 64 1043 688 0 0 36 0 12 1 15 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3747] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3747/stat : 3747 (java) S 3737 3739 3702 0 -1 64 2 688 0 0 0 0 12 1 25 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3748] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3748/stat : 3748 (java) S 3737 3739 3702 0 -1 64 45 688 0 0 0 0 12 1 15 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.93
Current children cumulated vsize (KiB) 869120

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/83 3812
/proc/meminfo: memFree=1533944/2055920 swapFree=4177348/4192956
[pid=3739] ppid=3737 vsize=869120 CPUtime=1774.41
/proc/3739/stat : 3739 (java) S 3737 3739 3702 0 -1 0 39401 688 1 0 177386 42 12 1 20 0 9 0 650199429 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 217280 20584 2637 9 0 211786 0
[pid=3739/tid=3741] ppid=3737 vsize=869120 CPUtime=1773.81
/proc/3739/task/3741/stat : 3741 (java) R 3737 3739 3702 0 -1 64 23077 688 1 0 177332 36 12 1 25 0 9 0 650199430 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4125952123 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3742] ppid=3737 vsize=869120 CPUtime=0.32
/proc/3739/task/3742/stat : 3742 (java) S 3737 3739 3702 0 -1 64 14401 688 0 0 16 3 12 1 16 0 9 0 650199432 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3743] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3743/stat : 3743 (java) S 3737 3739 3702 0 -1 64 20 688 0 0 0 0 12 1 16 0 9 0 650199432 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3744] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3744/stat : 3744 (java) S 3737 3739 3702 0 -1 64 14 688 0 0 0 0 12 1 15 0 9 0 650199432 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3745] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3745/stat : 3745 (java) S 3737 3739 3702 0 -1 64 0 688 0 0 0 0 12 1 25 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3746] ppid=3737 vsize=869120 CPUtime=0.49
/proc/3739/task/3746/stat : 3746 (java) S 3737 3739 3702 0 -1 64 1043 688 0 0 36 0 12 1 15 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3747] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3747/stat : 3747 (java) S 3737 3739 3702 0 -1 64 2 688 0 0 0 0 12 1 25 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3748] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3748/stat : 3748 (java) S 3737 3739 3702 0 -1 64 45 688 0 0 0 0 12 1 15 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.41
Current children cumulated vsize (KiB) 869120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.1 s]
/proc/loadavg: 2.00 2.02 2.02 3/83 3812
/proc/meminfo: memFree=1532600/2055920 swapFree=4177348/4192956
[pid=3739] ppid=3737 vsize=869120 CPUtime=1800
/proc/3739/stat : 3739 (java) S 3737 3739 3702 0 -1 0 39401 688 1 0 179945 42 12 1 20 0 9 0 650199429 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 217280 20584 2637 9 0 211786 0
[pid=3739/tid=3741] ppid=3737 vsize=869120 CPUtime=1799.4
/proc/3739/task/3741/stat : 3741 (java) R 3737 3739 3702 0 -1 64 23077 688 1 0 179891 36 12 1 25 0 9 0 650199430 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4127218574 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3742] ppid=3737 vsize=869120 CPUtime=0.32
/proc/3739/task/3742/stat : 3742 (java) S 3737 3739 3702 0 -1 64 14401 688 0 0 16 3 12 1 16 0 9 0 650199432 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3743] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3743/stat : 3743 (java) S 3737 3739 3702 0 -1 64 20 688 0 0 0 0 12 1 16 0 9 0 650199432 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3744] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3744/stat : 3744 (java) S 3737 3739 3702 0 -1 64 14 688 0 0 0 0 12 1 15 0 9 0 650199432 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3745] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3745/stat : 3745 (java) S 3737 3739 3702 0 -1 64 0 688 0 0 0 0 12 1 25 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3746] ppid=3737 vsize=869120 CPUtime=0.49
/proc/3739/task/3746/stat : 3746 (java) S 3737 3739 3702 0 -1 64 1043 688 0 0 36 0 12 1 15 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3747] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3747/stat : 3747 (java) S 3737 3739 3702 0 -1 64 2 688 0 0 0 0 12 1 25 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3748] ppid=3737 vsize=869120 CPUtime=0.13
/proc/3739/task/3748/stat : 3748 (java) S 3737 3739 3702 0 -1 64 45 688 0 0 0 0 12 1 15 0 9 0 650199434 889978880 20584 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 869120

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): 1808.15
CPU time (s): 1800.05
CPU user time (s): 1799.6
CPU system time (s): 0.449931
CPU usage (%): 99.5522
Max. virtual memory (cumulated for all children) (KiB): 869120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.6
system time used= 0.449931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40123
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= 38490
involuntary context switches= 54856

runsolver used 2.57961 second user time and 6.71798 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-05 17:46:33
IDJOB=1090948
IDBENCH=58512
IDSOLVER=363
FILE ID=node84/1090948-1215272793
PBS_JOBID= 7882253
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/graphColoring/insertion/k-insertion/normalized-1-insertions-6-6.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1090948-1215272793/watcher-1090948-1215272793 -o /tmp/evaluation-result-1090948-1215272793/solver-1090948-1215272793 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1090948-1215272793.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a619a63f941f7bbdcfca2c9c1b977147
RANDOM SEED=1088603071

node84.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.231
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.231
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:       1673392 kB
Buffers:         41996 kB
Cached:         214084 kB
SwapCached:       9596 kB
Active:         226448 kB
Inactive:       109264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1673392 kB
SwapTotal:     4192956 kB
SwapFree:      4177348 kB
Dirty:            3008 kB
Writeback:           0 kB
Mapped:          95740 kB
Slab:            31868 kB
Committed_AS:  1332256 kB
PageTables:       1972 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= 66552 MiB
End job on node84 at 2008-07-05 18:16:43