Trace number 1096059

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.07 1800.85

General information on the benchmark

Namecsp/bibd6/
normalized-bibd-6-50-25-3-10_glb.xml
MD5SUM6ad28c98bd7f8ff553856cd3aea1e63f
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.073988
Satisfiable
(Un)Satisfiability was proved
Number of variables1050
Number of constraints821
Maximum constraint arity50
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension750
Global constraints used (with number of constraints)weightedsum(71)

Solver Data (download as text)

0.02/0.08	
0.02/0.08	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=esac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1096059-1215266990.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.48/0.56	     nbVariables=1050  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=2100
0.48/0.56	       =>  wckTime=0.331  cpuTime=0.23  mem=9M804
0.48/0.57	   
0.48/0.57	   predicates being loaded...
0.58/0.63	   
0.58/0.63	   constraints being loaded...
1.56/1.66	     nbConstraints=875  nbGlobalConstraints=125  nbConflictsStructures=1  nbSharedConflictsStructures=749
1.56/1.66	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1  nbSharedEvaluationManagers=749  minDegree=4  maxDegree=11
1.56/1.66	     minArity=3  avgArity=9.32  maxArity=500  nbGenerators=54  nbFusions=0  symmetryWckTime=0.718  symmetryCpuTime=0.54
1.56/1.66	       =>  wckTime=1.423  cpuTime=1.04  mem=11M732
1.66/1.72	   
1.66/1.72	   solver IterativeSystematicSolver being built... 
1.76/1.81	   
1.76/1.81	   INFO : Forward propagation technique limited 
1.86/1.93	       =>  wckTime=1.698  cpuTime=1.22  mem=31M573
2.05/2.16	   
2.05/2.16	   preprocessing
2.05/2.16	     nbConstraintChecks=7964  nbValidityChecks=7811  nbPropagations=3897  nbRevisions=6786  nbUselessRevisions=5254
2.05/2.16	     nbSingletonTests=1147  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
2.05/2.16	     detectedInconsistency=no
2.05/2.16	       =>  wckTime=0.221  cpuTime=0.17  mem=31M573
12.86/13.08	   
12.86/13.08	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=37M424)

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-1096059-1215266990/watcher-1096059-1215266990 -o /tmp/evaluation-result-1096059-1215266990/solver-1096059-1215266990 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1096059-1215266990.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: 0.50 0.26 0.24 4/86 923
/proc/meminfo: memFree=1643616/2055920 swapFree=4179948/4192956
[pid=923] ppid=921 vsize=18572 CPUtime=0
/proc/923/stat : 923 (runsolver) R 921 923 733 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2005672302 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 213116316967 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/923/statm: 4643 292 257 25 0 2626 0

[startup+0.042802 s]
/proc/loadavg: 0.50 0.26 0.24 4/86 923
/proc/meminfo: memFree=1643616/2055920 swapFree=4179948/4192956
[pid=923] ppid=921 vsize=861876 CPUtime=0.02
/proc/923/stat : 923 (java) S 921 923 733 0 -1 0 2256 0 1 0 1 1 0 0 18 0 5 0 2005672302 882561024 1865 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/923/statm: 215469 1881 860 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.109578 s]
/proc/loadavg: 0.50 0.26 0.24 4/86 923
/proc/meminfo: memFree=1643616/2055920 swapFree=4179948/4192956
[pid=923] ppid=921 vsize=865884 CPUtime=0.09
/proc/923/stat : 923 (java) S 921 923 733 0 -1 0 3896 0 1 0 7 2 0 0 18 0 9 0 2005672302 886665216 3336 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/923/statm: 216471 3336 1752 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301028 s]
/proc/loadavg: 0.50 0.26 0.24 4/86 923
/proc/meminfo: memFree=1643616/2055920 swapFree=4179948/4192956
[pid=923] ppid=921 vsize=866196 CPUtime=0.28
/proc/923/stat : 923 (java) S 921 923 733 0 -1 0 5627 0 1 0 24 4 0 0 18 0 9 0 2005672302 886984704 5041 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/923/statm: 216549 5041 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701072 s]
/proc/loadavg: 0.50 0.26 0.24 4/86 923
/proc/meminfo: memFree=1643616/2055920 swapFree=4179948/4192956
[pid=923] ppid=921 vsize=867392 CPUtime=0.68
/proc/923/stat : 923 (java) S 921 923 733 0 -1 0 8117 0 1 0 63 5 0 0 18 0 9 0 2005672302 888209408 7477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/923/statm: 216848 7477 2007 9 0 211354 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867392

[startup+1.50116 s]
/proc/loadavg: 0.50 0.26 0.24 3/97 934
/proc/meminfo: memFree=1612808/2055920 swapFree=4179948/4192956
[pid=923] ppid=921 vsize=868012 CPUtime=1.46
/proc/923/stat : 923 (java) S 921 923 733 0 -1 0 18330 452 1 0 123 13 9 1 18 0 9 0 2005672302 888844288 15491 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/923/statm: 217003 15491 2025 9 0 211509 0
[pid=923/tid=925] ppid=921 vsize=868012 CPUtime=1.21
/proc/923/task/925/stat : 925 (java) R 921 923 733 0 -1 64 16514 452 1 0 100 11 9 1 20 0 9 0 2005672304 888844288 15491 996147200 134512640 134550740 4294955968 18446744073709551615 4127012055 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=926] ppid=921 vsize=868012 CPUtime=0.1
/proc/923/task/926/stat : 926 (java) S 921 923 733 0 -1 64 65 452 0 0 0 0 9 1 16 0 9 0 2005672305 888844288 15491 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=927] ppid=921 vsize=868012 CPUtime=0.1
/proc/923/task/927/stat : 927 (java) S 921 923 733 0 -1 64 10 452 0 0 0 0 9 1 19 0 9 0 2005672306 888844288 15491 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=928] ppid=921 vsize=868012 CPUtime=0.1
/proc/923/task/928/stat : 928 (java) S 921 923 733 0 -1 64 4 452 0 0 0 0 9 1 20 0 9 0 2005672306 888844288 15491 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=929] ppid=921 vsize=868012 CPUtime=0.1
/proc/923/task/929/stat : 929 (java) S 921 923 733 0 -1 64 0 452 0 0 0 0 9 1 18 0 9 0 2005672307 888844288 15491 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=930] ppid=921 vsize=868012 CPUtime=0.32
/proc/923/task/930/stat : 930 (java) S 921 923 733 0 -1 64 923 452 0 0 22 0 9 1 16 0 9 0 2005672307 888844288 15491 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=931] ppid=921 vsize=868012 CPUtime=0.1
/proc/923/task/931/stat : 931 (java) S 921 923 733 0 -1 64 2 452 0 0 0 0 9 1 19 0 9 0 2005672308 888844288 15491 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=932] ppid=921 vsize=868012 CPUtime=0.1
/proc/923/task/932/stat : 932 (java) S 921 923 733 0 -1 64 8 452 0 0 0 0 9 1 15 0 9 0 2005672308 888844288 15491 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868012

[startup+3.10133 s]
/proc/loadavg: 0.62 0.29 0.25 3/95 936
/proc/meminfo: memFree=1577552/2055920 swapFree=4179948/4192956
[pid=923] ppid=921 vsize=868136 CPUtime=3.04
/proc/923/stat : 923 (java) S 921 923 733 0 -1 0 26743 452 1 0 278 16 9 1 18 0 9 0 2005672302 888971264 18998 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/923/statm: 217034 18998 2638 9 0 211540 0
[pid=923/tid=925] ppid=921 vsize=868136 CPUtime=2.6
/proc/923/task/925/stat : 925 (java) R 921 923 733 0 -1 64 20517 452 1 0 237 13 9 1 25 0 9 0 2005672304 888971264 18998 996147200 134512640 134550740 4294955968 18446744073709551615 4127121633 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=926] ppid=921 vsize=868136 CPUtime=0.17
/proc/923/task/926/stat : 926 (java) S 921 923 733 0 -1 64 4394 452 0 0 7 0 9 1 17 0 9 0 2005672305 888971264 18998 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=927] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/927/stat : 927 (java) S 921 923 733 0 -1 64 17 452 0 0 0 0 9 1 16 0 9 0 2005672306 888971264 18998 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=928] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/928/stat : 928 (java) S 921 923 733 0 -1 64 14 452 0 0 0 0 9 1 16 0 9 0 2005672306 888971264 18998 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=929] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/929/stat : 929 (java) S 921 923 733 0 -1 64 0 452 0 0 0 0 9 1 18 0 9 0 2005672307 888971264 18998 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=930] ppid=921 vsize=868136 CPUtime=0.43
/proc/923/task/930/stat : 930 (java) S 921 923 733 0 -1 64 987 452 0 0 33 0 9 1 15 0 9 0 2005672307 888971264 18998 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=931] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/931/stat : 931 (java) S 921 923 733 0 -1 64 2 452 0 0 0 0 9 1 19 0 9 0 2005672308 888971264 18998 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=932] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/932/stat : 932 (java) S 921 923 733 0 -1 64 8 452 0 0 0 0 9 1 15 0 9 0 2005672308 888971264 18998 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868136

[startup+6.30267 s]
/proc/loadavg: 0.62 0.29 0.25 3/95 936
/proc/meminfo: memFree=1577360/2055920 swapFree=4179948/4192956
[pid=923] ppid=921 vsize=868136 CPUtime=6.22
/proc/923/stat : 923 (java) S 921 923 733 0 -1 0 26782 452 1 0 596 16 9 1 18 0 9 0 2005672302 888971264 19004 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/923/statm: 217034 19004 2638 9 0 211540 0
[pid=923/tid=925] ppid=921 vsize=868136 CPUtime=5.76
/proc/923/task/925/stat : 925 (java) R 921 923 733 0 -1 64 20518 452 1 0 553 13 9 1 25 0 9 0 2005672304 888971264 19004 996147200 134512640 134550740 4294955968 18446744073709551615 4126857114 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=926] ppid=921 vsize=868136 CPUtime=0.17
/proc/923/task/926/stat : 926 (java) S 921 923 733 0 -1 64 4394 452 0 0 7 0 9 1 17 0 9 0 2005672305 888971264 19004 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=927] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/927/stat : 927 (java) S 921 923 733 0 -1 64 17 452 0 0 0 0 9 1 16 0 9 0 2005672306 888971264 19004 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=928] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/928/stat : 928 (java) S 921 923 733 0 -1 64 14 452 0 0 0 0 9 1 16 0 9 0 2005672306 888971264 19004 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=929] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/929/stat : 929 (java) S 921 923 733 0 -1 64 0 452 0 0 0 0 9 1 18 0 9 0 2005672307 888971264 19004 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=930] ppid=921 vsize=868136 CPUtime=0.44
/proc/923/task/930/stat : 930 (java) S 921 923 733 0 -1 64 995 452 0 0 34 0 9 1 16 0 9 0 2005672307 888971264 19004 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=931] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/931/stat : 931 (java) S 921 923 733 0 -1 64 2 452 0 0 0 0 9 1 19 0 9 0 2005672308 888971264 19004 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=932] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/932/stat : 932 (java) S 921 923 733 0 -1 64 38 452 0 0 0 0 9 1 15 0 9 0 2005672308 888971264 19004 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868136

[startup+12.7014 s]
/proc/loadavg: 0.91 0.36 0.28 3/87 963
/proc/meminfo: memFree=1644760/2055920 swapFree=4179948/4192956
[pid=923] ppid=921 vsize=868136 CPUtime=12.56
/proc/923/stat : 923 (java) S 921 923 733 0 -1 0 26814 452 1 0 1230 16 9 1 18 0 9 0 2005672302 888971264 19006 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/923/statm: 217034 19006 2638 9 0 211540 0
[pid=923/tid=925] ppid=921 vsize=868136 CPUtime=12.1
/proc/923/task/925/stat : 925 (java) R 921 923 733 0 -1 64 20520 452 1 0 1187 13 9 1 25 0 9 0 2005672304 888971264 19006 996147200 134512640 134550740 4294955968 18446744073709551615 4127121609 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=923/tid=926] ppid=921 vsize=868136 CPUtime=0.17
/proc/923/task/926/stat : 926 (java) S 921 923 733 0 -1 64 4394 452 0 0 7 0 9 1 16 0 9 0 2005672305 888971264 19006 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=927] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/927/stat : 927 (java) S 921 923 733 0 -1 64 17 452 0 0 0 0 9 1 16 0 9 0 2005672306 888971264 19006 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=928] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/928/stat : 928 (java) S 921 923 733 0 -1 64 14 452 0 0 0 0 9 1 16 0 9 0 2005672306 888971264 19006 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=929] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/929/stat : 929 (java) S 921 923 733 0 -1 64 0 452 0 0 0 0 9 1 18 0 9 0 2005672307 888971264 19006 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=930] ppid=921 vsize=868136 CPUtime=0.45
/proc/923/task/930/stat : 930 (java) S 921 923 733 0 -1 64 1025 452 0 0 35 0 9 1 16 0 9 0 2005672307 888971264 19006 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=931] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/931/stat : 931 (java) S 921 923 733 0 -1 64 2 452 0 0 0 0 9 1 19 0 9 0 2005672308 888971264 19006 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=932] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/932/stat : 932 (java) S 921 923 733 0 -1 64 38 452 0 0 0 0 9 1 15 0 9 0 2005672308 888971264 19006 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868136

[startup+25.5028 s]
/proc/loadavg: 1.00 0.40 0.29 3/95 1096
/proc/meminfo: memFree=1599768/2055920 swapFree=4179948/4192956
[pid=923] ppid=921 vsize=868136 CPUtime=25.37
/proc/923/stat : 923 (java) S 921 923 733 0 -1 0 26831 452 1 0 2509 18 9 1 18 0 9 0 2005672302 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/923/statm: 217034 19015 2638 9 0 211540 0
[pid=923/tid=925] ppid=921 vsize=868136 CPUtime=24.9
/proc/923/task/925/stat : 925 (java) R 921 923 733 0 -1 64 20524 452 1 0 2465 15 9 1 25 0 9 0 2005672304 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4127123248 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=923/tid=926] ppid=921 vsize=868136 CPUtime=0.17
/proc/923/task/926/stat : 926 (java) S 921 923 733 0 -1 64 4394 452 0 0 7 0 9 1 16 0 9 0 2005672305 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=927] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/927/stat : 927 (java) S 921 923 733 0 -1 64 17 452 0 0 0 0 9 1 16 0 9 0 2005672306 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=928] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/928/stat : 928 (java) S 921 923 733 0 -1 64 14 452 0 0 0 0 9 1 16 0 9 0 2005672306 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=929] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/929/stat : 929 (java) S 921 923 733 0 -1 64 0 452 0 0 0 0 9 1 18 0 9 0 2005672307 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=930] ppid=921 vsize=868136 CPUtime=0.46
/proc/923/task/930/stat : 930 (java) S 921 923 733 0 -1 64 1038 452 0 0 36 0 9 1 16 0 9 0 2005672307 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=923/tid=931] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/931/stat : 931 (java) S 921 923 733 0 -1 64 2 452 0 0 0 0 9 1 19 0 9 0 2005672308 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=932] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/932/stat : 932 (java) S 921 923 733 0 -1 64 38 452 0 0 0 0 9 1 15 0 9 0 2005672308 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 868136

[startup+51.1025 s]
/proc/loadavg: 1.39 0.54 0.34 3/88 1190
/proc/meminfo: memFree=1638232/2055920 swapFree=4179948/4192956
[pid=923] ppid=921 vsize=868136 CPUtime=50.95
/proc/923/stat : 923 (java) S 921 923 733 0 -1 0 26831 452 1 0 5066 19 9 1 18 0 9 0 2005672302 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/923/statm: 217034 19015 2638 9 0 211540 0
[pid=923/tid=925] ppid=921 vsize=868136 CPUtime=50.47
/proc/923/task/925/stat : 925 (java) R 921 923 733 0 -1 64 20524 452 1 0 5021 16 9 1 25 0 9 0 2005672304 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4127212195 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=923/tid=926] ppid=921 vsize=868136 CPUtime=0.17
/proc/923/task/926/stat : 926 (java) S 921 923 733 0 -1 64 4394 452 0 0 7 0 9 1 16 0 9 0 2005672305 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=927] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/927/stat : 927 (java) S 921 923 733 0 -1 64 17 452 0 0 0 0 9 1 16 0 9 0 2005672306 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=928] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/928/stat : 928 (java) S 921 923 733 0 -1 64 14 452 0 0 0 0 9 1 16 0 9 0 2005672306 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=929] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/929/stat : 929 (java) S 921 923 733 0 -1 64 0 452 0 0 0 0 9 1 18 0 9 0 2005672307 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=930] ppid=921 vsize=868136 CPUtime=0.46
/proc/923/task/930/stat : 930 (java) S 921 923 733 0 -1 64 1038 452 0 0 36 0 9 1 16 0 9 0 2005672307 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=923/tid=931] ppid=921 vsize=868136 CPUtime=0.1

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

/proc/923/task/928/stat : 928 (java) S 921 923 733 0 -1 64 14 452 0 0 0 0 9 1 16 0 9 0 2005672306 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=929] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/929/stat : 929 (java) S 921 923 733 0 -1 64 0 452 0 0 0 0 9 1 18 0 9 0 2005672307 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=930] ppid=921 vsize=868136 CPUtime=0.46
/proc/923/task/930/stat : 930 (java) S 921 923 733 0 -1 64 1038 452 0 0 36 0 9 1 16 0 9 0 2005672307 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=923/tid=931] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/931/stat : 931 (java) S 921 923 733 0 -1 64 2 452 0 0 0 0 9 1 19 0 9 0 2005672308 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=932] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/932/stat : 932 (java) S 921 923 733 0 -1 64 38 452 0 0 0 0 9 1 15 0 9 0 2005672308 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1481.62
Current children cumulated vsize (KiB) 868136

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.63 3/90 1192
/proc/meminfo: memFree=1637256/2055920 swapFree=4179948/4192956
[pid=923] ppid=921 vsize=868136 CPUtime=1541.6
/proc/923/stat : 923 (java) S 921 923 733 0 -1 0 26831 452 1 0 154128 22 9 1 18 0 9 0 2005672302 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/923/statm: 217034 19015 2638 9 0 211540 0
[pid=923/tid=925] ppid=921 vsize=868136 CPUtime=1541.12
/proc/923/task/925/stat : 925 (java) R 921 923 733 0 -1 64 20524 452 1 0 154083 19 9 1 25 0 9 0 2005672304 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4127134791 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=923/tid=926] ppid=921 vsize=868136 CPUtime=0.17
/proc/923/task/926/stat : 926 (java) S 921 923 733 0 -1 64 4394 452 0 0 7 0 9 1 16 0 9 0 2005672305 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=927] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/927/stat : 927 (java) S 921 923 733 0 -1 64 17 452 0 0 0 0 9 1 16 0 9 0 2005672306 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=928] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/928/stat : 928 (java) S 921 923 733 0 -1 64 14 452 0 0 0 0 9 1 16 0 9 0 2005672306 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=929] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/929/stat : 929 (java) S 921 923 733 0 -1 64 0 452 0 0 0 0 9 1 18 0 9 0 2005672307 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=930] ppid=921 vsize=868136 CPUtime=0.46
/proc/923/task/930/stat : 930 (java) S 921 923 733 0 -1 64 1038 452 0 0 36 0 9 1 16 0 9 0 2005672307 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=923/tid=931] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/931/stat : 931 (java) S 921 923 733 0 -1 64 2 452 0 0 0 0 9 1 19 0 9 0 2005672308 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=932] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/932/stat : 932 (java) S 921 923 733 0 -1 64 38 452 0 0 0 0 9 1 15 0 9 0 2005672308 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1541.6
Current children cumulated vsize (KiB) 868136

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.65 3/90 1192
/proc/meminfo: memFree=1637256/2055920 swapFree=4179948/4192956
[pid=923] ppid=921 vsize=868136 CPUtime=1601.57
/proc/923/stat : 923 (java) S 921 923 733 0 -1 0 26831 452 1 0 160125 22 9 1 18 0 9 0 2005672302 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/923/statm: 217034 19015 2638 9 0 211540 0
[pid=923/tid=925] ppid=921 vsize=868136 CPUtime=1601.1
/proc/923/task/925/stat : 925 (java) R 921 923 733 0 -1 64 20524 452 1 0 160081 19 9 1 25 0 9 0 2005672304 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4127229011 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=923/tid=926] ppid=921 vsize=868136 CPUtime=0.17
/proc/923/task/926/stat : 926 (java) S 921 923 733 0 -1 64 4394 452 0 0 7 0 9 1 16 0 9 0 2005672305 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=927] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/927/stat : 927 (java) S 921 923 733 0 -1 64 17 452 0 0 0 0 9 1 16 0 9 0 2005672306 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=928] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/928/stat : 928 (java) S 921 923 733 0 -1 64 14 452 0 0 0 0 9 1 16 0 9 0 2005672306 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=929] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/929/stat : 929 (java) S 921 923 733 0 -1 64 0 452 0 0 0 0 9 1 18 0 9 0 2005672307 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=930] ppid=921 vsize=868136 CPUtime=0.46
/proc/923/task/930/stat : 930 (java) S 921 923 733 0 -1 64 1038 452 0 0 36 0 9 1 16 0 9 0 2005672307 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=923/tid=931] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/931/stat : 931 (java) S 921 923 733 0 -1 64 2 452 0 0 0 0 9 1 19 0 9 0 2005672308 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=932] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/932/stat : 932 (java) S 921 923 733 0 -1 64 38 452 0 0 0 0 9 1 15 0 9 0 2005672308 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.57
Current children cumulated vsize (KiB) 868136

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.67 3/91 1193
/proc/meminfo: memFree=1637184/2055920 swapFree=4179948/4192956
[pid=923] ppid=921 vsize=868136 CPUtime=1661.55
/proc/923/stat : 923 (java) S 921 923 733 0 -1 0 26831 452 1 0 166123 22 9 1 18 0 9 0 2005672302 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/923/statm: 217034 19015 2638 9 0 211540 0
[pid=923/tid=925] ppid=921 vsize=868136 CPUtime=1661.09
/proc/923/task/925/stat : 925 (java) R 921 923 733 0 -1 64 20524 452 1 0 166079 20 9 1 25 0 9 0 2005672304 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4127167267 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=923/tid=926] ppid=921 vsize=868136 CPUtime=0.17
/proc/923/task/926/stat : 926 (java) S 921 923 733 0 -1 64 4394 452 0 0 7 0 9 1 16 0 9 0 2005672305 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=927] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/927/stat : 927 (java) S 921 923 733 0 -1 64 17 452 0 0 0 0 9 1 16 0 9 0 2005672306 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=928] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/928/stat : 928 (java) S 921 923 733 0 -1 64 14 452 0 0 0 0 9 1 16 0 9 0 2005672306 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=929] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/929/stat : 929 (java) S 921 923 733 0 -1 64 0 452 0 0 0 0 9 1 18 0 9 0 2005672307 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=930] ppid=921 vsize=868136 CPUtime=0.46
/proc/923/task/930/stat : 930 (java) S 921 923 733 0 -1 64 1038 452 0 0 36 0 9 1 16 0 9 0 2005672307 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=923/tid=931] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/931/stat : 931 (java) S 921 923 733 0 -1 64 2 452 0 0 0 0 9 1 19 0 9 0 2005672308 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=932] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/932/stat : 932 (java) S 921 923 733 0 -1 64 38 452 0 0 0 0 9 1 15 0 9 0 2005672308 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.55
Current children cumulated vsize (KiB) 868136

[startup+1722.3 s]
/proc/loadavg: 2.04 1.99 1.69 3/91 1193
/proc/meminfo: memFree=1637248/2055920 swapFree=4179948/4192956
[pid=923] ppid=921 vsize=868136 CPUtime=1721.54
/proc/923/stat : 923 (java) S 921 923 733 0 -1 0 26831 452 1 0 172121 23 9 1 18 0 9 0 2005672302 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/923/statm: 217034 19015 2638 9 0 211540 0
[pid=923/tid=925] ppid=921 vsize=868136 CPUtime=1721.06
/proc/923/task/925/stat : 925 (java) R 921 923 733 0 -1 64 20524 452 1 0 172076 20 9 1 25 0 9 0 2005672304 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4126857144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=923/tid=926] ppid=921 vsize=868136 CPUtime=0.17
/proc/923/task/926/stat : 926 (java) S 921 923 733 0 -1 64 4394 452 0 0 7 0 9 1 16 0 9 0 2005672305 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=927] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/927/stat : 927 (java) S 921 923 733 0 -1 64 17 452 0 0 0 0 9 1 16 0 9 0 2005672306 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=928] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/928/stat : 928 (java) S 921 923 733 0 -1 64 14 452 0 0 0 0 9 1 16 0 9 0 2005672306 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=929] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/929/stat : 929 (java) S 921 923 733 0 -1 64 0 452 0 0 0 0 9 1 18 0 9 0 2005672307 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=930] ppid=921 vsize=868136 CPUtime=0.46
/proc/923/task/930/stat : 930 (java) S 921 923 733 0 -1 64 1038 452 0 0 36 0 9 1 16 0 9 0 2005672307 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=923/tid=931] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/931/stat : 931 (java) S 921 923 733 0 -1 64 2 452 0 0 0 0 9 1 19 0 9 0 2005672308 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=932] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/932/stat : 932 (java) S 921 923 733 0 -1 64 38 452 0 0 0 0 9 1 15 0 9 0 2005672308 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.54
Current children cumulated vsize (KiB) 868136

[startup+1782.3 s]
/proc/loadavg: 2.01 1.99 1.71 3/91 1193
/proc/meminfo: memFree=1637056/2055920 swapFree=4179948/4192956
[pid=923] ppid=921 vsize=868136 CPUtime=1781.51
/proc/923/stat : 923 (java) S 921 923 733 0 -1 0 26831 452 1 0 178118 23 9 1 18 0 9 0 2005672302 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/923/statm: 217034 19015 2638 9 0 211540 0
[pid=923/tid=925] ppid=921 vsize=868136 CPUtime=1781.04
/proc/923/task/925/stat : 925 (java) R 921 923 733 0 -1 64 20524 452 1 0 178074 20 9 1 25 0 9 0 2005672304 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4125952123 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=923/tid=926] ppid=921 vsize=868136 CPUtime=0.17
/proc/923/task/926/stat : 926 (java) S 921 923 733 0 -1 64 4394 452 0 0 7 0 9 1 16 0 9 0 2005672305 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=927] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/927/stat : 927 (java) S 921 923 733 0 -1 64 17 452 0 0 0 0 9 1 16 0 9 0 2005672306 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=928] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/928/stat : 928 (java) S 921 923 733 0 -1 64 14 452 0 0 0 0 9 1 16 0 9 0 2005672306 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=929] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/929/stat : 929 (java) S 921 923 733 0 -1 64 0 452 0 0 0 0 9 1 18 0 9 0 2005672307 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=930] ppid=921 vsize=868136 CPUtime=0.46
/proc/923/task/930/stat : 930 (java) S 921 923 733 0 -1 64 1038 452 0 0 36 0 9 1 16 0 9 0 2005672307 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=923/tid=931] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/931/stat : 931 (java) S 921 923 733 0 -1 64 2 452 0 0 0 0 9 1 19 0 9 0 2005672308 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=932] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/932/stat : 932 (java) S 921 923 733 0 -1 64 38 452 0 0 0 0 9 1 15 0 9 0 2005672308 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1781.51
Current children cumulated vsize (KiB) 868136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.01 1.99 1.71 3/91 1193
/proc/meminfo: memFree=1636992/2055920 swapFree=4179948/4192956
[pid=923] ppid=921 vsize=868136 CPUtime=1800.01
/proc/923/stat : 923 (java) S 921 923 733 0 -1 0 26831 452 1 0 179968 23 9 1 18 0 9 0 2005672302 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/923/statm: 217034 19015 2638 9 0 211540 0
[pid=923/tid=925] ppid=921 vsize=868136 CPUtime=1799.54
/proc/923/task/925/stat : 925 (java) R 921 923 733 0 -1 64 20524 452 1 0 179924 20 9 1 25 0 9 0 2005672304 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4127229014 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=923/tid=926] ppid=921 vsize=868136 CPUtime=0.17
/proc/923/task/926/stat : 926 (java) S 921 923 733 0 -1 64 4394 452 0 0 7 0 9 1 16 0 9 0 2005672305 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=927] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/927/stat : 927 (java) S 921 923 733 0 -1 64 17 452 0 0 0 0 9 1 16 0 9 0 2005672306 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=928] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/928/stat : 928 (java) S 921 923 733 0 -1 64 14 452 0 0 0 0 9 1 16 0 9 0 2005672306 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=929] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/929/stat : 929 (java) S 921 923 733 0 -1 64 0 452 0 0 0 0 9 1 18 0 9 0 2005672307 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=930] ppid=921 vsize=868136 CPUtime=0.46
/proc/923/task/930/stat : 930 (java) S 921 923 733 0 -1 64 1038 452 0 0 36 0 9 1 16 0 9 0 2005672307 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=923/tid=931] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/931/stat : 931 (java) S 921 923 733 0 -1 64 2 452 0 0 0 0 9 1 19 0 9 0 2005672308 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=923/tid=932] ppid=921 vsize=868136 CPUtime=0.1
/proc/923/task/932/stat : 932 (java) S 921 923 733 0 -1 64 38 452 0 0 0 0 9 1 15 0 9 0 2005672308 888971264 19015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868136

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): 1800.85
CPU time (s): 1800.07
CPU user time (s): 1799.81
CPU system time (s): 0.25696
CPU usage (%): 99.9569
Max. virtual memory (cumulated for all children) (KiB): 870144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.81
system time used= 0.25696
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27313
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= 37861
involuntary context switches= 8149

runsolver used 2.54461 second user time and 5.66114 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-05 16:09:50
IDJOB=1096059
IDBENCH=58943
IDSOLVER=364
FILE ID=node37/1096059-1215266990
PBS_JOBID= 7882216
Free space on /tmp= 66560 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/bibd6/normalized-bibd-6-50-25-3-10_glb.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1096059-1215266990/watcher-1096059-1215266990 -o /tmp/evaluation-result-1096059-1215266990/solver-1096059-1215266990 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1096059-1215266990.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6ad28c98bd7f8ff553856cd3aea1e63f
RANDOM SEED=1116166665

node37.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.236
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.236
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:       1644096 kB
Buffers:         52064 kB
Cached:         215504 kB
SwapCached:       7220 kB
Active:         236244 kB
Inactive:       113424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1644096 kB
SwapTotal:     4192956 kB
SwapFree:      4179948 kB
Dirty:            4828 kB
Writeback:           0 kB
Mapped:          99768 kB
Slab:            46624 kB
Committed_AS:  4396848 kB
PageTables:       2456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node37 at 2008-07-05 16:39:53