Trace number 1077675

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.09 1815.74

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-60-3-7.xml
MD5SUM5866af5ead352001151468fcabeecdff
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 benchmark39.8789
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity10
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data (download as text)

0.07/0.08	
0.07/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1077675-1215194203.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.28/0.36	     nbVariables=100  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28  nbTotalValues=2800
0.28/0.36	       =>  wckTime=0.116  cpuTime=0.09  mem=7M919
0.28/0.36	   
0.28/0.36	   predicates being loaded...
0.38/0.47	   
0.38/0.47	   constraints being loaded...
0.78/0.89	     nbConstraints=62  nbGlobalConstraints=2  nbDisconnectedVariables=3  nbUnbuiltConflictsStructures=60
0.78/0.89	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=60  nbSharedEvaluationManagers=0  minDegree=1  maxDegree=11
0.78/0.89	     minArity=2  avgArity=6.55  maxArity=10  nbGenerators=2  nbFusions=0  symmetryWckTime=0.062  symmetryCpuTime=0.04
0.78/0.89	       =>  wckTime=0.645  cpuTime=0.52  mem=31M384
0.87/0.96	   
0.87/0.96	   solver IterativeSystematicSolver being built... 
0.97/1.04	   
0.97/1.05	   INFO : Forward propagation technique limited 
1.08/1.11	       =>  wckTime=0.869  cpuTime=0.65  mem=22M120
2.16/2.29	   
2.16/2.29	   preprocessing
2.16/2.29	     nbConstraintChecks=2492885  nbValidityChecks=837  nbPropagations=116  nbRevisions=65  nbUselessRevisions=34
2.16/2.29	     nbRemovedValues=313  detectedInconsistency=no
2.16/2.29	       =>  wckTime=1.18  cpuTime=1.16  mem=23M62
38.21/38.68	   
38.21/38.68	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=24M37)

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-1077675-1215194203/watcher-1077675-1215194203 -o /tmp/evaluation-result-1077675-1215194203/solver-1077675-1215194203 -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-1077675-1215194203.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.92 1.98 1.99 4/80 27980
/proc/meminfo: memFree=1091192/2055920 swapFree=4180436/4192956
[pid=27980] ppid=27978 vsize=1616 CPUtime=0
/proc/27980/stat : 27980 (java) D 27978 27980 25242 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1998389064 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/27980/statm: 404 145 119 9 0 46 0

[startup+0.0843049 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 27980
/proc/meminfo: memFree=1091192/2055920 swapFree=4180436/4192956
[pid=27980] ppid=27978 vsize=865856 CPUtime=0.07
/proc/27980/stat : 27980 (java) S 27978 27980 25242 0 -1 0 3569 0 1 0 6 1 0 0 18 0 9 0 1998389064 886636544 3060 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27980/statm: 216464 3060 1639 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865856

[startup+0.101308 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 27980
/proc/meminfo: memFree=1091192/2055920 swapFree=4180436/4192956
[pid=27980] ppid=27978 vsize=865884 CPUtime=0.09
/proc/27980/stat : 27980 (java) S 27978 27980 25242 0 -1 0 3705 0 1 0 7 2 0 0 18 0 9 0 1998389064 886665216 3178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27980/statm: 216471 3178 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301332 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 27980
/proc/meminfo: memFree=1091192/2055920 swapFree=4180436/4192956
[pid=27980] ppid=27978 vsize=866284 CPUtime=0.28
/proc/27980/stat : 27980 (java) S 27978 27980 25242 0 -1 0 5915 0 1 0 24 4 0 0 18 0 9 0 1998389064 887074816 5289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27980/statm: 216571 5289 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701392 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 27980
/proc/meminfo: memFree=1091192/2055920 swapFree=4180436/4192956
[pid=27980] ppid=27978 vsize=867084 CPUtime=0.68
/proc/27980/stat : 27980 (java) S 27978 27980 25242 0 -1 0 9962 0 1 0 62 6 0 0 18 0 9 0 1998389064 887894016 9322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27980/statm: 216771 9323 2008 9 0 211277 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867084

[startup+1.50149 s]
/proc/loadavg: 1.92 1.98 1.99 7/92 27993
/proc/meminfo: memFree=1051344/2055920 swapFree=4180436/4192956
[pid=27980] ppid=27978 vsize=867864 CPUtime=1.47
/proc/27980/stat : 27980 (java) S 27978 27980 25242 0 -1 0 20061 284 1 0 137 10 0 0 18 0 9 0 1998389064 888692736 12557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27980/statm: 216966 12557 2630 9 0 211472 0
[pid=27980/tid=27982] ppid=27978 vsize=867864 CPUtime=1.21
/proc/27980/task/27982/stat : 27982 (java) R 27978 27980 25242 0 -1 64 15815 284 1 0 114 7 0 0 20 0 9 0 1998389065 888692736 12557 996147200 134512640 134550740 4294955968 18446744073709551615 4126896695 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27983] ppid=27978 vsize=867864 CPUtime=0.04
/proc/27980/task/27983/stat : 27983 (java) S 27978 27980 25242 0 -1 64 2705 284 0 0 4 0 0 0 17 0 9 0 1998389066 888692736 12557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27984] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27984/stat : 27984 (java) S 27978 27980 25242 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1998389066 888692736 12557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27985] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27985/stat : 27985 (java) S 27978 27980 25242 0 -1 64 11 284 0 0 0 0 0 0 16 0 9 0 1998389066 888692736 12557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27986] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27986/stat : 27986 (java) S 27978 27980 25242 0 -1 64 1 284 0 0 0 0 0 0 23 0 9 0 1998389068 888692736 12557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27987] ppid=27978 vsize=867864 CPUtime=0.17
/proc/27980/task/27987/stat : 27987 (java) S 27978 27980 25242 0 -1 64 710 284 0 0 17 0 0 0 15 0 9 0 1998389068 888692736 12557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27988] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27988/stat : 27988 (java) S 27978 27980 25242 0 -1 64 1 284 0 0 0 0 0 0 24 0 9 0 1998389068 888692736 12557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27989] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27989/stat : 27989 (java) S 27978 27980 25242 0 -1 64 3 284 0 0 0 0 0 0 15 0 9 0 1998389068 888692736 12557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867864

[startup+3.10271 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 27993
/proc/meminfo: memFree=1050968/2055920 swapFree=4180436/4192956
[pid=27980] ppid=27978 vsize=867864 CPUtime=3.05
/proc/27980/stat : 27980 (java) S 27978 27980 25242 0 -1 0 20295 284 1 0 295 10 0 0 18 0 9 0 1998389064 888692736 12563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27980/statm: 216966 12563 2631 9 0 211472 0
[pid=27980/tid=27982] ppid=27978 vsize=867864 CPUtime=2.8
/proc/27980/task/27982/stat : 27982 (java) R 27978 27980 25242 0 -1 64 16043 284 1 0 272 8 0 0 25 0 9 0 1998389065 888692736 12563 996147200 134512640 134550740 4294955968 18446744073709551615 4126902967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27983] ppid=27978 vsize=867864 CPUtime=0.04
/proc/27980/task/27983/stat : 27983 (java) S 27978 27980 25242 0 -1 64 2705 284 0 0 4 0 0 0 17 0 9 0 1998389066 888692736 12563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27984] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27984/stat : 27984 (java) S 27978 27980 25242 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1998389066 888692736 12563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27985] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27985/stat : 27985 (java) S 27978 27980 25242 0 -1 64 11 284 0 0 0 0 0 0 16 0 9 0 1998389066 888692736 12563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27986] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27986/stat : 27986 (java) S 27978 27980 25242 0 -1 64 1 284 0 0 0 0 0 0 23 0 9 0 1998389068 888692736 12563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27987] ppid=27978 vsize=867864 CPUtime=0.18
/proc/27980/task/27987/stat : 27987 (java) S 27978 27980 25242 0 -1 64 716 284 0 0 18 0 0 0 15 0 9 0 1998389068 888692736 12563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27988] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27988/stat : 27988 (java) S 27978 27980 25242 0 -1 64 1 284 0 0 0 0 0 0 24 0 9 0 1998389068 888692736 12563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27989] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27989/stat : 27989 (java) S 27978 27980 25242 0 -1 64 3 284 0 0 0 0 0 0 15 0 9 0 1998389068 888692736 12563 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) 867864

[startup+6.30114 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 27993
/proc/meminfo: memFree=1050776/2055920 swapFree=4180436/4192956
[pid=27980] ppid=27978 vsize=867864 CPUtime=6.22
/proc/27980/stat : 27980 (java) S 27978 27980 25242 0 -1 0 20330 284 1 0 612 10 0 0 18 0 9 0 1998389064 888692736 12574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27980/statm: 216966 12574 2631 9 0 211472 0
[pid=27980/tid=27982] ppid=27978 vsize=867864 CPUtime=5.94
/proc/27980/task/27982/stat : 27982 (java) R 27978 27980 25242 0 -1 64 16052 284 1 0 586 8 0 0 17 0 9 0 1998389065 888692736 12574 996147200 134512640 134550740 4294955968 18446744073709551615 4126896672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27983] ppid=27978 vsize=867864 CPUtime=0.04
/proc/27980/task/27983/stat : 27983 (java) S 27978 27980 25242 0 -1 64 2705 284 0 0 4 0 0 0 16 0 9 0 1998389066 888692736 12574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27984] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27984/stat : 27984 (java) S 27978 27980 25242 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1998389066 888692736 12574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27985] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27985/stat : 27985 (java) S 27978 27980 25242 0 -1 64 11 284 0 0 0 0 0 0 16 0 9 0 1998389066 888692736 12574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27986] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27986/stat : 27986 (java) S 27978 27980 25242 0 -1 64 1 284 0 0 0 0 0 0 23 0 9 0 1998389068 888692736 12574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27987] ppid=27978 vsize=867864 CPUtime=0.19
/proc/27980/task/27987/stat : 27987 (java) S 27978 27980 25242 0 -1 64 728 284 0 0 19 0 0 0 15 0 9 0 1998389068 888692736 12574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27988] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27988/stat : 27988 (java) S 27978 27980 25242 0 -1 64 1 284 0 0 0 0 0 0 24 0 9 0 1998389068 888692736 12574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27989] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27989/stat : 27989 (java) S 27978 27980 25242 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1998389068 888692736 12574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867864

[startup+12.703 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 27993
/proc/meminfo: memFree=1050464/2055920 swapFree=4180436/4192956
[pid=27980] ppid=27978 vsize=867864 CPUtime=12.56
/proc/27980/stat : 27980 (java) S 27978 27980 25242 0 -1 0 20383 284 1 0 1246 10 0 0 18 0 9 0 1998389064 888692736 12581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27980/statm: 216966 12581 2631 9 0 211472 0
[pid=27980/tid=27982] ppid=27978 vsize=867864 CPUtime=12.27
/proc/27980/task/27982/stat : 27982 (java) R 27978 27980 25242 0 -1 64 16060 284 1 0 1219 8 0 0 20 0 9 0 1998389065 888692736 12581 996147200 134512640 134550740 4294955968 18446744073709551615 4126896691 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27983] ppid=27978 vsize=867864 CPUtime=0.04
/proc/27980/task/27983/stat : 27983 (java) S 27978 27980 25242 0 -1 64 2705 284 0 0 4 0 0 0 16 0 9 0 1998389066 888692736 12581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27984] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27984/stat : 27984 (java) S 27978 27980 25242 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1998389066 888692736 12581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27985] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27985/stat : 27985 (java) S 27978 27980 25242 0 -1 64 11 284 0 0 0 0 0 0 16 0 9 0 1998389066 888692736 12581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27986] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27986/stat : 27986 (java) S 27978 27980 25242 0 -1 64 1 284 0 0 0 0 0 0 23 0 9 0 1998389068 888692736 12581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27987] ppid=27978 vsize=867864 CPUtime=0.21
/proc/27980/task/27987/stat : 27987 (java) S 27978 27980 25242 0 -1 64 773 284 0 0 21 0 0 0 15 0 9 0 1998389068 888692736 12581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27988] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27988/stat : 27988 (java) S 27978 27980 25242 0 -1 64 1 284 0 0 0 0 0 0 24 0 9 0 1998389068 888692736 12581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27989] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27989/stat : 27989 (java) S 27978 27980 25242 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1998389068 888692736 12581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867864

[startup+25.5018 s]
/proc/loadavg: 1.95 1.98 1.99 3/89 27993
/proc/meminfo: memFree=1050400/2055920 swapFree=4180436/4192956
[pid=27980] ppid=27978 vsize=867864 CPUtime=25.23
/proc/27980/stat : 27980 (java) S 27978 27980 25242 0 -1 0 20400 284 1 0 2513 10 0 0 18 0 9 0 1998389064 888692736 12585 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27980/statm: 216966 12585 2631 9 0 211472 0
[pid=27980/tid=27982] ppid=27978 vsize=867864 CPUtime=24.94
/proc/27980/task/27982/stat : 27982 (java) R 27978 27980 25242 0 -1 64 16072 284 1 0 2486 8 0 0 18 0 9 0 1998389065 888692736 12585 996147200 134512640 134550740 4294955968 18446744073709551615 4126898184 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27983] ppid=27978 vsize=867864 CPUtime=0.04
/proc/27980/task/27983/stat : 27983 (java) S 27978 27980 25242 0 -1 64 2705 284 0 0 4 0 0 0 16 0 9 0 1998389066 888692736 12585 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27984] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27984/stat : 27984 (java) S 27978 27980 25242 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1998389066 888692736 12585 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27985] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27985/stat : 27985 (java) S 27978 27980 25242 0 -1 64 11 284 0 0 0 0 0 0 16 0 9 0 1998389066 888692736 12585 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27986] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27986/stat : 27986 (java) S 27978 27980 25242 0 -1 64 1 284 0 0 0 0 0 0 23 0 9 0 1998389068 888692736 12585 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27987] ppid=27978 vsize=867864 CPUtime=0.21
/proc/27980/task/27987/stat : 27987 (java) S 27978 27980 25242 0 -1 64 778 284 0 0 21 0 0 0 16 0 9 0 1998389068 888692736 12585 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27988] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27988/stat : 27988 (java) S 27978 27980 25242 0 -1 64 1 284 0 0 0 0 0 0 24 0 9 0 1998389068 888692736 12585 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27989] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27989/stat : 27989 (java) S 27978 27980 25242 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1998389068 888692736 12585 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867864

[startup+51.1012 s]
/proc/loadavg: 1.96 1.98 1.99 3/89 27993
/proc/meminfo: memFree=1050464/2055920 swapFree=4180436/4192956
[pid=27980] ppid=27978 vsize=867864 CPUtime=50.59
/proc/27980/stat : 27980 (java) S 27978 27980 25242 0 -1 0 20412 284 1 0 5049 10 0 0 18 0 9 0 1998389064 888692736 12588 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27980/statm: 216966 12588 2631 9 0 211472 0
[pid=27980/tid=27982] ppid=27978 vsize=867864 CPUtime=50.3
/proc/27980/task/27982/stat : 27982 (java) R 27978 27980 25242 0 -1 64 16080 284 1 0 5022 8 0 0 25 0 9 0 1998389065 888692736 12588 996147200 134512640 134550740 4294955968 18446744073709551615 4126902384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27983] ppid=27978 vsize=867864 CPUtime=0.04
/proc/27980/task/27983/stat : 27983 (java) S 27978 27980 25242 0 -1 64 2705 284 0 0 4 0 0 0 16 0 9 0 1998389066 888692736 12588 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27984] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27984/stat : 27984 (java) S 27978 27980 25242 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1998389066 888692736 12588 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27985] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27985/stat : 27985 (java) S 27978 27980 25242 0 -1 64 11 284 0 0 0 0 0 0 16 0 9 0 1998389066 888692736 12588 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27986] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27986/stat : 27986 (java) S 27978 27980 25242 0 -1 64 1 284 0 0 0 0 0 0 23 0 9 0 1998389068 888692736 12588 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27987] ppid=27978 vsize=867864 CPUtime=0.22
/proc/27980/task/27987/stat : 27987 (java) S 27978 27980 25242 0 -1 64 782 284 0 0 22 0 0 0 16 0 9 0 1998389068 888692736 12588 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27988] ppid=27978 vsize=867864 CPUtime=0

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

/proc/27980/task/27985/stat : 27985 (java) S 27978 27980 25242 0 -1 64 11 284 0 0 0 0 0 0 16 0 9 0 1998389066 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27986] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27986/stat : 27986 (java) S 27978 27980 25242 0 -1 64 1 284 0 0 0 0 0 0 23 0 9 0 1998389068 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27987] ppid=27978 vsize=867864 CPUtime=0.25
/proc/27980/task/27987/stat : 27987 (java) S 27978 27980 25242 0 -1 64 808 284 0 0 25 0 0 0 16 0 9 0 1998389068 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27988] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27988/stat : 27988 (java) S 27978 27980 25242 0 -1 64 1 284 0 0 0 0 0 0 24 0 9 0 1998389068 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27989] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27989/stat : 27989 (java) S 27978 27980 25242 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1998389068 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1527.79
Current children cumulated vsize (KiB) 867864

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 27999
/proc/meminfo: memFree=1049824/2055920 swapFree=4180436/4192956
[pid=27980] ppid=27978 vsize=867864 CPUtime=1587.23
/proc/27980/stat : 27980 (java) S 27978 27980 25242 0 -1 0 20462 284 1 0 158710 13 0 0 18 0 9 0 1998389064 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27980/statm: 216966 12603 2631 9 0 211472 0
[pid=27980/tid=27982] ppid=27978 vsize=867864 CPUtime=1586.89
/proc/27980/task/27982/stat : 27982 (java) R 27978 27980 25242 0 -1 64 16104 284 1 0 158679 10 0 0 25 0 9 0 1998389065 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4126902384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27983] ppid=27978 vsize=867864 CPUtime=0.04
/proc/27980/task/27983/stat : 27983 (java) S 27978 27980 25242 0 -1 64 2705 284 0 0 4 0 0 0 16 0 9 0 1998389066 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27984] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27984/stat : 27984 (java) S 27978 27980 25242 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1998389066 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27985] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27985/stat : 27985 (java) S 27978 27980 25242 0 -1 64 11 284 0 0 0 0 0 0 16 0 9 0 1998389066 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27986] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27986/stat : 27986 (java) S 27978 27980 25242 0 -1 64 1 284 0 0 0 0 0 0 23 0 9 0 1998389068 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27987] ppid=27978 vsize=867864 CPUtime=0.25
/proc/27980/task/27987/stat : 27987 (java) S 27978 27980 25242 0 -1 64 808 284 0 0 25 0 0 0 16 0 9 0 1998389068 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27988] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27988/stat : 27988 (java) S 27978 27980 25242 0 -1 64 1 284 0 0 0 0 0 0 24 0 9 0 1998389068 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27989] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27989/stat : 27989 (java) S 27978 27980 25242 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1998389068 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1587.23
Current children cumulated vsize (KiB) 867864

[startup+1662.3 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 28040
/proc/meminfo: memFree=1648944/2055920 swapFree=4180436/4192956
[pid=27980] ppid=27978 vsize=867864 CPUtime=1646.69
/proc/27980/stat : 27980 (java) S 27978 27980 25242 0 -1 0 20463 284 1 0 164655 14 0 0 18 0 9 0 1998389064 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27980/statm: 216966 12603 2631 9 0 211472 0
[pid=27980/tid=27982] ppid=27978 vsize=867864 CPUtime=1646.35
/proc/27980/task/27982/stat : 27982 (java) R 27978 27980 25242 0 -1 64 16105 284 1 0 164624 11 0 0 25 0 9 0 1998389065 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4126898136 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27983] ppid=27978 vsize=867864 CPUtime=0.04
/proc/27980/task/27983/stat : 27983 (java) S 27978 27980 25242 0 -1 64 2705 284 0 0 4 0 0 0 16 0 9 0 1998389066 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27984] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27984/stat : 27984 (java) S 27978 27980 25242 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1998389066 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27985] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27985/stat : 27985 (java) S 27978 27980 25242 0 -1 64 11 284 0 0 0 0 0 0 16 0 9 0 1998389066 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27986] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27986/stat : 27986 (java) S 27978 27980 25242 0 -1 64 1 284 0 0 0 0 0 0 23 0 9 0 1998389068 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27987] ppid=27978 vsize=867864 CPUtime=0.25
/proc/27980/task/27987/stat : 27987 (java) S 27978 27980 25242 0 -1 64 808 284 0 0 25 0 0 0 16 0 9 0 1998389068 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27988] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27988/stat : 27988 (java) S 27978 27980 25242 0 -1 64 1 284 0 0 0 0 0 0 24 0 9 0 1998389068 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27989] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27989/stat : 27989 (java) S 27978 27980 25242 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1998389068 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.69
Current children cumulated vsize (KiB) 867864

[startup+1722.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/89 28040
/proc/meminfo: memFree=1648624/2055920 swapFree=4180436/4192956
[pid=27980] ppid=27978 vsize=867864 CPUtime=1706.67
/proc/27980/stat : 27980 (java) S 27978 27980 25242 0 -1 0 20463 284 1 0 170653 14 0 0 18 0 9 0 1998389064 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27980/statm: 216966 12603 2631 9 0 211472 0
[pid=27980/tid=27982] ppid=27978 vsize=867864 CPUtime=1706.33
/proc/27980/task/27982/stat : 27982 (java) R 27978 27980 25242 0 -1 64 16105 284 1 0 170621 12 0 0 25 0 9 0 1998389065 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4126898084 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27983] ppid=27978 vsize=867864 CPUtime=0.04
/proc/27980/task/27983/stat : 27983 (java) S 27978 27980 25242 0 -1 64 2705 284 0 0 4 0 0 0 16 0 9 0 1998389066 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27984] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27984/stat : 27984 (java) S 27978 27980 25242 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1998389066 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27985] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27985/stat : 27985 (java) S 27978 27980 25242 0 -1 64 11 284 0 0 0 0 0 0 16 0 9 0 1998389066 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27986] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27986/stat : 27986 (java) S 27978 27980 25242 0 -1 64 1 284 0 0 0 0 0 0 23 0 9 0 1998389068 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27987] ppid=27978 vsize=867864 CPUtime=0.25
/proc/27980/task/27987/stat : 27987 (java) S 27978 27980 25242 0 -1 64 808 284 0 0 25 0 0 0 16 0 9 0 1998389068 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27988] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27988/stat : 27988 (java) S 27978 27980 25242 0 -1 64 1 284 0 0 0 0 0 0 24 0 9 0 1998389068 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27989] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27989/stat : 27989 (java) S 27978 27980 25242 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1998389068 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1706.67
Current children cumulated vsize (KiB) 867864

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 28040
/proc/meminfo: memFree=1648368/2055920 swapFree=4180436/4192956
[pid=27980] ppid=27978 vsize=867864 CPUtime=1766.64
/proc/27980/stat : 27980 (java) S 27978 27980 25242 0 -1 0 20463 284 1 0 176650 14 0 0 18 0 9 0 1998389064 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27980/statm: 216966 12603 2631 9 0 211472 0
[pid=27980/tid=27982] ppid=27978 vsize=867864 CPUtime=1766.31
/proc/27980/task/27982/stat : 27982 (java) R 27978 27980 25242 0 -1 64 16105 284 1 0 176619 12 0 0 25 0 9 0 1998389065 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4126898080 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27983] ppid=27978 vsize=867864 CPUtime=0.04
/proc/27980/task/27983/stat : 27983 (java) S 27978 27980 25242 0 -1 64 2705 284 0 0 4 0 0 0 16 0 9 0 1998389066 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27984] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27984/stat : 27984 (java) S 27978 27980 25242 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1998389066 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27985] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27985/stat : 27985 (java) S 27978 27980 25242 0 -1 64 11 284 0 0 0 0 0 0 16 0 9 0 1998389066 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27986] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27986/stat : 27986 (java) S 27978 27980 25242 0 -1 64 1 284 0 0 0 0 0 0 23 0 9 0 1998389068 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27987] ppid=27978 vsize=867864 CPUtime=0.25
/proc/27980/task/27987/stat : 27987 (java) S 27978 27980 25242 0 -1 64 808 284 0 0 25 0 0 0 16 0 9 0 1998389068 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27988] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27988/stat : 27988 (java) S 27978 27980 25242 0 -1 64 1 284 0 0 0 0 0 0 24 0 9 0 1998389068 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27989] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27989/stat : 27989 (java) S 27978 27980 25242 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1998389068 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1766.64
Current children cumulated vsize (KiB) 867864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.7 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 28040
/proc/meminfo: memFree=1648368/2055920 swapFree=4180436/4192956
[pid=27980] ppid=27978 vsize=867864 CPUtime=1800.03
/proc/27980/stat : 27980 (java) S 27978 27980 25242 0 -1 0 20463 284 1 0 179989 14 0 0 18 0 9 0 1998389064 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27980/statm: 216966 12603 2631 9 0 211472 0
[pid=27980/tid=27982] ppid=27978 vsize=867864 CPUtime=1799.7
/proc/27980/task/27982/stat : 27982 (java) R 27978 27980 25242 0 -1 64 16105 284 1 0 179958 12 0 0 25 0 9 0 1998389065 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4126898976 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27983] ppid=27978 vsize=867864 CPUtime=0.04
/proc/27980/task/27983/stat : 27983 (java) S 27978 27980 25242 0 -1 64 2705 284 0 0 4 0 0 0 16 0 9 0 1998389066 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27984] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27984/stat : 27984 (java) S 27978 27980 25242 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1998389066 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27985] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27985/stat : 27985 (java) S 27978 27980 25242 0 -1 64 11 284 0 0 0 0 0 0 16 0 9 0 1998389066 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27986] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27986/stat : 27986 (java) S 27978 27980 25242 0 -1 64 1 284 0 0 0 0 0 0 23 0 9 0 1998389068 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27987] ppid=27978 vsize=867864 CPUtime=0.25
/proc/27980/task/27987/stat : 27987 (java) S 27978 27980 25242 0 -1 64 808 284 0 0 25 0 0 0 16 0 9 0 1998389068 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27988] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27988/stat : 27988 (java) S 27978 27980 25242 0 -1 64 1 284 0 0 0 0 0 0 24 0 9 0 1998389068 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27989] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27989/stat : 27989 (java) S 27978 27980 25242 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1998389068 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 867864

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

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

[startup+1815.7 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 28040
/proc/meminfo: memFree=1648368/2055920 swapFree=4180436/4192956
[pid=27980] ppid=27978 vsize=867864 CPUtime=1800.03
/proc/27980/stat : 27980 (java) S 27978 27980 25242 0 -1 0 20463 284 1 0 179989 14 0 0 18 0 9 0 1998389064 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27980/statm: 216966 12603 2631 9 0 211472 0
[pid=27980/tid=27982] ppid=27978 vsize=867864 CPUtime=1799.7
/proc/27980/task/27982/stat : 27982 (java) R 27978 27980 25242 0 -1 64 16105 284 1 0 179958 12 0 0 25 0 9 0 1998389065 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4126898976 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27983] ppid=27978 vsize=867864 CPUtime=0.04
/proc/27980/task/27983/stat : 27983 (java) S 27978 27980 25242 0 -1 64 2705 284 0 0 4 0 0 0 16 0 9 0 1998389066 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27984] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27984/stat : 27984 (java) S 27978 27980 25242 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1998389066 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27985] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27985/stat : 27985 (java) S 27978 27980 25242 0 -1 64 11 284 0 0 0 0 0 0 16 0 9 0 1998389066 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27986] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27986/stat : 27986 (java) S 27978 27980 25242 0 -1 64 1 284 0 0 0 0 0 0 23 0 9 0 1998389068 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27987] ppid=27978 vsize=867864 CPUtime=0.25
/proc/27980/task/27987/stat : 27987 (java) S 27978 27980 25242 0 -1 64 808 284 0 0 25 0 0 0 16 0 9 0 1998389068 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27980/tid=27988] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27988/stat : 27988 (java) S 27978 27980 25242 0 -1 64 1 284 0 0 0 0 0 0 24 0 9 0 1998389068 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27980/tid=27989] ppid=27978 vsize=867864 CPUtime=0
/proc/27980/task/27989/stat : 27989 (java) S 27978 27980 25242 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1998389068 888692736 12603 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 867864

Child status: 143
Real time (s): 1815.74
CPU time (s): 1800.09
CPU user time (s): 1799.93
CPU system time (s): 0.160975
CPU usage (%): 99.138
Max. virtual memory (cumulated for all children) (KiB): 867864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.160975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20779
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= 38042
involuntary context switches= 76244

runsolver used 2.15067 second user time and 6.11507 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-04 19:56:43
IDJOB=1077675
IDBENCH=56699
IDSOLVER=363
FILE ID=node71/1077675-1215194203
PBS_JOBID= 7881497
Free space on /tmp= 66508 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/primes-10/normalized-primes-10-60-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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077675-1215194203/watcher-1077675-1215194203 -o /tmp/evaluation-result-1077675-1215194203/solver-1077675-1215194203 -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-1077675-1215194203.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5866af5ead352001151468fcabeecdff
RANDOM SEED=223554470

node71.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.209
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.209
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:       1091672 kB
Buffers:         57940 kB
Cached:         214296 kB
SwapCached:       6632 kB
Active:         834064 kB
Inactive:        70404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1091672 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            2056 kB
Writeback:           0 kB
Mapped:         648380 kB
Slab:            43704 kB
Committed_AS:  5026720 kB
PageTables:       3092 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= 66512 MiB
End job on node71 at 2008-07-04 20:27:01