Trace number 2098515

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.12 1804.34

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-6-3-7.xml
MD5SUMb92ceefc7d6e601818a900e08c09b855
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.964852
Satisfiable
(Un)Satisfiability was proved
Number of variables2142
Number of constraints9198
Maximum constraint arity21
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9198
Global constraints used (with number of constraints)

Solver Data

0.07/0.09	
0.07/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-2098515-1247416024.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.48/0.58	     nbVariables=2142  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=4284
0.48/0.58	       =>  wckTime=0.335  cpuTime=0.19  mem=10M817
0.48/0.58	   
0.48/0.58	   predicates being loaded...
0.59/0.64	   
0.59/0.64	   constraints being loaded...
6.33/6.40	     nbConstraints=9258  nbGlobalConstraints=60  nbConflictsStructures=3  nbSharedConflictsStructures=9153
6.42/6.54	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=0  nbEvaluationManagers=4
6.42/6.54	     nbSharedEvaluationManagers=9194  minDegree=10  maxDegree=28  minArity=3  avgArity=4.4  maxArity=714
6.42/6.54	     nbGenerators=60  nbFusions=0  symmetryWckTime=3.94  symmetryCpuTime=1.76
6.42/6.54	       =>  wckTime=6.162  cpuTime=3.65  mem=47M24
6.42/6.59	   
6.42/6.59	   solver IterativeSystematicSolver being built... 
6.72/6.86	   
6.72/6.86	   INFO : Forward propagation technique limited 
6.92/7.01	       =>  wckTime=6.775  cpuTime=4.0  mem=63M180
6.92/7.06	   
6.92/7.06	   preprocessing
6.92/7.06	     nbConstraintChecks=0  nbPropagations=2142  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
6.92/7.06	     detectedInconsistency=no
6.92/7.06	       =>  wckTime=0.04  cpuTime=0.03  mem=64M181

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2098515-1247416024/watcher-2098515-1247416024 -o /tmp/evaluation-result-2098515-1247416024/solver-2098515-1247416024 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2098515-1247416024.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 2.00 2.00 4/80 728
/proc/meminfo: memFree=1735280/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=1616 CPUtime=0
/proc/728/stat : 728 (java) D 726 728 691 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 28665677 1654784 148 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/728/statm: 404 148 122 9 0 46 0

[startup+0.0801199 s]
/proc/loadavg: 1.93 2.00 2.00 4/80 728
/proc/meminfo: memFree=1735280/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=864148 CPUtime=0.07
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 3116 0 1 0 5 2 0 0 18 0 9 0 28665677 884887552 2601 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 216037 2601 1237 9 0 210930 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 864148

[startup+0.101081 s]
/proc/loadavg: 1.93 2.00 2.00 4/80 728
/proc/meminfo: memFree=1735280/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=865984 CPUtime=0.09
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 3761 0 1 0 7 2 0 0 18 0 9 0 28665677 886767616 3218 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 216496 3218 1698 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301117 s]
/proc/loadavg: 1.93 2.00 2.00 4/80 728
/proc/meminfo: memFree=1735280/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=866296 CPUtime=0.28
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 5698 0 1 0 25 3 0 0 18 0 9 0 28665677 887087104 5101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 216574 5101 1927 9 0 211052 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866296

[startup+0.701183 s]
/proc/loadavg: 1.93 2.00 2.00 4/80 728
/proc/meminfo: memFree=1735280/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=867620 CPUtime=0.68
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 8488 0 1 0 63 5 0 0 18 0 9 0 28665677 888442880 7842 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 216905 7842 2037 9 0 211341 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867620

[startup+1.50232 s]
/proc/loadavg: 1.93 2.00 2.00 3/89 737
/proc/meminfo: memFree=1696232/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=867620 CPUtime=1.47
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 18802 0 1 0 133 14 0 0 18 0 9 0 28665677 888442880 18154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 216905 18154 2048 9 0 211341 0
[pid=728/tid=730] ppid=726 vsize=867620 CPUtime=1.19
/proc/728/task/730/stat : 730 (java) R 726 728 691 0 -1 64 15803 0 1 0 106 13 0 0 25 0 9 0 28665678 888442880 18154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=731] ppid=726 vsize=867620 CPUtime=0.07
/proc/728/task/731/stat : 731 (java) R 726 728 691 0 -1 64 1638 0 0 0 7 0 0 0 16 0 9 0 28665679 888442880 18154 996147200 134512640 134550932 4294955968 18446744073709551615 102547144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=732] ppid=726 vsize=867620 CPUtime=0
/proc/728/task/732/stat : 732 (java) S 726 728 691 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 28665680 888442880 18154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=733] ppid=726 vsize=867620 CPUtime=0
/proc/728/task/733/stat : 733 (java) S 726 728 691 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28665680 888442880 18154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=734] ppid=726 vsize=867620 CPUtime=0
/proc/728/task/734/stat : 734 (java) S 726 728 691 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28665682 888442880 18154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=735] ppid=726 vsize=867620 CPUtime=0.19
/proc/728/task/735/stat : 735 (java) S 726 728 691 0 -1 64 665 0 0 0 19 0 0 0 16 0 9 0 28665682 888442880 18154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=736] ppid=726 vsize=867620 CPUtime=0
/proc/728/task/736/stat : 736 (java) S 726 728 691 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28665682 888442880 18154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=737] ppid=726 vsize=867620 CPUtime=0
/proc/728/task/737/stat : 737 (java) S 726 728 691 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28665682 888442880 18154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867620

[startup+3.10158 s]
/proc/loadavg: 1.93 2.00 2.00 3/89 737
/proc/meminfo: memFree=1669864/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=867856 CPUtime=2.76
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 24341 0 1 0 226 50 0 0 18 0 10 0 28665677 888684544 22701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 216964 22701 2033 9 0 211422 0
[pid=728/tid=730] ppid=726 vsize=867856 CPUtime=2.29
/proc/728/task/730/stat : 730 (java) S 726 728 691 0 -1 64 16691 0 1 0 183 46 0 0 18 0 10 0 28665678 888684544 22701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=728/tid=731] ppid=726 vsize=867856 CPUtime=0.2
/proc/728/task/731/stat : 731 (java) S 726 728 691 0 -1 64 6135 0 0 0 18 2 0 0 17 0 10 0 28665679 888684544 22701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=732] ppid=726 vsize=867856 CPUtime=0
/proc/728/task/732/stat : 732 (java) S 726 728 691 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 28665680 888684544 22701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=733] ppid=726 vsize=867856 CPUtime=0
/proc/728/task/733/stat : 733 (java) S 726 728 691 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 28665680 888684544 22701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=734] ppid=726 vsize=867856 CPUtime=0
/proc/728/task/734/stat : 734 (java) S 726 728 691 0 -1 64 2 0 0 0 0 0 0 0 18 0 10 0 28665682 888684544 22701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=735] ppid=726 vsize=867856 CPUtime=0.24
/proc/728/task/735/stat : 735 (java) S 726 728 691 0 -1 64 740 0 0 0 24 0 0 0 16 0 10 0 28665682 888684544 22701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=736] ppid=726 vsize=867856 CPUtime=0
/proc/728/task/736/stat : 736 (java) S 726 728 691 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 28665682 888684544 22701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=737] ppid=726 vsize=867856 CPUtime=0
/proc/728/task/737/stat : 737 (java) S 726 728 691 0 -1 64 7 0 0 0 0 0 0 0 15 0 10 0 28665682 888684544 22701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 867856

[startup+6.30212 s]
/proc/loadavg: 1.93 2.00 2.00 5/90 741
/proc/meminfo: memFree=1648216/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=868180 CPUtime=6.23
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 43994 1865 1 0 374 55 191 3 18 0 9 0 28665677 889016320 23581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 217045 23581 2045 9 0 211503 0
[pid=728/tid=730] ppid=726 vsize=868180 CPUtime=5.69
/proc/728/task/730/stat : 730 (java) R 726 728 691 0 -1 64 31628 1865 1 0 326 49 191 3 17 0 9 0 28665678 889016320 23581 996147200 134512640 134550932 4294955968 18446744073709551615 4126853920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=731] ppid=726 vsize=868180 CPUtime=2.18
/proc/728/task/731/stat : 731 (java) S 726 728 691 0 -1 64 10556 1865 0 0 21 3 191 3 16 0 9 0 28665679 889016320 23581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=732] ppid=726 vsize=868180 CPUtime=1.94
/proc/728/task/732/stat : 732 (java) S 726 728 691 0 -1 64 23 1865 0 0 0 0 191 3 16 0 9 0 28665680 889016320 23581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=733] ppid=726 vsize=868180 CPUtime=1.94
/proc/728/task/733/stat : 733 (java) S 726 728 691 0 -1 64 9 1865 0 0 0 0 191 3 16 0 9 0 28665680 889016320 23581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=734] ppid=726 vsize=868180 CPUtime=1.94
/proc/728/task/734/stat : 734 (java) S 726 728 691 0 -1 64 2 1865 0 0 0 0 191 3 18 0 9 0 28665682 889016320 23581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=735] ppid=726 vsize=868180 CPUtime=2.19
/proc/728/task/735/stat : 735 (java) S 726 728 691 0 -1 64 932 1865 0 0 25 0 191 3 15 0 9 0 28665682 889016320 23581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=736] ppid=726 vsize=868180 CPUtime=1.94
/proc/728/task/736/stat : 736 (java) S 726 728 691 0 -1 64 1 1865 0 0 0 0 191 3 19 0 9 0 28665682 889016320 23581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=737] ppid=726 vsize=868180 CPUtime=1.94
/proc/728/task/737/stat : 737 (java) S 726 728 691 0 -1 64 39 1865 0 0 0 0 191 3 15 0 9 0 28665682 889016320 23581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 868180

[startup+12.7012 s]
/proc/loadavg: 1.94 2.00 2.00 3/89 741
/proc/meminfo: memFree=1644760/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=868268 CPUtime=12.56
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 48140 1865 1 0 1005 57 191 3 18 0 9 0 28665677 889106432 25027 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 217067 25027 2663 9 0 211503 0
[pid=728/tid=730] ppid=726 vsize=868268 CPUtime=11.67
/proc/728/task/730/stat : 730 (java) R 726 728 691 0 -1 64 31906 1865 1 0 923 50 191 3 17 0 9 0 28665678 889106432 25027 996147200 134512640 134550932 4294955968 18446744073709551615 4127326634 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=731] ppid=726 vsize=868268 CPUtime=2.37
/proc/728/task/731/stat : 731 (java) S 726 728 691 0 -1 64 14282 1865 0 0 40 3 191 3 16 0 9 0 28665679 889106432 25027 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=732] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/732/stat : 732 (java) S 726 728 691 0 -1 64 23 1865 0 0 0 0 191 3 15 0 9 0 28665680 889106432 25027 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=733] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/733/stat : 733 (java) S 726 728 691 0 -1 64 12 1865 0 0 0 0 191 3 16 0 9 0 28665680 889106432 25027 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=734] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/734/stat : 734 (java) S 726 728 691 0 -1 64 2 1865 0 0 0 0 191 3 18 0 9 0 28665682 889106432 25027 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=735] ppid=726 vsize=868268 CPUtime=2.35
/proc/728/task/735/stat : 735 (java) S 726 728 691 0 -1 64 1071 1865 0 0 41 0 191 3 16 0 9 0 28665682 889106432 25027 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=736] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/736/stat : 736 (java) S 726 728 691 0 -1 64 1 1865 0 0 0 0 191 3 19 0 9 0 28665682 889106432 25027 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=737] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/737/stat : 737 (java) S 726 728 691 0 -1 64 39 1865 0 0 0 0 191 3 15 0 9 0 28665682 889106432 25027 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868268

[startup+25.5023 s]
/proc/loadavg: 1.95 2.00 2.00 3/89 741
/proc/meminfo: memFree=1644888/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=868268 CPUtime=25.23
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 48147 1865 1 0 2272 57 191 3 18 0 9 0 28665677 889106432 25029 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 217067 25029 2663 9 0 211503 0
[pid=728/tid=730] ppid=726 vsize=868268 CPUtime=24.35
/proc/728/task/730/stat : 730 (java) R 726 728 691 0 -1 64 31908 1865 1 0 2190 51 191 3 20 0 9 0 28665678 889106432 25029 996147200 134512640 134550932 4294955968 18446744073709551615 4127402391 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=731] ppid=726 vsize=868268 CPUtime=2.37
/proc/728/task/731/stat : 731 (java) S 726 728 691 0 -1 64 14282 1865 0 0 40 3 191 3 16 0 9 0 28665679 889106432 25029 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=732] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/732/stat : 732 (java) S 726 728 691 0 -1 64 23 1865 0 0 0 0 191 3 15 0 9 0 28665680 889106432 25029 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=733] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/733/stat : 733 (java) S 726 728 691 0 -1 64 12 1865 0 0 0 0 191 3 16 0 9 0 28665680 889106432 25029 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=734] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/734/stat : 734 (java) S 726 728 691 0 -1 64 2 1865 0 0 0 0 191 3 18 0 9 0 28665682 889106432 25029 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=735] ppid=726 vsize=868268 CPUtime=2.36
/proc/728/task/735/stat : 735 (java) S 726 728 691 0 -1 64 1076 1865 0 0 42 0 191 3 17 0 9 0 28665682 889106432 25029 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=736] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/736/stat : 736 (java) S 726 728 691 0 -1 64 1 1865 0 0 0 0 191 3 19 0 9 0 28665682 889106432 25029 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=737] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/737/stat : 737 (java) S 726 728 691 0 -1 64 39 1865 0 0 0 0 191 3 15 0 9 0 28665682 889106432 25029 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868268

[startup+51.1026 s]
/proc/loadavg: 1.97 2.00 2.00 3/89 741
/proc/meminfo: memFree=1644888/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=868268 CPUtime=50.59
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 48150 1865 1 0 4808 57 191 3 18 0 9 0 28665677 889106432 25031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 217067 25031 2663 9 0 211503 0
[pid=728/tid=730] ppid=726 vsize=868268 CPUtime=49.7
/proc/728/task/730/stat : 730 (java) R 726 728 691 0 -1 64 31909 1865 1 0 4725 51 191 3 25 0 9 0 28665678 889106432 25031 996147200 134512640 134550932 4294955968 18446744073709551615 4127394899 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=731] ppid=726 vsize=868268 CPUtime=2.37
/proc/728/task/731/stat : 731 (java) S 726 728 691 0 -1 64 14282 1865 0 0 40 3 191 3 16 0 9 0 28665679 889106432 25031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=732] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/732/stat : 732 (java) S 726 728 691 0 -1 64 23 1865 0 0 0 0 191 3 15 0 9 0 28665680 889106432 25031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=733] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/733/stat : 733 (java) S 726 728 691 0 -1 64 12 1865 0 0 0 0 191 3 16 0 9 0 28665680 889106432 25031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=734] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/734/stat : 734 (java) S 726 728 691 0 -1 64 2 1865 0 0 0 0 191 3 18 0 9 0 28665682 889106432 25031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=735] ppid=726 vsize=868268 CPUtime=2.36
/proc/728/task/735/stat : 735 (java) S 726 728 691 0 -1 64 1078 1865 0 0 42 0 191 3 16 0 9 0 28665682 889106432 25031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=736] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/736/stat : 736 (java) S 726 728 691 0 -1 64 1 1865 0 0 0 0 191 3 19 0 9 0 28665682 889106432 25031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/728/task/733/stat : 733 (java) S 726 728 691 0 -1 64 12 1865 0 0 0 0 191 3 16 0 9 0 28665680 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=734] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/734/stat : 734 (java) S 726 728 691 0 -1 64 2 1865 0 0 0 0 191 3 18 0 9 0 28665682 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=735] ppid=726 vsize=868268 CPUtime=2.37
/proc/728/task/735/stat : 735 (java) S 726 728 691 0 -1 64 1079 1865 0 0 43 0 191 3 16 0 9 0 28665682 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=736] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/736/stat : 736 (java) S 726 728 691 0 -1 64 1 1865 0 0 0 0 191 3 19 0 9 0 28665682 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=737] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/737/stat : 737 (java) S 726 728 691 0 -1 64 39 1865 0 0 0 0 191 3 15 0 9 0 28665682 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1538.18
Current children cumulated vsize (KiB) 868268

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 817
/proc/meminfo: memFree=1601496/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=868268 CPUtime=1598.16
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 48152 1865 1 0 159562 60 191 3 18 0 9 0 28665677 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 217067 25032 2663 9 0 211503 0
[pid=728/tid=730] ppid=726 vsize=868268 CPUtime=1597.25
/proc/728/task/730/stat : 730 (java) R 726 728 691 0 -1 64 31910 1865 1 0 159478 53 191 3 25 0 9 0 28665678 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4127378371 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=731] ppid=726 vsize=868268 CPUtime=2.37
/proc/728/task/731/stat : 731 (java) S 726 728 691 0 -1 64 14282 1865 0 0 40 3 191 3 16 0 9 0 28665679 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=732] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/732/stat : 732 (java) S 726 728 691 0 -1 64 23 1865 0 0 0 0 191 3 15 0 9 0 28665680 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=733] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/733/stat : 733 (java) S 726 728 691 0 -1 64 12 1865 0 0 0 0 191 3 16 0 9 0 28665680 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=734] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/734/stat : 734 (java) S 726 728 691 0 -1 64 2 1865 0 0 0 0 191 3 18 0 9 0 28665682 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=735] ppid=726 vsize=868268 CPUtime=2.37
/proc/728/task/735/stat : 735 (java) S 726 728 691 0 -1 64 1079 1865 0 0 43 0 191 3 16 0 9 0 28665682 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=736] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/736/stat : 736 (java) S 726 728 691 0 -1 64 1 1865 0 0 0 0 191 3 19 0 9 0 28665682 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=737] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/737/stat : 737 (java) S 726 728 691 0 -1 64 39 1865 0 0 0 0 191 3 15 0 9 0 28665682 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1598.16
Current children cumulated vsize (KiB) 868268

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 817
/proc/meminfo: memFree=1601432/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=868268 CPUtime=1658.13
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 48152 1865 1 0 165559 60 191 3 18 0 9 0 28665677 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 217067 25032 2663 9 0 211503 0
[pid=728/tid=730] ppid=726 vsize=868268 CPUtime=1657.23
/proc/728/task/730/stat : 730 (java) R 726 728 691 0 -1 64 31910 1865 1 0 165476 53 191 3 25 0 9 0 28665678 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4127364891 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=731] ppid=726 vsize=868268 CPUtime=2.37
/proc/728/task/731/stat : 731 (java) S 726 728 691 0 -1 64 14282 1865 0 0 40 3 191 3 16 0 9 0 28665679 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=732] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/732/stat : 732 (java) S 726 728 691 0 -1 64 23 1865 0 0 0 0 191 3 15 0 9 0 28665680 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=733] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/733/stat : 733 (java) S 726 728 691 0 -1 64 12 1865 0 0 0 0 191 3 16 0 9 0 28665680 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=734] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/734/stat : 734 (java) S 726 728 691 0 -1 64 2 1865 0 0 0 0 191 3 18 0 9 0 28665682 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=735] ppid=726 vsize=868268 CPUtime=2.37
/proc/728/task/735/stat : 735 (java) S 726 728 691 0 -1 64 1079 1865 0 0 43 0 191 3 16 0 9 0 28665682 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=736] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/736/stat : 736 (java) S 726 728 691 0 -1 64 1 1865 0 0 0 0 191 3 19 0 9 0 28665682 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=737] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/737/stat : 737 (java) S 726 728 691 0 -1 64 39 1865 0 0 0 0 191 3 15 0 9 0 28665682 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1658.13
Current children cumulated vsize (KiB) 868268

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 817
/proc/meminfo: memFree=1601432/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=868268 CPUtime=1718.1
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 48152 1865 1 0 171556 60 191 3 18 0 9 0 28665677 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 217067 25032 2663 9 0 211503 0
[pid=728/tid=730] ppid=726 vsize=868268 CPUtime=1717.2
/proc/728/task/730/stat : 730 (java) R 726 728 691 0 -1 64 31910 1865 1 0 171473 53 191 3 25 0 9 0 28665678 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4127364880 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=731] ppid=726 vsize=868268 CPUtime=2.37
/proc/728/task/731/stat : 731 (java) S 726 728 691 0 -1 64 14282 1865 0 0 40 3 191 3 16 0 9 0 28665679 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=732] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/732/stat : 732 (java) S 726 728 691 0 -1 64 23 1865 0 0 0 0 191 3 15 0 9 0 28665680 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=733] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/733/stat : 733 (java) S 726 728 691 0 -1 64 12 1865 0 0 0 0 191 3 16 0 9 0 28665680 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=734] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/734/stat : 734 (java) S 726 728 691 0 -1 64 2 1865 0 0 0 0 191 3 18 0 9 0 28665682 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=735] ppid=726 vsize=868268 CPUtime=2.37
/proc/728/task/735/stat : 735 (java) S 726 728 691 0 -1 64 1079 1865 0 0 43 0 191 3 16 0 9 0 28665682 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=736] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/736/stat : 736 (java) S 726 728 691 0 -1 64 1 1865 0 0 0 0 191 3 19 0 9 0 28665682 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=737] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/737/stat : 737 (java) S 726 728 691 0 -1 64 39 1865 0 0 0 0 191 3 15 0 9 0 28665682 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1718.1
Current children cumulated vsize (KiB) 868268

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 817
/proc/meminfo: memFree=1601432/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=868268 CPUtime=1778.07
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 48152 1865 1 0 177553 60 191 3 18 0 9 0 28665677 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 217067 25032 2663 9 0 211503 0
[pid=728/tid=730] ppid=726 vsize=868268 CPUtime=1777.17
/proc/728/task/730/stat : 730 (java) R 726 728 691 0 -1 64 31910 1865 1 0 177470 53 191 3 25 0 9 0 28665678 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4127364873 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=731] ppid=726 vsize=868268 CPUtime=2.37
/proc/728/task/731/stat : 731 (java) S 726 728 691 0 -1 64 14282 1865 0 0 40 3 191 3 16 0 9 0 28665679 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=732] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/732/stat : 732 (java) S 726 728 691 0 -1 64 23 1865 0 0 0 0 191 3 15 0 9 0 28665680 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=733] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/733/stat : 733 (java) S 726 728 691 0 -1 64 12 1865 0 0 0 0 191 3 16 0 9 0 28665680 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=734] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/734/stat : 734 (java) S 726 728 691 0 -1 64 2 1865 0 0 0 0 191 3 18 0 9 0 28665682 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=735] ppid=726 vsize=868268 CPUtime=2.37
/proc/728/task/735/stat : 735 (java) S 726 728 691 0 -1 64 1079 1865 0 0 43 0 191 3 16 0 9 0 28665682 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=736] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/736/stat : 736 (java) S 726 728 691 0 -1 64 1 1865 0 0 0 0 191 3 19 0 9 0 28665682 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=737] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/737/stat : 737 (java) S 726 728 691 0 -1 64 39 1865 0 0 0 0 191 3 15 0 9 0 28665682 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1778.07
Current children cumulated vsize (KiB) 868268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 817
/proc/meminfo: memFree=1601432/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=868268 CPUtime=1800.07
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 48152 1865 1 0 179753 60 191 3 18 0 9 0 28665677 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 217067 25032 2663 9 0 211503 0
[pid=728/tid=730] ppid=726 vsize=868268 CPUtime=1799.16
/proc/728/task/730/stat : 730 (java) R 726 728 691 0 -1 64 31910 1865 1 0 179669 53 191 3 25 0 9 0 28665678 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4127326659 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=731] ppid=726 vsize=868268 CPUtime=2.37
/proc/728/task/731/stat : 731 (java) S 726 728 691 0 -1 64 14282 1865 0 0 40 3 191 3 16 0 9 0 28665679 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=732] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/732/stat : 732 (java) S 726 728 691 0 -1 64 23 1865 0 0 0 0 191 3 15 0 9 0 28665680 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=733] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/733/stat : 733 (java) S 726 728 691 0 -1 64 12 1865 0 0 0 0 191 3 16 0 9 0 28665680 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=734] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/734/stat : 734 (java) S 726 728 691 0 -1 64 2 1865 0 0 0 0 191 3 18 0 9 0 28665682 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=735] ppid=726 vsize=868268 CPUtime=2.37
/proc/728/task/735/stat : 735 (java) S 726 728 691 0 -1 64 1079 1865 0 0 43 0 191 3 16 0 9 0 28665682 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=736] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/736/stat : 736 (java) S 726 728 691 0 -1 64 1 1865 0 0 0 0 191 3 19 0 9 0 28665682 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=737] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/737/stat : 737 (java) S 726 728 691 0 -1 64 39 1865 0 0 0 0 191 3 15 0 9 0 28665682 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868268

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

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

[startup+1804.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 817
/proc/meminfo: memFree=1601432/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=868268 CPUtime=1800.07
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 48152 1865 1 0 179753 60 191 3 18 0 9 0 28665677 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 217067 25032 2663 9 0 211503 0
[pid=728/tid=730] ppid=726 vsize=868268 CPUtime=1799.16
/proc/728/task/730/stat : 730 (java) R 726 728 691 0 -1 64 31910 1865 1 0 179669 53 191 3 25 0 9 0 28665678 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4127326659 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=731] ppid=726 vsize=868268 CPUtime=2.37
/proc/728/task/731/stat : 731 (java) S 726 728 691 0 -1 64 14282 1865 0 0 40 3 191 3 16 0 9 0 28665679 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=732] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/732/stat : 732 (java) S 726 728 691 0 -1 64 23 1865 0 0 0 0 191 3 15 0 9 0 28665680 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=733] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/733/stat : 733 (java) S 726 728 691 0 -1 64 12 1865 0 0 0 0 191 3 16 0 9 0 28665680 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=734] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/734/stat : 734 (java) S 726 728 691 0 -1 64 2 1865 0 0 0 0 191 3 18 0 9 0 28665682 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=735] ppid=726 vsize=868268 CPUtime=2.37
/proc/728/task/735/stat : 735 (java) S 726 728 691 0 -1 64 1079 1865 0 0 43 0 191 3 16 0 9 0 28665682 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=736] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/736/stat : 736 (java) S 726 728 691 0 -1 64 1 1865 0 0 0 0 191 3 19 0 9 0 28665682 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=737] ppid=726 vsize=868268 CPUtime=1.94
/proc/728/task/737/stat : 737 (java) S 726 728 691 0 -1 64 39 1865 0 0 0 0 191 3 15 0 9 0 28665682 889106432 25032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868268

Child status: 143
Real time (s): 1804.34
CPU time (s): 1800.12
CPU user time (s): 1799.47
CPU system time (s): 0.650901
CPU usage (%): 99.766
Max. virtual memory (cumulated for all children) (KiB): 876424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 0.650901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50045
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= 38686
involuntary context switches= 56852

runsolver used 2.54561 second user time and 5.66714 second system time

The end

Launcher Data

Begin job on node57 at 2009-07-12 18:27:05
IDJOB=2098515
IDBENCH=58708
IDSOLVER=773
FILE ID=node57/2098515-1247416024
PBS_JOBID= 9510705
Free space on /tmp= 66412 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-6-3-7.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2098515-1247416024/watcher-2098515-1247416024 -o /tmp/evaluation-result-2098515-1247416024/solver-2098515-1247416024 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2098515-1247416024.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= b92ceefc7d6e601818a900e08c09b855
RANDOM SEED=765254792

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1735760 kB
Buffers:         50024 kB
Cached:         120384 kB
SwapCached:          0 kB
Active:         189080 kB
Inactive:        75712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1735760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3648 kB
Writeback:           0 kB
Mapped:         114896 kB
Slab:            40624 kB
Committed_AS:  1023932 kB
PageTables:       1948 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= 66404 MiB
End job on node57 at 2009-07-12 18:57:11