Trace number 1064957

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.15 1816.18

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-ooo-rf10.xml
MD5SUMbdc9dae3766ae8d08071d7aa1b585934
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark59.254
Satisfiable
(Un)Satisfiability was proved
Number of variables18069
Number of constraints52474
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension52474
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.08	
0.01/0.08	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=esac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1064957-1215144998.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.79/0.86	     nbVariables=18069  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2  nbTotalValues=36137
0.79/0.86	       =>  wckTime=0.616  cpuTime=0.42  mem=16M172
0.79/0.86	   
0.79/0.87	   predicates being loaded...
0.88/0.92	   
0.88/0.92	   constraints being loaded...
16.98/17.10	     nbConstraints=51320  nbMergedConstraints=1154  nbSingletonDomainVariables=1  nbConvertedConstraints=34138
16.98/17.19	     nbConvertConstraintsChecks=26650  nbExtensionStructures=3  nbSharedExtensionStructures=34135
16.98/17.19	     nbConflictsStructures=18  nbSharedConflictsStructures=51302  nbSharedBinaryRepresentations=7
16.98/17.19	     nbEvaluationManagers=15  nbSharedEvaluationManagers=17167  minDegree=1  maxDegree=212  minArity=2  avgArity=2.41
16.98/17.19	     maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=8.09  symmetryCpuTime=0.47
16.98/17.19	       =>  wckTime=16.852  cpuTime=7.71  mem=158M340
17.79/17.98	   
17.79/17.98	   solver IterativeSystematicSolver being built... 
19.07/19.21	       =>  wckTime=18.957  cpuTime=8.67  mem=149M620
302.69/305.51	   
302.69/305.52	   INFO : Stopping ESAC
302.69/305.52	   
302.69/305.52	   preprocessing
302.69/305.52	     nbConstraintChecks=150490  nbValidityChecks=53225  nbPropagations=50427  nbRevisions=137505
302.69/305.52	     nbUselessRevisions=121267  nbSingletonTests=16139  nbEffectiveSingletonTests=0  nbACRemovals=28
302.69/305.52	     nbFoundSingletons=0  nbRemovedValues=28  detectedInconsistency=no
302.69/305.52	       =>  wckTime=286.291  cpuTime=283.55  mem=150M705

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-1064957-1215144998/watcher-1064957-1215144998 -o /tmp/evaluation-result-1064957-1215144998/solver-1064957-1215144998 -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-1064957-1215144998.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: 2.00 2.00 2.00 3/80 16937
/proc/meminfo: memFree=1291056/2055920 swapFree=4181068/4192956
[pid=16937] ppid=16935 vsize=1616 CPUtime=0
/proc/16937/stat : 16937 (java) D 16935 16937 13011 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 152311235 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/16937/statm: 404 145 119 9 0 46 0

[startup+0.027472 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 16937
/proc/meminfo: memFree=1291056/2055920 swapFree=4181068/4192956
[pid=16937] ppid=16935 vsize=861228 CPUtime=0.01
/proc/16937/stat : 16937 (java) S 16935 16937 13011 0 -1 0 1851 0 1 0 0 1 0 0 18 0 3 0 152311235 881897472 1539 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/16937/statm: 215307 1541 683 9 0 210286 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861228

[startup+0.10148 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 16937
/proc/meminfo: memFree=1291056/2055920 swapFree=4181068/4192956
[pid=16937] ppid=16935 vsize=865884 CPUtime=0.09
/proc/16937/stat : 16937 (java) S 16935 16937 13011 0 -1 0 3696 0 1 0 6 3 0 0 18 0 9 0 152311235 886665216 3171 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16937/statm: 216471 3171 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301501 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 16937
/proc/meminfo: memFree=1291056/2055920 swapFree=4181068/4192956
[pid=16937] ppid=16935 vsize=866284 CPUtime=0.28
/proc/16937/stat : 16937 (java) S 16935 16937 13011 0 -1 0 5882 0 1 0 23 5 0 0 18 0 9 0 152311235 887074816 5256 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16937/statm: 216571 5256 1954 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701545 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 16937
/proc/meminfo: memFree=1291056/2055920 swapFree=4181068/4192956
[pid=16937] ppid=16935 vsize=867428 CPUtime=0.68
/proc/16937/stat : 16937 (java) S 16935 16937 13011 0 -1 0 15329 0 1 0 57 11 0 0 18 0 9 0 152311235 888246272 14699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16937/statm: 216857 14702 1970 9 0 211385 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867428

[startup+1.50163 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 16946
/proc/meminfo: memFree=1226152/2055920 swapFree=4181068/4192956
[pid=16937] ppid=16935 vsize=867516 CPUtime=1.48
/proc/16937/stat : 16937 (java) S 16935 16937 13011 0 -1 0 18849 0 1 0 134 14 0 0 18 0 9 0 152311235 888336384 18207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16937/statm: 216879 18207 2025 9 0 211385 0
[pid=16937/tid=16939] ppid=16935 vsize=867516 CPUtime=1.21
/proc/16937/task/16939/stat : 16939 (java) R 16935 16937 13011 0 -1 64 15744 0 1 0 109 12 0 0 25 0 9 0 152311237 888336384 18207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16940] ppid=16935 vsize=867516 CPUtime=0.08
/proc/16937/task/16940/stat : 16940 (java) S 16935 16937 13011 0 -1 64 1777 0 0 0 7 1 0 0 16 0 9 0 152311238 888336384 18207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16941] ppid=16935 vsize=867516 CPUtime=0
/proc/16937/task/16941/stat : 16941 (java) S 16935 16937 13011 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 152311238 888336384 18207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16942] ppid=16935 vsize=867516 CPUtime=0
/proc/16937/task/16942/stat : 16942 (java) S 16935 16937 13011 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 152311238 888336384 18207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16943] ppid=16935 vsize=867516 CPUtime=0
/proc/16937/task/16943/stat : 16943 (java) S 16935 16937 13011 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 152311240 888336384 18207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16944] ppid=16935 vsize=867516 CPUtime=0.17
/proc/16937/task/16944/stat : 16944 (java) S 16935 16937 13011 0 -1 64 631 0 0 0 17 0 0 0 16 0 9 0 152311240 888336384 18207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16945] ppid=16935 vsize=867516 CPUtime=0
/proc/16937/task/16945/stat : 16945 (java) S 16935 16937 13011 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 152311240 888336384 18207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16946] ppid=16935 vsize=867516 CPUtime=0
/proc/16937/task/16946/stat : 16946 (java) S 16935 16937 13011 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 152311240 888336384 18207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867516

[startup+3.1028 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 16946
/proc/meminfo: memFree=1211368/2055920 swapFree=4181068/4192956
[pid=16937] ppid=16935 vsize=867428 CPUtime=3.08
/proc/16937/stat : 16937 (java) S 16935 16937 13011 0 -1 0 24751 0 1 0 290 18 0 0 18 0 9 0 152311235 888246272 24085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16937/statm: 216857 24085 2004 9 0 211385 0
[pid=16937/tid=16939] ppid=16935 vsize=867428 CPUtime=2.48
/proc/16937/task/16939/stat : 16939 (java) R 16935 16937 13011 0 -1 64 15746 0 1 0 236 12 0 0 25 0 9 0 152311237 888246272 24085 996147200 134512640 134550740 4294955968 18446744073709551615 103215265 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16940] ppid=16935 vsize=867428 CPUtime=0.4
/proc/16937/task/16940/stat : 16940 (java) S 16935 16937 13011 0 -1 64 7675 0 0 0 36 4 0 0 17 0 9 0 152311238 888246272 24085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16941] ppid=16935 vsize=867428 CPUtime=0
/proc/16937/task/16941/stat : 16941 (java) S 16935 16937 13011 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 152311238 888246272 24085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16942] ppid=16935 vsize=867428 CPUtime=0
/proc/16937/task/16942/stat : 16942 (java) S 16935 16937 13011 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 152311238 888246272 24085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16943] ppid=16935 vsize=867428 CPUtime=0
/proc/16937/task/16943/stat : 16943 (java) S 16935 16937 13011 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 152311240 888246272 24085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16944] ppid=16935 vsize=867428 CPUtime=0.17
/proc/16937/task/16944/stat : 16944 (java) S 16935 16937 13011 0 -1 64 633 0 0 0 17 0 0 0 16 0 9 0 152311240 888246272 24085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16945] ppid=16935 vsize=867428 CPUtime=0
/proc/16937/task/16945/stat : 16945 (java) S 16935 16937 13011 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 152311240 888246272 24085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16946] ppid=16935 vsize=867428 CPUtime=0
/proc/16937/task/16946/stat : 16946 (java) S 16935 16937 13011 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 152311240 888246272 24085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867428

[startup+6.30214 s]
/proc/loadavg: 2.08 2.02 2.01 3/89 16946
/proc/meminfo: memFree=1181288/2055920 swapFree=4181068/4192956
[pid=16937] ppid=16935 vsize=867432 CPUtime=6.28
/proc/16937/stat : 16937 (java) S 16935 16937 13011 0 -1 0 29971 0 1 0 478 150 0 0 18 0 9 0 152311235 888250368 29300 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16937/statm: 216857 29300 2006 9 0 211385 0
[pid=16937/tid=16939] ppid=16935 vsize=867432 CPUtime=5.27
/proc/16937/task/16939/stat : 16939 (java) R 16935 16937 13011 0 -1 64 15783 0 1 0 384 143 0 0 25 0 9 0 152311237 888250368 29300 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16940] ppid=16935 vsize=867428 CPUtime=0.75
/proc/16937/task/16940/stat : 16940 (java) S 16935 16937 13011 0 -1 64 12817 0 0 0 69 6 0 0 16 0 9 0 152311238 888246272 29300 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16941] ppid=16935 vsize=867432 CPUtime=0
/proc/16937/task/16941/stat : 16941 (java) S 16935 16937 13011 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 152311238 888250368 29300 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16942] ppid=16935 vsize=867428 CPUtime=0
/proc/16937/task/16942/stat : 16942 (java) S 16935 16937 13011 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 152311238 888246272 29300 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16943] ppid=16935 vsize=867432 CPUtime=0
/proc/16937/task/16943/stat : 16943 (java) S 16935 16937 13011 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 152311240 888250368 29300 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16944] ppid=16935 vsize=867428 CPUtime=0.23
/proc/16937/task/16944/stat : 16944 (java) S 16935 16937 13011 0 -1 64 674 0 0 0 23 0 0 0 16 0 9 0 152311240 888246272 29300 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16945] ppid=16935 vsize=867432 CPUtime=0
/proc/16937/task/16945/stat : 16945 (java) S 16935 16937 13011 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 152311240 888250368 29300 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16946] ppid=16935 vsize=867428 CPUtime=0
/proc/16937/task/16946/stat : 16946 (java) S 16935 16937 13011 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 152311240 888246272 29300 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 867432

[startup+12.7028 s]
/proc/loadavg: 2.07 2.02 2.00 3/91 16948
/proc/meminfo: memFree=1095896/2055920 swapFree=4181068/4192956
[pid=16937] ppid=16935 vsize=867752 CPUtime=9.53
/proc/16937/stat : 16937 (java) S 16935 16937 13011 0 -1 0 47917 0 1 0 729 224 0 0 18 0 10 0 152311235 888578048 47051 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16937/statm: 216938 47051 2012 9 0 211466 0
[pid=16948] ppid=16937 vsize=20404 CPUtime=3.1
/proc/16948/stat : 16948 (saucy) R 16937 16937 13011 0 -1 4194304 2632 0 0 0 307 3 0 0 25 0 1 0 152312190 20893696 2512 996147200 134512640 134531332 4294956000 18446744073709551615 134523822 0 4 0 0 0 0 0 17 1 0 0
/proc/16948/statm: 5101 2512 95 4 0 4777 0
[pid=16937/tid=16939] ppid=16935 vsize=867752 CPUtime=7.77
/proc/16937/task/16939/stat : 16939 (java) S 16935 16937 13011 0 -1 64 15870 0 1 0 569 208 0 0 16 0 10 0 152311237 888578048 47051 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=16937/tid=16940] ppid=16935 vsize=867752 CPUtime=1.45
/proc/16937/task/16940/stat : 16940 (java) S 16935 16937 13011 0 -1 64 30560 0 0 0 131 14 0 0 16 0 10 0 152311238 888578048 47051 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16941] ppid=16935 vsize=867752 CPUtime=0
/proc/16937/task/16941/stat : 16941 (java) S 16935 16937 13011 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 152311238 888578048 47051 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16942] ppid=16935 vsize=867752 CPUtime=0
/proc/16937/task/16942/stat : 16942 (java) S 16935 16937 13011 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 152311238 888578048 47051 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16943] ppid=16935 vsize=867752 CPUtime=0
/proc/16937/task/16943/stat : 16943 (java) S 16935 16937 13011 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 152311240 888578048 47051 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16944] ppid=16935 vsize=867752 CPUtime=0.27
/proc/16937/task/16944/stat : 16944 (java) S 16935 16937 13011 0 -1 64 698 0 0 0 27 0 0 0 16 0 10 0 152311240 888578048 47051 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16945] ppid=16935 vsize=867752 CPUtime=0
/proc/16937/task/16945/stat : 16945 (java) S 16935 16937 13011 0 -1 64 2 0 0 0 0 0 0 0 24 0 10 0 152311240 888578048 47051 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16946] ppid=16935 vsize=867752 CPUtime=0
/proc/16937/task/16946/stat : 16946 (java) S 16935 16937 13011 0 -1 64 23 0 0 0 0 0 0 0 15 0 10 0 152311240 888578048 47051 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16947] ppid=16935 vsize=867752 CPUtime=0
/proc/16937/task/16947/stat : 16947 (java) S 16935 16937 13011 0 -1 64 70 0 0 0 0 0 0 0 16 0 10 0 152312190 888578048 47051 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 888156

[startup+25.5012 s]
/proc/loadavg: 2.13 2.03 2.01 3/89 16950
/proc/meminfo: memFree=1091416/2055920 swapFree=4181068/4192956
[pid=16937] ppid=16935 vsize=869100 CPUtime=25.3
/proc/16937/stat : 16937 (java) S 16935 16937 13011 0 -1 0 88407 3297 1 0 1563 235 727 5 18 0 9 0 152311235 889958400 52281 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16937/statm: 217275 52281 2615 9 0 211803 0
[pid=16937/tid=16939] ppid=16935 vsize=869100 CPUtime=22.35
/proc/16937/task/16939/stat : 16939 (java) R 16935 16937 13011 0 -1 64 30896 3297 1 0 1291 212 727 5 25 0 9 0 152311237 889958400 52281 996147200 134512640 134550740 4294955968 18446744073709551615 4127488695 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16940] ppid=16935 vsize=869100 CPUtime=9.81
/proc/16937/task/16940/stat : 16940 (java) S 16935 16937 13011 0 -1 64 55510 3297 0 0 229 20 727 5 16 0 9 0 152311238 889958400 52281 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16941] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16941/stat : 16941 (java) S 16935 16937 13011 0 -1 64 14 3297 0 0 0 0 727 5 15 0 9 0 152311238 889958400 52281 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16942] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16942/stat : 16942 (java) S 16935 16937 13011 0 -1 64 21 3297 0 0 0 0 727 5 16 0 9 0 152311238 889958400 52281 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16943] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16943/stat : 16943 (java) S 16935 16937 13011 0 -1 64 1 3297 0 0 0 0 727 5 23 0 9 0 152311240 889958400 52281 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16944] ppid=16935 vsize=869100 CPUtime=7.75
/proc/16937/task/16944/stat : 16944 (java) S 16935 16937 13011 0 -1 64 1120 3297 0 0 42 1 727 5 15 0 9 0 152311240 889958400 52281 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16945] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16945/stat : 16945 (java) S 16935 16937 13011 0 -1 64 2 3297 0 0 0 0 727 5 24 0 9 0 152311240 889958400 52281 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16946] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16946/stat : 16946 (java) S 16935 16937 13011 0 -1 64 26 3297 0 0 0 0 727 5 15 0 9 0 152311240 889958400 52281 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 869100

[startup+51.1019 s]
/proc/loadavg: 2.08 2.03 2.01 3/89 16950
/proc/meminfo: memFree=1091480/2055920 swapFree=4181068/4192956
[pid=16937] ppid=16935 vsize=869100 CPUtime=50.68
/proc/16937/stat : 16937 (java) S 16935 16937 13011 0 -1 0 88408 3297 1 0 4100 236 727 5 18 0 9 0 152311235 889958400 52281 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16937/statm: 217275 52281 2615 9 0 211803 0
[pid=16937/tid=16939] ppid=16935 vsize=869100 CPUtime=47.71
/proc/16937/task/16939/stat : 16939 (java) R 16935 16937 13011 0 -1 64 30897 3297 1 0 3827 212 727 5 25 0 9 0 152311237 889958400 52281 996147200 134512640 134550740 4294955968 18446744073709551615 4127488692 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16940] ppid=16935 vsize=869100 CPUtime=9.81
/proc/16937/task/16940/stat : 16940 (java) S 16935 16937 13011 0 -1 64 55510 3297 0 0 229 20 727 5 16 0 9 0 152311238 889958400 52281 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16941] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16941/stat : 16941 (java) S 16935 16937 13011 0 -1 64 14 3297 0 0 0 0 727 5 15 0 9 0 152311238 889958400 52281 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16942] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16942/stat : 16942 (java) S 16935 16937 13011 0 -1 64 21 3297 0 0 0 0 727 5 16 0 9 0 152311238 889958400 52281 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/16937/task/16942/stat : 16942 (java) S 16935 16937 13011 0 -1 64 21 3297 0 0 0 0 727 5 16 0 9 0 152311238 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16943] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16943/stat : 16943 (java) S 16935 16937 13011 0 -1 64 1 3297 0 0 0 0 727 5 23 0 9 0 152311240 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16944] ppid=16935 vsize=869100 CPUtime=7.83
/proc/16937/task/16944/stat : 16944 (java) S 16935 16937 13011 0 -1 64 1162 3297 0 0 50 1 727 5 16 0 9 0 152311240 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16945] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16945/stat : 16945 (java) S 16935 16937 13011 0 -1 64 2 3297 0 0 0 0 727 5 24 0 9 0 152311240 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16946] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16946/stat : 16946 (java) S 16935 16937 13011 0 -1 64 26 3297 0 0 0 0 727 5 15 0 9 0 152311240 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1527.93
Current children cumulated vsize (KiB) 869100

[startup+1602.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/89 16950
/proc/meminfo: memFree=1090840/2055920 swapFree=4181068/4192956
[pid=16937] ppid=16935 vsize=869100 CPUtime=1587.36
/proc/16937/stat : 16937 (java) S 16935 16937 13011 0 -1 0 88462 3297 1 0 157766 238 727 5 18 0 9 0 152311235 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16937/statm: 217275 52316 2615 9 0 211803 0
[pid=16937/tid=16939] ppid=16935 vsize=869100 CPUtime=1584.32
/proc/16937/task/16939/stat : 16939 (java) R 16935 16937 13011 0 -1 64 30909 3297 1 0 157486 214 727 5 25 0 9 0 152311237 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4126814257 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16940] ppid=16935 vsize=869100 CPUtime=9.81
/proc/16937/task/16940/stat : 16940 (java) S 16935 16937 13011 0 -1 64 55510 3297 0 0 229 20 727 5 16 0 9 0 152311238 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16941] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16941/stat : 16941 (java) S 16935 16937 13011 0 -1 64 14 3297 0 0 0 0 727 5 15 0 9 0 152311238 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16942] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16942/stat : 16942 (java) S 16935 16937 13011 0 -1 64 21 3297 0 0 0 0 727 5 16 0 9 0 152311238 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16943] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16943/stat : 16943 (java) S 16935 16937 13011 0 -1 64 1 3297 0 0 0 0 727 5 23 0 9 0 152311240 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16944] ppid=16935 vsize=869100 CPUtime=7.83
/proc/16937/task/16944/stat : 16944 (java) S 16935 16937 13011 0 -1 64 1162 3297 0 0 50 1 727 5 16 0 9 0 152311240 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16945] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16945/stat : 16945 (java) S 16935 16937 13011 0 -1 64 2 3297 0 0 0 0 727 5 24 0 9 0 152311240 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16946] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16946/stat : 16946 (java) S 16935 16937 13011 0 -1 64 26 3297 0 0 0 0 727 5 15 0 9 0 152311240 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1587.36
Current children cumulated vsize (KiB) 869100

[startup+1662.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/81 16979
/proc/meminfo: memFree=1361560/2055920 swapFree=4181068/4192956
[pid=16937] ppid=16935 vsize=869100 CPUtime=1646.88
/proc/16937/stat : 16937 (java) S 16935 16937 13011 0 -1 0 88462 3297 1 0 163717 239 727 5 18 0 9 0 152311235 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16937/statm: 217275 52316 2615 9 0 211803 0
[pid=16937/tid=16939] ppid=16935 vsize=869100 CPUtime=1643.84
/proc/16937/task/16939/stat : 16939 (java) R 16935 16937 13011 0 -1 64 30909 3297 1 0 163437 215 727 5 25 0 9 0 152311237 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4127459884 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16940] ppid=16935 vsize=869100 CPUtime=9.81
/proc/16937/task/16940/stat : 16940 (java) S 16935 16937 13011 0 -1 64 55510 3297 0 0 229 20 727 5 16 0 9 0 152311238 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16941] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16941/stat : 16941 (java) S 16935 16937 13011 0 -1 64 14 3297 0 0 0 0 727 5 15 0 9 0 152311238 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16942] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16942/stat : 16942 (java) S 16935 16937 13011 0 -1 64 21 3297 0 0 0 0 727 5 16 0 9 0 152311238 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16943] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16943/stat : 16943 (java) S 16935 16937 13011 0 -1 64 1 3297 0 0 0 0 727 5 23 0 9 0 152311240 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16944] ppid=16935 vsize=869100 CPUtime=7.83
/proc/16937/task/16944/stat : 16944 (java) S 16935 16937 13011 0 -1 64 1162 3297 0 0 50 1 727 5 16 0 9 0 152311240 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16945] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16945/stat : 16945 (java) S 16935 16937 13011 0 -1 64 2 3297 0 0 0 0 727 5 24 0 9 0 152311240 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16946] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16946/stat : 16946 (java) S 16935 16937 13011 0 -1 64 26 3297 0 0 0 0 727 5 15 0 9 0 152311240 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.88
Current children cumulated vsize (KiB) 869100

[startup+1722.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/81 16979
/proc/meminfo: memFree=1361560/2055920 swapFree=4181068/4192956
[pid=16937] ppid=16935 vsize=869100 CPUtime=1706.63
/proc/16937/stat : 16937 (java) S 16935 16937 13011 0 -1 0 88462 3297 1 0 169692 239 727 5 18 0 9 0 152311235 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16937/statm: 217275 52316 2615 9 0 211803 0
[pid=16937/tid=16939] ppid=16935 vsize=869100 CPUtime=1703.59
/proc/16937/task/16939/stat : 16939 (java) R 16935 16937 13011 0 -1 64 30909 3297 1 0 169412 215 727 5 25 0 9 0 152311237 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4127554302 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16940] ppid=16935 vsize=869100 CPUtime=9.81
/proc/16937/task/16940/stat : 16940 (java) S 16935 16937 13011 0 -1 64 55510 3297 0 0 229 20 727 5 16 0 9 0 152311238 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16941] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16941/stat : 16941 (java) S 16935 16937 13011 0 -1 64 14 3297 0 0 0 0 727 5 15 0 9 0 152311238 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16942] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16942/stat : 16942 (java) S 16935 16937 13011 0 -1 64 21 3297 0 0 0 0 727 5 16 0 9 0 152311238 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16943] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16943/stat : 16943 (java) S 16935 16937 13011 0 -1 64 1 3297 0 0 0 0 727 5 23 0 9 0 152311240 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16944] ppid=16935 vsize=869100 CPUtime=7.83
/proc/16937/task/16944/stat : 16944 (java) S 16935 16937 13011 0 -1 64 1162 3297 0 0 50 1 727 5 16 0 9 0 152311240 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16945] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16945/stat : 16945 (java) S 16935 16937 13011 0 -1 64 2 3297 0 0 0 0 727 5 24 0 9 0 152311240 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16946] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16946/stat : 16946 (java) S 16935 16937 13011 0 -1 64 26 3297 0 0 0 0 727 5 15 0 9 0 152311240 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1706.63
Current children cumulated vsize (KiB) 869100

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/81 16979
/proc/meminfo: memFree=1361432/2055920 swapFree=4181068/4192956
[pid=16937] ppid=16935 vsize=869100 CPUtime=1766.38
/proc/16937/stat : 16937 (java) S 16935 16937 13011 0 -1 0 88462 3297 1 0 175667 239 727 5 18 0 9 0 152311235 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16937/statm: 217275 52316 2615 9 0 211803 0
[pid=16937/tid=16939] ppid=16935 vsize=869100 CPUtime=1763.34
/proc/16937/task/16939/stat : 16939 (java) R 16935 16937 13011 0 -1 64 30909 3297 1 0 175387 215 727 5 25 0 9 0 152311237 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4127554249 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16940] ppid=16935 vsize=869100 CPUtime=9.81
/proc/16937/task/16940/stat : 16940 (java) S 16935 16937 13011 0 -1 64 55510 3297 0 0 229 20 727 5 16 0 9 0 152311238 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16941] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16941/stat : 16941 (java) S 16935 16937 13011 0 -1 64 14 3297 0 0 0 0 727 5 15 0 9 0 152311238 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16942] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16942/stat : 16942 (java) S 16935 16937 13011 0 -1 64 21 3297 0 0 0 0 727 5 16 0 9 0 152311238 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16943] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16943/stat : 16943 (java) S 16935 16937 13011 0 -1 64 1 3297 0 0 0 0 727 5 23 0 9 0 152311240 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16944] ppid=16935 vsize=869100 CPUtime=7.83
/proc/16937/task/16944/stat : 16944 (java) S 16935 16937 13011 0 -1 64 1162 3297 0 0 50 1 727 5 16 0 9 0 152311240 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16945] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16945/stat : 16945 (java) S 16935 16937 13011 0 -1 64 2 3297 0 0 0 0 727 5 24 0 9 0 152311240 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16946] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16946/stat : 16946 (java) S 16935 16937 13011 0 -1 64 26 3297 0 0 0 0 727 5 15 0 9 0 152311240 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1766.38
Current children cumulated vsize (KiB) 869100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.11 s]
/proc/loadavg: 2.00 2.03 2.00 3/81 16979
/proc/meminfo: memFree=1361496/2055920 swapFree=4181068/4192956
[pid=16937] ppid=16935 vsize=869100 CPUtime=1800.06
/proc/16937/stat : 16937 (java) S 16935 16937 13011 0 -1 0 88462 3297 1 0 179035 239 727 5 18 0 9 0 152311235 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16937/statm: 217275 52316 2615 9 0 211803 0
[pid=16937/tid=16939] ppid=16935 vsize=869100 CPUtime=1797.02
/proc/16937/task/16939/stat : 16939 (java) R 16935 16937 13011 0 -1 64 30909 3297 1 0 178755 215 727 5 25 0 9 0 152311237 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4127554249 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16940] ppid=16935 vsize=869100 CPUtime=9.81
/proc/16937/task/16940/stat : 16940 (java) S 16935 16937 13011 0 -1 64 55510 3297 0 0 229 20 727 5 16 0 9 0 152311238 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16941] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16941/stat : 16941 (java) S 16935 16937 13011 0 -1 64 14 3297 0 0 0 0 727 5 15 0 9 0 152311238 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16942] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16942/stat : 16942 (java) S 16935 16937 13011 0 -1 64 21 3297 0 0 0 0 727 5 16 0 9 0 152311238 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16943] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16943/stat : 16943 (java) S 16935 16937 13011 0 -1 64 1 3297 0 0 0 0 727 5 23 0 9 0 152311240 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16944] ppid=16935 vsize=869100 CPUtime=7.83
/proc/16937/task/16944/stat : 16944 (java) S 16935 16937 13011 0 -1 64 1162 3297 0 0 50 1 727 5 16 0 9 0 152311240 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16945] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16945/stat : 16945 (java) S 16935 16937 13011 0 -1 64 2 3297 0 0 0 0 727 5 24 0 9 0 152311240 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16946] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16946/stat : 16946 (java) S 16935 16937 13011 0 -1 64 26 3297 0 0 0 0 727 5 15 0 9 0 152311240 889958400 52316 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) 869100

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

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

[startup+1816.11 s]
/proc/loadavg: 2.00 2.03 2.00 3/81 16979
/proc/meminfo: memFree=1361496/2055920 swapFree=4181068/4192956
[pid=16937] ppid=16935 vsize=869100 CPUtime=1800.06
/proc/16937/stat : 16937 (java) S 16935 16937 13011 0 -1 0 88462 3297 1 0 179035 239 727 5 18 0 9 0 152311235 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16937/statm: 217275 52316 2615 9 0 211803 0
[pid=16937/tid=16939] ppid=16935 vsize=869100 CPUtime=1797.02
/proc/16937/task/16939/stat : 16939 (java) R 16935 16937 13011 0 -1 64 30909 3297 1 0 178755 215 727 5 25 0 9 0 152311237 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4127554249 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16940] ppid=16935 vsize=869100 CPUtime=9.81
/proc/16937/task/16940/stat : 16940 (java) S 16935 16937 13011 0 -1 64 55510 3297 0 0 229 20 727 5 16 0 9 0 152311238 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16941] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16941/stat : 16941 (java) S 16935 16937 13011 0 -1 64 14 3297 0 0 0 0 727 5 15 0 9 0 152311238 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16942] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16942/stat : 16942 (java) S 16935 16937 13011 0 -1 64 21 3297 0 0 0 0 727 5 16 0 9 0 152311238 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16943] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16943/stat : 16943 (java) S 16935 16937 13011 0 -1 64 1 3297 0 0 0 0 727 5 23 0 9 0 152311240 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16944] ppid=16935 vsize=869100 CPUtime=7.83
/proc/16937/task/16944/stat : 16944 (java) S 16935 16937 13011 0 -1 64 1162 3297 0 0 50 1 727 5 16 0 9 0 152311240 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16937/tid=16945] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16945/stat : 16945 (java) S 16935 16937 13011 0 -1 64 2 3297 0 0 0 0 727 5 24 0 9 0 152311240 889958400 52316 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16937/tid=16946] ppid=16935 vsize=869100 CPUtime=7.32
/proc/16937/task/16946/stat : 16946 (java) S 16935 16937 13011 0 -1 64 26 3297 0 0 0 0 727 5 15 0 9 0 152311240 889958400 52316 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) 869100

Child status: 143
Real time (s): 1816.18
CPU time (s): 1800.15
CPU user time (s): 1797.67
CPU system time (s): 2.48762
CPU usage (%): 99.1176
Max. virtual memory (cumulated for all children) (KiB): 888156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.67
system time used= 2.48762
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91789
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= 38998
involuntary context switches= 76961

runsolver used 2.28565 second user time and 5.98909 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-04 06:16:39
IDJOB=1064957
IDBENCH=55013
IDSOLVER=364
FILE ID=node46/1064957-1215144998
PBS_JOBID= 7877214
Free space on /tmp= 66196 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-ooo-rf10.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-1064957-1215144998/watcher-1064957-1215144998 -o /tmp/evaluation-result-1064957-1215144998/solver-1064957-1215144998 -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-1064957-1215144998.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bdc9dae3766ae8d08071d7aa1b585934
RANDOM SEED=1315159387

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:       1291536 kB
Buffers:         85412 kB
Cached:         338700 kB
SwapCached:       5852 kB
Active:         513996 kB
Inactive:       186592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1291536 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:            9888 kB
Writeback:           0 kB
Mapped:         293420 kB
Slab:            48804 kB
Committed_AS:  1136588 kB
PageTables:       2092 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= 66204 MiB
End job on node46 at 2008-07-04 06:46:57