Trace number 1044655

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

General information on the benchmark

Namecsp/QG4/
normalized-quasigroup4-10.xml
MD5SUMc5f974ec11a4363fd9e60d6b844f5167
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables310
Number of constraints219
Maximum constraint arity102
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension99
Global constraints used (with number of constraints)alldifferent(20),element(100)

Solver Data (download as text)

0.04/0.08	
0.04/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.27/0.32	   
0.27/0.32	   instance
0.27/0.32	     name=HOME/instance-1044655-1215028336.xml
0.27/0.35	   
0.27/0.35	   domains being loaded...
0.27/0.37	   
0.27/0.37	   variables being loaded...
0.38/0.45	     nbVariables=310  nbDomainTypes=57  minDomainSize=1  maxDomainSize=100  nbTotalValues=11731
0.38/0.45	       =>  wckTime=0.213  cpuTime=0.15  mem=8M845
0.38/0.46	   
0.38/0.46	   predicates being loaded...
0.47/0.52	   
0.47/0.52	   constraints being loaded...
2.41/2.55	     nbConstraints=10119  nbUnaryConstraints=9  nbGlobalConstraints=29  nbSingletonDomainVariables=119
2.41/2.55	     nbPurgedValues=891  nbDisconnectedVariables=10  nbConflictsStructures=1145  nbSharedConflictsStructures=8945
2.41/2.55	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1145  nbSharedEvaluationManagers=8945  minDegree=1
2.41/2.55	     maxDegree=104  minArity=2  avgArity=3.01  maxArity=9  nbGenerators=9  nbFusions=0  symmetryWckTime=0.638
2.41/2.55	     symmetryCpuTime=0.26
2.41/2.55	       =>  wckTime=2.309  cpuTime=1.62  mem=20M807
2.61/2.70	   
2.61/2.70	   solver IterativeSystematicSolver being built... 
3.20/3.34	   
3.20/3.34	   INFO : Forward propagation technique limited 
3.31/3.41	       =>  wckTime=3.166  cpuTime=2.05  mem=61M143
3.40/3.57	   
3.40/3.57	   preprocessing
3.40/3.57	     nbConstraintChecks=153699  nbValidityChecks=180  nbPropagations=310  nbRevisions=2726  nbUselessRevisions=180
3.40/3.57	     nbRemovedValues=3986  detectedInconsistency=no
3.40/3.57	       =>  wckTime=0.157  cpuTime=0.13  mem=62M138
5.95/6.18	   
5.95/6.18	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=66M133)

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-1044655-1215028336/watcher-1044655-1215028336 -o /tmp/evaluation-result-1044655-1215028336/solver-1044655-1215028336 -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-1044655-1215028336.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.93 1.98 1.94 4/92 11811
/proc/meminfo: memFree=1709608/2055920 swapFree=4180724/4192956
[pid=11811] ppid=11809 vsize=18572 CPUtime=0
/proc/11811/stat : 11811 (runsolver) R 11809 11811 10391 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1981805075 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 218076081447 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/11811/statm: 4643 292 257 25 0 2626 0

[startup+0.058952 s]
/proc/loadavg: 1.93 1.98 1.94 4/92 11811
/proc/meminfo: memFree=1709608/2055920 swapFree=4180724/4192956
[pid=11811] ppid=11809 vsize=863920 CPUtime=0.04
/proc/11811/stat : 11811 (java) S 11809 11811 10391 0 -1 0 2673 0 1 0 3 1 0 0 19 0 9 0 1981805075 884654080 2238 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11811/statm: 215980 2238 1064 9 0 210937 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863920

[startup+0.101958 s]
/proc/loadavg: 1.93 1.98 1.94 4/92 11811
/proc/meminfo: memFree=1709608/2055920 swapFree=4180724/4192956
[pid=11811] ppid=11809 vsize=865884 CPUtime=0.08
/proc/11811/stat : 11811 (java) S 11809 11811 10391 0 -1 0 3778 0 1 0 7 1 0 0 19 0 9 0 1981805075 886665216 3229 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11811/statm: 216471 3229 1711 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301993 s]
/proc/loadavg: 1.93 1.98 1.94 4/92 11811
/proc/meminfo: memFree=1709608/2055920 swapFree=4180724/4192956
[pid=11811] ppid=11809 vsize=866196 CPUtime=0.27
/proc/11811/stat : 11811 (java) S 11809 11811 10391 0 -1 0 5620 0 1 0 25 2 0 0 19 0 9 0 1981805075 886984704 5034 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11811/statm: 216549 5034 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866196

[startup+0.701058 s]
/proc/loadavg: 1.93 1.98 1.94 4/92 11811
/proc/meminfo: memFree=1709608/2055920 swapFree=4180724/4192956
[pid=11811] ppid=11809 vsize=867092 CPUtime=0.67
/proc/11811/stat : 11811 (java) S 11809 11811 10391 0 -1 0 8374 0 1 0 63 4 0 0 19 0 9 0 1981805075 887902208 7734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11811/statm: 216773 7734 2010 9 0 211279 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867092

[startup+1.5022 s]
/proc/loadavg: 1.93 1.98 1.94 3/101 11820
/proc/meminfo: memFree=1672736/2055920 swapFree=4180724/4192956
[pid=11811] ppid=11809 vsize=867644 CPUtime=1.45
/proc/11811/stat : 11811 (java) S 11809 11811 10391 0 -1 0 18717 0 1 0 137 8 0 0 19 0 9 0 1981805075 888467456 18052 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11811/statm: 216911 18052 2005 9 0 211439 0
[pid=11811/tid=11813] ppid=11809 vsize=867644 CPUtime=1.16
/proc/11811/task/11813/stat : 11813 (java) R 11809 11811 10391 0 -1 64 15778 0 1 0 110 6 0 0 25 0 9 0 1981805077 888467456 18052 996147200 134512640 134550740 4294955984 18446744073709551615 102307649 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11814] ppid=11809 vsize=867644 CPUtime=0.05
/proc/11811/task/11814/stat : 11814 (java) S 11809 11811 10391 0 -1 64 1538 0 0 0 5 0 0 0 16 0 9 0 1981805078 888467456 18052 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11815] ppid=11809 vsize=867644 CPUtime=0
/proc/11811/task/11815/stat : 11815 (java) S 11809 11811 10391 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1981805078 888467456 18052 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11816] ppid=11809 vsize=867644 CPUtime=0
/proc/11811/task/11816/stat : 11816 (java) S 11809 11811 10391 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1981805078 888467456 18052 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11817] ppid=11809 vsize=867644 CPUtime=0
/proc/11811/task/11817/stat : 11817 (java) S 11809 11811 10391 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1981805080 888467456 18052 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11818] ppid=11809 vsize=867644 CPUtime=0.2
/proc/11811/task/11818/stat : 11818 (java) S 11809 11811 10391 0 -1 64 704 0 0 0 20 0 0 0 16 0 9 0 1981805080 888467456 18052 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11819] ppid=11809 vsize=867644 CPUtime=0
/proc/11811/task/11819/stat : 11819 (java) S 11809 11811 10391 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1981805080 888467456 18052 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11820] ppid=11809 vsize=867644 CPUtime=0
/proc/11811/task/11820/stat : 11820 (java) S 11809 11811 10391 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1981805080 888467456 18052 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867644

[startup+3.10147 s]
/proc/loadavg: 1.93 1.98 1.94 4/101 11820
/proc/meminfo: memFree=1641568/2055920 swapFree=4180724/4192956
[pid=11811] ppid=11809 vsize=868032 CPUtime=3.01
/proc/11811/stat : 11811 (java) S 11809 11811 10391 0 -1 0 44491 942 1 0 265 18 17 1 19 0 9 0 1981805075 888864768 25742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11811/statm: 217008 25742 2613 9 0 211536 0
[pid=11811/tid=11813] ppid=11809 vsize=868032 CPUtime=2.28
/proc/11811/task/11813/stat : 11813 (java) R 11809 11811 10391 0 -1 64 28484 942 1 0 199 11 17 1 25 0 9 0 1981805077 888864768 25742 996147200 134512640 134550740 4294955984 18446744073709551615 103826255 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11814] ppid=11809 vsize=868032 CPUtime=0.58
/proc/11811/task/11814/stat : 11814 (java) S 11809 11811 10391 0 -1 64 14226 942 0 0 36 4 17 1 16 0 9 0 1981805078 888864768 25742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11815] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11815/stat : 11815 (java) S 11809 11811 10391 0 -1 64 17 942 0 0 0 0 17 1 16 0 9 0 1981805078 888864768 25742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11816] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11816/stat : 11816 (java) S 11809 11811 10391 0 -1 64 8 942 0 0 0 0 17 1 15 0 9 0 1981805078 888864768 25742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11817] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11817/stat : 11817 (java) S 11809 11811 10391 0 -1 64 0 942 0 0 0 0 17 1 18 0 9 0 1981805080 888864768 25742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11818] ppid=11809 vsize=868032 CPUtime=0.46
/proc/11811/task/11818/stat : 11818 (java) S 11809 11811 10391 0 -1 64 936 942 0 0 28 0 17 1 15 0 9 0 1981805080 888864768 25742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11819] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11819/stat : 11819 (java) S 11809 11811 10391 0 -1 64 2 942 0 0 0 0 17 1 19 0 9 0 1981805080 888864768 25742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11820] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11820/stat : 11820 (java) S 11809 11811 10391 0 -1 64 8 942 0 0 0 0 17 1 15 0 9 0 1981805080 888864768 25742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 868032

[startup+6.303 s]
/proc/loadavg: 1.93 1.98 1.94 3/101 11824
/proc/meminfo: memFree=1599144/2055920 swapFree=4180724/4192956
[pid=11811] ppid=11809 vsize=868120 CPUtime=6.15
/proc/11811/stat : 11811 (java) S 11809 11811 10391 0 -1 0 49591 942 1 0 576 21 17 1 19 0 9 0 1981805075 888954880 30041 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11811/statm: 217030 30041 2637 9 0 211536 0
[pid=11811/tid=11813] ppid=11809 vsize=868120 CPUtime=5.2
/proc/11811/task/11813/stat : 11813 (java) R 11809 11811 10391 0 -1 64 28548 942 1 0 490 12 17 1 25 0 9 0 1981805077 888954880 30041 996147200 134512640 134550740 4294955984 18446744073709551615 4125976248 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11814] ppid=11809 vsize=868120 CPUtime=0.73
/proc/11811/task/11814/stat : 11814 (java) S 11809 11811 10391 0 -1 64 19190 942 0 0 49 6 17 1 17 0 9 0 1981805078 888954880 30041 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11815] ppid=11809 vsize=868120 CPUtime=0.18
/proc/11811/task/11815/stat : 11815 (java) S 11809 11811 10391 0 -1 64 17 942 0 0 0 0 17 1 16 0 9 0 1981805078 888954880 30041 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11816] ppid=11809 vsize=868120 CPUtime=0.18
/proc/11811/task/11816/stat : 11816 (java) S 11809 11811 10391 0 -1 64 8 942 0 0 0 0 17 1 15 0 9 0 1981805078 888954880 30041 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11817] ppid=11809 vsize=868120 CPUtime=0.18
/proc/11811/task/11817/stat : 11817 (java) S 11809 11811 10391 0 -1 64 0 942 0 0 0 0 17 1 18 0 9 0 1981805080 888954880 30041 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11818] ppid=11809 vsize=868120 CPUtime=0.55
/proc/11811/task/11818/stat : 11818 (java) S 11809 11811 10391 0 -1 64 980 942 0 0 36 1 17 1 15 0 9 0 1981805080 888954880 30041 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11819] ppid=11809 vsize=868120 CPUtime=0.18
/proc/11811/task/11819/stat : 11819 (java) S 11809 11811 10391 0 -1 64 2 942 0 0 0 0 17 1 19 0 9 0 1981805080 888954880 30041 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11820] ppid=11809 vsize=868120 CPUtime=0.18
/proc/11811/task/11820/stat : 11820 (java) S 11809 11811 10391 0 -1 64 36 942 0 0 0 0 17 1 15 0 9 0 1981805080 888954880 30041 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 868120

[startup+12.7011 s]
/proc/loadavg: 1.94 1.98 1.94 3/101 11824
/proc/meminfo: memFree=1598952/2055920 swapFree=4180724/4192956
[pid=11811] ppid=11809 vsize=868120 CPUtime=12.42
/proc/11811/stat : 11811 (java) S 11809 11811 10391 0 -1 0 49640 942 1 0 1203 21 17 1 19 0 9 0 1981805075 888954880 30055 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11811/statm: 217030 30055 2637 9 0 211536 0
[pid=11811/tid=11813] ppid=11809 vsize=868120 CPUtime=11.44
/proc/11811/task/11813/stat : 11813 (java) R 11809 11811 10391 0 -1 64 28551 942 1 0 1114 12 17 1 25 0 9 0 1981805077 888954880 30055 996147200 134512640 134550740 4294955984 18446744073709551615 4127215504 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11814] ppid=11809 vsize=868120 CPUtime=0.73
/proc/11811/task/11814/stat : 11814 (java) S 11809 11811 10391 0 -1 64 19190 942 0 0 49 6 17 1 16 0 9 0 1981805078 888954880 30055 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11815] ppid=11809 vsize=868120 CPUtime=0.18
/proc/11811/task/11815/stat : 11815 (java) S 11809 11811 10391 0 -1 64 17 942 0 0 0 0 17 1 16 0 9 0 1981805078 888954880 30055 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11816] ppid=11809 vsize=868120 CPUtime=0.18
/proc/11811/task/11816/stat : 11816 (java) S 11809 11811 10391 0 -1 64 8 942 0 0 0 0 17 1 15 0 9 0 1981805078 888954880 30055 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11817] ppid=11809 vsize=868120 CPUtime=0.18
/proc/11811/task/11817/stat : 11817 (java) S 11809 11811 10391 0 -1 64 0 942 0 0 0 0 17 1 18 0 9 0 1981805080 888954880 30055 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11818] ppid=11809 vsize=868120 CPUtime=0.58
/proc/11811/task/11818/stat : 11818 (java) S 11809 11811 10391 0 -1 64 1026 942 0 0 39 1 17 1 17 0 9 0 1981805080 888954880 30055 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11819] ppid=11809 vsize=868120 CPUtime=0.18
/proc/11811/task/11819/stat : 11819 (java) S 11809 11811 10391 0 -1 64 2 942 0 0 0 0 17 1 19 0 9 0 1981805080 888954880 30055 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11820] ppid=11809 vsize=868120 CPUtime=0.18
/proc/11811/task/11820/stat : 11820 (java) S 11809 11811 10391 0 -1 64 36 942 0 0 0 0 17 1 15 0 9 0 1981805080 888954880 30055 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 868120

[startup+25.5022 s]
/proc/loadavg: 1.95 1.98 1.94 3/101 11824
/proc/meminfo: memFree=1599272/2055920 swapFree=4180724/4192956
[pid=11811] ppid=11809 vsize=868120 CPUtime=24.97
/proc/11811/stat : 11811 (java) S 11809 11811 10391 0 -1 0 49642 942 1 0 2458 21 17 1 19 0 9 0 1981805075 888954880 30056 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11811/statm: 217030 30056 2637 9 0 211536 0
[pid=11811/tid=11813] ppid=11809 vsize=868120 CPUtime=23.99
/proc/11811/task/11813/stat : 11813 (java) R 11809 11811 10391 0 -1 64 28552 942 1 0 2369 12 17 1 25 0 9 0 1981805077 888954880 30056 996147200 134512640 134550740 4294955984 18446744073709551615 4127231462 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11814] ppid=11809 vsize=868120 CPUtime=0.73
/proc/11811/task/11814/stat : 11814 (java) S 11809 11811 10391 0 -1 64 19190 942 0 0 49 6 17 1 16 0 9 0 1981805078 888954880 30056 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11815] ppid=11809 vsize=868120 CPUtime=0.18
/proc/11811/task/11815/stat : 11815 (java) S 11809 11811 10391 0 -1 64 17 942 0 0 0 0 17 1 16 0 9 0 1981805078 888954880 30056 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11816] ppid=11809 vsize=868120 CPUtime=0.18
/proc/11811/task/11816/stat : 11816 (java) S 11809 11811 10391 0 -1 64 8 942 0 0 0 0 17 1 15 0 9 0 1981805078 888954880 30056 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11817] ppid=11809 vsize=868120 CPUtime=0.18
/proc/11811/task/11817/stat : 11817 (java) S 11809 11811 10391 0 -1 64 0 942 0 0 0 0 17 1 18 0 9 0 1981805080 888954880 30056 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11818] ppid=11809 vsize=868120 CPUtime=0.58
/proc/11811/task/11818/stat : 11818 (java) S 11809 11811 10391 0 -1 64 1027 942 0 0 39 1 17 1 17 0 9 0 1981805080 888954880 30056 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11819] ppid=11809 vsize=868120 CPUtime=0.18
/proc/11811/task/11819/stat : 11819 (java) S 11809 11811 10391 0 -1 64 2 942 0 0 0 0 17 1 19 0 9 0 1981805080 888954880 30056 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11820] ppid=11809 vsize=868120 CPUtime=0.18
/proc/11811/task/11820/stat : 11820 (java) S 11809 11811 10391 0 -1 64 36 942 0 0 0 0 17 1 15 0 9 0 1981805080 888954880 30056 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 868120

[startup+51.1025 s]
/proc/loadavg: 1.97 1.98 1.94 3/101 11824
/proc/meminfo: memFree=1599336/2055920 swapFree=4180724/4192956
[pid=11811] ppid=11809 vsize=868120 CPUtime=50.07
/proc/11811/stat : 11811 (java) S 11809 11811 10391 0 -1 0 49647 942 1 0 4968 21 17 1 19 0 9 0 1981805075 888954880 30058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11811/statm: 217030 30058 2637 9 0 211536 0
[pid=11811/tid=11813] ppid=11809 vsize=868120 CPUtime=49.08
/proc/11811/task/11813/stat : 11813 (java) R 11809 11811 10391 0 -1 64 28554 942 1 0 4878 12 17 1 25 0 9 0 1981805077 888954880 30058 996147200 134512640 134550740 4294955984 18446744073709551615 4127215536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11814] ppid=11809 vsize=868120 CPUtime=0.73
/proc/11811/task/11814/stat : 11814 (java) S 11809 11811 10391 0 -1 64 19190 942 0 0 49 6 17 1 16 0 9 0 1981805078 888954880 30058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11815] ppid=11809 vsize=868120 CPUtime=0.18
/proc/11811/task/11815/stat : 11815 (java) S 11809 11811 10391 0 -1 64 17 942 0 0 0 0 17 1 16 0 9 0 1981805078 888954880 30058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11816] ppid=11809 vsize=868120 CPUtime=0.18
/proc/11811/task/11816/stat : 11816 (java) S 11809 11811 10391 0 -1 64 8 942 0 0 0 0 17 1 15 0 9 0 1981805078 888954880 30058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11817] ppid=11809 vsize=868120 CPUtime=0.18
/proc/11811/task/11817/stat : 11817 (java) S 11809 11811 10391 0 -1 64 0 942 0 0 0 0 17 1 18 0 9 0 1981805080 888954880 30058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11818] ppid=11809 vsize=868120 CPUtime=0.58
/proc/11811/task/11818/stat : 11818 (java) S 11809 11811 10391 0 -1 64 1030 942 0 0 39 1 17 1 16 0 9 0 1981805080 888954880 30058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11819] ppid=11809 vsize=868120 CPUtime=0.18

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

/proc/11811/task/11816/stat : 11816 (java) S 11809 11811 10391 0 -1 64 8 942 0 0 0 0 17 1 16 0 9 0 1981805078 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11817] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11817/stat : 11817 (java) S 11809 11811 10391 0 -1 64 0 942 0 0 0 0 17 1 18 0 9 0 1981805080 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11818] ppid=11809 vsize=868032 CPUtime=0.59
/proc/11811/task/11818/stat : 11818 (java) S 11809 11811 10391 0 -1 64 1031 942 0 0 40 1 17 1 16 0 9 0 1981805080 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11819] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11819/stat : 11819 (java) S 11809 11811 10391 0 -1 64 2 942 0 0 0 0 17 1 19 0 9 0 1981805080 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11820] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11820/stat : 11820 (java) S 11809 11811 10391 0 -1 64 36 942 0 0 0 0 17 1 15 0 9 0 1981805080 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1462.88
Current children cumulated vsize (KiB) 868032

[startup+1542.3 s]
/proc/loadavg: 1.00 1.14 1.50 2/73 11855
/proc/meminfo: memFree=1708816/2055920 swapFree=4180724/4192956
[pid=11811] ppid=11809 vsize=868032 CPUtime=1522.86
/proc/11811/stat : 11811 (java) S 11809 11811 10391 0 -1 0 52582 942 1 0 152243 25 17 1 19 0 9 0 1981805075 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11811/statm: 217008 32953 2615 9 0 211536 0
[pid=11811/tid=11813] ppid=11809 vsize=868032 CPUtime=1521.69
/proc/11811/task/11813/stat : 11813 (java) R 11809 11811 10391 0 -1 64 28567 942 1 0 152137 14 17 1 25 0 9 0 1981805077 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4127243960 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11811/tid=11814] ppid=11809 vsize=868032 CPUtime=0.89
/proc/11811/task/11814/stat : 11814 (java) S 11809 11811 10391 0 -1 64 22111 942 0 0 64 7 17 1 16 0 9 0 1981805078 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11815] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11815/stat : 11815 (java) S 11809 11811 10391 0 -1 64 17 942 0 0 0 0 17 1 16 0 9 0 1981805078 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11816] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11816/stat : 11816 (java) S 11809 11811 10391 0 -1 64 8 942 0 0 0 0 17 1 16 0 9 0 1981805078 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11817] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11817/stat : 11817 (java) S 11809 11811 10391 0 -1 64 0 942 0 0 0 0 17 1 18 0 9 0 1981805080 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11818] ppid=11809 vsize=868032 CPUtime=0.59
/proc/11811/task/11818/stat : 11818 (java) S 11809 11811 10391 0 -1 64 1031 942 0 0 40 1 17 1 16 0 9 0 1981805080 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11819] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11819/stat : 11819 (java) S 11809 11811 10391 0 -1 64 2 942 0 0 0 0 17 1 19 0 9 0 1981805080 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11820] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11820/stat : 11820 (java) S 11809 11811 10391 0 -1 64 36 942 0 0 0 0 17 1 15 0 9 0 1981805080 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1522.86
Current children cumulated vsize (KiB) 868032

[startup+1602.3 s]
/proc/loadavg: 1.00 1.11 1.46 2/73 11855
/proc/meminfo: memFree=1708752/2055920 swapFree=4180724/4192956
[pid=11811] ppid=11809 vsize=868032 CPUtime=1582.83
/proc/11811/stat : 11811 (java) S 11809 11811 10391 0 -1 0 52583 942 1 0 158240 25 17 1 19 0 9 0 1981805075 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11811/statm: 217008 32953 2615 9 0 211536 0
[pid=11811/tid=11813] ppid=11809 vsize=868032 CPUtime=1581.66
/proc/11811/task/11813/stat : 11813 (java) R 11809 11811 10391 0 -1 64 28568 942 1 0 158134 14 17 1 25 0 9 0 1981805077 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4127057321 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11811/tid=11814] ppid=11809 vsize=868032 CPUtime=0.9
/proc/11811/task/11814/stat : 11814 (java) S 11809 11811 10391 0 -1 64 22111 942 0 0 65 7 17 1 16 0 9 0 1981805078 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11815] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11815/stat : 11815 (java) S 11809 11811 10391 0 -1 64 17 942 0 0 0 0 17 1 16 0 9 0 1981805078 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11816] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11816/stat : 11816 (java) S 11809 11811 10391 0 -1 64 8 942 0 0 0 0 17 1 16 0 9 0 1981805078 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11817] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11817/stat : 11817 (java) S 11809 11811 10391 0 -1 64 0 942 0 0 0 0 17 1 18 0 9 0 1981805080 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11818] ppid=11809 vsize=868032 CPUtime=0.59
/proc/11811/task/11818/stat : 11818 (java) S 11809 11811 10391 0 -1 64 1031 942 0 0 40 1 17 1 16 0 9 0 1981805080 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11819] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11819/stat : 11819 (java) S 11809 11811 10391 0 -1 64 2 942 0 0 0 0 17 1 19 0 9 0 1981805080 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11820] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11820/stat : 11820 (java) S 11809 11811 10391 0 -1 64 36 942 0 0 0 0 17 1 15 0 9 0 1981805080 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1582.83
Current children cumulated vsize (KiB) 868032

[startup+1662.3 s]
/proc/loadavg: 1.00 1.09 1.43 2/73 11855
/proc/meminfo: memFree=1708688/2055920 swapFree=4180724/4192956
[pid=11811] ppid=11809 vsize=868032 CPUtime=1642.8
/proc/11811/stat : 11811 (java) S 11809 11811 10391 0 -1 0 52583 942 1 0 164237 25 17 1 19 0 9 0 1981805075 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11811/statm: 217008 32953 2615 9 0 211536 0
[pid=11811/tid=11813] ppid=11809 vsize=868032 CPUtime=1641.63
/proc/11811/task/11813/stat : 11813 (java) R 11809 11811 10391 0 -1 64 28568 942 1 0 164131 14 17 1 25 0 9 0 1981805077 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4127215404 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11811/tid=11814] ppid=11809 vsize=868032 CPUtime=0.9
/proc/11811/task/11814/stat : 11814 (java) S 11809 11811 10391 0 -1 64 22111 942 0 0 65 7 17 1 16 0 9 0 1981805078 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11815] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11815/stat : 11815 (java) S 11809 11811 10391 0 -1 64 17 942 0 0 0 0 17 1 16 0 9 0 1981805078 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11816] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11816/stat : 11816 (java) S 11809 11811 10391 0 -1 64 8 942 0 0 0 0 17 1 16 0 9 0 1981805078 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11817] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11817/stat : 11817 (java) S 11809 11811 10391 0 -1 64 0 942 0 0 0 0 17 1 18 0 9 0 1981805080 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11818] ppid=11809 vsize=868032 CPUtime=0.59
/proc/11811/task/11818/stat : 11818 (java) S 11809 11811 10391 0 -1 64 1031 942 0 0 40 1 17 1 16 0 9 0 1981805080 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11819] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11819/stat : 11819 (java) S 11809 11811 10391 0 -1 64 2 942 0 0 0 0 17 1 19 0 9 0 1981805080 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11820] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11820/stat : 11820 (java) S 11809 11811 10391 0 -1 64 36 942 0 0 0 0 17 1 15 0 9 0 1981805080 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1642.8
Current children cumulated vsize (KiB) 868032

[startup+1722.3 s]
/proc/loadavg: 1.00 1.07 1.40 2/73 11855
/proc/meminfo: memFree=1708688/2055920 swapFree=4180724/4192956
[pid=11811] ppid=11809 vsize=868032 CPUtime=1702.77
/proc/11811/stat : 11811 (java) S 11809 11811 10391 0 -1 0 52584 942 1 0 170234 25 17 1 19 0 9 0 1981805075 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11811/statm: 217008 32953 2615 9 0 211536 0
[pid=11811/tid=11813] ppid=11809 vsize=868032 CPUtime=1701.6
/proc/11811/task/11813/stat : 11813 (java) R 11809 11811 10391 0 -1 64 28569 942 1 0 170128 14 17 1 25 0 9 0 1981805077 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4127212422 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11811/tid=11814] ppid=11809 vsize=868032 CPUtime=0.91
/proc/11811/task/11814/stat : 11814 (java) S 11809 11811 10391 0 -1 64 22111 942 0 0 66 7 17 1 16 0 9 0 1981805078 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11815] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11815/stat : 11815 (java) S 11809 11811 10391 0 -1 64 17 942 0 0 0 0 17 1 16 0 9 0 1981805078 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11816] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11816/stat : 11816 (java) S 11809 11811 10391 0 -1 64 8 942 0 0 0 0 17 1 16 0 9 0 1981805078 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11817] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11817/stat : 11817 (java) S 11809 11811 10391 0 -1 64 0 942 0 0 0 0 17 1 18 0 9 0 1981805080 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11818] ppid=11809 vsize=868032 CPUtime=0.59
/proc/11811/task/11818/stat : 11818 (java) S 11809 11811 10391 0 -1 64 1031 942 0 0 40 1 17 1 16 0 9 0 1981805080 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11819] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11819/stat : 11819 (java) S 11809 11811 10391 0 -1 64 2 942 0 0 0 0 17 1 19 0 9 0 1981805080 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11820] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11820/stat : 11820 (java) S 11809 11811 10391 0 -1 64 36 942 0 0 0 0 17 1 15 0 9 0 1981805080 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1702.77
Current children cumulated vsize (KiB) 868032

[startup+1782.3 s]
/proc/loadavg: 1.00 1.06 1.37 2/73 11855
/proc/meminfo: memFree=1708624/2055920 swapFree=4180724/4192956
[pid=11811] ppid=11809 vsize=868032 CPUtime=1762.75
/proc/11811/stat : 11811 (java) S 11809 11811 10391 0 -1 0 52584 942 1 0 176232 25 17 1 19 0 9 0 1981805075 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11811/statm: 217008 32953 2615 9 0 211536 0
[pid=11811/tid=11813] ppid=11809 vsize=868032 CPUtime=1761.57
/proc/11811/task/11813/stat : 11813 (java) R 11809 11811 10391 0 -1 64 28569 942 1 0 176125 14 17 1 25 0 9 0 1981805077 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4127291352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11811/tid=11814] ppid=11809 vsize=868032 CPUtime=0.91
/proc/11811/task/11814/stat : 11814 (java) S 11809 11811 10391 0 -1 64 22111 942 0 0 66 7 17 1 16 0 9 0 1981805078 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11815] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11815/stat : 11815 (java) S 11809 11811 10391 0 -1 64 17 942 0 0 0 0 17 1 16 0 9 0 1981805078 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11816] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11816/stat : 11816 (java) S 11809 11811 10391 0 -1 64 8 942 0 0 0 0 17 1 16 0 9 0 1981805078 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11817] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11817/stat : 11817 (java) S 11809 11811 10391 0 -1 64 0 942 0 0 0 0 17 1 18 0 9 0 1981805080 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11818] ppid=11809 vsize=868032 CPUtime=0.59
/proc/11811/task/11818/stat : 11818 (java) S 11809 11811 10391 0 -1 64 1031 942 0 0 40 1 17 1 16 0 9 0 1981805080 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11819] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11819/stat : 11819 (java) S 11809 11811 10391 0 -1 64 2 942 0 0 0 0 17 1 19 0 9 0 1981805080 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11820] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11820/stat : 11820 (java) S 11809 11811 10391 0 -1 64 36 942 0 0 0 0 17 1 15 0 9 0 1981805080 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1762.75
Current children cumulated vsize (KiB) 868032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1819.6 s]
/proc/loadavg: 1.00 1.05 1.35 2/73 11855
/proc/meminfo: memFree=1708624/2055920 swapFree=4180724/4192956
[pid=11811] ppid=11809 vsize=868032 CPUtime=1800.03
/proc/11811/stat : 11811 (java) S 11809 11811 10391 0 -1 0 52584 942 1 0 179960 25 17 1 19 0 9 0 1981805075 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11811/statm: 217008 32953 2615 9 0 211536 0
[pid=11811/tid=11813] ppid=11809 vsize=868032 CPUtime=1798.86
/proc/11811/task/11813/stat : 11813 (java) R 11809 11811 10391 0 -1 64 28569 942 1 0 179854 14 17 1 25 0 9 0 1981805077 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4127214302 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11811/tid=11814] ppid=11809 vsize=868032 CPUtime=0.91
/proc/11811/task/11814/stat : 11814 (java) S 11809 11811 10391 0 -1 64 22111 942 0 0 66 7 17 1 16 0 9 0 1981805078 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11815] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11815/stat : 11815 (java) S 11809 11811 10391 0 -1 64 17 942 0 0 0 0 17 1 16 0 9 0 1981805078 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11816] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11816/stat : 11816 (java) S 11809 11811 10391 0 -1 64 8 942 0 0 0 0 17 1 16 0 9 0 1981805078 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11817] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11817/stat : 11817 (java) S 11809 11811 10391 0 -1 64 0 942 0 0 0 0 17 1 18 0 9 0 1981805080 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11818] ppid=11809 vsize=868032 CPUtime=0.59
/proc/11811/task/11818/stat : 11818 (java) S 11809 11811 10391 0 -1 64 1031 942 0 0 40 1 17 1 16 0 9 0 1981805080 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11819] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11819/stat : 11819 (java) S 11809 11811 10391 0 -1 64 2 942 0 0 0 0 17 1 19 0 9 0 1981805080 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11811/tid=11820] ppid=11809 vsize=868032 CPUtime=0.18
/proc/11811/task/11820/stat : 11820 (java) S 11809 11811 10391 0 -1 64 36 942 0 0 0 0 17 1 15 0 9 0 1981805080 888864768 32953 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 868032

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

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

Child status: 143
Real time (s): 1819.68
CPU time (s): 1800.14
CPU user time (s): 1799.84
CPU system time (s): 0.290955
CPU usage (%): 98.9258
Max. virtual memory (cumulated for all children) (KiB): 868152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.290955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53559
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= 38532
involuntary context switches= 46091

runsolver used 1.84572 second user time and 5.68314 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-02 21:52:16
IDJOB=1044655
IDBENCH=53923
IDSOLVER=363
FILE ID=node57/1044655-1215028336
PBS_JOBID= 7874355
Free space on /tmp= 66520 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/QG4/normalized-quasigroup4-10.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-1044655-1215028336/watcher-1044655-1215028336 -o /tmp/evaluation-result-1044655-1215028336/solver-1044655-1215028336 -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-1044655-1215028336.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c5f974ec11a4363fd9e60d6b844f5167
RANDOM SEED=1714915785

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.258
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.258
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:       1710088 kB
Buffers:         25672 kB
Cached:         150432 kB
SwapCached:       5864 kB
Active:         233416 kB
Inactive:        46732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1710088 kB
SwapTotal:     4192956 kB
SwapFree:      4180724 kB
Dirty:            2600 kB
Writeback:           0 kB
Mapped:         121288 kB
Slab:            50432 kB
Committed_AS:  4510292 kB
PageTables:       2200 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= 66544 MiB
End job on node57 at 2008-07-02 22:22:38