Trace number 1058081

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

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-14.xml
MD5SUM872c261f2ab1a686494df34522240c16
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark143.661
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints1599
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1114
Global constraints used (with number of constraints)alldifferent(485)

Solver Data (download as text)

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.17/0.25	
0.17/0.25	   configuration
0.17/0.25	     name=esac.xml
0.17/0.29	   
0.17/0.29	   instance
0.17/0.29	     name=HOME/instance-1058081-1215112961.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.38/0.41	   
0.38/0.41	   variables being loaded...
0.48/0.52	     nbVariables=400  nbDomainTypes=247  minDomainSize=1  maxDomainSize=26  nbTotalValues=3887
0.48/0.52	       =>  wckTime=0.263  cpuTime=0.25  mem=8M894
0.48/0.52	   
0.48/0.52	   predicates being loaded...
0.58/0.68	   
0.68/0.73	   constraints being loaded...
2.33/2.41	     nbConstraints=1599  nbGlobalConstraints=485  nbSingletonDomainVariables=157  nbDisconnectedVariables=1
2.33/2.41	     nbConflictsStructures=1074  nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=40
2.33/2.41	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1114  nbSharedEvaluationManagers=0  minDegree=0
2.33/2.41	     maxDegree=112  minArity=4  avgArity=6.88  maxArity=15  nbGenerators=0  nbFusions=0  symmetryWckTime=0.223
2.33/2.41	     symmetryCpuTime=0.12
2.33/2.41	       =>  wckTime=2.158  cpuTime=1.75  mem=18M621
2.44/2.50	   
2.44/2.50	   solver IterativeSystematicSolver being built... 
2.54/2.64	   
2.54/2.64	   INFO : Forward propagation technique limited 
2.64/2.72	       =>  wckTime=2.469  cpuTime=1.94  mem=38M101
3.24/3.34	   
3.24/3.34	   preprocessing
3.24/3.34	     nbConstraintChecks=14658  nbValidityChecks=40707  nbPropagations=5103  nbRevisions=8893  nbUselessRevisions=8709
3.24/3.34	     nbSingletonTests=566  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
3.24/3.34	     detectedInconsistency=no
3.24/3.34	       =>  wckTime=0.617  cpuTime=0.53  mem=14M987
4.23/4.39	   
4.33/4.42	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=53M465)

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-1058081-1215112961/watcher-1058081-1215112961 -o /tmp/evaluation-result-1058081-1215112961/solver-1058081-1215112961 -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-1058081-1215112961.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 2.01 1.99 3/72 18817
/proc/meminfo: memFree=1339632/2055920 swapFree=4179776/4192956
[pid=18817] ppid=18815 vsize=18572 CPUtime=0
/proc/18817/stat : 18817 (runsolver) R 18815 18817 18110 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1990268615 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 221954764071 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/18817/statm: 4643 292 257 25 0 2626 0

[startup+0.0619189 s]
/proc/loadavg: 1.92 2.01 1.99 3/72 18817
/proc/meminfo: memFree=1339632/2055920 swapFree=4179776/4192956
[pid=18817] ppid=18815 vsize=863832 CPUtime=0.03
/proc/18817/stat : 18817 (java) S 18815 18817 18110 0 -1 0 2610 0 1 0 2 1 0 0 18 0 9 0 1990268615 884563968 2177 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18817/statm: 215958 2177 1027 9 0 210937 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 863832

[startup+0.10292 s]
/proc/loadavg: 1.92 2.01 1.99 3/72 18817
/proc/meminfo: memFree=1339632/2055920 swapFree=4179776/4192956
[pid=18817] ppid=18815 vsize=865884 CPUtime=0.08
/proc/18817/stat : 18817 (java) S 18815 18817 18110 0 -1 0 3680 0 1 0 6 2 0 0 18 0 9 0 1990268615 886665216 3155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18817/statm: 216471 3155 1679 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302939 s]
/proc/loadavg: 1.92 2.01 1.99 3/72 18817
/proc/meminfo: memFree=1339632/2055920 swapFree=4179776/4192956
[pid=18817] ppid=18815 vsize=866248 CPUtime=0.28
/proc/18817/stat : 18817 (java) S 18815 18817 18110 0 -1 0 5736 0 1 0 24 4 0 0 18 0 9 0 1990268615 887037952 5110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18817/statm: 216562 5110 1950 9 0 211090 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866248

[startup+0.702978 s]
/proc/loadavg: 1.92 2.01 1.99 3/72 18817
/proc/meminfo: memFree=1339632/2055920 swapFree=4179776/4192956
[pid=18817] ppid=18815 vsize=867072 CPUtime=0.68
/proc/18817/stat : 18817 (java) S 18815 18817 18110 0 -1 0 7713 0 1 0 62 6 0 0 18 0 9 0 1990268615 887881728 7073 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18817/statm: 216768 7073 2006 9 0 211274 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867072

[startup+1.50105 s]
/proc/loadavg: 1.92 2.01 1.99 3/81 18826
/proc/meminfo: memFree=1310184/2055920 swapFree=4179776/4192956
[pid=18817] ppid=18815 vsize=867708 CPUtime=1.46
/proc/18817/stat : 18817 (java) S 18815 18817 18110 0 -1 0 13067 0 1 0 134 12 0 0 18 0 9 0 1990268615 888532992 12426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18817/statm: 216927 12426 2013 9 0 211433 0
[pid=18817/tid=18819] ppid=18815 vsize=867708 CPUtime=1.22
/proc/18817/task/18819/stat : 18819 (java) R 18815 18817 18110 0 -1 64 11648 0 1 0 111 11 0 0 25 0 9 0 1990268617 888532992 12426 996147200 134512640 134550740 4294955968 18446744073709551615 4126915078 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18820] ppid=18815 vsize=867708 CPUtime=0
/proc/18817/task/18820/stat : 18820 (java) S 18815 18817 18110 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 1990268619 888532992 12426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18821] ppid=18815 vsize=867708 CPUtime=0
/proc/18817/task/18821/stat : 18821 (java) S 18815 18817 18110 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1990268619 888532992 12426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18822] ppid=18815 vsize=867708 CPUtime=0
/proc/18817/task/18822/stat : 18822 (java) S 18815 18817 18110 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1990268619 888532992 12426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18823] ppid=18815 vsize=867708 CPUtime=0
/proc/18817/task/18823/stat : 18823 (java) S 18815 18817 18110 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990268621 888532992 12426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18824] ppid=18815 vsize=867708 CPUtime=0.22
/proc/18817/task/18824/stat : 18824 (java) S 18815 18817 18110 0 -1 64 722 0 0 0 22 0 0 0 16 0 9 0 1990268621 888532992 12426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18825] ppid=18815 vsize=867708 CPUtime=0
/proc/18817/task/18825/stat : 18825 (java) S 18815 18817 18110 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990268621 888532992 12426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18826] ppid=18815 vsize=867708 CPUtime=0
/proc/18817/task/18826/stat : 18826 (java) S 18815 18817 18110 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990268621 888532992 12426 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867708

[startup+3.1012 s]
/proc/loadavg: 1.92 2.01 1.99 4/81 18826
/proc/meminfo: memFree=1274984/2055920 swapFree=4179776/4192956
[pid=18817] ppid=18815 vsize=868468 CPUtime=3.04
/proc/18817/stat : 18817 (java) S 18815 18817 18110 0 -1 0 35171 499 1 0 274 24 5 1 18 0 9 0 1990268615 889311232 20575 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18817/statm: 217117 20575 2637 9 0 211623 0
[pid=18817/tid=18819] ppid=18815 vsize=868468 CPUtime=2.54
/proc/18817/task/18819/stat : 18819 (java) R 18815 18817 18110 0 -1 64 26865 499 1 0 229 19 5 1 23 0 9 0 1990268617 889311232 20575 996147200 134512640 134550740 4294955968 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18820] ppid=18815 vsize=868468 CPUtime=0.18
/proc/18817/task/18820/stat : 18820 (java) S 18815 18817 18110 0 -1 64 6521 499 0 0 10 2 5 1 16 0 9 0 1990268619 889311232 20575 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18821] ppid=18815 vsize=868468 CPUtime=0.06
/proc/18817/task/18821/stat : 18821 (java) S 18815 18817 18110 0 -1 64 14 499 0 0 0 0 5 1 16 0 9 0 1990268619 889311232 20575 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18822] ppid=18815 vsize=868468 CPUtime=0.06
/proc/18817/task/18822/stat : 18822 (java) S 18815 18817 18110 0 -1 64 8 499 0 0 0 0 5 1 15 0 9 0 1990268619 889311232 20575 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18823] ppid=18815 vsize=868468 CPUtime=0.06
/proc/18817/task/18823/stat : 18823 (java) S 18815 18817 18110 0 -1 64 1 499 0 0 0 0 5 1 18 0 9 0 1990268621 889311232 20575 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18824] ppid=18815 vsize=868468 CPUtime=0.41
/proc/18817/task/18824/stat : 18824 (java) S 18815 18817 18110 0 -1 64 940 499 0 0 34 1 5 1 16 0 9 0 1990268621 889311232 20575 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18825] ppid=18815 vsize=868468 CPUtime=0.06
/proc/18817/task/18825/stat : 18825 (java) S 18815 18817 18110 0 -1 64 2 499 0 0 0 0 5 1 19 0 9 0 1990268621 889311232 20575 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18826] ppid=18815 vsize=868468 CPUtime=0.06
/proc/18817/task/18826/stat : 18826 (java) S 18815 18817 18110 0 -1 64 10 499 0 0 0 0 5 1 15 0 9 0 1990268621 889311232 20575 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868468

[startup+6.30248 s]
/proc/loadavg: 1.93 2.01 1.99 3/81 18830
/proc/meminfo: memFree=1254312/2055920 swapFree=4179776/4192956
[pid=18817] ppid=18815 vsize=868380 CPUtime=6.2
/proc/18817/stat : 18817 (java) S 18815 18817 18110 0 -1 0 39558 499 1 0 589 25 5 1 18 0 9 0 1990268615 889221120 23662 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18817/statm: 217095 23662 2615 9 0 211623 0
[pid=18817/tid=18819] ppid=18815 vsize=868380 CPUtime=5.6
/proc/18817/task/18819/stat : 18819 (java) R 18815 18817 18110 0 -1 64 28087 499 1 0 535 19 5 1 25 0 9 0 1990268617 889221120 23662 996147200 134512640 134550740 4294955968 18446744073709551615 4127102295 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18820] ppid=18815 vsize=868380 CPUtime=0.24
/proc/18817/task/18820/stat : 18820 (java) S 18815 18817 18110 0 -1 64 9627 499 0 0 15 3 5 1 16 0 9 0 1990268619 889221120 23662 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18821] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18821/stat : 18821 (java) S 18815 18817 18110 0 -1 64 14 499 0 0 0 0 5 1 16 0 9 0 1990268619 889221120 23662 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18822] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18822/stat : 18822 (java) S 18815 18817 18110 0 -1 64 8 499 0 0 0 0 5 1 15 0 9 0 1990268619 889221120 23662 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18823] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18823/stat : 18823 (java) S 18815 18817 18110 0 -1 64 1 499 0 0 0 0 5 1 18 0 9 0 1990268621 889221120 23662 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18824] ppid=18815 vsize=868380 CPUtime=0.45
/proc/18817/task/18824/stat : 18824 (java) S 18815 18817 18110 0 -1 64 969 499 0 0 38 1 5 1 15 0 9 0 1990268621 889221120 23662 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18825] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18825/stat : 18825 (java) S 18815 18817 18110 0 -1 64 2 499 0 0 0 0 5 1 19 0 9 0 1990268621 889221120 23662 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18826] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18826/stat : 18826 (java) S 18815 18817 18110 0 -1 64 40 499 0 0 0 0 5 1 15 0 9 0 1990268621 889221120 23662 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 868380

[startup+12.701 s]
/proc/loadavg: 1.93 2.01 1.99 3/81 18830
/proc/meminfo: memFree=1254248/2055920 swapFree=4179776/4192956
[pid=18817] ppid=18815 vsize=868380 CPUtime=12.55
/proc/18817/stat : 18817 (java) S 18815 18817 18110 0 -1 0 39618 499 1 0 1223 26 5 1 18 0 9 0 1990268615 889221120 23668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18817/statm: 217095 23668 2615 9 0 211623 0
[pid=18817/tid=18819] ppid=18815 vsize=868380 CPUtime=11.91
/proc/18817/task/18819/stat : 18819 (java) R 18815 18817 18110 0 -1 64 28094 499 1 0 1166 19 5 1 25 0 9 0 1990268617 889221120 23668 996147200 134512640 134550740 4294955968 18446744073709551615 4127195880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18820] ppid=18815 vsize=868380 CPUtime=0.25
/proc/18817/task/18820/stat : 18820 (java) S 18815 18817 18110 0 -1 64 9637 499 0 0 16 3 5 1 16 0 9 0 1990268619 889221120 23668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18821] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18821/stat : 18821 (java) S 18815 18817 18110 0 -1 64 14 499 0 0 0 0 5 1 16 0 9 0 1990268619 889221120 23668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18822] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18822/stat : 18822 (java) S 18815 18817 18110 0 -1 64 8 499 0 0 0 0 5 1 15 0 9 0 1990268619 889221120 23668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18823] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18823/stat : 18823 (java) S 18815 18817 18110 0 -1 64 1 499 0 0 0 0 5 1 18 0 9 0 1990268621 889221120 23668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18824] ppid=18815 vsize=868380 CPUtime=0.47
/proc/18817/task/18824/stat : 18824 (java) S 18815 18817 18110 0 -1 64 1012 499 0 0 40 1 5 1 15 0 9 0 1990268621 889221120 23668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18825] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18825/stat : 18825 (java) S 18815 18817 18110 0 -1 64 2 499 0 0 0 0 5 1 19 0 9 0 1990268621 889221120 23668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18826] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18826/stat : 18826 (java) S 18815 18817 18110 0 -1 64 40 499 0 0 0 0 5 1 15 0 9 0 1990268621 889221120 23668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 868380

[startup+25.5022 s]
/proc/loadavg: 1.95 2.01 1.99 3/81 18830
/proc/meminfo: memFree=1254312/2055920 swapFree=4179776/4192956
[pid=18817] ppid=18815 vsize=868380 CPUtime=25.22
/proc/18817/stat : 18817 (java) S 18815 18817 18110 0 -1 0 39627 499 1 0 2490 26 5 1 18 0 9 0 1990268615 889221120 23669 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18817/statm: 217095 23669 2615 9 0 211623 0
[pid=18817/tid=18819] ppid=18815 vsize=868380 CPUtime=24.57
/proc/18817/task/18819/stat : 18819 (java) R 18815 18817 18110 0 -1 64 28102 499 1 0 2432 19 5 1 25 0 9 0 1990268617 889221120 23669 996147200 134512640 134550740 4294955968 18446744073709551615 4126669080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18820] ppid=18815 vsize=868380 CPUtime=0.28
/proc/18817/task/18820/stat : 18820 (java) S 18815 18817 18110 0 -1 64 9637 499 0 0 18 4 5 1 16 0 9 0 1990268619 889221120 23669 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18821] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18821/stat : 18821 (java) S 18815 18817 18110 0 -1 64 14 499 0 0 0 0 5 1 16 0 9 0 1990268619 889221120 23669 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18822] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18822/stat : 18822 (java) S 18815 18817 18110 0 -1 64 8 499 0 0 0 0 5 1 15 0 9 0 1990268619 889221120 23669 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18823] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18823/stat : 18823 (java) S 18815 18817 18110 0 -1 64 1 499 0 0 0 0 5 1 18 0 9 0 1990268621 889221120 23669 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18824] ppid=18815 vsize=868380 CPUtime=0.47
/proc/18817/task/18824/stat : 18824 (java) S 18815 18817 18110 0 -1 64 1013 499 0 0 40 1 5 1 16 0 9 0 1990268621 889221120 23669 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18825] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18825/stat : 18825 (java) S 18815 18817 18110 0 -1 64 2 499 0 0 0 0 5 1 19 0 9 0 1990268621 889221120 23669 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18826] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18826/stat : 18826 (java) S 18815 18817 18110 0 -1 64 40 499 0 0 0 0 5 1 15 0 9 0 1990268621 889221120 23669 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 868380

[startup+51.1025 s]
/proc/loadavg: 1.96 2.01 1.99 3/81 18830
/proc/meminfo: memFree=1254120/2055920 swapFree=4179776/4192956
[pid=18817] ppid=18815 vsize=868380 CPUtime=50.58
/proc/18817/stat : 18817 (java) S 18815 18817 18110 0 -1 0 39677 499 1 0 5026 26 5 1 18 0 9 0 1990268615 889221120 23701 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18817/statm: 217095 23701 2615 9 0 211623 0
[pid=18817/tid=18819] ppid=18815 vsize=868380 CPUtime=49.9
/proc/18817/task/18819/stat : 18819 (java) R 18815 18817 18110 0 -1 64 28119 499 1 0 4964 20 5 1 25 0 9 0 1990268617 889221120 23701 996147200 134512640 134550740 4294955968 18446744073709551615 4127223982 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18820] ppid=18815 vsize=868380 CPUtime=0.31
/proc/18817/task/18820/stat : 18820 (java) S 18815 18817 18110 0 -1 64 9670 499 0 0 21 4 5 1 16 0 9 0 1990268619 889221120 23701 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18821] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18821/stat : 18821 (java) S 18815 18817 18110 0 -1 64 14 499 0 0 0 0 5 1 16 0 9 0 1990268619 889221120 23701 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18822] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18822/stat : 18822 (java) S 18815 18817 18110 0 -1 64 8 499 0 0 0 0 5 1 15 0 9 0 1990268619 889221120 23701 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18823] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18823/stat : 18823 (java) S 18815 18817 18110 0 -1 64 1 499 0 0 0 0 5 1 18 0 9 0 1990268621 889221120 23701 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18824] ppid=18815 vsize=868380 CPUtime=0.47
/proc/18817/task/18824/stat : 18824 (java) S 18815 18817 18110 0 -1 64 1013 499 0 0 40 1 5 1 15 0 9 0 1990268621 889221120 23701 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18825] ppid=18815 vsize=868380 CPUtime=0.06

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

/proc/18817/task/18822/stat : 18822 (java) S 18815 18817 18110 0 -1 64 8 499 0 0 0 0 5 1 15 0 9 0 1990268619 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18823] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18823/stat : 18823 (java) S 18815 18817 18110 0 -1 64 1 499 0 0 0 0 5 1 18 0 9 0 1990268621 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18824] ppid=18815 vsize=868380 CPUtime=0.47
/proc/18817/task/18824/stat : 18824 (java) S 18815 18817 18110 0 -1 64 1014 499 0 0 40 1 5 1 16 0 9 0 1990268621 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18825] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18825/stat : 18825 (java) S 18815 18817 18110 0 -1 64 2 499 0 0 0 0 5 1 19 0 9 0 1990268621 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18826] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18826/stat : 18826 (java) S 18815 18817 18110 0 -1 64 40 499 0 0 0 0 5 1 15 0 9 0 1990268621 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1522.5
Current children cumulated vsize (KiB) 868380

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 18925
/proc/meminfo: memFree=1145320/2055920 swapFree=4179776/4192956
[pid=18817] ppid=18815 vsize=868380 CPUtime=1581.93
/proc/18817/stat : 18817 (java) S 18815 18817 18110 0 -1 0 40748 499 1 0 158143 44 5 1 18 0 9 0 1990268615 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18817/statm: 217095 23711 2615 9 0 211623 0
[pid=18817/tid=18819] ppid=18815 vsize=868380 CPUtime=1579.2
/proc/18817/task/18819/stat : 18819 (java) R 18815 18817 18110 0 -1 64 29180 499 1 0 157885 29 5 1 25 0 9 0 1990268617 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4126765912 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18820] ppid=18815 vsize=868380 CPUtime=2.34
/proc/18817/task/18820/stat : 18820 (java) S 18815 18817 18110 0 -1 64 9679 499 0 0 216 12 5 1 16 0 9 0 1990268619 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18821] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18821/stat : 18821 (java) S 18815 18817 18110 0 -1 64 14 499 0 0 0 0 5 1 16 0 9 0 1990268619 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18822] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18822/stat : 18822 (java) S 18815 18817 18110 0 -1 64 8 499 0 0 0 0 5 1 15 0 9 0 1990268619 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18823] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18823/stat : 18823 (java) S 18815 18817 18110 0 -1 64 1 499 0 0 0 0 5 1 18 0 9 0 1990268621 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18824] ppid=18815 vsize=868380 CPUtime=0.47
/proc/18817/task/18824/stat : 18824 (java) S 18815 18817 18110 0 -1 64 1014 499 0 0 40 1 5 1 16 0 9 0 1990268621 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18825] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18825/stat : 18825 (java) S 18815 18817 18110 0 -1 64 2 499 0 0 0 0 5 1 19 0 9 0 1990268621 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18826] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18826/stat : 18826 (java) S 18815 18817 18110 0 -1 64 40 499 0 0 0 0 5 1 15 0 9 0 1990268621 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1581.93
Current children cumulated vsize (KiB) 868380

[startup+1662.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/89 18925
/proc/meminfo: memFree=1127656/2055920 swapFree=4179776/4192956
[pid=18817] ppid=18815 vsize=868380 CPUtime=1641.37
/proc/18817/stat : 18817 (java) S 18815 18817 18110 0 -1 0 40788 499 1 0 164086 45 5 1 18 0 9 0 1990268615 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18817/statm: 217095 23711 2615 9 0 211623 0
[pid=18817/tid=18819] ppid=18815 vsize=868380 CPUtime=1638.55
/proc/18817/task/18819/stat : 18819 (java) R 18815 18817 18110 0 -1 64 29220 499 1 0 163820 29 5 1 25 0 9 0 1990268617 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4127249431 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18820] ppid=18815 vsize=868380 CPUtime=2.42
/proc/18817/task/18820/stat : 18820 (java) S 18815 18817 18110 0 -1 64 9679 499 0 0 224 12 5 1 16 0 9 0 1990268619 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18821] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18821/stat : 18821 (java) S 18815 18817 18110 0 -1 64 14 499 0 0 0 0 5 1 16 0 9 0 1990268619 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18822] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18822/stat : 18822 (java) S 18815 18817 18110 0 -1 64 8 499 0 0 0 0 5 1 15 0 9 0 1990268619 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18823] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18823/stat : 18823 (java) S 18815 18817 18110 0 -1 64 1 499 0 0 0 0 5 1 18 0 9 0 1990268621 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18824] ppid=18815 vsize=868380 CPUtime=0.47
/proc/18817/task/18824/stat : 18824 (java) S 18815 18817 18110 0 -1 64 1014 499 0 0 40 1 5 1 16 0 9 0 1990268621 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18825] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18825/stat : 18825 (java) S 18815 18817 18110 0 -1 64 2 499 0 0 0 0 5 1 19 0 9 0 1990268621 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18826] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18826/stat : 18826 (java) S 18815 18817 18110 0 -1 64 40 499 0 0 0 0 5 1 15 0 9 0 1990268621 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1641.37
Current children cumulated vsize (KiB) 868380

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/89 18925
/proc/meminfo: memFree=1127272/2055920 swapFree=4179776/4192956
[pid=18817] ppid=18815 vsize=868380 CPUtime=1700.81
/proc/18817/stat : 18817 (java) S 18815 18817 18110 0 -1 0 40826 499 1 0 170030 45 5 1 18 0 9 0 1990268615 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18817/statm: 217095 23711 2615 9 0 211623 0
[pid=18817/tid=18819] ppid=18815 vsize=868380 CPUtime=1697.92
/proc/18817/task/18819/stat : 18819 (java) R 18815 18817 18110 0 -1 64 29258 499 1 0 169756 30 5 1 25 0 9 0 1990268617 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4127196878 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18820] ppid=18815 vsize=868380 CPUtime=2.5
/proc/18817/task/18820/stat : 18820 (java) S 18815 18817 18110 0 -1 64 9679 499 0 0 232 12 5 1 16 0 9 0 1990268619 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18821] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18821/stat : 18821 (java) S 18815 18817 18110 0 -1 64 14 499 0 0 0 0 5 1 16 0 9 0 1990268619 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18822] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18822/stat : 18822 (java) S 18815 18817 18110 0 -1 64 8 499 0 0 0 0 5 1 15 0 9 0 1990268619 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18823] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18823/stat : 18823 (java) S 18815 18817 18110 0 -1 64 1 499 0 0 0 0 5 1 18 0 9 0 1990268621 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18824] ppid=18815 vsize=868380 CPUtime=0.47
/proc/18817/task/18824/stat : 18824 (java) S 18815 18817 18110 0 -1 64 1014 499 0 0 40 1 5 1 16 0 9 0 1990268621 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18825] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18825/stat : 18825 (java) S 18815 18817 18110 0 -1 64 2 499 0 0 0 0 5 1 19 0 9 0 1990268621 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18826] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18826/stat : 18826 (java) S 18815 18817 18110 0 -1 64 40 499 0 0 0 0 5 1 15 0 9 0 1990268621 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1700.81
Current children cumulated vsize (KiB) 868380

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/89 18925
/proc/meminfo: memFree=1120616/2055920 swapFree=4179776/4192956
[pid=18817] ppid=18815 vsize=868380 CPUtime=1760.24
/proc/18817/stat : 18817 (java) S 18815 18817 18110 0 -1 0 40865 499 1 0 175973 45 5 1 18 0 9 0 1990268615 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18817/statm: 217095 23711 2615 9 0 211623 0
[pid=18817/tid=18819] ppid=18815 vsize=868380 CPUtime=1757.27
/proc/18817/task/18819/stat : 18819 (java) R 18815 18817 18110 0 -1 64 29297 499 1 0 175691 30 5 1 25 0 9 0 1990268617 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18820] ppid=18815 vsize=868380 CPUtime=2.58
/proc/18817/task/18820/stat : 18820 (java) S 18815 18817 18110 0 -1 64 9679 499 0 0 240 12 5 1 16 0 9 0 1990268619 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18821] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18821/stat : 18821 (java) S 18815 18817 18110 0 -1 64 14 499 0 0 0 0 5 1 16 0 9 0 1990268619 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18822] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18822/stat : 18822 (java) S 18815 18817 18110 0 -1 64 8 499 0 0 0 0 5 1 15 0 9 0 1990268619 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18823] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18823/stat : 18823 (java) S 18815 18817 18110 0 -1 64 1 499 0 0 0 0 5 1 18 0 9 0 1990268621 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18824] ppid=18815 vsize=868380 CPUtime=0.47
/proc/18817/task/18824/stat : 18824 (java) S 18815 18817 18110 0 -1 64 1014 499 0 0 40 1 5 1 16 0 9 0 1990268621 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18825] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18825/stat : 18825 (java) S 18815 18817 18110 0 -1 64 2 499 0 0 0 0 5 1 19 0 9 0 1990268621 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18826] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18826/stat : 18826 (java) S 18815 18817 18110 0 -1 64 40 499 0 0 0 0 5 1 15 0 9 0 1990268621 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1760.24
Current children cumulated vsize (KiB) 868380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1822.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 18925
/proc/meminfo: memFree=1120616/2055920 swapFree=4179776/4192956
[pid=18817] ppid=18815 vsize=868380 CPUtime=1800.06
/proc/18817/stat : 18817 (java) S 18815 18817 18110 0 -1 0 40891 499 1 0 179955 45 5 1 18 0 9 0 1990268615 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18817/statm: 217095 23711 2615 9 0 211623 0
[pid=18817/tid=18819] ppid=18815 vsize=868380 CPUtime=1797.04
/proc/18817/task/18819/stat : 18819 (java) R 18815 18817 18110 0 -1 64 29323 499 1 0 179668 30 5 1 25 0 9 0 1990268617 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4127238506 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18820] ppid=18815 vsize=868380 CPUtime=2.63
/proc/18817/task/18820/stat : 18820 (java) S 18815 18817 18110 0 -1 64 9679 499 0 0 245 12 5 1 16 0 9 0 1990268619 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18821] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18821/stat : 18821 (java) S 18815 18817 18110 0 -1 64 14 499 0 0 0 0 5 1 16 0 9 0 1990268619 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18822] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18822/stat : 18822 (java) S 18815 18817 18110 0 -1 64 8 499 0 0 0 0 5 1 15 0 9 0 1990268619 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18823] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18823/stat : 18823 (java) S 18815 18817 18110 0 -1 64 1 499 0 0 0 0 5 1 18 0 9 0 1990268621 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18824] ppid=18815 vsize=868380 CPUtime=0.47
/proc/18817/task/18824/stat : 18824 (java) S 18815 18817 18110 0 -1 64 1014 499 0 0 40 1 5 1 16 0 9 0 1990268621 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18825] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18825/stat : 18825 (java) S 18815 18817 18110 0 -1 64 2 499 0 0 0 0 5 1 19 0 9 0 1990268621 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18826] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18826/stat : 18826 (java) S 18815 18817 18110 0 -1 64 40 499 0 0 0 0 5 1 15 0 9 0 1990268621 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868380

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

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

[startup+1822.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 18925
/proc/meminfo: memFree=1120616/2055920 swapFree=4179776/4192956
[pid=18817] ppid=18815 vsize=868380 CPUtime=1800.06
/proc/18817/stat : 18817 (java) S 18815 18817 18110 0 -1 0 40891 499 1 0 179955 45 5 1 18 0 9 0 1990268615 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18817/statm: 217095 23711 2615 9 0 211623 0
[pid=18817/tid=18819] ppid=18815 vsize=868380 CPUtime=1797.04
/proc/18817/task/18819/stat : 18819 (java) R 18815 18817 18110 0 -1 64 29323 499 1 0 179668 30 5 1 25 0 9 0 1990268617 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4127238506 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18820] ppid=18815 vsize=868380 CPUtime=2.63
/proc/18817/task/18820/stat : 18820 (java) S 18815 18817 18110 0 -1 64 9679 499 0 0 245 12 5 1 16 0 9 0 1990268619 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18821] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18821/stat : 18821 (java) S 18815 18817 18110 0 -1 64 14 499 0 0 0 0 5 1 16 0 9 0 1990268619 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18822] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18822/stat : 18822 (java) S 18815 18817 18110 0 -1 64 8 499 0 0 0 0 5 1 15 0 9 0 1990268619 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18823] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18823/stat : 18823 (java) S 18815 18817 18110 0 -1 64 1 499 0 0 0 0 5 1 18 0 9 0 1990268621 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18824] ppid=18815 vsize=868380 CPUtime=0.47
/proc/18817/task/18824/stat : 18824 (java) S 18815 18817 18110 0 -1 64 1014 499 0 0 40 1 5 1 16 0 9 0 1990268621 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18825] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18825/stat : 18825 (java) S 18815 18817 18110 0 -1 64 2 499 0 0 0 0 5 1 19 0 9 0 1990268621 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18817/tid=18826] ppid=18815 vsize=868380 CPUtime=0.06
/proc/18817/task/18826/stat : 18826 (java) S 18815 18817 18110 0 -1 64 40 499 0 0 0 0 5 1 15 0 9 0 1990268621 889221120 23711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868380

Child status: 143
Real time (s): 1822.55
CPU time (s): 1800.12
CPU user time (s): 1799.63
CPU system time (s): 0.487925
CPU usage (%): 98.7693
Max. virtual memory (cumulated for all children) (KiB): 868468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 0.487925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41420
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= 46353
involuntary context switches= 61306

runsolver used 2.31465 second user time and 6.00609 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-03 21:22:41
IDJOB=1058081
IDBENCH=54105
IDSOLVER=364
FILE ID=node43/1058081-1215112961
PBS_JOBID= 7877119
Free space on /tmp= 66520 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-14.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-1058081-1215112961/watcher-1058081-1215112961 -o /tmp/evaluation-result-1058081-1215112961/solver-1058081-1215112961 -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-1058081-1215112961.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 872c261f2ab1a686494df34522240c16
RANDOM SEED=919307628

node43.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.230
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.230
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:       1340112 kB
Buffers:         74432 kB
Cached:         474852 kB
SwapCached:       7024 kB
Active:         177520 kB
Inactive:       462636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1340112 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            2332 kB
Writeback:           0 kB
Mapped:          98396 kB
Slab:            60760 kB
Committed_AS:  3718900 kB
PageTables:       1988 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= 66516 MiB
End job on node43 at 2008-07-03 21:53:06