Trace number 1077570

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.23 1800.55

General information on the benchmark

Namecsp/medium/
normalized-patat-02-medium-4.xml
MD5SUM094ea096617f0707c333e4e4098131ca
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark118.807
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints65196
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64996
Global constraints used (with number of constraints)alldifferent(200)

Solver Data (download as text)

0.07/0.07	
0.07/0.07	Abscon 112 (May, 2008)
0.22/0.20	
0.22/0.20	   configuration
0.22/0.20	     name=esac.xml
0.22/0.23	   
0.22/0.23	   instance
0.22/0.23	     name=HOME/instance-1077570-1215193325.xml
0.22/0.26	   
0.22/0.26	   domains being loaded...
0.22/0.27	   
0.22/0.27	   variables being loaded...
0.33/0.36	     nbVariables=800  nbDomainTypes=20  minDomainSize=1  maxDomainSize=45  nbTotalValues=19510
0.33/0.36	       =>  wckTime=0.156  cpuTime=0.16  mem=10M812
0.33/0.36	   
0.33/0.36	   predicates being loaded...
0.50/0.41	   
0.50/0.41	   constraints being loaded...
16.90/16.71	     nbConstraints=65197  nbGlobalConstraints=201  nbSingletonDomainVariables=27  nbConflictsStructures=20
16.90/16.71	     nbSharedConflictsStructures=9883  nbUnbuiltConflictsStructures=170  nbSharedBinaryRepresentations=0
16.90/16.71	     nbEvaluationManagers=190  nbSharedEvaluationManagers=64806  minDegree=275  maxDegree=399  minArity=4  avgArity=4.04
16.90/16.71	     maxArity=20  nbGenerators=1  nbFusions=0  symmetryWckTime=3.065  symmetryCpuTime=1.0
16.90/16.71	       =>  wckTime=16.507  cpuTime=12.55  mem=361M48
17.90/17.75	   
17.90/17.75	   solver IterativeSystematicSolver being built... 
21.54/21.37	   
21.54/21.37	   INFO : Forward propagation technique limited 
21.74/21.54	       =>  wckTime=21.335  cpuTime=14.67  mem=578M846
78.95/78.74	   
78.95/78.74	   INFO : Stopping ESAC
78.95/78.74	   
78.95/78.74	   preprocessing
78.95/78.74	     nbConstraintChecks=35380659  nbValidityChecks=189027603  nbPropagations=18764  nbRevisions=9376147
78.95/78.74	     nbUselessRevisions=9370988  nbSingletonTests=692  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
78.95/78.74	     nbRemovedValues=0  detectedInconsistency=no
78.95/78.74	       =>  wckTime=57.2  cpuTime=57.17  mem=587M944
165.07/164.81	   
165.07/164.81	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=591M989)

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-1077570-1215193325/watcher-1077570-1215193325 -o /tmp/evaluation-result-1077570-1215193325/solver-1077570-1215193325 -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-1077570-1215193325.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.15 1.03 1.01 3/64 24481
/proc/meminfo: memFree=1780672/2055920 swapFree=4181068/4192956
[pid=24481] ppid=24479 vsize=152 CPUtime=0
/proc/24481/stat : 24481 (java) R 24479 24481 20660 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 157143880 155648 26 996147200 134512640 134550740 4294955936 18446744073709551615 5103915 0 0 4096 0 0 0 0 17 0 0 0
/proc/24481/statm: 38 26 19 9 0 4 0

[startup+0.074966 s]
/proc/loadavg: 1.15 1.03 1.01 3/64 24481
/proc/meminfo: memFree=1780672/2055920 swapFree=4181068/4192956
[pid=24481] ppid=24479 vsize=866740 CPUtime=0.07
/proc/24481/stat : 24481 (java) S 24479 24481 20660 0 -1 0 3578 0 1 0 5 2 0 0 18 0 9 0 157143880 887541760 3068 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24481/statm: 216685 3070 1642 9 0 211247 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 866740

[startup+0.101968 s]
/proc/loadavg: 1.15 1.03 1.01 3/64 24481
/proc/meminfo: memFree=1780672/2055920 swapFree=4181068/4192956
[pid=24481] ppid=24479 vsize=866768 CPUtime=0.11
/proc/24481/stat : 24481 (java) S 24479 24481 20660 0 -1 0 3978 0 1 0 8 3 0 0 18 0 9 0 157143880 887570432 3418 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24481/statm: 216692 3418 1782 9 0 211247 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 866768

[startup+0.301992 s]
/proc/loadavg: 1.15 1.03 1.01 3/64 24481
/proc/meminfo: memFree=1780672/2055920 swapFree=4181068/4192956
[pid=24481] ppid=24479 vsize=867152 CPUtime=0.33
/proc/24481/stat : 24481 (java) S 24479 24481 20660 0 -1 0 6552 0 1 0 29 4 0 0 18 0 9 0 157143880 887963648 5922 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24481/statm: 216788 5922 1966 9 0 211316 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 867152

[startup+0.701028 s]
/proc/loadavg: 1.15 1.03 1.01 3/64 24481
/proc/meminfo: memFree=1780672/2055920 swapFree=4181068/4192956
[pid=24481] ppid=24479 vsize=868424 CPUtime=0.86
/proc/24481/stat : 24481 (java) S 24479 24481 20660 0 -1 0 12164 0 1 0 79 7 0 0 18 0 9 0 157143880 889266176 11524 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24481/statm: 217106 11525 2012 9 0 211612 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 868424

[startup+1.50211 s]
/proc/loadavg: 1.15 1.03 1.01 2/73 24490
/proc/meminfo: memFree=1722424/2055920 swapFree=4181068/4192956
[pid=24481] ppid=24479 vsize=868336 CPUtime=1.65
/proc/24481/stat : 24481 (java) S 24479 24481 20660 0 -1 0 18504 0 1 0 155 10 0 0 18 0 9 0 157143880 889176064 17840 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24481/statm: 217084 17840 2004 9 0 211612 0
[pid=24481/tid=24483] ppid=24479 vsize=868336 CPUtime=1.41
/proc/24481/task/24483/stat : 24483 (java) R 24479 24481 20660 0 -1 64 15737 0 1 0 133 8 0 0 19 0 9 0 157143881 889176064 17840 996147200 134512640 134550740 4294955936 18446744073709551615 102887845 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24484] ppid=24479 vsize=868336 CPUtime=0.05
/proc/24481/task/24484/stat : 24484 (java) S 24479 24481 20660 0 -1 64 1388 0 0 0 5 0 0 0 16 0 9 0 157143883 889176064 17840 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24485] ppid=24479 vsize=868336 CPUtime=0
/proc/24481/task/24485/stat : 24485 (java) S 24479 24481 20660 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 157143883 889176064 17840 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24486] ppid=24479 vsize=868336 CPUtime=0
/proc/24481/task/24486/stat : 24486 (java) S 24479 24481 20660 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 157143883 889176064 17840 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24487] ppid=24479 vsize=868336 CPUtime=0
/proc/24481/task/24487/stat : 24487 (java) S 24479 24481 20660 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 157143885 889176064 17840 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24488] ppid=24479 vsize=868336 CPUtime=0.16
/proc/24481/task/24488/stat : 24488 (java) S 24479 24481 20660 0 -1 64 682 0 0 0 16 0 0 0 16 0 9 0 157143885 889176064 17840 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24489] ppid=24479 vsize=868336 CPUtime=0
/proc/24481/task/24489/stat : 24489 (java) S 24479 24481 20660 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 157143885 889176064 17840 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24490] ppid=24479 vsize=868336 CPUtime=0
/proc/24481/task/24490/stat : 24490 (java) S 24479 24481 20660 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 157143885 889176064 17840 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 868336

[startup+3.10229 s]
/proc/loadavg: 1.15 1.03 1.01 2/73 24490
/proc/meminfo: memFree=1705784/2055920 swapFree=4181068/4192956
[pid=24481] ppid=24479 vsize=868336 CPUtime=3.24
/proc/24481/stat : 24481 (java) S 24479 24481 20660 0 -1 0 22757 0 1 0 313 11 0 0 18 0 9 0 157143880 889176064 22091 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24481/statm: 217084 22091 2004 9 0 211612 0
[pid=24481/tid=24483] ppid=24479 vsize=868336 CPUtime=2.81
/proc/24481/task/24483/stat : 24483 (java) R 24479 24481 20660 0 -1 64 15739 0 1 0 272 9 0 0 21 0 9 0 157143881 889176064 22091 996147200 134512640 134550740 4294955936 18446744073709551615 4126758501 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24484] ppid=24479 vsize=868336 CPUtime=0.25
/proc/24481/task/24484/stat : 24484 (java) S 24479 24481 20660 0 -1 64 5638 0 0 0 24 1 0 0 16 0 9 0 157143883 889176064 22091 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24485] ppid=24479 vsize=868336 CPUtime=0
/proc/24481/task/24485/stat : 24485 (java) S 24479 24481 20660 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 157143883 889176064 22091 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24486] ppid=24479 vsize=868336 CPUtime=0
/proc/24481/task/24486/stat : 24486 (java) S 24479 24481 20660 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 157143883 889176064 22091 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24487] ppid=24479 vsize=868336 CPUtime=0
/proc/24481/task/24487/stat : 24487 (java) S 24479 24481 20660 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 157143885 889176064 22091 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24488] ppid=24479 vsize=868336 CPUtime=0.16
/proc/24481/task/24488/stat : 24488 (java) S 24479 24481 20660 0 -1 64 683 0 0 0 16 0 0 0 16 0 9 0 157143885 889176064 22091 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24489] ppid=24479 vsize=868336 CPUtime=0
/proc/24481/task/24489/stat : 24489 (java) S 24479 24481 20660 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 157143885 889176064 22091 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24490] ppid=24479 vsize=868336 CPUtime=0
/proc/24481/task/24490/stat : 24490 (java) S 24479 24481 20660 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 157143885 889176064 22091 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 868336

[startup+6.30163 s]
/proc/loadavg: 1.14 1.03 1.00 2/73 24490
/proc/meminfo: memFree=1679096/2055920 swapFree=4181068/4192956
[pid=24481] ppid=24479 vsize=868336 CPUtime=6.5
/proc/24481/stat : 24481 (java) S 24479 24481 20660 0 -1 0 33304 0 1 0 596 54 0 0 18 0 9 0 157143880 889176064 32633 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24481/statm: 217084 32633 2005 9 0 211612 0
[pid=24481/tid=24483] ppid=24479 vsize=868336 CPUtime=5.54
/proc/24481/task/24483/stat : 24483 (java) R 24479 24481 20660 0 -1 64 15765 0 1 0 508 46 0 0 21 0 9 0 157143881 889176064 32633 996147200 134512640 134550740 4294955936 18446744073709551615 4126950949 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24484] ppid=24479 vsize=868336 CPUtime=0.7
/proc/24481/task/24484/stat : 24484 (java) S 24479 24481 20660 0 -1 64 16095 0 0 0 64 6 0 0 16 0 9 0 157143883 889176064 32633 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24485] ppid=24479 vsize=868336 CPUtime=0
/proc/24481/task/24485/stat : 24485 (java) S 24479 24481 20660 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 157143883 889176064 32633 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24486] ppid=24479 vsize=868336 CPUtime=0
/proc/24481/task/24486/stat : 24486 (java) S 24479 24481 20660 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 157143883 889176064 32633 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24487] ppid=24479 vsize=868336 CPUtime=0
/proc/24481/task/24487/stat : 24487 (java) S 24479 24481 20660 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 157143885 889176064 32633 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24488] ppid=24479 vsize=868336 CPUtime=0.23
/proc/24481/task/24488/stat : 24488 (java) S 24479 24481 20660 0 -1 64 747 0 0 0 23 0 0 0 16 0 9 0 157143885 889176064 32633 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24489] ppid=24479 vsize=868336 CPUtime=0
/proc/24481/task/24489/stat : 24489 (java) S 24479 24481 20660 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 157143885 889176064 32633 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24490] ppid=24479 vsize=868336 CPUtime=0
/proc/24481/task/24490/stat : 24490 (java) S 24479 24481 20660 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 157143885 889176064 32633 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.5
Current children cumulated vsize (KiB) 868336

[startup+12.7023 s]
/proc/loadavg: 1.13 1.03 1.00 2/73 24490
/proc/meminfo: memFree=1475960/2055920 swapFree=4181068/4192956
[pid=24481] ppid=24479 vsize=868336 CPUtime=12.87
/proc/24481/stat : 24481 (java) S 24479 24481 20660 0 -1 0 84270 0 1 0 1028 259 0 0 18 0 9 0 157143880 889176064 83590 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24481/statm: 217084 83590 2005 9 0 211612 0
[pid=24481/tid=24483] ppid=24479 vsize=868336 CPUtime=10.9
/proc/24481/task/24483/stat : 24483 (java) R 24479 24481 20660 0 -1 64 15774 0 1 0 857 233 0 0 16 0 9 0 157143881 889176064 83590 996147200 134512640 134550740 4294955936 18446744073709551615 102605709 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24484] ppid=24479 vsize=868336 CPUtime=1.71
/proc/24481/task/24484/stat : 24484 (java) S 24479 24481 20660 0 -1 64 67051 0 0 0 146 25 0 0 16 0 9 0 157143883 889176064 83590 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24485] ppid=24479 vsize=868336 CPUtime=0
/proc/24481/task/24485/stat : 24485 (java) S 24479 24481 20660 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 157143883 889176064 83590 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24486] ppid=24479 vsize=868336 CPUtime=0
/proc/24481/task/24486/stat : 24486 (java) S 24479 24481 20660 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 157143883 889176064 83590 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24487] ppid=24479 vsize=868336 CPUtime=0
/proc/24481/task/24487/stat : 24487 (java) S 24479 24481 20660 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 157143885 889176064 83590 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24488] ppid=24479 vsize=868336 CPUtime=0.23
/proc/24481/task/24488/stat : 24488 (java) S 24479 24481 20660 0 -1 64 748 0 0 0 23 0 0 0 16 0 9 0 157143885 889176064 83590 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24489] ppid=24479 vsize=868336 CPUtime=0
/proc/24481/task/24489/stat : 24489 (java) S 24479 24481 20660 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 157143885 889176064 83590 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24490] ppid=24479 vsize=868336 CPUtime=0
/proc/24481/task/24490/stat : 24490 (java) S 24479 24481 20660 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 157143885 889176064 83590 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.87
Current children cumulated vsize (KiB) 868336

[startup+25.5016 s]
/proc/loadavg: 1.10 1.03 1.00 2/73 24494
/proc/meminfo: memFree=1156912/2055920 swapFree=4181068/4192956
[pid=24481] ppid=24479 vsize=868660 CPUtime=25.76
/proc/24481/stat : 24481 (java) S 24479 24481 20660 0 -1 0 248994 5570 1 0 2065 338 166 7 18 0 9 0 157143880 889507840 158159 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24481/statm: 217165 158159 2615 9 0 211693 0
[pid=24481/tid=24483] ppid=24479 vsize=868660 CPUtime=20.54
/proc/24481/task/24483/stat : 24483 (java) R 24479 24481 20660 0 -1 64 29075 5570 1 0 1612 269 166 7 18 0 9 0 157143881 889507840 158159 996147200 134512640 134550740 4294955936 18446744073709551615 4127344163 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24484] ppid=24479 vsize=868660 CPUtime=6.56
/proc/24481/task/24484/stat : 24484 (java) S 24479 24481 20660 0 -1 64 217983 5570 0 0 418 65 166 7 16 0 9 0 157143883 889507840 158159 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24485] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24485/stat : 24485 (java) S 24479 24481 20660 0 -1 64 15 5570 0 0 0 0 166 7 16 0 9 0 157143883 889507840 158159 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24486] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24486/stat : 24486 (java) S 24479 24481 20660 0 -1 64 16 5570 0 0 0 0 166 7 16 0 9 0 157143883 889507840 158159 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24487] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24487/stat : 24487 (java) S 24479 24481 20660 0 -1 64 1 5570 0 0 0 0 166 7 23 0 9 0 157143885 889507840 158159 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24488] ppid=24479 vsize=868660 CPUtime=2.07
/proc/24481/task/24488/stat : 24488 (java) S 24479 24481 20660 0 -1 64 1061 5570 0 0 34 0 166 7 16 0 9 0 157143885 889507840 158159 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24489] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24489/stat : 24489 (java) S 24479 24481 20660 0 -1 64 2 5570 0 0 0 0 166 7 24 0 9 0 157143885 889507840 158159 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24490] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24490/stat : 24490 (java) S 24479 24481 20660 0 -1 64 22 5570 0 0 0 0 166 7 15 0 9 0 157143885 889507840 158159 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.76
Current children cumulated vsize (KiB) 868660

[startup+51.1013 s]
/proc/loadavg: 1.06 1.03 1.00 2/73 24494
/proc/meminfo: memFree=1156848/2055920 swapFree=4181068/4192956
[pid=24481] ppid=24479 vsize=868660 CPUtime=51.36
/proc/24481/stat : 24481 (java) S 24479 24481 20660 0 -1 0 249016 5570 1 0 4625 338 166 7 18 0 9 0 157143880 889507840 158170 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24481/statm: 217165 158170 2615 9 0 211693 0
[pid=24481/tid=24483] ppid=24479 vsize=868660 CPUtime=46.12
/proc/24481/task/24483/stat : 24483 (java) R 24479 24481 20660 0 -1 64 29086 5570 1 0 4170 269 166 7 20 0 9 0 157143881 889507840 158170 996147200 134512640 134550740 4294955936 18446744073709551615 4127332107 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24484] ppid=24479 vsize=868660 CPUtime=6.56
/proc/24481/task/24484/stat : 24484 (java) S 24479 24481 20660 0 -1 64 217983 5570 0 0 418 65 166 7 16 0 9 0 157143883 889507840 158170 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24485] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24485/stat : 24485 (java) S 24479 24481 20660 0 -1 64 15 5570 0 0 0 0 166 7 16 0 9 0 157143883 889507840 158170 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24486] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24486/stat : 24486 (java) S 24479 24481 20660 0 -1 64 16 5570 0 0 0 0 166 7 16 0 9 0 157143883 889507840 158170 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24487] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24487/stat : 24487 (java) S 24479 24481 20660 0 -1 64 1 5570 0 0 0 0 166 7 23 0 9 0 157143885 889507840 158170 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24488] ppid=24479 vsize=868660 CPUtime=2.09
/proc/24481/task/24488/stat : 24488 (java) S 24479 24481 20660 0 -1 64 1072 5570 0 0 36 0 166 7 16 0 9 0 157143885 889507840 158170 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24489] ppid=24479 vsize=868660 CPUtime=1.73

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

Current children cumulated CPU time (s) 1482.08
Current children cumulated vsize (KiB) 868660

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 24500
/proc/meminfo: memFree=1156016/2055920 swapFree=4181068/4192956
[pid=24481] ppid=24479 vsize=868660 CPUtime=1542.06
/proc/24481/stat : 24481 (java) S 24479 24481 20660 0 -1 0 249086 5570 1 0 153693 340 166 7 18 0 9 0 157143880 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24481/statm: 217165 158207 2615 9 0 211693 0
[pid=24481/tid=24483] ppid=24479 vsize=868660 CPUtime=1536.74
/proc/24481/task/24483/stat : 24483 (java) R 24479 24481 20660 0 -1 64 29119 5570 1 0 153231 270 166 7 25 0 9 0 157143881 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4127136414 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24484] ppid=24479 vsize=868660 CPUtime=6.56
/proc/24481/task/24484/stat : 24484 (java) S 24479 24481 20660 0 -1 64 217983 5570 0 0 418 65 166 7 16 0 9 0 157143883 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24485] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24485/stat : 24485 (java) S 24479 24481 20660 0 -1 64 15 5570 0 0 0 0 166 7 16 0 9 0 157143883 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24486] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24486/stat : 24486 (java) S 24479 24481 20660 0 -1 64 16 5570 0 0 0 0 166 7 16 0 9 0 157143883 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24487] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24487/stat : 24487 (java) S 24479 24481 20660 0 -1 64 1 5570 0 0 0 0 166 7 23 0 9 0 157143885 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24488] ppid=24479 vsize=868660 CPUtime=2.16
/proc/24481/task/24488/stat : 24488 (java) S 24479 24481 20660 0 -1 64 1109 5570 0 0 43 0 166 7 16 0 9 0 157143885 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24489] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24489/stat : 24489 (java) S 24479 24481 20660 0 -1 64 2 5570 0 0 0 0 166 7 24 0 9 0 157143885 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24490] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24490/stat : 24490 (java) S 24479 24481 20660 0 -1 64 22 5570 0 0 0 0 166 7 15 0 9 0 157143885 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 868660

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 24500
/proc/meminfo: memFree=1156080/2055920 swapFree=4181068/4192956
[pid=24481] ppid=24479 vsize=868660 CPUtime=1602.04
/proc/24481/stat : 24481 (java) S 24479 24481 20660 0 -1 0 249086 5570 1 0 159691 340 166 7 18 0 9 0 157143880 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24481/statm: 217165 158207 2615 9 0 211693 0
[pid=24481/tid=24483] ppid=24479 vsize=868660 CPUtime=1596.72
/proc/24481/task/24483/stat : 24483 (java) R 24479 24481 20660 0 -1 64 29119 5570 1 0 159229 270 166 7 25 0 9 0 157143881 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4127332107 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24484] ppid=24479 vsize=868660 CPUtime=6.56
/proc/24481/task/24484/stat : 24484 (java) S 24479 24481 20660 0 -1 64 217983 5570 0 0 418 65 166 7 16 0 9 0 157143883 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24485] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24485/stat : 24485 (java) S 24479 24481 20660 0 -1 64 15 5570 0 0 0 0 166 7 16 0 9 0 157143883 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24486] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24486/stat : 24486 (java) S 24479 24481 20660 0 -1 64 16 5570 0 0 0 0 166 7 16 0 9 0 157143883 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24487] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24487/stat : 24487 (java) S 24479 24481 20660 0 -1 64 1 5570 0 0 0 0 166 7 23 0 9 0 157143885 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24488] ppid=24479 vsize=868660 CPUtime=2.16
/proc/24481/task/24488/stat : 24488 (java) S 24479 24481 20660 0 -1 64 1109 5570 0 0 43 0 166 7 16 0 9 0 157143885 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24489] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24489/stat : 24489 (java) S 24479 24481 20660 0 -1 64 2 5570 0 0 0 0 166 7 24 0 9 0 157143885 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24490] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24490/stat : 24490 (java) S 24479 24481 20660 0 -1 64 22 5570 0 0 0 0 166 7 15 0 9 0 157143885 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 868660

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 24500
/proc/meminfo: memFree=1156080/2055920 swapFree=4181068/4192956
[pid=24481] ppid=24479 vsize=868660 CPUtime=1662.02
/proc/24481/stat : 24481 (java) S 24479 24481 20660 0 -1 0 249086 5570 1 0 165689 340 166 7 18 0 9 0 157143880 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24481/statm: 217165 158207 2615 9 0 211693 0
[pid=24481/tid=24483] ppid=24479 vsize=868660 CPUtime=1656.7
/proc/24481/task/24483/stat : 24483 (java) R 24479 24481 20660 0 -1 64 29119 5570 1 0 165227 270 166 7 25 0 9 0 157143881 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4127344143 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24484] ppid=24479 vsize=868660 CPUtime=6.56
/proc/24481/task/24484/stat : 24484 (java) S 24479 24481 20660 0 -1 64 217983 5570 0 0 418 65 166 7 16 0 9 0 157143883 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24485] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24485/stat : 24485 (java) S 24479 24481 20660 0 -1 64 15 5570 0 0 0 0 166 7 16 0 9 0 157143883 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24486] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24486/stat : 24486 (java) S 24479 24481 20660 0 -1 64 16 5570 0 0 0 0 166 7 16 0 9 0 157143883 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24487] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24487/stat : 24487 (java) S 24479 24481 20660 0 -1 64 1 5570 0 0 0 0 166 7 23 0 9 0 157143885 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24488] ppid=24479 vsize=868660 CPUtime=2.16
/proc/24481/task/24488/stat : 24488 (java) S 24479 24481 20660 0 -1 64 1109 5570 0 0 43 0 166 7 16 0 9 0 157143885 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24489] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24489/stat : 24489 (java) S 24479 24481 20660 0 -1 64 2 5570 0 0 0 0 166 7 24 0 9 0 157143885 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24490] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24490/stat : 24490 (java) S 24479 24481 20660 0 -1 64 22 5570 0 0 0 0 166 7 15 0 9 0 157143885 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 868660

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 24500
/proc/meminfo: memFree=1156080/2055920 swapFree=4181068/4192956
[pid=24481] ppid=24479 vsize=868660 CPUtime=1721.99
/proc/24481/stat : 24481 (java) S 24479 24481 20660 0 -1 0 249086 5570 1 0 171686 340 166 7 18 0 9 0 157143880 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24481/statm: 217165 158207 2615 9 0 211693 0
[pid=24481/tid=24483] ppid=24479 vsize=868660 CPUtime=1716.67
/proc/24481/task/24483/stat : 24483 (java) R 24479 24481 20660 0 -1 64 29119 5570 1 0 171224 270 166 7 25 0 9 0 157143881 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4127323210 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24484] ppid=24479 vsize=868660 CPUtime=6.56
/proc/24481/task/24484/stat : 24484 (java) S 24479 24481 20660 0 -1 64 217983 5570 0 0 418 65 166 7 16 0 9 0 157143883 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24485] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24485/stat : 24485 (java) S 24479 24481 20660 0 -1 64 15 5570 0 0 0 0 166 7 16 0 9 0 157143883 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24486] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24486/stat : 24486 (java) S 24479 24481 20660 0 -1 64 16 5570 0 0 0 0 166 7 16 0 9 0 157143883 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24487] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24487/stat : 24487 (java) S 24479 24481 20660 0 -1 64 1 5570 0 0 0 0 166 7 23 0 9 0 157143885 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24488] ppid=24479 vsize=868660 CPUtime=2.16
/proc/24481/task/24488/stat : 24488 (java) S 24479 24481 20660 0 -1 64 1109 5570 0 0 43 0 166 7 16 0 9 0 157143885 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24489] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24489/stat : 24489 (java) S 24479 24481 20660 0 -1 64 2 5570 0 0 0 0 166 7 24 0 9 0 157143885 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24490] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24490/stat : 24490 (java) S 24479 24481 20660 0 -1 64 22 5570 0 0 0 0 166 7 15 0 9 0 157143885 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 868660

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 24500
/proc/meminfo: memFree=1156016/2055920 swapFree=4181068/4192956
[pid=24481] ppid=24479 vsize=868660 CPUtime=1781.97
/proc/24481/stat : 24481 (java) S 24479 24481 20660 0 -1 0 249086 5570 1 0 177684 340 166 7 18 0 9 0 157143880 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24481/statm: 217165 158207 2615 9 0 211693 0
[pid=24481/tid=24483] ppid=24479 vsize=868660 CPUtime=1776.65
/proc/24481/task/24483/stat : 24483 (java) R 24479 24481 20660 0 -1 64 29119 5570 1 0 177222 270 166 7 25 0 9 0 157143881 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4127347464 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24484] ppid=24479 vsize=868660 CPUtime=6.56
/proc/24481/task/24484/stat : 24484 (java) S 24479 24481 20660 0 -1 64 217983 5570 0 0 418 65 166 7 16 0 9 0 157143883 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24485] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24485/stat : 24485 (java) S 24479 24481 20660 0 -1 64 15 5570 0 0 0 0 166 7 16 0 9 0 157143883 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24486] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24486/stat : 24486 (java) S 24479 24481 20660 0 -1 64 16 5570 0 0 0 0 166 7 16 0 9 0 157143883 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24487] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24487/stat : 24487 (java) S 24479 24481 20660 0 -1 64 1 5570 0 0 0 0 166 7 23 0 9 0 157143885 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24488] ppid=24479 vsize=868660 CPUtime=2.16
/proc/24481/task/24488/stat : 24488 (java) S 24479 24481 20660 0 -1 64 1109 5570 0 0 43 0 166 7 16 0 9 0 157143885 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24489] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24489/stat : 24489 (java) S 24479 24481 20660 0 -1 64 2 5570 0 0 0 0 166 7 24 0 9 0 157143885 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24490] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24490/stat : 24490 (java) S 24479 24481 20660 0 -1 64 22 5570 0 0 0 0 166 7 15 0 9 0 157143885 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 868660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 24500
/proc/meminfo: memFree=1156016/2055920 swapFree=4181068/4192956
[pid=24481] ppid=24479 vsize=868660 CPUtime=1800.07
/proc/24481/stat : 24481 (java) S 24479 24481 20660 0 -1 0 249086 5570 1 0 179494 340 166 7 18 0 9 0 157143880 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24481/statm: 217165 158207 2615 9 0 211693 0
[pid=24481/tid=24483] ppid=24479 vsize=868660 CPUtime=1794.75
/proc/24481/task/24483/stat : 24483 (java) R 24479 24481 20660 0 -1 64 29119 5570 1 0 179032 270 166 7 25 0 9 0 157143881 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4126095752 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24484] ppid=24479 vsize=868660 CPUtime=6.56
/proc/24481/task/24484/stat : 24484 (java) S 24479 24481 20660 0 -1 64 217983 5570 0 0 418 65 166 7 16 0 9 0 157143883 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24485] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24485/stat : 24485 (java) S 24479 24481 20660 0 -1 64 15 5570 0 0 0 0 166 7 16 0 9 0 157143883 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24486] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24486/stat : 24486 (java) S 24479 24481 20660 0 -1 64 16 5570 0 0 0 0 166 7 16 0 9 0 157143883 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24487] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24487/stat : 24487 (java) S 24479 24481 20660 0 -1 64 1 5570 0 0 0 0 166 7 23 0 9 0 157143885 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24488] ppid=24479 vsize=868660 CPUtime=2.16
/proc/24481/task/24488/stat : 24488 (java) S 24479 24481 20660 0 -1 64 1109 5570 0 0 43 0 166 7 16 0 9 0 157143885 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24481/tid=24489] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24489/stat : 24489 (java) S 24479 24481 20660 0 -1 64 2 5570 0 0 0 0 166 7 24 0 9 0 157143885 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24481/tid=24490] ppid=24479 vsize=868660 CPUtime=1.73
/proc/24481/task/24490/stat : 24490 (java) S 24479 24481 20660 0 -1 64 22 5570 0 0 0 0 166 7 15 0 9 0 157143885 889507840 158207 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868660

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

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

[startup+1800.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 24500
/proc/meminfo: memFree=1156016/2055920 swapFree=4181068/4192956
[pid=24481] ppid=24479 vsize=0 CPUtime=1800.17
/proc/24481/stat : 24481 (java) R 24479 24481 20660 0 -1 1028 249117 5570 1 0 179499 345 166 7 16 0 1 0 157143880 0 0 996147200 0 0 0 0 0 0 0 0 16800975 0 0 0 17 0 0 0
/proc/24481/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1800.55
CPU time (s): 1800.23
CPU user time (s): 1796.66
CPU system time (s): 3.57046
CPU usage (%): 99.9823
Max. virtual memory (cumulated for all children) (KiB): 903224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.66
system time used= 3.57046
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 254687
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= 37342
involuntary context switches= 36776

runsolver used 1.71674 second user time and 4.84726 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-04 19:42:05
IDJOB=1077570
IDBENCH=56689
IDSOLVER=364
FILE ID=node46/1077570-1215193325
PBS_JOBID= 7881562
Free space on /tmp= 66204 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/medium/normalized-patat-02-medium-4.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-1077570-1215193325/watcher-1077570-1215193325 -o /tmp/evaluation-result-1077570-1215193325/solver-1077570-1215193325 -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-1077570-1215193325.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 094ea096617f0707c333e4e4098131ca
RANDOM SEED=2016415201

node46.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.238
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.238
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:       1781216 kB
Buffers:         38364 kB
Cached:         175128 kB
SwapCached:       5876 kB
Active:         160352 kB
Inactive:        61588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1781216 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:           11736 kB
Writeback:           0 kB
Mapped:          14708 kB
Slab:            39076 kB
Committed_AS:   357376 kB
PageTables:       1184 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66200 MiB
End job on node46 at 2008-07-04 20:12:08